소스 검색

密码加密 sql文本框优化 条件映射增加到15条

master
OCEAN 4 달 전
부모
커밋
cd97ece1d7
26개의 변경된 파일1887개의 추가작업 그리고 450개의 파일을 삭제
  1. +1
    -1
      CNASBalanceDBManage/App.config
  2. +1
    -1
      CNAS_Authorize/App.config
  3. +1
    -1
      CNAS_BalanceClient/App.config
  4. +1
    -1
      CNAS_DBSync/App.config
  5. +328
    -330
      CNAS_DBSync/frmDatabaseParams.Designer.cs
  6. +2
    -2
      CNAS_DBSync/frmSourceFilter.cs
  7. +106
    -100
      CNAS_DBSync/frmSourceSetting.Designer.cs
  8. +3
    -2
      CNAS_RunSync/Program.cs
  9. +1
    -1
      CNAS_RunSync/app.config
  10. +1
    -1
      CNAS_SyncService/App.config
  11. +6
    -1
      CnasSynchronusClient/FileOperation.cs
  12. +1
    -1
      WF-ChangeGUID/App.config
  13. +1
    -1
      dll/CNASBalanceDBManage.exe.config
  14. +1
    -1
      dll/CNAS_BalanceClient.exe.config
  15. BIN
      dll/CNAS_DBSync.exe
  16. +1
    -1
      dll/CNAS_DBSync.exe.config
  17. BIN
      dll/CNAS_RunSync.exe
  18. +1
    -1
      dll/CNAS_RunSync.exe.config
  19. +1
    -1
      dll/CNAS_SyncService.exe.config
  20. BIN
      dll/CnasSynchronusClient.dll
  21. +1
    -1
      dll/Data/SyncInStrumentData.mes
  22. +1312
    -0
      dll/ErrorLog/20250213.txt
  23. +101
    -0
      dll/ErrorLog/20250213.txt20250213.txt
  24. +14
    -0
      dll/ServiceLog/20250213.txt
  25. +1
    -1
      dll/WF-ChangeGUID.exe.config
  26. +1
    -1
      dll/activation.config

+ 1
- 1
CNASBalanceDBManage/App.config 파일 보기

@@ -5,7 +5,7 @@
</configSections>
<appSettings>
<add key="TargetDBType" value="Oracle"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="StartWebApiUrl" value="0"/>
</appSettings>
<log4net>


+ 1
- 1
CNAS_Authorize/App.config 파일 보기

@@ -2,7 +2,7 @@
<configuration>
<appSettings>
<add key="TargetDBType" value="Oracle"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="StartWebApiUrl" value="0"/>
</appSettings>
<startup>


+ 1
- 1
CNAS_BalanceClient/App.config 파일 보기

@@ -5,7 +5,7 @@
</configSections>
<appSettings>
<add key="TargetDBType" value="Mysql"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
</appSettings>
<log4net>
<logger name="Log">


+ 1
- 1
CNAS_DBSync/App.config 파일 보기

@@ -16,7 +16,7 @@
</connectionStrings>
<appSettings>
<add key="TargetDBType" value="Mysql"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="GetMacMethod" value="1"/>
<add key="StartGeneralVersion" value="1"/>
<add key="StartWebApiUrl" value="1"/>


+ 328
- 330
CNAS_DBSync/frmDatabaseParams.Designer.cs
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 2
- 2
CNAS_DBSync/frmSourceFilter.cs 파일 보기

@@ -215,9 +215,9 @@ namespace CNAS_DBSync
private void btnAdd_Click(object sender, EventArgs e)
{
//最多支持5个条件,否则无限制的条件将极大影响性能
if (lstFilterConditions.Count == 5)
if (lstFilterConditions.Count == 15)
{
MessageBox.Show("最多增加5项条件。");
MessageBox.Show("最多增加15项条件。");
return;
}
//添加一条空数据


+ 106
- 100
CNAS_DBSync/frmSourceSetting.Designer.cs 파일 보기

@@ -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);


+ 3
- 2
CNAS_RunSync/Program.cs 파일 보기

@@ -20,7 +20,8 @@ namespace CNAS_RunSync
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
string strMsg = "";
CheckAvailability(ref strMsg);

//CheckAvailability(ref strMsg);
if (strMsg == "")
Application.Run(new frmSynchrousMain());
else
@@ -59,7 +60,7 @@ namespace CNAS_RunSync
return;
}
//3 验证是否存在于CNAS数据库相应表中
bool bIfChecked= CnasDataOperationFact.CnasDataOperation().CheckMacMessage(Cnasdb, strLocalMac);
bool bIfChecked = CnasDataOperationFact.CnasDataOperation().CheckMacMessage(Cnasdb, strLocalMac);
if (!bIfChecked)
{
strErrorMsg = "当前电脑没有使用权限,请联系管理员。";


+ 1
- 1
CNAS_RunSync/app.config 파일 보기

@@ -5,7 +5,7 @@
</configSections>
<appSettings>
<add key="TargetDBType" value="Mysql"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="DelayDays" value="-60"/>
<add key="GetMacMethod" value="1"/>
<add key="StartGeneralVersion" value="1"/>


+ 1
- 1
CNAS_SyncService/App.config 파일 보기

@@ -5,7 +5,7 @@
</configSections>
<appSettings>
<add key="TargetDBType" value="MySQL"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="StartWebApiUrl" value="0"/>
<add key="WebApiUrl" value="http://localhost:60101/api"/>
</appSettings>


+ 6
- 1
CnasSynchronusClient/FileOperation.cs 파일 보기

@@ -3,7 +3,9 @@ using CnasSynchrousModel;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;

namespace CnasSynchronusClient
@@ -12,9 +14,10 @@ namespace CnasSynchronusClient
{
private static readonly string strLocalConfigPath = FileHelper.getBasePath() + @"\Data\";
private static readonly string strLocalDocumentPath= FileHelper.getBasePath() + @"\Document\";
private static readonly string strInitalPwd = ConfigurationManager.AppSettings["InitalOperationPwd"].ToString(); //默认初始密码
private static readonly string strInitalPwd = EncryptionOperation.Decrypt(ConfigurationManager.AppSettings["InitalOperationPwd"].ToString(), "NZJXD--CnasClientJXDJXDJ");
private static readonly string strLocalConfigPath_2 = FileHelper.getBasePath() + @"\DataConfig\";


/// <summary>
/// 从本地读取CNAS数据库连接
/// </summary>
@@ -352,4 +355,6 @@ namespace CnasSynchronusClient
return bIfSuccess;
}
}


}

+ 1
- 1
WF-ChangeGUID/App.config 파일 보기

@@ -2,6 +2,6 @@
<configuration>
<appSettings>
<add key="TargetDBType" value="MYSQL"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
</appSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

+ 1
- 1
dll/CNASBalanceDBManage.exe.config 파일 보기

@@ -5,7 +5,7 @@
</configSections>
<appSettings>
<add key="TargetDBType" value="Oracle"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="StartWebApiUrl" value="0"/>
</appSettings>
<log4net>


+ 1
- 1
dll/CNAS_BalanceClient.exe.config 파일 보기

@@ -5,7 +5,7 @@
</configSections>
<appSettings>
<add key="TargetDBType" value="Mysql"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
</appSettings>
<log4net>
<logger name="Log">


BIN
dll/CNAS_DBSync.exe 파일 보기


+ 1
- 1
dll/CNAS_DBSync.exe.config 파일 보기

@@ -16,7 +16,7 @@
</connectionStrings>
<appSettings>
<add key="TargetDBType" value="Mysql"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="GetMacMethod" value="1"/>
<add key="StartGeneralVersion" value="1"/>
<add key="StartWebApiUrl" value="1"/>


BIN
dll/CNAS_RunSync.exe 파일 보기


+ 1
- 1
dll/CNAS_RunSync.exe.config 파일 보기

@@ -5,7 +5,7 @@
</configSections>
<appSettings>
<add key="TargetDBType" value="Mysql"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="DelayDays" value="-60"/>
<add key="GetMacMethod" value="1"/>
<add key="StartGeneralVersion" value="1"/>


+ 1
- 1
dll/CNAS_SyncService.exe.config 파일 보기

@@ -5,7 +5,7 @@
</configSections>
<appSettings>
<add key="TargetDBType" value="MySQL"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
<add key="StartWebApiUrl" value="0"/>
<add key="WebApiUrl" value="http://localhost:60101/api"/>
</appSettings>


BIN
dll/CnasSynchronusClient.dll 파일 보기


+ 1
- 1
dll/Data/SyncInStrumentData.mes 파일 보기

@@ -1 +1 @@
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

+ 1312
- 0
dll/ErrorLog/20250213.txt
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 101
- 0
dll/ErrorLog/20250213.txt20250213.txt 파일 보기

@@ -82,3 +82,104 @@
记录时间:2025-02-13 16:47:50,355 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 16:47:50,355 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 16:47:50,355 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:32:50,592 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:32:50,602 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:32:50,603 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'System.Data.DataSet
记录时间:2025-02-13 17:32:50,624 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'System.Data.DataSet
记录时间:2025-02-13 17:32:50,625 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===select * FROM macaddress WHERE MAC_ADDRESS='74-13-EA-0C-EB-71'System.Data.DataSet
记录时间:2025-02-13 17:50:12,799 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:12,818 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:12,821 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:12,866 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:12,867 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:12,869 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetAllTableNameAndStructure 信息:===---===stuGetTableStruct(strTableName, )
记录时间:2025-02-13 17:50:12,870 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1
记录时间:2025-02-13 17:50:12,873 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:12,873 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:12,873 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:12,875 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:12,876 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:12,876 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:50:12,925 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:12,925 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:12,925 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:12,935 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:12,936 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:13,034 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1
记录时间:2025-02-13 17:50:13,038 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,038 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,038 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,040 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,041 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,041 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:50:13,054 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1
记录时间:2025-02-13 17:50:13,058 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,058 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,058 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,061 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,062 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,063 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:50:13,106 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,106 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,106 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:13,108 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:13,109 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:13,109 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetAllTableNameAndStructure 信息:===---===stuGetTableStruct(strTableName, )
记录时间:2025-02-13 17:50:13,111 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1
记录时间:2025-02-13 17:50:13,117 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,117 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,117 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,119 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,121 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,122 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:50:13,133 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,133 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,133 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:13,138 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:13,139 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:13,297 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1
记录时间:2025-02-13 17:50:13,301 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,301 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,301 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,302 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,303 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,303 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:50:13,320 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1
记录时间:2025-02-13 17:50:13,323 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,323 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,323 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,324 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,324 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,325 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:50:13,383 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,383 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,384 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:13,385 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:13,386 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='test'System.Data.DataSet
记录时间:2025-02-13 17:50:13,386 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetAllTableNameAndStructure 信息:===---===stuGetTableStruct(strTableName, )
记录时间:2025-02-13 17:50:13,386 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1
记录时间:2025-02-13 17:50:13,390 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,390 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=test;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,390 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,391 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,392 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,392 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:50:13,397 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,397 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,397 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:13,403 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:13,405 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT table_name as TABNAME FROM information_schema.TABLES WHERE table_schema='cnas'System.Data.DataSet
记录时间:2025-02-13 17:50:13,533 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===abilitysupervisionrecordSELECT * FROM abilitysupervisionrecord Where 0=1
记录时间:2025-02-13 17:50:13,536 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,537 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,537 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,538 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,538 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM abilitysupervisionrecord Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,538 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===abilitysupervisionrecordMySQLHelper.ExecuteDataSet(strSql)Table
记录时间:2025-02-13 17:50:13,545 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-222-===stuSELECT * FROM stu Where 0=1
记录时间:2025-02-13 17:50:13,548 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3113-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,548 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1server=localhost;port=3306;user=root;password=1;database=cnas;CharSet=utf8;Allow User Variables=True
记录时间:2025-02-13 17:50:13,548 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3223-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,550 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3333-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,551 线程ID:[1]- 错误描述:类名:MySQLHelper 方法名:ExecuteDataSet 信息:===-3443-===SELECT * FROM stu Where 0=1System.Data.DataSet
记录时间:2025-02-13 17:50:13,551 线程ID:[1]- 错误描述:类名:MySQLDAL 方法名:GetTableStruct 信息:===-333-===stuMySQLHelper.ExecuteDataSet(strSql)Table

+ 14
- 0
dll/ServiceLog/20250213.txt 파일 보기

@@ -39,3 +39,17 @@
记录时间:2025-02-13 16:43:49,812 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunUpLoad 信息:读取目标数据的数据结构
记录时间:2025-02-13 16:43:49,812 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunUpLoad 信息:遍历所有来源数据,构造准备插入的数据
记录时间:2025-02-13 16:43:49,814 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:未设置的CNAS仪器信息列,请先配置
记录时间:2025-02-13 18:25:22,655 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:Start 信息:SyncSerivce:服务启动
记录时间:2025-02-13 18:25:22,692 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:timerSync_Elapsed 信息:定时器启动
记录时间:2025-02-13 18:25:22,693 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:timerSync_Elapsed 信息:清理过期日志
记录时间:2025-02-13 18:25:22,718 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:ReadSyncInstruments 信息:读取到本地配置信息行数2
记录时间:2025-02-13 18:25:22,728 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:准备根据日期字段查询筛选
记录时间:2025-02-13 18:25:22,821 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:读取上次最晚执行时间为2020-01-01 00:00:00
记录时间:2025-02-13 18:25:22,822 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:准备构建数据源读取工厂
记录时间:2025-02-13 18:25:22,828 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:构建数据源读取工厂完成,准备读取数据源
记录时间:2025-02-13 18:25:22,842 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:根据日期读取准备插入的来源数据,共4条数据
记录时间:2025-02-13 18:25:22,845 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunUpLoad 信息:读取目标数据的数据结构
记录时间:2025-02-13 18:25:22,845 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunUpLoad 信息:遍历所有来源数据,构造准备插入的数据
记录时间:2025-02-13 18:25:22,848 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:未设置的CNAS仪器信息列,请先配置
记录时间:2025-02-13 18:25:22,848 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:准备根据日期字段查询筛选
记录时间:2025-02-13 18:25:22,848 线程ID:[1]- 信息描述:类名:SyncServiceOperation 方法名:RunSyncByInstrument 信息:SyncSerivce:未能成功读取日期字段,可能不存在或存在多个日期字段,本次同步失败。

+ 1
- 1
dll/WF-ChangeGUID.exe.config 파일 보기

@@ -2,6 +2,6 @@
<configuration>
<appSettings>
<add key="TargetDBType" value="MYSQL"/>
<add key="InitalOperationPwd" value="123456"/>
<add key="InitalOperationPwd" value="zIU7s3Rawog="/>
</appSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

+ 1
- 1
dll/activation.config 파일 보기

@@ -1 +1 @@
BFEBFBFF000B06A2_7413EA0CEB72_7613EA0CEB71_7413EA0CEB71_7413EA0CEB75
BFEBFBFF000B06A2_7413EA0CEB72_7613EA0CEB71_7413EA0CEB71

불러오는 중...
취소
저장