|
|
@@ -213,10 +213,10 @@ |
|
|
|
this.tabExcel.Controls.Add(this.cbxExcelOldVersion); |
|
|
|
this.tabExcel.Controls.Add(this.lbExcelDateFormat); |
|
|
|
this.tabExcel.Controls.Add(this.txtExcelSpecialDateColumnFormat); |
|
|
|
this.tabExcel.Location = new System.Drawing.Point(4, 29); |
|
|
|
this.tabExcel.Location = new System.Drawing.Point(4, 33); |
|
|
|
this.tabExcel.Name = "tabExcel"; |
|
|
|
this.tabExcel.Padding = new System.Windows.Forms.Padding(3); |
|
|
|
this.tabExcel.Size = new System.Drawing.Size(1174, 458); |
|
|
|
this.tabExcel.Size = new System.Drawing.Size(1174, 454); |
|
|
|
this.tabExcel.TabIndex = 0; |
|
|
|
this.tabExcel.Text = "Excel"; |
|
|
|
this.tabExcel.UseVisualStyleBackColor = true; |
|
|
@@ -226,7 +226,8 @@ |
|
|
|
this.txtExcelAutoSql.Location = new System.Drawing.Point(232, 250); |
|
|
|
this.txtExcelAutoSql.Multiline = true; |
|
|
|
this.txtExcelAutoSql.Name = "txtExcelAutoSql"; |
|
|
|
this.txtExcelAutoSql.Size = new System.Drawing.Size(501, 184); |
|
|
|
this.txtExcelAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
|
|
|
this.txtExcelAutoSql.Size = new System.Drawing.Size(819, 186); |
|
|
|
this.txtExcelAutoSql.TabIndex = 48; |
|
|
|
this.txtExcelAutoSql.Enter += new System.EventHandler(this.txtExcelAutoSql_Enter); |
|
|
|
this.txtExcelAutoSql.Leave += new System.EventHandler(this.txtExcelAutoSql_Leave); |
|
|
@@ -235,7 +236,7 @@ |
|
|
|
// |
|
|
|
this.txtExcelAutoSqlName.Location = new System.Drawing.Point(232, 206); |
|
|
|
this.txtExcelAutoSqlName.Name = "txtExcelAutoSqlName"; |
|
|
|
this.txtExcelAutoSqlName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtExcelAutoSqlName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtExcelAutoSqlName.TabIndex = 47; |
|
|
|
this.txtExcelAutoSqlName.Enter += new System.EventHandler(this.txtExcelAutoSqlName_Enter); |
|
|
|
this.txtExcelAutoSqlName.Leave += new System.EventHandler(this.txtExcelAutoSqlName_Leave); |
|
|
@@ -245,7 +246,7 @@ |
|
|
|
this.lbExcelDynQuery.AutoSize = true; |
|
|
|
this.lbExcelDynQuery.Location = new System.Drawing.Point(97, 209); |
|
|
|
this.lbExcelDynQuery.Name = "lbExcelDynQuery"; |
|
|
|
this.lbExcelDynQuery.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.lbExcelDynQuery.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.lbExcelDynQuery.TabIndex = 46; |
|
|
|
this.lbExcelDynQuery.Text = "自定义查询语句:"; |
|
|
|
// |
|
|
@@ -254,7 +255,7 @@ |
|
|
|
this.cbxExcelReadFolder.AutoSize = true; |
|
|
|
this.cbxExcelReadFolder.Location = new System.Drawing.Point(560, 150); |
|
|
|
this.cbxExcelReadFolder.Name = "cbxExcelReadFolder"; |
|
|
|
this.cbxExcelReadFolder.Size = new System.Drawing.Size(106, 24); |
|
|
|
this.cbxExcelReadFolder.Size = new System.Drawing.Size(126, 28); |
|
|
|
this.cbxExcelReadFolder.TabIndex = 32; |
|
|
|
this.cbxExcelReadFolder.Text = "读取文件夹"; |
|
|
|
this.cbxExcelReadFolder.UseVisualStyleBackColor = true; |
|
|
@@ -267,7 +268,7 @@ |
|
|
|
this.cbxExcelReadFile.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
|
this.cbxExcelReadFile.Location = new System.Drawing.Point(311, 150); |
|
|
|
this.cbxExcelReadFile.Name = "cbxExcelReadFile"; |
|
|
|
this.cbxExcelReadFile.Size = new System.Drawing.Size(91, 24); |
|
|
|
this.cbxExcelReadFile.Size = new System.Drawing.Size(108, 28); |
|
|
|
this.cbxExcelReadFile.TabIndex = 31; |
|
|
|
this.cbxExcelReadFile.Text = "读取文件"; |
|
|
|
this.cbxExcelReadFile.UseVisualStyleBackColor = true; |
|
|
@@ -278,7 +279,7 @@ |
|
|
|
this.cbxExcelNewVersion.AutoSize = true; |
|
|
|
this.cbxExcelNewVersion.Location = new System.Drawing.Point(561, 14); |
|
|
|
this.cbxExcelNewVersion.Name = "cbxExcelNewVersion"; |
|
|
|
this.cbxExcelNewVersion.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.cbxExcelNewVersion.Size = new System.Drawing.Size(204, 28); |
|
|
|
this.cbxExcelNewVersion.TabIndex = 25; |
|
|
|
this.cbxExcelNewVersion.Text = "office 2007以后版本"; |
|
|
|
this.cbxExcelNewVersion.UseVisualStyleBackColor = true; |
|
|
@@ -289,7 +290,7 @@ |
|
|
|
this.label22.AutoSize = true; |
|
|
|
this.label22.Location = new System.Drawing.Point(90, 15); |
|
|
|
this.label22.Name = "label22"; |
|
|
|
this.label22.Size = new System.Drawing.Size(138, 20); |
|
|
|
this.label22.Size = new System.Drawing.Size(163, 24); |
|
|
|
this.label22.TabIndex = 24; |
|
|
|
this.label22.Text = "Office Excel版本:"; |
|
|
|
// |
|
|
@@ -298,7 +299,7 @@ |
|
|
|
this.lblExcelRemotePwd.AutoSize = true; |
|
|
|
this.lblExcelRemotePwd.Location = new System.Drawing.Point(59, 150); |
|
|
|
this.lblExcelRemotePwd.Name = "lblExcelRemotePwd"; |
|
|
|
this.lblExcelRemotePwd.Size = new System.Drawing.Size(175, 20); |
|
|
|
this.lblExcelRemotePwd.Size = new System.Drawing.Size(210, 24); |
|
|
|
this.lblExcelRemotePwd.TabIndex = 10; |
|
|
|
this.lblExcelRemotePwd.Text = "读取模式(文件/文件夹):"; |
|
|
|
// |
|
|
@@ -307,7 +308,7 @@ |
|
|
|
this.lblExcelRemoteUser.AutoSize = true; |
|
|
|
this.lblExcelRemoteUser.Location = new System.Drawing.Point(86, 97); |
|
|
|
this.lblExcelRemoteUser.Name = "lblExcelRemoteUser"; |
|
|
|
this.lblExcelRemoteUser.Size = new System.Drawing.Size(144, 20); |
|
|
|
this.lblExcelRemoteUser.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.lblExcelRemoteUser.TabIndex = 8; |
|
|
|
this.lblExcelRemoteUser.Text = "自定义文件名格式:"; |
|
|
|
// |
|
|
@@ -315,7 +316,7 @@ |
|
|
|
// |
|
|
|
this.txtExcelFileNameFormat.Location = new System.Drawing.Point(236, 94); |
|
|
|
this.txtExcelFileNameFormat.Name = "txtExcelFileNameFormat"; |
|
|
|
this.txtExcelFileNameFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtExcelFileNameFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtExcelFileNameFormat.TabIndex = 6; |
|
|
|
this.txtExcelFileNameFormat.Enter += new System.EventHandler(this.txtExcelFileNameFormat_Enter); |
|
|
|
this.txtExcelFileNameFormat.Leave += new System.EventHandler(this.txtExcelFileNameFormat_Leave); |
|
|
@@ -327,7 +328,7 @@ |
|
|
|
this.cbxExcelOldVersion.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
|
this.cbxExcelOldVersion.Location = new System.Drawing.Point(312, 14); |
|
|
|
this.cbxExcelOldVersion.Name = "cbxExcelOldVersion"; |
|
|
|
this.cbxExcelOldVersion.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.cbxExcelOldVersion.Size = new System.Drawing.Size(204, 28); |
|
|
|
this.cbxExcelOldVersion.TabIndex = 4; |
|
|
|
this.cbxExcelOldVersion.Text = "office 2007以前版本"; |
|
|
|
this.cbxExcelOldVersion.UseVisualStyleBackColor = true; |
|
|
@@ -338,7 +339,7 @@ |
|
|
|
this.lbExcelDateFormat.AutoSize = true; |
|
|
|
this.lbExcelDateFormat.Location = new System.Drawing.Point(97, 50); |
|
|
|
this.lbExcelDateFormat.Name = "lbExcelDateFormat"; |
|
|
|
this.lbExcelDateFormat.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.lbExcelDateFormat.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.lbExcelDateFormat.TabIndex = 5; |
|
|
|
this.lbExcelDateFormat.Text = "日期列特殊格式:"; |
|
|
|
// |
|
|
@@ -346,7 +347,7 @@ |
|
|
|
// |
|
|
|
this.txtExcelSpecialDateColumnFormat.Location = new System.Drawing.Point(235, 47); |
|
|
|
this.txtExcelSpecialDateColumnFormat.Name = "txtExcelSpecialDateColumnFormat"; |
|
|
|
this.txtExcelSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtExcelSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtExcelSpecialDateColumnFormat.TabIndex = 5; |
|
|
|
this.txtExcelSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtExcelSpecialDateColumnFormat_Enter); |
|
|
|
this.txtExcelSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtExcelSpecialDateColumnFormat_Leave); |
|
|
@@ -366,10 +367,10 @@ |
|
|
|
this.tabFoxPro.Controls.Add(this.txtFoxProFileNameFormat); |
|
|
|
this.tabFoxPro.Controls.Add(this.label39); |
|
|
|
this.tabFoxPro.Controls.Add(this.txtFoxProSpecialDateColumnFormat); |
|
|
|
this.tabFoxPro.Location = new System.Drawing.Point(4, 29); |
|
|
|
this.tabFoxPro.Location = new System.Drawing.Point(4, 33); |
|
|
|
this.tabFoxPro.Name = "tabFoxPro"; |
|
|
|
this.tabFoxPro.Padding = new System.Windows.Forms.Padding(3); |
|
|
|
this.tabFoxPro.Size = new System.Drawing.Size(1174, 568); |
|
|
|
this.tabFoxPro.Size = new System.Drawing.Size(1174, 454); |
|
|
|
this.tabFoxPro.TabIndex = 6; |
|
|
|
this.tabFoxPro.Text = "FoxPro"; |
|
|
|
this.tabFoxPro.UseVisualStyleBackColor = true; |
|
|
@@ -378,7 +379,7 @@ |
|
|
|
// |
|
|
|
this.txtFoxProSpecialMethodName.Location = new System.Drawing.Point(213, 221); |
|
|
|
this.txtFoxProSpecialMethodName.Name = "txtFoxProSpecialMethodName"; |
|
|
|
this.txtFoxProSpecialMethodName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtFoxProSpecialMethodName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtFoxProSpecialMethodName.TabIndex = 65; |
|
|
|
this.txtFoxProSpecialMethodName.Enter += new System.EventHandler(this.txtFoxProSpecialMethodName_Enter); |
|
|
|
this.txtFoxProSpecialMethodName.Leave += new System.EventHandler(this.txtFoxProSpecialMethodName_Leave); |
|
|
@@ -398,7 +399,7 @@ |
|
|
|
this.label27.AutoSize = true; |
|
|
|
this.label27.Location = new System.Drawing.Point(133, 224); |
|
|
|
this.label27.Name = "label27"; |
|
|
|
this.label27.Size = new System.Drawing.Size(84, 20); |
|
|
|
this.label27.Size = new System.Drawing.Size(100, 24); |
|
|
|
this.label27.TabIndex = 64; |
|
|
|
this.label27.Text = "补充方法:"; |
|
|
|
// |
|
|
@@ -407,7 +408,7 @@ |
|
|
|
this.label33.AutoSize = true; |
|
|
|
this.label33.Location = new System.Drawing.Point(97, 127); |
|
|
|
this.label33.Name = "label33"; |
|
|
|
this.label33.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label33.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label33.TabIndex = 63; |
|
|
|
this.label33.Text = "自定义查询语句:"; |
|
|
|
// |
|
|
@@ -415,7 +416,7 @@ |
|
|
|
// |
|
|
|
this.txtFoxProAutoSqlName.Location = new System.Drawing.Point(213, 124); |
|
|
|
this.txtFoxProAutoSqlName.Name = "txtFoxProAutoSqlName"; |
|
|
|
this.txtFoxProAutoSqlName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtFoxProAutoSqlName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtFoxProAutoSqlName.TabIndex = 58; |
|
|
|
this.txtFoxProAutoSqlName.Enter += new System.EventHandler(this.txtFoxProAutoSqlName_Enter); |
|
|
|
this.txtFoxProAutoSqlName.Leave += new System.EventHandler(this.txtFoxProAutoSqlName_Leave); |
|
|
@@ -425,7 +426,7 @@ |
|
|
|
this.cbxFoxProReadFolder.AutoSize = true; |
|
|
|
this.cbxFoxProReadFolder.Location = new System.Drawing.Point(296, 14); |
|
|
|
this.cbxFoxProReadFolder.Name = "cbxFoxProReadFolder"; |
|
|
|
this.cbxFoxProReadFolder.Size = new System.Drawing.Size(106, 24); |
|
|
|
this.cbxFoxProReadFolder.Size = new System.Drawing.Size(126, 28); |
|
|
|
this.cbxFoxProReadFolder.TabIndex = 62; |
|
|
|
this.cbxFoxProReadFolder.Text = "读取文件夹"; |
|
|
|
this.cbxFoxProReadFolder.UseVisualStyleBackColor = true; |
|
|
@@ -448,7 +449,7 @@ |
|
|
|
this.cbxFoxProReadFile.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
|
this.cbxFoxProReadFile.Location = new System.Drawing.Point(215, 14); |
|
|
|
this.cbxFoxProReadFile.Name = "cbxFoxProReadFile"; |
|
|
|
this.cbxFoxProReadFile.Size = new System.Drawing.Size(91, 24); |
|
|
|
this.cbxFoxProReadFile.Size = new System.Drawing.Size(108, 28); |
|
|
|
this.cbxFoxProReadFile.TabIndex = 61; |
|
|
|
this.cbxFoxProReadFile.Text = "读取文件"; |
|
|
|
this.cbxFoxProReadFile.UseVisualStyleBackColor = true; |
|
|
@@ -459,7 +460,7 @@ |
|
|
|
this.label35.AutoSize = true; |
|
|
|
this.label35.Location = new System.Drawing.Point(60, 15); |
|
|
|
this.label35.Name = "label35"; |
|
|
|
this.label35.Size = new System.Drawing.Size(175, 20); |
|
|
|
this.label35.Size = new System.Drawing.Size(210, 24); |
|
|
|
this.label35.TabIndex = 53; |
|
|
|
this.label35.Text = "读取模式(文件/文件夹):"; |
|
|
|
// |
|
|
@@ -468,7 +469,7 @@ |
|
|
|
this.label38.AutoSize = true; |
|
|
|
this.label38.Location = new System.Drawing.Point(85, 90); |
|
|
|
this.label38.Name = "label38"; |
|
|
|
this.label38.Size = new System.Drawing.Size(144, 20); |
|
|
|
this.label38.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.label38.TabIndex = 52; |
|
|
|
this.label38.Text = "自定义文件名格式:"; |
|
|
|
// |
|
|
@@ -476,7 +477,7 @@ |
|
|
|
// |
|
|
|
this.txtFoxProFileNameFormat.Location = new System.Drawing.Point(213, 87); |
|
|
|
this.txtFoxProFileNameFormat.Name = "txtFoxProFileNameFormat"; |
|
|
|
this.txtFoxProFileNameFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtFoxProFileNameFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtFoxProFileNameFormat.TabIndex = 51; |
|
|
|
this.txtFoxProFileNameFormat.Enter += new System.EventHandler(this.txtFoxProFileNameFormat_Enter); |
|
|
|
this.txtFoxProFileNameFormat.Leave += new System.EventHandler(this.txtFoxProFileNameFormat_Leave); |
|
|
@@ -486,7 +487,7 @@ |
|
|
|
this.label39.AutoSize = true; |
|
|
|
this.label39.Location = new System.Drawing.Point(97, 53); |
|
|
|
this.label39.Name = "label39"; |
|
|
|
this.label39.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label39.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label39.TabIndex = 49; |
|
|
|
this.label39.Text = "日期列特殊格式:"; |
|
|
|
// |
|
|
@@ -494,7 +495,7 @@ |
|
|
|
// |
|
|
|
this.txtFoxProSpecialDateColumnFormat.Location = new System.Drawing.Point(213, 50); |
|
|
|
this.txtFoxProSpecialDateColumnFormat.Name = "txtFoxProSpecialDateColumnFormat"; |
|
|
|
this.txtFoxProSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtFoxProSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtFoxProSpecialDateColumnFormat.TabIndex = 50; |
|
|
|
this.txtFoxProSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtFoxProSpecialDateColumnFormat_Enter); |
|
|
|
this.txtFoxProSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtFoxProSpecialDateColumnFormat_Leave); |
|
|
@@ -516,10 +517,10 @@ |
|
|
|
this.tabAccess.Controls.Add(this.cbxAccessOldVersion); |
|
|
|
this.tabAccess.Controls.Add(this.label31); |
|
|
|
this.tabAccess.Controls.Add(this.txtAccessSpecialDateColumnFormat); |
|
|
|
this.tabAccess.Location = new System.Drawing.Point(4, 29); |
|
|
|
this.tabAccess.Location = new System.Drawing.Point(4, 33); |
|
|
|
this.tabAccess.Name = "tabAccess"; |
|
|
|
this.tabAccess.Padding = new System.Windows.Forms.Padding(3); |
|
|
|
this.tabAccess.Size = new System.Drawing.Size(928, 461); |
|
|
|
this.tabAccess.Size = new System.Drawing.Size(1174, 454); |
|
|
|
this.tabAccess.TabIndex = 1; |
|
|
|
this.tabAccess.Text = "Access"; |
|
|
|
this.tabAccess.UseVisualStyleBackColor = true; |
|
|
@@ -529,7 +530,7 @@ |
|
|
|
this.label2.AutoSize = true; |
|
|
|
this.label2.Location = new System.Drawing.Point(106, 53); |
|
|
|
this.label2.Name = "label2"; |
|
|
|
this.label2.Size = new System.Drawing.Size(119, 20); |
|
|
|
this.label2.Size = new System.Drawing.Size(139, 24); |
|
|
|
this.label2.TabIndex = 48; |
|
|
|
this.label2.Text = "Access后缀名:"; |
|
|
|
// |
|
|
@@ -537,7 +538,7 @@ |
|
|
|
// |
|
|
|
this.txtAccessSuffix.Location = new System.Drawing.Point(205, 50); |
|
|
|
this.txtAccessSuffix.Name = "txtAccessSuffix"; |
|
|
|
this.txtAccessSuffix.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtAccessSuffix.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtAccessSuffix.TabIndex = 49; |
|
|
|
this.txtAccessSuffix.Enter += new System.EventHandler(this.txtAccessSuffix_Enter); |
|
|
|
this.txtAccessSuffix.Leave += new System.EventHandler(this.txtAccessSuffix_Leave); |
|
|
@@ -547,7 +548,7 @@ |
|
|
|
this.cbxAccessReadFolder.AutoSize = true; |
|
|
|
this.cbxAccessReadFolder.Location = new System.Drawing.Point(290, 161); |
|
|
|
this.cbxAccessReadFolder.Name = "cbxAccessReadFolder"; |
|
|
|
this.cbxAccessReadFolder.Size = new System.Drawing.Size(106, 24); |
|
|
|
this.cbxAccessReadFolder.Size = new System.Drawing.Size(126, 28); |
|
|
|
this.cbxAccessReadFolder.TabIndex = 47; |
|
|
|
this.cbxAccessReadFolder.Text = "读取文件夹"; |
|
|
|
this.cbxAccessReadFolder.UseVisualStyleBackColor = true; |
|
|
@@ -560,7 +561,7 @@ |
|
|
|
this.cbxAccessReadFile.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
|
this.cbxAccessReadFile.Location = new System.Drawing.Point(208, 161); |
|
|
|
this.cbxAccessReadFile.Name = "cbxAccessReadFile"; |
|
|
|
this.cbxAccessReadFile.Size = new System.Drawing.Size(91, 24); |
|
|
|
this.cbxAccessReadFile.Size = new System.Drawing.Size(108, 28); |
|
|
|
this.cbxAccessReadFile.TabIndex = 46; |
|
|
|
this.cbxAccessReadFile.Text = "读取文件"; |
|
|
|
this.cbxAccessReadFile.UseVisualStyleBackColor = true; |
|
|
@@ -571,7 +572,8 @@ |
|
|
|
this.txtAccessAutoSql.Location = new System.Drawing.Point(205, 227); |
|
|
|
this.txtAccessAutoSql.Multiline = true; |
|
|
|
this.txtAccessAutoSql.Name = "txtAccessAutoSql"; |
|
|
|
this.txtAccessAutoSql.Size = new System.Drawing.Size(286, 75); |
|
|
|
this.txtAccessAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
|
|
|
this.txtAccessAutoSql.Size = new System.Drawing.Size(846, 203); |
|
|
|
this.txtAccessAutoSql.TabIndex = 45; |
|
|
|
this.txtAccessAutoSql.Enter += new System.EventHandler(this.txtAccessAutoSql_Enter); |
|
|
|
this.txtAccessAutoSql.Leave += new System.EventHandler(this.txtAccessAutoSql_Leave); |
|
|
@@ -580,7 +582,7 @@ |
|
|
|
// |
|
|
|
this.txtAccessAutoSqlName.Location = new System.Drawing.Point(205, 195); |
|
|
|
this.txtAccessAutoSqlName.Name = "txtAccessAutoSqlName"; |
|
|
|
this.txtAccessAutoSqlName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtAccessAutoSqlName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtAccessAutoSqlName.TabIndex = 43; |
|
|
|
this.txtAccessAutoSqlName.Enter += new System.EventHandler(this.txtAccessAutoSqlName_Enter); |
|
|
|
this.txtAccessAutoSqlName.Leave += new System.EventHandler(this.txtAccessAutoSqlName_Leave); |
|
|
@@ -590,7 +592,7 @@ |
|
|
|
this.label11.AutoSize = true; |
|
|
|
this.label11.Location = new System.Drawing.Point(97, 198); |
|
|
|
this.label11.Name = "label11"; |
|
|
|
this.label11.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label11.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label11.TabIndex = 41; |
|
|
|
this.label11.Text = "自定义查询语句:"; |
|
|
|
// |
|
|
@@ -599,7 +601,7 @@ |
|
|
|
this.cbxAccessNewVersion.AutoSize = true; |
|
|
|
this.cbxAccessNewVersion.Location = new System.Drawing.Point(352, 14); |
|
|
|
this.cbxAccessNewVersion.Name = "cbxAccessNewVersion"; |
|
|
|
this.cbxAccessNewVersion.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.cbxAccessNewVersion.Size = new System.Drawing.Size(204, 28); |
|
|
|
this.cbxAccessNewVersion.TabIndex = 40; |
|
|
|
this.cbxAccessNewVersion.Text = "office 2007以后版本"; |
|
|
|
this.cbxAccessNewVersion.UseVisualStyleBackColor = true; |
|
|
@@ -610,7 +612,7 @@ |
|
|
|
this.label15.AutoSize = true; |
|
|
|
this.label15.Location = new System.Drawing.Point(80, 15); |
|
|
|
this.label15.Name = "label15"; |
|
|
|
this.label15.Size = new System.Drawing.Size(151, 20); |
|
|
|
this.label15.Size = new System.Drawing.Size(177, 24); |
|
|
|
this.label15.TabIndex = 39; |
|
|
|
this.label15.Text = "Office Access版本:"; |
|
|
|
// |
|
|
@@ -619,7 +621,7 @@ |
|
|
|
this.label16.AutoSize = true; |
|
|
|
this.label16.Location = new System.Drawing.Point(60, 161); |
|
|
|
this.label16.Name = "label16"; |
|
|
|
this.label16.Size = new System.Drawing.Size(175, 20); |
|
|
|
this.label16.Size = new System.Drawing.Size(210, 24); |
|
|
|
this.label16.TabIndex = 38; |
|
|
|
this.label16.Text = "读取模式(文件/文件夹):"; |
|
|
|
// |
|
|
@@ -628,7 +630,7 @@ |
|
|
|
this.label21.AutoSize = true; |
|
|
|
this.label21.Location = new System.Drawing.Point(85, 127); |
|
|
|
this.label21.Name = "label21"; |
|
|
|
this.label21.Size = new System.Drawing.Size(144, 20); |
|
|
|
this.label21.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.label21.TabIndex = 37; |
|
|
|
this.label21.Text = "自定义文件名格式:"; |
|
|
|
// |
|
|
@@ -636,7 +638,7 @@ |
|
|
|
// |
|
|
|
this.txtAccessFileName.Location = new System.Drawing.Point(205, 124); |
|
|
|
this.txtAccessFileName.Name = "txtAccessFileName"; |
|
|
|
this.txtAccessFileName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtAccessFileName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtAccessFileName.TabIndex = 36; |
|
|
|
this.txtAccessFileName.Enter += new System.EventHandler(this.txtAccessFileName_Enter); |
|
|
|
this.txtAccessFileName.Leave += new System.EventHandler(this.txtAccessFileName_Leave); |
|
|
@@ -648,7 +650,7 @@ |
|
|
|
this.cbxAccessOldVersion.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
|
this.cbxAccessOldVersion.Location = new System.Drawing.Point(206, 14); |
|
|
|
this.cbxAccessOldVersion.Name = "cbxAccessOldVersion"; |
|
|
|
this.cbxAccessOldVersion.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.cbxAccessOldVersion.Size = new System.Drawing.Size(204, 28); |
|
|
|
this.cbxAccessOldVersion.TabIndex = 33; |
|
|
|
this.cbxAccessOldVersion.Text = "office 2007以前版本"; |
|
|
|
this.cbxAccessOldVersion.UseVisualStyleBackColor = true; |
|
|
@@ -659,7 +661,7 @@ |
|
|
|
this.label31.AutoSize = true; |
|
|
|
this.label31.Location = new System.Drawing.Point(97, 90); |
|
|
|
this.label31.Name = "label31"; |
|
|
|
this.label31.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label31.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label31.TabIndex = 34; |
|
|
|
this.label31.Text = "日期列特殊格式:"; |
|
|
|
// |
|
|
@@ -667,7 +669,7 @@ |
|
|
|
// |
|
|
|
this.txtAccessSpecialDateColumnFormat.Location = new System.Drawing.Point(205, 87); |
|
|
|
this.txtAccessSpecialDateColumnFormat.Name = "txtAccessSpecialDateColumnFormat"; |
|
|
|
this.txtAccessSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtAccessSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtAccessSpecialDateColumnFormat.TabIndex = 35; |
|
|
|
this.txtAccessSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtAccessSpecialDateColumnFormat_Enter); |
|
|
|
this.txtAccessSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtAccessSpecialDateColumnFormat_Leave); |
|
|
@@ -684,9 +686,9 @@ |
|
|
|
this.tabSQLite.Controls.Add(this.txtSqliteFileNameFormat); |
|
|
|
this.tabSQLite.Controls.Add(this.label8); |
|
|
|
this.tabSQLite.Controls.Add(this.txtSqliteSpecialDateColumnFormat); |
|
|
|
this.tabSQLite.Location = new System.Drawing.Point(4, 29); |
|
|
|
this.tabSQLite.Location = new System.Drawing.Point(4, 33); |
|
|
|
this.tabSQLite.Name = "tabSQLite"; |
|
|
|
this.tabSQLite.Size = new System.Drawing.Size(928, 461); |
|
|
|
this.tabSQLite.Size = new System.Drawing.Size(1174, 454); |
|
|
|
this.tabSQLite.TabIndex = 2; |
|
|
|
this.tabSQLite.Text = "SQLLite"; |
|
|
|
this.tabSQLite.UseVisualStyleBackColor = true; |
|
|
@@ -696,7 +698,7 @@ |
|
|
|
this.label5.AutoSize = true; |
|
|
|
this.label5.Location = new System.Drawing.Point(97, 123); |
|
|
|
this.label5.Name = "label5"; |
|
|
|
this.label5.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label5.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label5.TabIndex = 76; |
|
|
|
this.label5.Text = "自定义查询语句:"; |
|
|
|
// |
|
|
@@ -704,7 +706,7 @@ |
|
|
|
// |
|
|
|
this.txtSqliteAutoSqlName.Location = new System.Drawing.Point(206, 120); |
|
|
|
this.txtSqliteAutoSqlName.Name = "txtSqliteAutoSqlName"; |
|
|
|
this.txtSqliteAutoSqlName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtSqliteAutoSqlName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtSqliteAutoSqlName.TabIndex = 72; |
|
|
|
this.txtSqliteAutoSqlName.Enter += new System.EventHandler(this.txtSqliteAutoSqlName_Enter); |
|
|
|
this.txtSqliteAutoSqlName.Leave += new System.EventHandler(this.txtSqliteAutoSqlName_Leave); |
|
|
@@ -714,7 +716,7 @@ |
|
|
|
this.cbxSqliteReadFolder.AutoSize = true; |
|
|
|
this.cbxSqliteReadFolder.Location = new System.Drawing.Point(288, 15); |
|
|
|
this.cbxSqliteReadFolder.Name = "cbxSqliteReadFolder"; |
|
|
|
this.cbxSqliteReadFolder.Size = new System.Drawing.Size(106, 24); |
|
|
|
this.cbxSqliteReadFolder.Size = new System.Drawing.Size(126, 28); |
|
|
|
this.cbxSqliteReadFolder.TabIndex = 75; |
|
|
|
this.cbxSqliteReadFolder.Text = "读取文件夹"; |
|
|
|
this.cbxSqliteReadFolder.UseVisualStyleBackColor = true; |
|
|
@@ -725,7 +727,8 @@ |
|
|
|
this.txtSqliteAutoSql.Location = new System.Drawing.Point(206, 151); |
|
|
|
this.txtSqliteAutoSql.Multiline = true; |
|
|
|
this.txtSqliteAutoSql.Name = "txtSqliteAutoSql"; |
|
|
|
this.txtSqliteAutoSql.Size = new System.Drawing.Size(230, 76); |
|
|
|
this.txtSqliteAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
|
|
|
this.txtSqliteAutoSql.Size = new System.Drawing.Size(845, 260); |
|
|
|
this.txtSqliteAutoSql.TabIndex = 73; |
|
|
|
this.txtSqliteAutoSql.Enter += new System.EventHandler(this.txtSqliteAutoSql_Enter); |
|
|
|
this.txtSqliteAutoSql.Leave += new System.EventHandler(this.txtSqliteAutoSql_Leave); |
|
|
@@ -737,7 +740,7 @@ |
|
|
|
this.cbxSqliteReadFile.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
|
this.cbxSqliteReadFile.Location = new System.Drawing.Point(206, 15); |
|
|
|
this.cbxSqliteReadFile.Name = "cbxSqliteReadFile"; |
|
|
|
this.cbxSqliteReadFile.Size = new System.Drawing.Size(91, 24); |
|
|
|
this.cbxSqliteReadFile.Size = new System.Drawing.Size(108, 28); |
|
|
|
this.cbxSqliteReadFile.TabIndex = 74; |
|
|
|
this.cbxSqliteReadFile.Text = "读取文件"; |
|
|
|
this.cbxSqliteReadFile.UseVisualStyleBackColor = true; |
|
|
@@ -748,7 +751,7 @@ |
|
|
|
this.label6.AutoSize = true; |
|
|
|
this.label6.Location = new System.Drawing.Point(60, 16); |
|
|
|
this.label6.Name = "label6"; |
|
|
|
this.label6.Size = new System.Drawing.Size(175, 20); |
|
|
|
this.label6.Size = new System.Drawing.Size(210, 24); |
|
|
|
this.label6.TabIndex = 71; |
|
|
|
this.label6.Text = "读取模式(文件/文件夹):"; |
|
|
|
// |
|
|
@@ -757,7 +760,7 @@ |
|
|
|
this.label7.AutoSize = true; |
|
|
|
this.label7.Location = new System.Drawing.Point(85, 88); |
|
|
|
this.label7.Name = "label7"; |
|
|
|
this.label7.Size = new System.Drawing.Size(144, 20); |
|
|
|
this.label7.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.label7.TabIndex = 70; |
|
|
|
this.label7.Text = "自定义文件名格式:"; |
|
|
|
// |
|
|
@@ -765,7 +768,7 @@ |
|
|
|
// |
|
|
|
this.txtSqliteFileNameFormat.Location = new System.Drawing.Point(206, 85); |
|
|
|
this.txtSqliteFileNameFormat.Name = "txtSqliteFileNameFormat"; |
|
|
|
this.txtSqliteFileNameFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtSqliteFileNameFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtSqliteFileNameFormat.TabIndex = 69; |
|
|
|
this.txtSqliteFileNameFormat.Enter += new System.EventHandler(this.txtSqliteFileNameFormat_Enter); |
|
|
|
this.txtSqliteFileNameFormat.Leave += new System.EventHandler(this.txtSqliteFileNameFormat_Leave); |
|
|
@@ -775,7 +778,7 @@ |
|
|
|
this.label8.AutoSize = true; |
|
|
|
this.label8.Location = new System.Drawing.Point(97, 53); |
|
|
|
this.label8.Name = "label8"; |
|
|
|
this.label8.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label8.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label8.TabIndex = 67; |
|
|
|
this.label8.Text = "日期列特殊格式:"; |
|
|
|
// |
|
|
@@ -783,7 +786,7 @@ |
|
|
|
// |
|
|
|
this.txtSqliteSpecialDateColumnFormat.Location = new System.Drawing.Point(206, 50); |
|
|
|
this.txtSqliteSpecialDateColumnFormat.Name = "txtSqliteSpecialDateColumnFormat"; |
|
|
|
this.txtSqliteSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtSqliteSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtSqliteSpecialDateColumnFormat.TabIndex = 68; |
|
|
|
this.txtSqliteSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtSqliteSpecialDateColumnFormat_Enter); |
|
|
|
this.txtSqliteSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtSqliteSpecialDateColumnFormat_Leave); |
|
|
@@ -797,9 +800,9 @@ |
|
|
|
this.tabSQLServer.Controls.Add(this.txtSqlServerConnection); |
|
|
|
this.tabSQLServer.Controls.Add(this.label13); |
|
|
|
this.tabSQLServer.Controls.Add(this.txtSqlServerSpecialDateColumnFormat); |
|
|
|
this.tabSQLServer.Location = new System.Drawing.Point(4, 29); |
|
|
|
this.tabSQLServer.Location = new System.Drawing.Point(4, 33); |
|
|
|
this.tabSQLServer.Name = "tabSQLServer"; |
|
|
|
this.tabSQLServer.Size = new System.Drawing.Size(928, 461); |
|
|
|
this.tabSQLServer.Size = new System.Drawing.Size(1174, 454); |
|
|
|
this.tabSQLServer.TabIndex = 3; |
|
|
|
this.tabSQLServer.Text = "SQL Server"; |
|
|
|
this.tabSQLServer.UseVisualStyleBackColor = true; |
|
|
@@ -809,7 +812,7 @@ |
|
|
|
this.label9.AutoSize = true; |
|
|
|
this.label9.Location = new System.Drawing.Point(98, 116); |
|
|
|
this.label9.Name = "label9"; |
|
|
|
this.label9.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label9.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label9.TabIndex = 76; |
|
|
|
this.label9.Text = "自定义查询语句:"; |
|
|
|
// |
|
|
@@ -817,7 +820,7 @@ |
|
|
|
// |
|
|
|
this.txtSqlServerAutoSqlName.Location = new System.Drawing.Point(208, 113); |
|
|
|
this.txtSqlServerAutoSqlName.Name = "txtSqlServerAutoSqlName"; |
|
|
|
this.txtSqlServerAutoSqlName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtSqlServerAutoSqlName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtSqlServerAutoSqlName.TabIndex = 72; |
|
|
|
this.txtSqlServerAutoSqlName.Enter += new System.EventHandler(this.txtSqlServerAutoSqlName_Enter); |
|
|
|
this.txtSqlServerAutoSqlName.Leave += new System.EventHandler(this.txtSqlServerAutoSqlName_Leave); |
|
|
@@ -827,7 +830,8 @@ |
|
|
|
this.txtSqlServerAutoSql.Location = new System.Drawing.Point(208, 145); |
|
|
|
this.txtSqlServerAutoSql.Multiline = true; |
|
|
|
this.txtSqlServerAutoSql.Name = "txtSqlServerAutoSql"; |
|
|
|
this.txtSqlServerAutoSql.Size = new System.Drawing.Size(230, 60); |
|
|
|
this.txtSqlServerAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
|
|
|
this.txtSqlServerAutoSql.Size = new System.Drawing.Size(843, 279); |
|
|
|
this.txtSqlServerAutoSql.TabIndex = 73; |
|
|
|
this.txtSqlServerAutoSql.Enter += new System.EventHandler(this.txtSqlServerAutoSql_Enter); |
|
|
|
this.txtSqlServerAutoSql.Leave += new System.EventHandler(this.txtSqlServerAutoSql_Leave); |
|
|
@@ -837,7 +841,7 @@ |
|
|
|
this.label12.AutoSize = true; |
|
|
|
this.label12.Location = new System.Drawing.Point(86, 53); |
|
|
|
this.label12.Name = "label12"; |
|
|
|
this.label12.Size = new System.Drawing.Size(144, 20); |
|
|
|
this.label12.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.label12.TabIndex = 70; |
|
|
|
this.label12.Text = "自定义连接字符串:"; |
|
|
|
// |
|
|
@@ -856,7 +860,7 @@ |
|
|
|
this.label13.AutoSize = true; |
|
|
|
this.label13.Location = new System.Drawing.Point(98, 18); |
|
|
|
this.label13.Name = "label13"; |
|
|
|
this.label13.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label13.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label13.TabIndex = 67; |
|
|
|
this.label13.Text = "日期列特殊格式:"; |
|
|
|
// |
|
|
@@ -864,7 +868,7 @@ |
|
|
|
// |
|
|
|
this.txtSqlServerSpecialDateColumnFormat.Location = new System.Drawing.Point(208, 15); |
|
|
|
this.txtSqlServerSpecialDateColumnFormat.Name = "txtSqlServerSpecialDateColumnFormat"; |
|
|
|
this.txtSqlServerSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtSqlServerSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtSqlServerSpecialDateColumnFormat.TabIndex = 68; |
|
|
|
this.txtSqlServerSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtSqlServerSpecialDateColumnFormat_Enter); |
|
|
|
this.txtSqlServerSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtSqlServerSpecialDateColumnFormat_Leave); |
|
|
@@ -876,9 +880,9 @@ |
|
|
|
this.tabMySql.Controls.Add(this.txtMySqlAutoSql); |
|
|
|
this.tabMySql.Controls.Add(this.label18); |
|
|
|
this.tabMySql.Controls.Add(this.txtMySqlSpecialDateColumnFormat); |
|
|
|
this.tabMySql.Location = new System.Drawing.Point(4, 29); |
|
|
|
this.tabMySql.Location = new System.Drawing.Point(4, 33); |
|
|
|
this.tabMySql.Name = "tabMySql"; |
|
|
|
this.tabMySql.Size = new System.Drawing.Size(928, 461); |
|
|
|
this.tabMySql.Size = new System.Drawing.Size(1174, 454); |
|
|
|
this.tabMySql.TabIndex = 4; |
|
|
|
this.tabMySql.Text = "MySql"; |
|
|
|
this.tabMySql.UseVisualStyleBackColor = true; |
|
|
@@ -888,7 +892,7 @@ |
|
|
|
this.label14.AutoSize = true; |
|
|
|
this.label14.Location = new System.Drawing.Point(99, 60); |
|
|
|
this.label14.Name = "label14"; |
|
|
|
this.label14.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label14.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label14.TabIndex = 86; |
|
|
|
this.label14.Text = "自定义查询语句:"; |
|
|
|
// |
|
|
@@ -896,7 +900,7 @@ |
|
|
|
// |
|
|
|
this.txtMySqlAutoSqlName.Location = new System.Drawing.Point(207, 57); |
|
|
|
this.txtMySqlAutoSqlName.Name = "txtMySqlAutoSqlName"; |
|
|
|
this.txtMySqlAutoSqlName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtMySqlAutoSqlName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtMySqlAutoSqlName.TabIndex = 84; |
|
|
|
this.txtMySqlAutoSqlName.Enter += new System.EventHandler(this.txtMySqlAutoSqlName_Enter); |
|
|
|
this.txtMySqlAutoSqlName.Leave += new System.EventHandler(this.txtMySqlAutoSqlName_Leave); |
|
|
@@ -906,7 +910,8 @@ |
|
|
|
this.txtMySqlAutoSql.Location = new System.Drawing.Point(207, 89); |
|
|
|
this.txtMySqlAutoSql.Multiline = true; |
|
|
|
this.txtMySqlAutoSql.Name = "txtMySqlAutoSql"; |
|
|
|
this.txtMySqlAutoSql.Size = new System.Drawing.Size(230, 72); |
|
|
|
this.txtMySqlAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
|
|
|
this.txtMySqlAutoSql.Size = new System.Drawing.Size(844, 339); |
|
|
|
this.txtMySqlAutoSql.TabIndex = 85; |
|
|
|
this.txtMySqlAutoSql.Enter += new System.EventHandler(this.txtMySqlAutoSql_Enter); |
|
|
|
this.txtMySqlAutoSql.Leave += new System.EventHandler(this.txtMySqlAutoSql_Leave); |
|
|
@@ -916,7 +921,7 @@ |
|
|
|
this.label18.AutoSize = true; |
|
|
|
this.label18.Location = new System.Drawing.Point(97, 25); |
|
|
|
this.label18.Name = "label18"; |
|
|
|
this.label18.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label18.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label18.TabIndex = 80; |
|
|
|
this.label18.Text = "日期列特殊格式:"; |
|
|
|
// |
|
|
@@ -924,7 +929,7 @@ |
|
|
|
// |
|
|
|
this.txtMySqlSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 22); |
|
|
|
this.txtMySqlSpecialDateColumnFormat.Name = "txtMySqlSpecialDateColumnFormat"; |
|
|
|
this.txtMySqlSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtMySqlSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtMySqlSpecialDateColumnFormat.TabIndex = 81; |
|
|
|
this.txtMySqlSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtMySqlSpecialDateColumnFormat_Enter); |
|
|
|
this.txtMySqlSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtMySqlSpecialDateColumnFormat_Leave); |
|
|
@@ -936,10 +941,10 @@ |
|
|
|
this.tabOracle.Controls.Add(this.txtOracleAutoSql); |
|
|
|
this.tabOracle.Controls.Add(this.label10); |
|
|
|
this.tabOracle.Controls.Add(this.txtOracleSpecialDateColumnFormat); |
|
|
|
this.tabOracle.Location = new System.Drawing.Point(4, 29); |
|
|
|
this.tabOracle.Location = new System.Drawing.Point(4, 33); |
|
|
|
this.tabOracle.Name = "tabOracle"; |
|
|
|
this.tabOracle.Padding = new System.Windows.Forms.Padding(3); |
|
|
|
this.tabOracle.Size = new System.Drawing.Size(928, 461); |
|
|
|
this.tabOracle.Size = new System.Drawing.Size(1174, 454); |
|
|
|
this.tabOracle.TabIndex = 5; |
|
|
|
this.tabOracle.Text = "Oracle"; |
|
|
|
this.tabOracle.UseVisualStyleBackColor = true; |
|
|
@@ -949,7 +954,7 @@ |
|
|
|
this.label4.AutoSize = true; |
|
|
|
this.label4.Location = new System.Drawing.Point(102, 65); |
|
|
|
this.label4.Name = "label4"; |
|
|
|
this.label4.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label4.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label4.TabIndex = 91; |
|
|
|
this.label4.Text = "自定义查询语句:"; |
|
|
|
// |
|
|
@@ -957,7 +962,7 @@ |
|
|
|
// |
|
|
|
this.txtOracleAutoSqlName.Location = new System.Drawing.Point(210, 62); |
|
|
|
this.txtOracleAutoSqlName.Name = "txtOracleAutoSqlName"; |
|
|
|
this.txtOracleAutoSqlName.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtOracleAutoSqlName.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtOracleAutoSqlName.TabIndex = 89; |
|
|
|
this.txtOracleAutoSqlName.Enter += new System.EventHandler(this.txtOracleAutoSqlName_Enter); |
|
|
|
this.txtOracleAutoSqlName.Leave += new System.EventHandler(this.txtOracleAutoSqlName_Leave); |
|
|
@@ -967,7 +972,8 @@ |
|
|
|
this.txtOracleAutoSql.Location = new System.Drawing.Point(210, 94); |
|
|
|
this.txtOracleAutoSql.Multiline = true; |
|
|
|
this.txtOracleAutoSql.Name = "txtOracleAutoSql"; |
|
|
|
this.txtOracleAutoSql.Size = new System.Drawing.Size(230, 72); |
|
|
|
this.txtOracleAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; |
|
|
|
this.txtOracleAutoSql.Size = new System.Drawing.Size(841, 339); |
|
|
|
this.txtOracleAutoSql.TabIndex = 90; |
|
|
|
this.txtOracleAutoSql.Enter += new System.EventHandler(this.txtOracleAutoSql_Enter); |
|
|
|
this.txtOracleAutoSql.Leave += new System.EventHandler(this.txtOracleAutoSql_Leave); |
|
|
@@ -977,7 +983,7 @@ |
|
|
|
this.label10.AutoSize = true; |
|
|
|
this.label10.Location = new System.Drawing.Point(97, 30); |
|
|
|
this.label10.Name = "label10"; |
|
|
|
this.label10.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label10.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label10.TabIndex = 87; |
|
|
|
this.label10.Text = "日期列特殊格式:"; |
|
|
|
// |
|
|
@@ -985,7 +991,7 @@ |
|
|
|
// |
|
|
|
this.txtOracleSpecialDateColumnFormat.Location = new System.Drawing.Point(210, 27); |
|
|
|
this.txtOracleSpecialDateColumnFormat.Name = "txtOracleSpecialDateColumnFormat"; |
|
|
|
this.txtOracleSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtOracleSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtOracleSpecialDateColumnFormat.TabIndex = 88; |
|
|
|
this.txtOracleSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtOracleSpecialDateColumnFormat_Enter); |
|
|
|
this.txtOracleSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtOracleSpecialDateColumnFormat_Leave); |
|
|
@@ -1010,10 +1016,10 @@ |
|
|
|
this.tabTxt.Controls.Add(this.txtNormalFileNameFormat); |
|
|
|
this.tabTxt.Controls.Add(this.label28); |
|
|
|
this.tabTxt.Controls.Add(this.txtNormalFileSpecialDateColumnFormat); |
|
|
|
this.tabTxt.Location = new System.Drawing.Point(4, 29); |
|
|
|
this.tabTxt.Location = new System.Drawing.Point(4, 33); |
|
|
|
this.tabTxt.Name = "tabTxt"; |
|
|
|
this.tabTxt.Padding = new System.Windows.Forms.Padding(3); |
|
|
|
this.tabTxt.Size = new System.Drawing.Size(928, 461); |
|
|
|
this.tabTxt.Size = new System.Drawing.Size(1174, 454); |
|
|
|
this.tabTxt.TabIndex = 7; |
|
|
|
this.tabTxt.Text = "TXT"; |
|
|
|
this.tabTxt.UseVisualStyleBackColor = true; |
|
|
@@ -1025,7 +1031,7 @@ |
|
|
|
this.cbxNormalFileNoCustomDate.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
|
this.cbxNormalFileNoCustomDate.Location = new System.Drawing.Point(270, 283); |
|
|
|
this.cbxNormalFileNoCustomDate.Name = "cbxNormalFileNoCustomDate"; |
|
|
|
this.cbxNormalFileNoCustomDate.Size = new System.Drawing.Size(46, 24); |
|
|
|
this.cbxNormalFileNoCustomDate.Size = new System.Drawing.Size(54, 28); |
|
|
|
this.cbxNormalFileNoCustomDate.TabIndex = 67; |
|
|
|
this.cbxNormalFileNoCustomDate.Text = "否"; |
|
|
|
this.cbxNormalFileNoCustomDate.UseVisualStyleBackColor = true; |
|
|
@@ -1036,7 +1042,7 @@ |
|
|
|
this.cbxNormalFileCustomDate.AutoSize = true; |
|
|
|
this.cbxNormalFileCustomDate.Location = new System.Drawing.Point(208, 283); |
|
|
|
this.cbxNormalFileCustomDate.Name = "cbxNormalFileCustomDate"; |
|
|
|
this.cbxNormalFileCustomDate.Size = new System.Drawing.Size(46, 24); |
|
|
|
this.cbxNormalFileCustomDate.Size = new System.Drawing.Size(54, 28); |
|
|
|
this.cbxNormalFileCustomDate.TabIndex = 66; |
|
|
|
this.cbxNormalFileCustomDate.Text = "是"; |
|
|
|
this.cbxNormalFileCustomDate.UseVisualStyleBackColor = true; |
|
|
@@ -1051,7 +1057,7 @@ |
|
|
|
0, |
|
|
|
0}); |
|
|
|
this.numNormalFileStartIndex.Name = "numNormalFileStartIndex"; |
|
|
|
this.numNormalFileStartIndex.Size = new System.Drawing.Size(120, 27); |
|
|
|
this.numNormalFileStartIndex.Size = new System.Drawing.Size(120, 31); |
|
|
|
this.numNormalFileStartIndex.TabIndex = 65; |
|
|
|
this.numNormalFileStartIndex.Value = new decimal(new int[] { |
|
|
|
1, |
|
|
@@ -1064,7 +1070,7 @@ |
|
|
|
this.label20.AutoSize = true; |
|
|
|
this.label20.Location = new System.Drawing.Point(61, 283); |
|
|
|
this.label20.Name = "label20"; |
|
|
|
this.label20.Size = new System.Drawing.Size(174, 20); |
|
|
|
this.label20.Size = new System.Drawing.Size(208, 24); |
|
|
|
this.label20.TabIndex = 64; |
|
|
|
this.label20.Text = "是否由系统创建日期列:"; |
|
|
|
// |
|
|
@@ -1073,7 +1079,7 @@ |
|
|
|
this.label19.AutoSize = true; |
|
|
|
this.label19.Location = new System.Drawing.Point(97, 248); |
|
|
|
this.label19.Name = "label19"; |
|
|
|
this.label19.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label19.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label19.TabIndex = 62; |
|
|
|
this.label19.Text = "数据行起始行号:"; |
|
|
|
// |
|
|
@@ -1082,7 +1088,7 @@ |
|
|
|
this.label17.AutoSize = true; |
|
|
|
this.label17.Location = new System.Drawing.Point(97, 209); |
|
|
|
this.label17.Name = "label17"; |
|
|
|
this.label17.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label17.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label17.TabIndex = 60; |
|
|
|
this.label17.Text = "分割数据行选型:"; |
|
|
|
// |
|
|
@@ -1090,7 +1096,7 @@ |
|
|
|
// |
|
|
|
this.txtNormalFileReadSplitMode.Location = new System.Drawing.Point(207, 206); |
|
|
|
this.txtNormalFileReadSplitMode.Name = "txtNormalFileReadSplitMode"; |
|
|
|
this.txtNormalFileReadSplitMode.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtNormalFileReadSplitMode.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtNormalFileReadSplitMode.TabIndex = 59; |
|
|
|
this.txtNormalFileReadSplitMode.Enter += new System.EventHandler(this.txtNormalFileReadSplitMode_Enter); |
|
|
|
this.txtNormalFileReadSplitMode.Leave += new System.EventHandler(this.txtNormalFileReadSplitMode_Leave); |
|
|
@@ -1100,7 +1106,7 @@ |
|
|
|
this.label30.AutoSize = true; |
|
|
|
this.label30.Location = new System.Drawing.Point(109, 170); |
|
|
|
this.label30.Name = "label30"; |
|
|
|
this.label30.Size = new System.Drawing.Size(114, 20); |
|
|
|
this.label30.Size = new System.Drawing.Size(136, 24); |
|
|
|
this.label30.TabIndex = 58; |
|
|
|
this.label30.Text = "读取方法选型:"; |
|
|
|
// |
|
|
@@ -1108,7 +1114,7 @@ |
|
|
|
// |
|
|
|
this.txtNormalFileReadDataMode.Location = new System.Drawing.Point(207, 167); |
|
|
|
this.txtNormalFileReadDataMode.Name = "txtNormalFileReadDataMode"; |
|
|
|
this.txtNormalFileReadDataMode.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtNormalFileReadDataMode.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtNormalFileReadDataMode.TabIndex = 57; |
|
|
|
this.txtNormalFileReadDataMode.Enter += new System.EventHandler(this.txtNormalFileReadDataMode_Enter); |
|
|
|
this.txtNormalFileReadDataMode.Leave += new System.EventHandler(this.txtNormalFileReadDataMode_Leave); |
|
|
@@ -1118,7 +1124,7 @@ |
|
|
|
this.label29.AutoSize = true; |
|
|
|
this.label29.Location = new System.Drawing.Point(85, 132); |
|
|
|
this.label29.Name = "label29"; |
|
|
|
this.label29.Size = new System.Drawing.Size(144, 20); |
|
|
|
this.label29.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.label29.TabIndex = 56; |
|
|
|
this.label29.Text = "自定义文件后缀名:"; |
|
|
|
// |
|
|
@@ -1126,7 +1132,7 @@ |
|
|
|
// |
|
|
|
this.txtNormalFileSuffix.Location = new System.Drawing.Point(207, 129); |
|
|
|
this.txtNormalFileSuffix.Name = "txtNormalFileSuffix"; |
|
|
|
this.txtNormalFileSuffix.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtNormalFileSuffix.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtNormalFileSuffix.TabIndex = 55; |
|
|
|
this.txtNormalFileSuffix.Enter += new System.EventHandler(this.txtNormalFileSuffix_Enter); |
|
|
|
this.txtNormalFileSuffix.Leave += new System.EventHandler(this.txtNormalFileSuffix_Leave); |
|
|
@@ -1136,7 +1142,7 @@ |
|
|
|
this.cbxNormalFileReadFolder.AutoSize = true; |
|
|
|
this.cbxNormalFileReadFolder.Location = new System.Drawing.Point(288, 20); |
|
|
|
this.cbxNormalFileReadFolder.Name = "cbxNormalFileReadFolder"; |
|
|
|
this.cbxNormalFileReadFolder.Size = new System.Drawing.Size(106, 24); |
|
|
|
this.cbxNormalFileReadFolder.Size = new System.Drawing.Size(126, 28); |
|
|
|
this.cbxNormalFileReadFolder.TabIndex = 54; |
|
|
|
this.cbxNormalFileReadFolder.Text = "读取文件夹"; |
|
|
|
this.cbxNormalFileReadFolder.UseVisualStyleBackColor = true; |
|
|
@@ -1149,7 +1155,7 @@ |
|
|
|
this.cbxNormalFileReadFile.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
|
this.cbxNormalFileReadFile.Location = new System.Drawing.Point(207, 20); |
|
|
|
this.cbxNormalFileReadFile.Name = "cbxNormalFileReadFile"; |
|
|
|
this.cbxNormalFileReadFile.Size = new System.Drawing.Size(91, 24); |
|
|
|
this.cbxNormalFileReadFile.Size = new System.Drawing.Size(108, 28); |
|
|
|
this.cbxNormalFileReadFile.TabIndex = 53; |
|
|
|
this.cbxNormalFileReadFile.Text = "读取文件"; |
|
|
|
this.cbxNormalFileReadFile.UseVisualStyleBackColor = true; |
|
|
@@ -1160,7 +1166,7 @@ |
|
|
|
this.label25.AutoSize = true; |
|
|
|
this.label25.Location = new System.Drawing.Point(60, 20); |
|
|
|
this.label25.Name = "label25"; |
|
|
|
this.label25.Size = new System.Drawing.Size(175, 20); |
|
|
|
this.label25.Size = new System.Drawing.Size(210, 24); |
|
|
|
this.label25.TabIndex = 52; |
|
|
|
this.label25.Text = "读取模式(文件/文件夹):"; |
|
|
|
// |
|
|
@@ -1169,7 +1175,7 @@ |
|
|
|
this.label26.AutoSize = true; |
|
|
|
this.label26.Location = new System.Drawing.Point(85, 93); |
|
|
|
this.label26.Name = "label26"; |
|
|
|
this.label26.Size = new System.Drawing.Size(144, 20); |
|
|
|
this.label26.Size = new System.Drawing.Size(172, 24); |
|
|
|
this.label26.TabIndex = 51; |
|
|
|
this.label26.Text = "自定义文件名格式:"; |
|
|
|
// |
|
|
@@ -1177,7 +1183,7 @@ |
|
|
|
// |
|
|
|
this.txtNormalFileNameFormat.Location = new System.Drawing.Point(207, 90); |
|
|
|
this.txtNormalFileNameFormat.Name = "txtNormalFileNameFormat"; |
|
|
|
this.txtNormalFileNameFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtNormalFileNameFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtNormalFileNameFormat.TabIndex = 50; |
|
|
|
this.txtNormalFileNameFormat.Enter += new System.EventHandler(this.txtNormalFileNameFormat_Enter); |
|
|
|
this.txtNormalFileNameFormat.Leave += new System.EventHandler(this.txtNormalFileNameFormat_Leave); |
|
|
@@ -1187,7 +1193,7 @@ |
|
|
|
this.label28.AutoSize = true; |
|
|
|
this.label28.Location = new System.Drawing.Point(97, 56); |
|
|
|
this.label28.Name = "label28"; |
|
|
|
this.label28.Size = new System.Drawing.Size(129, 20); |
|
|
|
this.label28.Size = new System.Drawing.Size(154, 24); |
|
|
|
this.label28.TabIndex = 48; |
|
|
|
this.label28.Text = "日期列特殊格式:"; |
|
|
|
// |
|
|
@@ -1195,7 +1201,7 @@ |
|
|
|
// |
|
|
|
this.txtNormalFileSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 53); |
|
|
|
this.txtNormalFileSpecialDateColumnFormat.Name = "txtNormalFileSpecialDateColumnFormat"; |
|
|
|
this.txtNormalFileSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 27); |
|
|
|
this.txtNormalFileSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31); |
|
|
|
this.txtNormalFileSpecialDateColumnFormat.TabIndex = 49; |
|
|
|
this.txtNormalFileSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtNormalFileSpecialDateColumnFormat_Enter); |
|
|
|
this.txtNormalFileSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtNormalFileSpecialDateColumnFormat_Leave); |
|
|
@@ -1213,7 +1219,7 @@ |
|
|
|
// |
|
|
|
// frmSourceSetting |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(1182, 543); |
|
|
|
this.Controls.Add(this.pnlAll); |
|
|
|