CNAS取数仪器端升级
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1513 行
83KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmSourceSetting
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSourceSetting));
  29. this.btnOK = new System.Windows.Forms.Button();
  30. this.pnlBottom = new System.Windows.Forms.Panel();
  31. this.pnlTop = new System.Windows.Forms.Panel();
  32. this.pnlCenter = new System.Windows.Forms.Panel();
  33. this.tabcDS = new System.Windows.Forms.TabControl();
  34. this.tabExcel = new System.Windows.Forms.TabPage();
  35. this.txtExcelAutoSql = new System.Windows.Forms.TextBox();
  36. this.txtExcelAutoSqlName = new System.Windows.Forms.TextBox();
  37. this.lbExcelDynQuery = new System.Windows.Forms.Label();
  38. this.cbxExcelReadFolder = new System.Windows.Forms.CheckBox();
  39. this.cbxExcelReadFile = new System.Windows.Forms.CheckBox();
  40. this.cbxExcelNewVersion = new System.Windows.Forms.CheckBox();
  41. this.label22 = new System.Windows.Forms.Label();
  42. this.lblExcelRemotePwd = new System.Windows.Forms.Label();
  43. this.lblExcelRemoteUser = new System.Windows.Forms.Label();
  44. this.txtExcelFileNameFormat = new System.Windows.Forms.TextBox();
  45. this.cbxExcelOldVersion = new System.Windows.Forms.CheckBox();
  46. this.lbExcelDateFormat = new System.Windows.Forms.Label();
  47. this.txtExcelSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  48. this.tabFoxPro = new System.Windows.Forms.TabPage();
  49. this.txtFoxProSpecialMethodName = new System.Windows.Forms.TextBox();
  50. this.txtFoxProSpecialMethod = new System.Windows.Forms.TextBox();
  51. this.label27 = new System.Windows.Forms.Label();
  52. this.label33 = new System.Windows.Forms.Label();
  53. this.txtFoxProAutoSqlName = new System.Windows.Forms.TextBox();
  54. this.cbxFoxProReadFolder = new System.Windows.Forms.CheckBox();
  55. this.txtFoxProAutoSql = new System.Windows.Forms.TextBox();
  56. this.cbxFoxProReadFile = new System.Windows.Forms.CheckBox();
  57. this.label35 = new System.Windows.Forms.Label();
  58. this.label38 = new System.Windows.Forms.Label();
  59. this.txtFoxProFileNameFormat = new System.Windows.Forms.TextBox();
  60. this.label39 = new System.Windows.Forms.Label();
  61. this.txtFoxProSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  62. this.tabAccess = new System.Windows.Forms.TabPage();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.txtAccessSuffix = new System.Windows.Forms.TextBox();
  65. this.cbxAccessReadFolder = new System.Windows.Forms.CheckBox();
  66. this.cbxAccessReadFile = new System.Windows.Forms.CheckBox();
  67. this.txtAccessAutoSql = new System.Windows.Forms.TextBox();
  68. this.txtAccessAutoSqlName = new System.Windows.Forms.TextBox();
  69. this.label11 = new System.Windows.Forms.Label();
  70. this.cbxAccessNewVersion = new System.Windows.Forms.CheckBox();
  71. this.label15 = new System.Windows.Forms.Label();
  72. this.label16 = new System.Windows.Forms.Label();
  73. this.label21 = new System.Windows.Forms.Label();
  74. this.txtAccessFileName = new System.Windows.Forms.TextBox();
  75. this.cbxAccessOldVersion = new System.Windows.Forms.CheckBox();
  76. this.label31 = new System.Windows.Forms.Label();
  77. this.txtAccessSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  78. this.tabSQLite = new System.Windows.Forms.TabPage();
  79. this.label5 = new System.Windows.Forms.Label();
  80. this.txtSqliteAutoSqlName = new System.Windows.Forms.TextBox();
  81. this.cbxSqliteReadFolder = new System.Windows.Forms.CheckBox();
  82. this.txtSqliteAutoSql = new System.Windows.Forms.TextBox();
  83. this.cbxSqliteReadFile = new System.Windows.Forms.CheckBox();
  84. this.label6 = new System.Windows.Forms.Label();
  85. this.label7 = new System.Windows.Forms.Label();
  86. this.txtSqliteFileNameFormat = new System.Windows.Forms.TextBox();
  87. this.label8 = new System.Windows.Forms.Label();
  88. this.txtSqliteSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  89. this.tabSQLServer = new System.Windows.Forms.TabPage();
  90. this.label9 = new System.Windows.Forms.Label();
  91. this.txtSqlServerAutoSqlName = new System.Windows.Forms.TextBox();
  92. this.txtSqlServerAutoSql = new System.Windows.Forms.TextBox();
  93. this.label12 = new System.Windows.Forms.Label();
  94. this.txtSqlServerConnection = new System.Windows.Forms.TextBox();
  95. this.label13 = new System.Windows.Forms.Label();
  96. this.txtSqlServerSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  97. this.tabMySql = new System.Windows.Forms.TabPage();
  98. this.label14 = new System.Windows.Forms.Label();
  99. this.txtMySqlAutoSqlName = new System.Windows.Forms.TextBox();
  100. this.txtMySqlAutoSql = new System.Windows.Forms.TextBox();
  101. this.label18 = new System.Windows.Forms.Label();
  102. this.txtMySqlSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  103. this.tabOracle = new System.Windows.Forms.TabPage();
  104. this.label4 = new System.Windows.Forms.Label();
  105. this.txtOracleAutoSqlName = new System.Windows.Forms.TextBox();
  106. this.txtOracleAutoSql = new System.Windows.Forms.TextBox();
  107. this.label10 = new System.Windows.Forms.Label();
  108. this.txtOracleSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  109. this.tabTxt = new System.Windows.Forms.TabPage();
  110. this.cbxNormalFileNoCustomDate = new System.Windows.Forms.CheckBox();
  111. this.cbxNormalFileCustomDate = new System.Windows.Forms.CheckBox();
  112. this.numNormalFileStartIndex = new System.Windows.Forms.NumericUpDown();
  113. this.label20 = new System.Windows.Forms.Label();
  114. this.label19 = new System.Windows.Forms.Label();
  115. this.label17 = new System.Windows.Forms.Label();
  116. this.txtNormalFileReadSplitMode = new System.Windows.Forms.TextBox();
  117. this.label30 = new System.Windows.Forms.Label();
  118. this.txtNormalFileReadDataMode = new System.Windows.Forms.TextBox();
  119. this.label29 = new System.Windows.Forms.Label();
  120. this.txtNormalFileSuffix = new System.Windows.Forms.TextBox();
  121. this.cbxNormalFileReadFolder = new System.Windows.Forms.CheckBox();
  122. this.cbxNormalFileReadFile = new System.Windows.Forms.CheckBox();
  123. this.label25 = new System.Windows.Forms.Label();
  124. this.label26 = new System.Windows.Forms.Label();
  125. this.txtNormalFileNameFormat = new System.Windows.Forms.TextBox();
  126. this.label28 = new System.Windows.Forms.Label();
  127. this.txtNormalFileSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  128. this.tabPostgreSql = new System.Windows.Forms.TabPage();
  129. this.lblPostgreSql = new System.Windows.Forms.Label();
  130. this.txtPostgreSqlAutoSqlName = new System.Windows.Forms.TextBox();
  131. this.txtPostgreSqlAutoSql = new System.Windows.Forms.TextBox();
  132. this.lblPostgreSqlDateFormat = new System.Windows.Forms.Label();
  133. this.txtPostgreSqlSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  134. this.pnlAll = new System.Windows.Forms.Panel();
  135. this.tabKingbase = new System.Windows.Forms.TabPage();
  136. this.label1 = new System.Windows.Forms.Label();
  137. this.txtKingbaseAutoSqlName = new System.Windows.Forms.TextBox();
  138. this.txtKingbaseAutoSql = new System.Windows.Forms.TextBox();
  139. this.label3 = new System.Windows.Forms.Label();
  140. this.txtKingbaseSpecialDateColumnFormat = new System.Windows.Forms.TextBox();
  141. this.pnlBottom.SuspendLayout();
  142. this.pnlCenter.SuspendLayout();
  143. this.tabcDS.SuspendLayout();
  144. this.tabExcel.SuspendLayout();
  145. this.tabFoxPro.SuspendLayout();
  146. this.tabAccess.SuspendLayout();
  147. this.tabSQLite.SuspendLayout();
  148. this.tabSQLServer.SuspendLayout();
  149. this.tabMySql.SuspendLayout();
  150. this.tabOracle.SuspendLayout();
  151. this.tabTxt.SuspendLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.numNormalFileStartIndex)).BeginInit();
  153. this.tabPostgreSql.SuspendLayout();
  154. this.pnlAll.SuspendLayout();
  155. this.tabKingbase.SuspendLayout();
  156. this.SuspendLayout();
  157. //
  158. // btnOK
  159. //
  160. this.btnOK.Location = new System.Drawing.Point(965, 9);
  161. this.btnOK.Name = "btnOK";
  162. this.btnOK.Size = new System.Drawing.Size(90, 30);
  163. this.btnOK.TabIndex = 0;
  164. this.btnOK.Text = "确认";
  165. this.btnOK.UseVisualStyleBackColor = true;
  166. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  167. //
  168. // pnlBottom
  169. //
  170. this.pnlBottom.Controls.Add(this.btnOK);
  171. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  172. this.pnlBottom.Location = new System.Drawing.Point(0, 501);
  173. this.pnlBottom.Name = "pnlBottom";
  174. this.pnlBottom.Size = new System.Drawing.Size(1182, 42);
  175. this.pnlBottom.TabIndex = 3;
  176. //
  177. // pnlTop
  178. //
  179. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  180. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  181. this.pnlTop.Name = "pnlTop";
  182. this.pnlTop.Size = new System.Drawing.Size(1182, 10);
  183. this.pnlTop.TabIndex = 2;
  184. //
  185. // pnlCenter
  186. //
  187. this.pnlCenter.Controls.Add(this.tabcDS);
  188. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.pnlCenter.Location = new System.Drawing.Point(0, 10);
  190. this.pnlCenter.Name = "pnlCenter";
  191. this.pnlCenter.Size = new System.Drawing.Size(1182, 491);
  192. this.pnlCenter.TabIndex = 4;
  193. //
  194. // tabcDS
  195. //
  196. this.tabcDS.Controls.Add(this.tabExcel);
  197. this.tabcDS.Controls.Add(this.tabFoxPro);
  198. this.tabcDS.Controls.Add(this.tabAccess);
  199. this.tabcDS.Controls.Add(this.tabSQLite);
  200. this.tabcDS.Controls.Add(this.tabSQLServer);
  201. this.tabcDS.Controls.Add(this.tabMySql);
  202. this.tabcDS.Controls.Add(this.tabOracle);
  203. this.tabcDS.Controls.Add(this.tabTxt);
  204. this.tabcDS.Controls.Add(this.tabPostgreSql);
  205. this.tabcDS.Controls.Add(this.tabKingbase);
  206. this.tabcDS.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.tabcDS.Location = new System.Drawing.Point(0, 0);
  208. this.tabcDS.Name = "tabcDS";
  209. this.tabcDS.SelectedIndex = 0;
  210. this.tabcDS.Size = new System.Drawing.Size(1182, 491);
  211. this.tabcDS.TabIndex = 7;
  212. this.tabcDS.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabcDS_Selected);
  213. //
  214. // tabExcel
  215. //
  216. this.tabExcel.Controls.Add(this.txtExcelAutoSql);
  217. this.tabExcel.Controls.Add(this.txtExcelAutoSqlName);
  218. this.tabExcel.Controls.Add(this.lbExcelDynQuery);
  219. this.tabExcel.Controls.Add(this.cbxExcelReadFolder);
  220. this.tabExcel.Controls.Add(this.cbxExcelReadFile);
  221. this.tabExcel.Controls.Add(this.cbxExcelNewVersion);
  222. this.tabExcel.Controls.Add(this.label22);
  223. this.tabExcel.Controls.Add(this.lblExcelRemotePwd);
  224. this.tabExcel.Controls.Add(this.lblExcelRemoteUser);
  225. this.tabExcel.Controls.Add(this.txtExcelFileNameFormat);
  226. this.tabExcel.Controls.Add(this.cbxExcelOldVersion);
  227. this.tabExcel.Controls.Add(this.lbExcelDateFormat);
  228. this.tabExcel.Controls.Add(this.txtExcelSpecialDateColumnFormat);
  229. this.tabExcel.Location = new System.Drawing.Point(4, 33);
  230. this.tabExcel.Name = "tabExcel";
  231. this.tabExcel.Padding = new System.Windows.Forms.Padding(3);
  232. this.tabExcel.Size = new System.Drawing.Size(1174, 454);
  233. this.tabExcel.TabIndex = 0;
  234. this.tabExcel.Text = "Excel";
  235. this.tabExcel.UseVisualStyleBackColor = true;
  236. //
  237. // txtExcelAutoSql
  238. //
  239. this.txtExcelAutoSql.Location = new System.Drawing.Point(232, 250);
  240. this.txtExcelAutoSql.Multiline = true;
  241. this.txtExcelAutoSql.Name = "txtExcelAutoSql";
  242. this.txtExcelAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  243. this.txtExcelAutoSql.Size = new System.Drawing.Size(819, 186);
  244. this.txtExcelAutoSql.TabIndex = 48;
  245. this.txtExcelAutoSql.Enter += new System.EventHandler(this.txtExcelAutoSql_Enter);
  246. this.txtExcelAutoSql.Leave += new System.EventHandler(this.txtExcelAutoSql_Leave);
  247. //
  248. // txtExcelAutoSqlName
  249. //
  250. this.txtExcelAutoSqlName.Location = new System.Drawing.Point(232, 206);
  251. this.txtExcelAutoSqlName.Name = "txtExcelAutoSqlName";
  252. this.txtExcelAutoSqlName.Size = new System.Drawing.Size(230, 31);
  253. this.txtExcelAutoSqlName.TabIndex = 47;
  254. this.txtExcelAutoSqlName.Enter += new System.EventHandler(this.txtExcelAutoSqlName_Enter);
  255. this.txtExcelAutoSqlName.Leave += new System.EventHandler(this.txtExcelAutoSqlName_Leave);
  256. //
  257. // lbExcelDynQuery
  258. //
  259. this.lbExcelDynQuery.AutoSize = true;
  260. this.lbExcelDynQuery.Location = new System.Drawing.Point(97, 209);
  261. this.lbExcelDynQuery.Name = "lbExcelDynQuery";
  262. this.lbExcelDynQuery.Size = new System.Drawing.Size(154, 24);
  263. this.lbExcelDynQuery.TabIndex = 46;
  264. this.lbExcelDynQuery.Text = "自定义查询语句:";
  265. //
  266. // cbxExcelReadFolder
  267. //
  268. this.cbxExcelReadFolder.AutoSize = true;
  269. this.cbxExcelReadFolder.Location = new System.Drawing.Point(560, 150);
  270. this.cbxExcelReadFolder.Name = "cbxExcelReadFolder";
  271. this.cbxExcelReadFolder.Size = new System.Drawing.Size(126, 28);
  272. this.cbxExcelReadFolder.TabIndex = 32;
  273. this.cbxExcelReadFolder.Text = "读取文件夹";
  274. this.cbxExcelReadFolder.UseVisualStyleBackColor = true;
  275. this.cbxExcelReadFolder.CheckedChanged += new System.EventHandler(this.cbxExcelReadFolder_CheckedChanged);
  276. //
  277. // cbxExcelReadFile
  278. //
  279. this.cbxExcelReadFile.AutoSize = true;
  280. this.cbxExcelReadFile.Checked = true;
  281. this.cbxExcelReadFile.CheckState = System.Windows.Forms.CheckState.Checked;
  282. this.cbxExcelReadFile.Location = new System.Drawing.Point(311, 150);
  283. this.cbxExcelReadFile.Name = "cbxExcelReadFile";
  284. this.cbxExcelReadFile.Size = new System.Drawing.Size(108, 28);
  285. this.cbxExcelReadFile.TabIndex = 31;
  286. this.cbxExcelReadFile.Text = "读取文件";
  287. this.cbxExcelReadFile.UseVisualStyleBackColor = true;
  288. this.cbxExcelReadFile.CheckedChanged += new System.EventHandler(this.cbxExcelReadFile_CheckedChanged);
  289. //
  290. // cbxExcelNewVersion
  291. //
  292. this.cbxExcelNewVersion.AutoSize = true;
  293. this.cbxExcelNewVersion.Location = new System.Drawing.Point(561, 14);
  294. this.cbxExcelNewVersion.Name = "cbxExcelNewVersion";
  295. this.cbxExcelNewVersion.Size = new System.Drawing.Size(204, 28);
  296. this.cbxExcelNewVersion.TabIndex = 25;
  297. this.cbxExcelNewVersion.Text = "office 2007以后版本";
  298. this.cbxExcelNewVersion.UseVisualStyleBackColor = true;
  299. this.cbxExcelNewVersion.CheckedChanged += new System.EventHandler(this.cbxExcelNewVersion_CheckedChanged);
  300. //
  301. // label22
  302. //
  303. this.label22.AutoSize = true;
  304. this.label22.Location = new System.Drawing.Point(90, 15);
  305. this.label22.Name = "label22";
  306. this.label22.Size = new System.Drawing.Size(163, 24);
  307. this.label22.TabIndex = 24;
  308. this.label22.Text = "Office Excel版本:";
  309. //
  310. // lblExcelRemotePwd
  311. //
  312. this.lblExcelRemotePwd.AutoSize = true;
  313. this.lblExcelRemotePwd.Location = new System.Drawing.Point(59, 150);
  314. this.lblExcelRemotePwd.Name = "lblExcelRemotePwd";
  315. this.lblExcelRemotePwd.Size = new System.Drawing.Size(210, 24);
  316. this.lblExcelRemotePwd.TabIndex = 10;
  317. this.lblExcelRemotePwd.Text = "读取模式(文件/文件夹):";
  318. //
  319. // lblExcelRemoteUser
  320. //
  321. this.lblExcelRemoteUser.AutoSize = true;
  322. this.lblExcelRemoteUser.Location = new System.Drawing.Point(86, 97);
  323. this.lblExcelRemoteUser.Name = "lblExcelRemoteUser";
  324. this.lblExcelRemoteUser.Size = new System.Drawing.Size(172, 24);
  325. this.lblExcelRemoteUser.TabIndex = 8;
  326. this.lblExcelRemoteUser.Text = "自定义文件名格式:";
  327. //
  328. // txtExcelFileNameFormat
  329. //
  330. this.txtExcelFileNameFormat.Location = new System.Drawing.Point(236, 94);
  331. this.txtExcelFileNameFormat.Name = "txtExcelFileNameFormat";
  332. this.txtExcelFileNameFormat.Size = new System.Drawing.Size(230, 31);
  333. this.txtExcelFileNameFormat.TabIndex = 6;
  334. this.txtExcelFileNameFormat.Enter += new System.EventHandler(this.txtExcelFileNameFormat_Enter);
  335. this.txtExcelFileNameFormat.Leave += new System.EventHandler(this.txtExcelFileNameFormat_Leave);
  336. //
  337. // cbxExcelOldVersion
  338. //
  339. this.cbxExcelOldVersion.AutoSize = true;
  340. this.cbxExcelOldVersion.Checked = true;
  341. this.cbxExcelOldVersion.CheckState = System.Windows.Forms.CheckState.Checked;
  342. this.cbxExcelOldVersion.Location = new System.Drawing.Point(312, 14);
  343. this.cbxExcelOldVersion.Name = "cbxExcelOldVersion";
  344. this.cbxExcelOldVersion.Size = new System.Drawing.Size(204, 28);
  345. this.cbxExcelOldVersion.TabIndex = 4;
  346. this.cbxExcelOldVersion.Text = "office 2007以前版本";
  347. this.cbxExcelOldVersion.UseVisualStyleBackColor = true;
  348. this.cbxExcelOldVersion.CheckedChanged += new System.EventHandler(this.cbxExcelOldVersion_CheckedChanged);
  349. //
  350. // lbExcelDateFormat
  351. //
  352. this.lbExcelDateFormat.AutoSize = true;
  353. this.lbExcelDateFormat.Location = new System.Drawing.Point(97, 50);
  354. this.lbExcelDateFormat.Name = "lbExcelDateFormat";
  355. this.lbExcelDateFormat.Size = new System.Drawing.Size(154, 24);
  356. this.lbExcelDateFormat.TabIndex = 5;
  357. this.lbExcelDateFormat.Text = "日期列特殊格式:";
  358. //
  359. // txtExcelSpecialDateColumnFormat
  360. //
  361. this.txtExcelSpecialDateColumnFormat.Location = new System.Drawing.Point(235, 47);
  362. this.txtExcelSpecialDateColumnFormat.Name = "txtExcelSpecialDateColumnFormat";
  363. this.txtExcelSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  364. this.txtExcelSpecialDateColumnFormat.TabIndex = 5;
  365. this.txtExcelSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtExcelSpecialDateColumnFormat_Enter);
  366. this.txtExcelSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtExcelSpecialDateColumnFormat_Leave);
  367. //
  368. // tabFoxPro
  369. //
  370. this.tabFoxPro.Controls.Add(this.txtFoxProSpecialMethodName);
  371. this.tabFoxPro.Controls.Add(this.txtFoxProSpecialMethod);
  372. this.tabFoxPro.Controls.Add(this.label27);
  373. this.tabFoxPro.Controls.Add(this.label33);
  374. this.tabFoxPro.Controls.Add(this.txtFoxProAutoSqlName);
  375. this.tabFoxPro.Controls.Add(this.cbxFoxProReadFolder);
  376. this.tabFoxPro.Controls.Add(this.txtFoxProAutoSql);
  377. this.tabFoxPro.Controls.Add(this.cbxFoxProReadFile);
  378. this.tabFoxPro.Controls.Add(this.label35);
  379. this.tabFoxPro.Controls.Add(this.label38);
  380. this.tabFoxPro.Controls.Add(this.txtFoxProFileNameFormat);
  381. this.tabFoxPro.Controls.Add(this.label39);
  382. this.tabFoxPro.Controls.Add(this.txtFoxProSpecialDateColumnFormat);
  383. this.tabFoxPro.Location = new System.Drawing.Point(4, 33);
  384. this.tabFoxPro.Name = "tabFoxPro";
  385. this.tabFoxPro.Padding = new System.Windows.Forms.Padding(3);
  386. this.tabFoxPro.Size = new System.Drawing.Size(1174, 454);
  387. this.tabFoxPro.TabIndex = 6;
  388. this.tabFoxPro.Text = "FoxPro";
  389. this.tabFoxPro.UseVisualStyleBackColor = true;
  390. //
  391. // txtFoxProSpecialMethodName
  392. //
  393. this.txtFoxProSpecialMethodName.Location = new System.Drawing.Point(213, 221);
  394. this.txtFoxProSpecialMethodName.Name = "txtFoxProSpecialMethodName";
  395. this.txtFoxProSpecialMethodName.Size = new System.Drawing.Size(230, 31);
  396. this.txtFoxProSpecialMethodName.TabIndex = 65;
  397. this.txtFoxProSpecialMethodName.Enter += new System.EventHandler(this.txtFoxProSpecialMethodName_Enter);
  398. this.txtFoxProSpecialMethodName.Leave += new System.EventHandler(this.txtFoxProSpecialMethodName_Leave);
  399. //
  400. // txtFoxProSpecialMethod
  401. //
  402. this.txtFoxProSpecialMethod.Location = new System.Drawing.Point(213, 261);
  403. this.txtFoxProSpecialMethod.Multiline = true;
  404. this.txtFoxProSpecialMethod.Name = "txtFoxProSpecialMethod";
  405. this.txtFoxProSpecialMethod.Size = new System.Drawing.Size(230, 64);
  406. this.txtFoxProSpecialMethod.TabIndex = 66;
  407. this.txtFoxProSpecialMethod.Enter += new System.EventHandler(this.txtFoxProSpecialMethod_Enter);
  408. this.txtFoxProSpecialMethod.Leave += new System.EventHandler(this.txtFoxProSpecialMethod_Leave);
  409. //
  410. // label27
  411. //
  412. this.label27.AutoSize = true;
  413. this.label27.Location = new System.Drawing.Point(133, 224);
  414. this.label27.Name = "label27";
  415. this.label27.Size = new System.Drawing.Size(100, 24);
  416. this.label27.TabIndex = 64;
  417. this.label27.Text = "补充方法:";
  418. //
  419. // label33
  420. //
  421. this.label33.AutoSize = true;
  422. this.label33.Location = new System.Drawing.Point(97, 127);
  423. this.label33.Name = "label33";
  424. this.label33.Size = new System.Drawing.Size(154, 24);
  425. this.label33.TabIndex = 63;
  426. this.label33.Text = "自定义查询语句:";
  427. //
  428. // txtFoxProAutoSqlName
  429. //
  430. this.txtFoxProAutoSqlName.Location = new System.Drawing.Point(213, 124);
  431. this.txtFoxProAutoSqlName.Name = "txtFoxProAutoSqlName";
  432. this.txtFoxProAutoSqlName.Size = new System.Drawing.Size(230, 31);
  433. this.txtFoxProAutoSqlName.TabIndex = 58;
  434. this.txtFoxProAutoSqlName.Enter += new System.EventHandler(this.txtFoxProAutoSqlName_Enter);
  435. this.txtFoxProAutoSqlName.Leave += new System.EventHandler(this.txtFoxProAutoSqlName_Leave);
  436. //
  437. // cbxFoxProReadFolder
  438. //
  439. this.cbxFoxProReadFolder.AutoSize = true;
  440. this.cbxFoxProReadFolder.Location = new System.Drawing.Point(296, 14);
  441. this.cbxFoxProReadFolder.Name = "cbxFoxProReadFolder";
  442. this.cbxFoxProReadFolder.Size = new System.Drawing.Size(126, 28);
  443. this.cbxFoxProReadFolder.TabIndex = 62;
  444. this.cbxFoxProReadFolder.Text = "读取文件夹";
  445. this.cbxFoxProReadFolder.UseVisualStyleBackColor = true;
  446. this.cbxFoxProReadFolder.CheckedChanged += new System.EventHandler(this.cbxFoxProReadFolder_CheckedChanged);
  447. //
  448. // txtFoxProAutoSql
  449. //
  450. this.txtFoxProAutoSql.Location = new System.Drawing.Point(213, 153);
  451. this.txtFoxProAutoSql.Multiline = true;
  452. this.txtFoxProAutoSql.Name = "txtFoxProAutoSql";
  453. this.txtFoxProAutoSql.Size = new System.Drawing.Size(230, 56);
  454. this.txtFoxProAutoSql.TabIndex = 60;
  455. this.txtFoxProAutoSql.Enter += new System.EventHandler(this.txtFoxProAutoSql_Enter);
  456. this.txtFoxProAutoSql.Leave += new System.EventHandler(this.txtFoxProAutoSql_Leave);
  457. //
  458. // cbxFoxProReadFile
  459. //
  460. this.cbxFoxProReadFile.AutoSize = true;
  461. this.cbxFoxProReadFile.Checked = true;
  462. this.cbxFoxProReadFile.CheckState = System.Windows.Forms.CheckState.Checked;
  463. this.cbxFoxProReadFile.Location = new System.Drawing.Point(215, 14);
  464. this.cbxFoxProReadFile.Name = "cbxFoxProReadFile";
  465. this.cbxFoxProReadFile.Size = new System.Drawing.Size(108, 28);
  466. this.cbxFoxProReadFile.TabIndex = 61;
  467. this.cbxFoxProReadFile.Text = "读取文件";
  468. this.cbxFoxProReadFile.UseVisualStyleBackColor = true;
  469. this.cbxFoxProReadFile.CheckedChanged += new System.EventHandler(this.cbxFoxProReadFile_CheckedChanged);
  470. //
  471. // label35
  472. //
  473. this.label35.AutoSize = true;
  474. this.label35.Location = new System.Drawing.Point(60, 15);
  475. this.label35.Name = "label35";
  476. this.label35.Size = new System.Drawing.Size(210, 24);
  477. this.label35.TabIndex = 53;
  478. this.label35.Text = "读取模式(文件/文件夹):";
  479. //
  480. // label38
  481. //
  482. this.label38.AutoSize = true;
  483. this.label38.Location = new System.Drawing.Point(85, 90);
  484. this.label38.Name = "label38";
  485. this.label38.Size = new System.Drawing.Size(172, 24);
  486. this.label38.TabIndex = 52;
  487. this.label38.Text = "自定义文件名格式:";
  488. //
  489. // txtFoxProFileNameFormat
  490. //
  491. this.txtFoxProFileNameFormat.Location = new System.Drawing.Point(213, 87);
  492. this.txtFoxProFileNameFormat.Name = "txtFoxProFileNameFormat";
  493. this.txtFoxProFileNameFormat.Size = new System.Drawing.Size(230, 31);
  494. this.txtFoxProFileNameFormat.TabIndex = 51;
  495. this.txtFoxProFileNameFormat.Enter += new System.EventHandler(this.txtFoxProFileNameFormat_Enter);
  496. this.txtFoxProFileNameFormat.Leave += new System.EventHandler(this.txtFoxProFileNameFormat_Leave);
  497. //
  498. // label39
  499. //
  500. this.label39.AutoSize = true;
  501. this.label39.Location = new System.Drawing.Point(97, 53);
  502. this.label39.Name = "label39";
  503. this.label39.Size = new System.Drawing.Size(154, 24);
  504. this.label39.TabIndex = 49;
  505. this.label39.Text = "日期列特殊格式:";
  506. //
  507. // txtFoxProSpecialDateColumnFormat
  508. //
  509. this.txtFoxProSpecialDateColumnFormat.Location = new System.Drawing.Point(213, 50);
  510. this.txtFoxProSpecialDateColumnFormat.Name = "txtFoxProSpecialDateColumnFormat";
  511. this.txtFoxProSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  512. this.txtFoxProSpecialDateColumnFormat.TabIndex = 50;
  513. this.txtFoxProSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtFoxProSpecialDateColumnFormat_Enter);
  514. this.txtFoxProSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtFoxProSpecialDateColumnFormat_Leave);
  515. //
  516. // tabAccess
  517. //
  518. this.tabAccess.Controls.Add(this.label2);
  519. this.tabAccess.Controls.Add(this.txtAccessSuffix);
  520. this.tabAccess.Controls.Add(this.cbxAccessReadFolder);
  521. this.tabAccess.Controls.Add(this.cbxAccessReadFile);
  522. this.tabAccess.Controls.Add(this.txtAccessAutoSql);
  523. this.tabAccess.Controls.Add(this.txtAccessAutoSqlName);
  524. this.tabAccess.Controls.Add(this.label11);
  525. this.tabAccess.Controls.Add(this.cbxAccessNewVersion);
  526. this.tabAccess.Controls.Add(this.label15);
  527. this.tabAccess.Controls.Add(this.label16);
  528. this.tabAccess.Controls.Add(this.label21);
  529. this.tabAccess.Controls.Add(this.txtAccessFileName);
  530. this.tabAccess.Controls.Add(this.cbxAccessOldVersion);
  531. this.tabAccess.Controls.Add(this.label31);
  532. this.tabAccess.Controls.Add(this.txtAccessSpecialDateColumnFormat);
  533. this.tabAccess.Location = new System.Drawing.Point(4, 33);
  534. this.tabAccess.Name = "tabAccess";
  535. this.tabAccess.Padding = new System.Windows.Forms.Padding(3);
  536. this.tabAccess.Size = new System.Drawing.Size(1174, 454);
  537. this.tabAccess.TabIndex = 1;
  538. this.tabAccess.Text = "Access";
  539. this.tabAccess.UseVisualStyleBackColor = true;
  540. //
  541. // label2
  542. //
  543. this.label2.AutoSize = true;
  544. this.label2.Location = new System.Drawing.Point(106, 53);
  545. this.label2.Name = "label2";
  546. this.label2.Size = new System.Drawing.Size(139, 24);
  547. this.label2.TabIndex = 48;
  548. this.label2.Text = "Access后缀名:";
  549. //
  550. // txtAccessSuffix
  551. //
  552. this.txtAccessSuffix.Location = new System.Drawing.Point(205, 50);
  553. this.txtAccessSuffix.Name = "txtAccessSuffix";
  554. this.txtAccessSuffix.Size = new System.Drawing.Size(230, 31);
  555. this.txtAccessSuffix.TabIndex = 49;
  556. this.txtAccessSuffix.Enter += new System.EventHandler(this.txtAccessSuffix_Enter);
  557. this.txtAccessSuffix.Leave += new System.EventHandler(this.txtAccessSuffix_Leave);
  558. //
  559. // cbxAccessReadFolder
  560. //
  561. this.cbxAccessReadFolder.AutoSize = true;
  562. this.cbxAccessReadFolder.Location = new System.Drawing.Point(290, 161);
  563. this.cbxAccessReadFolder.Name = "cbxAccessReadFolder";
  564. this.cbxAccessReadFolder.Size = new System.Drawing.Size(126, 28);
  565. this.cbxAccessReadFolder.TabIndex = 47;
  566. this.cbxAccessReadFolder.Text = "读取文件夹";
  567. this.cbxAccessReadFolder.UseVisualStyleBackColor = true;
  568. this.cbxAccessReadFolder.CheckedChanged += new System.EventHandler(this.cbxAccessReadFolder_CheckedChanged);
  569. //
  570. // cbxAccessReadFile
  571. //
  572. this.cbxAccessReadFile.AutoSize = true;
  573. this.cbxAccessReadFile.Checked = true;
  574. this.cbxAccessReadFile.CheckState = System.Windows.Forms.CheckState.Checked;
  575. this.cbxAccessReadFile.Location = new System.Drawing.Point(208, 161);
  576. this.cbxAccessReadFile.Name = "cbxAccessReadFile";
  577. this.cbxAccessReadFile.Size = new System.Drawing.Size(108, 28);
  578. this.cbxAccessReadFile.TabIndex = 46;
  579. this.cbxAccessReadFile.Text = "读取文件";
  580. this.cbxAccessReadFile.UseVisualStyleBackColor = true;
  581. this.cbxAccessReadFile.CheckedChanged += new System.EventHandler(this.cbxAccessReadFile_CheckedChanged);
  582. //
  583. // txtAccessAutoSql
  584. //
  585. this.txtAccessAutoSql.Location = new System.Drawing.Point(205, 227);
  586. this.txtAccessAutoSql.Multiline = true;
  587. this.txtAccessAutoSql.Name = "txtAccessAutoSql";
  588. this.txtAccessAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  589. this.txtAccessAutoSql.Size = new System.Drawing.Size(846, 203);
  590. this.txtAccessAutoSql.TabIndex = 45;
  591. this.txtAccessAutoSql.Enter += new System.EventHandler(this.txtAccessAutoSql_Enter);
  592. this.txtAccessAutoSql.Leave += new System.EventHandler(this.txtAccessAutoSql_Leave);
  593. //
  594. // txtAccessAutoSqlName
  595. //
  596. this.txtAccessAutoSqlName.Location = new System.Drawing.Point(205, 195);
  597. this.txtAccessAutoSqlName.Name = "txtAccessAutoSqlName";
  598. this.txtAccessAutoSqlName.Size = new System.Drawing.Size(230, 31);
  599. this.txtAccessAutoSqlName.TabIndex = 43;
  600. this.txtAccessAutoSqlName.Enter += new System.EventHandler(this.txtAccessAutoSqlName_Enter);
  601. this.txtAccessAutoSqlName.Leave += new System.EventHandler(this.txtAccessAutoSqlName_Leave);
  602. //
  603. // label11
  604. //
  605. this.label11.AutoSize = true;
  606. this.label11.Location = new System.Drawing.Point(97, 198);
  607. this.label11.Name = "label11";
  608. this.label11.Size = new System.Drawing.Size(154, 24);
  609. this.label11.TabIndex = 41;
  610. this.label11.Text = "自定义查询语句:";
  611. //
  612. // cbxAccessNewVersion
  613. //
  614. this.cbxAccessNewVersion.AutoSize = true;
  615. this.cbxAccessNewVersion.Location = new System.Drawing.Point(352, 14);
  616. this.cbxAccessNewVersion.Name = "cbxAccessNewVersion";
  617. this.cbxAccessNewVersion.Size = new System.Drawing.Size(204, 28);
  618. this.cbxAccessNewVersion.TabIndex = 40;
  619. this.cbxAccessNewVersion.Text = "office 2007以后版本";
  620. this.cbxAccessNewVersion.UseVisualStyleBackColor = true;
  621. this.cbxAccessNewVersion.CheckedChanged += new System.EventHandler(this.cbxAccessNewVersion_CheckedChanged);
  622. //
  623. // label15
  624. //
  625. this.label15.AutoSize = true;
  626. this.label15.Location = new System.Drawing.Point(80, 15);
  627. this.label15.Name = "label15";
  628. this.label15.Size = new System.Drawing.Size(177, 24);
  629. this.label15.TabIndex = 39;
  630. this.label15.Text = "Office Access版本:";
  631. //
  632. // label16
  633. //
  634. this.label16.AutoSize = true;
  635. this.label16.Location = new System.Drawing.Point(60, 161);
  636. this.label16.Name = "label16";
  637. this.label16.Size = new System.Drawing.Size(210, 24);
  638. this.label16.TabIndex = 38;
  639. this.label16.Text = "读取模式(文件/文件夹):";
  640. //
  641. // label21
  642. //
  643. this.label21.AutoSize = true;
  644. this.label21.Location = new System.Drawing.Point(85, 127);
  645. this.label21.Name = "label21";
  646. this.label21.Size = new System.Drawing.Size(172, 24);
  647. this.label21.TabIndex = 37;
  648. this.label21.Text = "自定义文件名格式:";
  649. //
  650. // txtAccessFileName
  651. //
  652. this.txtAccessFileName.Location = new System.Drawing.Point(205, 124);
  653. this.txtAccessFileName.Name = "txtAccessFileName";
  654. this.txtAccessFileName.Size = new System.Drawing.Size(230, 31);
  655. this.txtAccessFileName.TabIndex = 36;
  656. this.txtAccessFileName.Enter += new System.EventHandler(this.txtAccessFileName_Enter);
  657. this.txtAccessFileName.Leave += new System.EventHandler(this.txtAccessFileName_Leave);
  658. //
  659. // cbxAccessOldVersion
  660. //
  661. this.cbxAccessOldVersion.AutoSize = true;
  662. this.cbxAccessOldVersion.Checked = true;
  663. this.cbxAccessOldVersion.CheckState = System.Windows.Forms.CheckState.Checked;
  664. this.cbxAccessOldVersion.Location = new System.Drawing.Point(206, 14);
  665. this.cbxAccessOldVersion.Name = "cbxAccessOldVersion";
  666. this.cbxAccessOldVersion.Size = new System.Drawing.Size(204, 28);
  667. this.cbxAccessOldVersion.TabIndex = 33;
  668. this.cbxAccessOldVersion.Text = "office 2007以前版本";
  669. this.cbxAccessOldVersion.UseVisualStyleBackColor = true;
  670. this.cbxAccessOldVersion.CheckedChanged += new System.EventHandler(this.cbxAccessOldVersion_CheckedChanged);
  671. //
  672. // label31
  673. //
  674. this.label31.AutoSize = true;
  675. this.label31.Location = new System.Drawing.Point(97, 90);
  676. this.label31.Name = "label31";
  677. this.label31.Size = new System.Drawing.Size(154, 24);
  678. this.label31.TabIndex = 34;
  679. this.label31.Text = "日期列特殊格式:";
  680. //
  681. // txtAccessSpecialDateColumnFormat
  682. //
  683. this.txtAccessSpecialDateColumnFormat.Location = new System.Drawing.Point(205, 87);
  684. this.txtAccessSpecialDateColumnFormat.Name = "txtAccessSpecialDateColumnFormat";
  685. this.txtAccessSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  686. this.txtAccessSpecialDateColumnFormat.TabIndex = 35;
  687. this.txtAccessSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtAccessSpecialDateColumnFormat_Enter);
  688. this.txtAccessSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtAccessSpecialDateColumnFormat_Leave);
  689. //
  690. // tabSQLite
  691. //
  692. this.tabSQLite.Controls.Add(this.label5);
  693. this.tabSQLite.Controls.Add(this.txtSqliteAutoSqlName);
  694. this.tabSQLite.Controls.Add(this.cbxSqliteReadFolder);
  695. this.tabSQLite.Controls.Add(this.txtSqliteAutoSql);
  696. this.tabSQLite.Controls.Add(this.cbxSqliteReadFile);
  697. this.tabSQLite.Controls.Add(this.label6);
  698. this.tabSQLite.Controls.Add(this.label7);
  699. this.tabSQLite.Controls.Add(this.txtSqliteFileNameFormat);
  700. this.tabSQLite.Controls.Add(this.label8);
  701. this.tabSQLite.Controls.Add(this.txtSqliteSpecialDateColumnFormat);
  702. this.tabSQLite.Location = new System.Drawing.Point(4, 33);
  703. this.tabSQLite.Name = "tabSQLite";
  704. this.tabSQLite.Size = new System.Drawing.Size(1174, 454);
  705. this.tabSQLite.TabIndex = 2;
  706. this.tabSQLite.Text = "SQLLite";
  707. this.tabSQLite.UseVisualStyleBackColor = true;
  708. //
  709. // label5
  710. //
  711. this.label5.AutoSize = true;
  712. this.label5.Location = new System.Drawing.Point(97, 123);
  713. this.label5.Name = "label5";
  714. this.label5.Size = new System.Drawing.Size(154, 24);
  715. this.label5.TabIndex = 76;
  716. this.label5.Text = "自定义查询语句:";
  717. //
  718. // txtSqliteAutoSqlName
  719. //
  720. this.txtSqliteAutoSqlName.Location = new System.Drawing.Point(206, 120);
  721. this.txtSqliteAutoSqlName.Name = "txtSqliteAutoSqlName";
  722. this.txtSqliteAutoSqlName.Size = new System.Drawing.Size(230, 31);
  723. this.txtSqliteAutoSqlName.TabIndex = 72;
  724. this.txtSqliteAutoSqlName.Enter += new System.EventHandler(this.txtSqliteAutoSqlName_Enter);
  725. this.txtSqliteAutoSqlName.Leave += new System.EventHandler(this.txtSqliteAutoSqlName_Leave);
  726. //
  727. // cbxSqliteReadFolder
  728. //
  729. this.cbxSqliteReadFolder.AutoSize = true;
  730. this.cbxSqliteReadFolder.Location = new System.Drawing.Point(288, 15);
  731. this.cbxSqliteReadFolder.Name = "cbxSqliteReadFolder";
  732. this.cbxSqliteReadFolder.Size = new System.Drawing.Size(126, 28);
  733. this.cbxSqliteReadFolder.TabIndex = 75;
  734. this.cbxSqliteReadFolder.Text = "读取文件夹";
  735. this.cbxSqliteReadFolder.UseVisualStyleBackColor = true;
  736. this.cbxSqliteReadFolder.CheckedChanged += new System.EventHandler(this.cbxSqliteReadFolder_CheckedChanged);
  737. //
  738. // txtSqliteAutoSql
  739. //
  740. this.txtSqliteAutoSql.Location = new System.Drawing.Point(206, 151);
  741. this.txtSqliteAutoSql.Multiline = true;
  742. this.txtSqliteAutoSql.Name = "txtSqliteAutoSql";
  743. this.txtSqliteAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  744. this.txtSqliteAutoSql.Size = new System.Drawing.Size(845, 260);
  745. this.txtSqliteAutoSql.TabIndex = 73;
  746. this.txtSqliteAutoSql.Enter += new System.EventHandler(this.txtSqliteAutoSql_Enter);
  747. this.txtSqliteAutoSql.Leave += new System.EventHandler(this.txtSqliteAutoSql_Leave);
  748. //
  749. // cbxSqliteReadFile
  750. //
  751. this.cbxSqliteReadFile.AutoSize = true;
  752. this.cbxSqliteReadFile.Checked = true;
  753. this.cbxSqliteReadFile.CheckState = System.Windows.Forms.CheckState.Checked;
  754. this.cbxSqliteReadFile.Location = new System.Drawing.Point(206, 15);
  755. this.cbxSqliteReadFile.Name = "cbxSqliteReadFile";
  756. this.cbxSqliteReadFile.Size = new System.Drawing.Size(108, 28);
  757. this.cbxSqliteReadFile.TabIndex = 74;
  758. this.cbxSqliteReadFile.Text = "读取文件";
  759. this.cbxSqliteReadFile.UseVisualStyleBackColor = true;
  760. this.cbxSqliteReadFile.CheckedChanged += new System.EventHandler(this.cbxSqliteReadFile_CheckedChanged);
  761. //
  762. // label6
  763. //
  764. this.label6.AutoSize = true;
  765. this.label6.Location = new System.Drawing.Point(60, 16);
  766. this.label6.Name = "label6";
  767. this.label6.Size = new System.Drawing.Size(210, 24);
  768. this.label6.TabIndex = 71;
  769. this.label6.Text = "读取模式(文件/文件夹):";
  770. //
  771. // label7
  772. //
  773. this.label7.AutoSize = true;
  774. this.label7.Location = new System.Drawing.Point(85, 88);
  775. this.label7.Name = "label7";
  776. this.label7.Size = new System.Drawing.Size(172, 24);
  777. this.label7.TabIndex = 70;
  778. this.label7.Text = "自定义文件名格式:";
  779. //
  780. // txtSqliteFileNameFormat
  781. //
  782. this.txtSqliteFileNameFormat.Location = new System.Drawing.Point(206, 85);
  783. this.txtSqliteFileNameFormat.Name = "txtSqliteFileNameFormat";
  784. this.txtSqliteFileNameFormat.Size = new System.Drawing.Size(230, 31);
  785. this.txtSqliteFileNameFormat.TabIndex = 69;
  786. this.txtSqliteFileNameFormat.Enter += new System.EventHandler(this.txtSqliteFileNameFormat_Enter);
  787. this.txtSqliteFileNameFormat.Leave += new System.EventHandler(this.txtSqliteFileNameFormat_Leave);
  788. //
  789. // label8
  790. //
  791. this.label8.AutoSize = true;
  792. this.label8.Location = new System.Drawing.Point(97, 53);
  793. this.label8.Name = "label8";
  794. this.label8.Size = new System.Drawing.Size(154, 24);
  795. this.label8.TabIndex = 67;
  796. this.label8.Text = "日期列特殊格式:";
  797. //
  798. // txtSqliteSpecialDateColumnFormat
  799. //
  800. this.txtSqliteSpecialDateColumnFormat.Location = new System.Drawing.Point(206, 50);
  801. this.txtSqliteSpecialDateColumnFormat.Name = "txtSqliteSpecialDateColumnFormat";
  802. this.txtSqliteSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  803. this.txtSqliteSpecialDateColumnFormat.TabIndex = 68;
  804. this.txtSqliteSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtSqliteSpecialDateColumnFormat_Enter);
  805. this.txtSqliteSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtSqliteSpecialDateColumnFormat_Leave);
  806. //
  807. // tabSQLServer
  808. //
  809. this.tabSQLServer.Controls.Add(this.label9);
  810. this.tabSQLServer.Controls.Add(this.txtSqlServerAutoSqlName);
  811. this.tabSQLServer.Controls.Add(this.txtSqlServerAutoSql);
  812. this.tabSQLServer.Controls.Add(this.label12);
  813. this.tabSQLServer.Controls.Add(this.txtSqlServerConnection);
  814. this.tabSQLServer.Controls.Add(this.label13);
  815. this.tabSQLServer.Controls.Add(this.txtSqlServerSpecialDateColumnFormat);
  816. this.tabSQLServer.Location = new System.Drawing.Point(4, 33);
  817. this.tabSQLServer.Name = "tabSQLServer";
  818. this.tabSQLServer.Size = new System.Drawing.Size(1174, 454);
  819. this.tabSQLServer.TabIndex = 3;
  820. this.tabSQLServer.Text = "SQL Server";
  821. this.tabSQLServer.UseVisualStyleBackColor = true;
  822. //
  823. // label9
  824. //
  825. this.label9.AutoSize = true;
  826. this.label9.Location = new System.Drawing.Point(98, 116);
  827. this.label9.Name = "label9";
  828. this.label9.Size = new System.Drawing.Size(154, 24);
  829. this.label9.TabIndex = 76;
  830. this.label9.Text = "自定义查询语句:";
  831. //
  832. // txtSqlServerAutoSqlName
  833. //
  834. this.txtSqlServerAutoSqlName.Location = new System.Drawing.Point(208, 113);
  835. this.txtSqlServerAutoSqlName.Name = "txtSqlServerAutoSqlName";
  836. this.txtSqlServerAutoSqlName.Size = new System.Drawing.Size(230, 31);
  837. this.txtSqlServerAutoSqlName.TabIndex = 72;
  838. this.txtSqlServerAutoSqlName.Enter += new System.EventHandler(this.txtSqlServerAutoSqlName_Enter);
  839. this.txtSqlServerAutoSqlName.Leave += new System.EventHandler(this.txtSqlServerAutoSqlName_Leave);
  840. //
  841. // txtSqlServerAutoSql
  842. //
  843. this.txtSqlServerAutoSql.Location = new System.Drawing.Point(208, 145);
  844. this.txtSqlServerAutoSql.Multiline = true;
  845. this.txtSqlServerAutoSql.Name = "txtSqlServerAutoSql";
  846. this.txtSqlServerAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  847. this.txtSqlServerAutoSql.Size = new System.Drawing.Size(843, 279);
  848. this.txtSqlServerAutoSql.TabIndex = 73;
  849. this.txtSqlServerAutoSql.Enter += new System.EventHandler(this.txtSqlServerAutoSql_Enter);
  850. this.txtSqlServerAutoSql.Leave += new System.EventHandler(this.txtSqlServerAutoSql_Leave);
  851. //
  852. // label12
  853. //
  854. this.label12.AutoSize = true;
  855. this.label12.Location = new System.Drawing.Point(86, 53);
  856. this.label12.Name = "label12";
  857. this.label12.Size = new System.Drawing.Size(172, 24);
  858. this.label12.TabIndex = 70;
  859. this.label12.Text = "自定义连接字符串:";
  860. //
  861. // txtSqlServerConnection
  862. //
  863. this.txtSqlServerConnection.Location = new System.Drawing.Point(208, 50);
  864. this.txtSqlServerConnection.Multiline = true;
  865. this.txtSqlServerConnection.Name = "txtSqlServerConnection";
  866. this.txtSqlServerConnection.Size = new System.Drawing.Size(230, 51);
  867. this.txtSqlServerConnection.TabIndex = 69;
  868. this.txtSqlServerConnection.Enter += new System.EventHandler(this.txtSqlServerConnection_Enter);
  869. this.txtSqlServerConnection.Leave += new System.EventHandler(this.txtSqlServerConnection_Leave);
  870. //
  871. // label13
  872. //
  873. this.label13.AutoSize = true;
  874. this.label13.Location = new System.Drawing.Point(98, 18);
  875. this.label13.Name = "label13";
  876. this.label13.Size = new System.Drawing.Size(154, 24);
  877. this.label13.TabIndex = 67;
  878. this.label13.Text = "日期列特殊格式:";
  879. //
  880. // txtSqlServerSpecialDateColumnFormat
  881. //
  882. this.txtSqlServerSpecialDateColumnFormat.Location = new System.Drawing.Point(208, 15);
  883. this.txtSqlServerSpecialDateColumnFormat.Name = "txtSqlServerSpecialDateColumnFormat";
  884. this.txtSqlServerSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  885. this.txtSqlServerSpecialDateColumnFormat.TabIndex = 68;
  886. this.txtSqlServerSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtSqlServerSpecialDateColumnFormat_Enter);
  887. this.txtSqlServerSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtSqlServerSpecialDateColumnFormat_Leave);
  888. //
  889. // tabMySql
  890. //
  891. this.tabMySql.Controls.Add(this.label14);
  892. this.tabMySql.Controls.Add(this.txtMySqlAutoSqlName);
  893. this.tabMySql.Controls.Add(this.txtMySqlAutoSql);
  894. this.tabMySql.Controls.Add(this.label18);
  895. this.tabMySql.Controls.Add(this.txtMySqlSpecialDateColumnFormat);
  896. this.tabMySql.Location = new System.Drawing.Point(4, 33);
  897. this.tabMySql.Name = "tabMySql";
  898. this.tabMySql.Size = new System.Drawing.Size(1174, 454);
  899. this.tabMySql.TabIndex = 4;
  900. this.tabMySql.Text = "MySql";
  901. this.tabMySql.UseVisualStyleBackColor = true;
  902. //
  903. // label14
  904. //
  905. this.label14.AutoSize = true;
  906. this.label14.Location = new System.Drawing.Point(99, 60);
  907. this.label14.Name = "label14";
  908. this.label14.Size = new System.Drawing.Size(154, 24);
  909. this.label14.TabIndex = 86;
  910. this.label14.Text = "自定义查询语句:";
  911. //
  912. // txtMySqlAutoSqlName
  913. //
  914. this.txtMySqlAutoSqlName.Location = new System.Drawing.Point(207, 57);
  915. this.txtMySqlAutoSqlName.Name = "txtMySqlAutoSqlName";
  916. this.txtMySqlAutoSqlName.Size = new System.Drawing.Size(230, 31);
  917. this.txtMySqlAutoSqlName.TabIndex = 84;
  918. this.txtMySqlAutoSqlName.Enter += new System.EventHandler(this.txtMySqlAutoSqlName_Enter);
  919. this.txtMySqlAutoSqlName.Leave += new System.EventHandler(this.txtMySqlAutoSqlName_Leave);
  920. //
  921. // txtMySqlAutoSql
  922. //
  923. this.txtMySqlAutoSql.Location = new System.Drawing.Point(207, 89);
  924. this.txtMySqlAutoSql.Multiline = true;
  925. this.txtMySqlAutoSql.Name = "txtMySqlAutoSql";
  926. this.txtMySqlAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  927. this.txtMySqlAutoSql.Size = new System.Drawing.Size(844, 339);
  928. this.txtMySqlAutoSql.TabIndex = 85;
  929. this.txtMySqlAutoSql.Enter += new System.EventHandler(this.txtMySqlAutoSql_Enter);
  930. this.txtMySqlAutoSql.Leave += new System.EventHandler(this.txtMySqlAutoSql_Leave);
  931. //
  932. // label18
  933. //
  934. this.label18.AutoSize = true;
  935. this.label18.Location = new System.Drawing.Point(97, 25);
  936. this.label18.Name = "label18";
  937. this.label18.Size = new System.Drawing.Size(154, 24);
  938. this.label18.TabIndex = 80;
  939. this.label18.Text = "日期列特殊格式:";
  940. //
  941. // txtMySqlSpecialDateColumnFormat
  942. //
  943. this.txtMySqlSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 22);
  944. this.txtMySqlSpecialDateColumnFormat.Name = "txtMySqlSpecialDateColumnFormat";
  945. this.txtMySqlSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  946. this.txtMySqlSpecialDateColumnFormat.TabIndex = 81;
  947. this.txtMySqlSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtMySqlSpecialDateColumnFormat_Enter);
  948. this.txtMySqlSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtMySqlSpecialDateColumnFormat_Leave);
  949. //
  950. // tabOracle
  951. //
  952. this.tabOracle.Controls.Add(this.label4);
  953. this.tabOracle.Controls.Add(this.txtOracleAutoSqlName);
  954. this.tabOracle.Controls.Add(this.txtOracleAutoSql);
  955. this.tabOracle.Controls.Add(this.label10);
  956. this.tabOracle.Controls.Add(this.txtOracleSpecialDateColumnFormat);
  957. this.tabOracle.Location = new System.Drawing.Point(4, 33);
  958. this.tabOracle.Name = "tabOracle";
  959. this.tabOracle.Padding = new System.Windows.Forms.Padding(3);
  960. this.tabOracle.Size = new System.Drawing.Size(1174, 454);
  961. this.tabOracle.TabIndex = 5;
  962. this.tabOracle.Text = "Oracle";
  963. this.tabOracle.UseVisualStyleBackColor = true;
  964. //
  965. // label4
  966. //
  967. this.label4.AutoSize = true;
  968. this.label4.Location = new System.Drawing.Point(102, 65);
  969. this.label4.Name = "label4";
  970. this.label4.Size = new System.Drawing.Size(154, 24);
  971. this.label4.TabIndex = 91;
  972. this.label4.Text = "自定义查询语句:";
  973. //
  974. // txtOracleAutoSqlName
  975. //
  976. this.txtOracleAutoSqlName.Location = new System.Drawing.Point(210, 62);
  977. this.txtOracleAutoSqlName.Name = "txtOracleAutoSqlName";
  978. this.txtOracleAutoSqlName.Size = new System.Drawing.Size(230, 31);
  979. this.txtOracleAutoSqlName.TabIndex = 89;
  980. this.txtOracleAutoSqlName.Enter += new System.EventHandler(this.txtOracleAutoSqlName_Enter);
  981. this.txtOracleAutoSqlName.Leave += new System.EventHandler(this.txtOracleAutoSqlName_Leave);
  982. //
  983. // txtOracleAutoSql
  984. //
  985. this.txtOracleAutoSql.Location = new System.Drawing.Point(210, 94);
  986. this.txtOracleAutoSql.Multiline = true;
  987. this.txtOracleAutoSql.Name = "txtOracleAutoSql";
  988. this.txtOracleAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  989. this.txtOracleAutoSql.Size = new System.Drawing.Size(841, 339);
  990. this.txtOracleAutoSql.TabIndex = 90;
  991. this.txtOracleAutoSql.Enter += new System.EventHandler(this.txtOracleAutoSql_Enter);
  992. this.txtOracleAutoSql.Leave += new System.EventHandler(this.txtOracleAutoSql_Leave);
  993. //
  994. // label10
  995. //
  996. this.label10.AutoSize = true;
  997. this.label10.Location = new System.Drawing.Point(97, 30);
  998. this.label10.Name = "label10";
  999. this.label10.Size = new System.Drawing.Size(154, 24);
  1000. this.label10.TabIndex = 87;
  1001. this.label10.Text = "日期列特殊格式:";
  1002. //
  1003. // txtOracleSpecialDateColumnFormat
  1004. //
  1005. this.txtOracleSpecialDateColumnFormat.Location = new System.Drawing.Point(210, 27);
  1006. this.txtOracleSpecialDateColumnFormat.Name = "txtOracleSpecialDateColumnFormat";
  1007. this.txtOracleSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  1008. this.txtOracleSpecialDateColumnFormat.TabIndex = 88;
  1009. this.txtOracleSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtOracleSpecialDateColumnFormat_Enter);
  1010. this.txtOracleSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtOracleSpecialDateColumnFormat_Leave);
  1011. //
  1012. // tabTxt
  1013. //
  1014. this.tabTxt.Controls.Add(this.cbxNormalFileNoCustomDate);
  1015. this.tabTxt.Controls.Add(this.cbxNormalFileCustomDate);
  1016. this.tabTxt.Controls.Add(this.numNormalFileStartIndex);
  1017. this.tabTxt.Controls.Add(this.label20);
  1018. this.tabTxt.Controls.Add(this.label19);
  1019. this.tabTxt.Controls.Add(this.label17);
  1020. this.tabTxt.Controls.Add(this.txtNormalFileReadSplitMode);
  1021. this.tabTxt.Controls.Add(this.label30);
  1022. this.tabTxt.Controls.Add(this.txtNormalFileReadDataMode);
  1023. this.tabTxt.Controls.Add(this.label29);
  1024. this.tabTxt.Controls.Add(this.txtNormalFileSuffix);
  1025. this.tabTxt.Controls.Add(this.cbxNormalFileReadFolder);
  1026. this.tabTxt.Controls.Add(this.cbxNormalFileReadFile);
  1027. this.tabTxt.Controls.Add(this.label25);
  1028. this.tabTxt.Controls.Add(this.label26);
  1029. this.tabTxt.Controls.Add(this.txtNormalFileNameFormat);
  1030. this.tabTxt.Controls.Add(this.label28);
  1031. this.tabTxt.Controls.Add(this.txtNormalFileSpecialDateColumnFormat);
  1032. this.tabTxt.Location = new System.Drawing.Point(4, 33);
  1033. this.tabTxt.Name = "tabTxt";
  1034. this.tabTxt.Padding = new System.Windows.Forms.Padding(3);
  1035. this.tabTxt.Size = new System.Drawing.Size(1174, 454);
  1036. this.tabTxt.TabIndex = 7;
  1037. this.tabTxt.Text = "TXT";
  1038. this.tabTxt.UseVisualStyleBackColor = true;
  1039. //
  1040. // cbxNormalFileNoCustomDate
  1041. //
  1042. this.cbxNormalFileNoCustomDate.AutoSize = true;
  1043. this.cbxNormalFileNoCustomDate.Checked = true;
  1044. this.cbxNormalFileNoCustomDate.CheckState = System.Windows.Forms.CheckState.Checked;
  1045. this.cbxNormalFileNoCustomDate.Location = new System.Drawing.Point(270, 283);
  1046. this.cbxNormalFileNoCustomDate.Name = "cbxNormalFileNoCustomDate";
  1047. this.cbxNormalFileNoCustomDate.Size = new System.Drawing.Size(54, 28);
  1048. this.cbxNormalFileNoCustomDate.TabIndex = 67;
  1049. this.cbxNormalFileNoCustomDate.Text = "否";
  1050. this.cbxNormalFileNoCustomDate.UseVisualStyleBackColor = true;
  1051. this.cbxNormalFileNoCustomDate.CheckedChanged += new System.EventHandler(this.cbxNormalFileNoCustomDate_CheckedChanged);
  1052. //
  1053. // cbxNormalFileCustomDate
  1054. //
  1055. this.cbxNormalFileCustomDate.AutoSize = true;
  1056. this.cbxNormalFileCustomDate.Location = new System.Drawing.Point(208, 283);
  1057. this.cbxNormalFileCustomDate.Name = "cbxNormalFileCustomDate";
  1058. this.cbxNormalFileCustomDate.Size = new System.Drawing.Size(54, 28);
  1059. this.cbxNormalFileCustomDate.TabIndex = 66;
  1060. this.cbxNormalFileCustomDate.Text = "是";
  1061. this.cbxNormalFileCustomDate.UseVisualStyleBackColor = true;
  1062. this.cbxNormalFileCustomDate.CheckedChanged += new System.EventHandler(this.cbxNormalFileCustomDate_CheckedChanged);
  1063. //
  1064. // numNormalFileStartIndex
  1065. //
  1066. this.numNormalFileStartIndex.Location = new System.Drawing.Point(208, 248);
  1067. this.numNormalFileStartIndex.Minimum = new decimal(new int[] {
  1068. 1,
  1069. 0,
  1070. 0,
  1071. 0});
  1072. this.numNormalFileStartIndex.Name = "numNormalFileStartIndex";
  1073. this.numNormalFileStartIndex.Size = new System.Drawing.Size(120, 31);
  1074. this.numNormalFileStartIndex.TabIndex = 65;
  1075. this.numNormalFileStartIndex.Value = new decimal(new int[] {
  1076. 1,
  1077. 0,
  1078. 0,
  1079. 0});
  1080. //
  1081. // label20
  1082. //
  1083. this.label20.AutoSize = true;
  1084. this.label20.Location = new System.Drawing.Point(61, 283);
  1085. this.label20.Name = "label20";
  1086. this.label20.Size = new System.Drawing.Size(208, 24);
  1087. this.label20.TabIndex = 64;
  1088. this.label20.Text = "是否由系统创建日期列:";
  1089. //
  1090. // label19
  1091. //
  1092. this.label19.AutoSize = true;
  1093. this.label19.Location = new System.Drawing.Point(97, 248);
  1094. this.label19.Name = "label19";
  1095. this.label19.Size = new System.Drawing.Size(154, 24);
  1096. this.label19.TabIndex = 62;
  1097. this.label19.Text = "数据行起始行号:";
  1098. //
  1099. // label17
  1100. //
  1101. this.label17.AutoSize = true;
  1102. this.label17.Location = new System.Drawing.Point(97, 209);
  1103. this.label17.Name = "label17";
  1104. this.label17.Size = new System.Drawing.Size(154, 24);
  1105. this.label17.TabIndex = 60;
  1106. this.label17.Text = "分割数据行选型:";
  1107. //
  1108. // txtNormalFileReadSplitMode
  1109. //
  1110. this.txtNormalFileReadSplitMode.Location = new System.Drawing.Point(207, 206);
  1111. this.txtNormalFileReadSplitMode.Name = "txtNormalFileReadSplitMode";
  1112. this.txtNormalFileReadSplitMode.Size = new System.Drawing.Size(230, 31);
  1113. this.txtNormalFileReadSplitMode.TabIndex = 59;
  1114. this.txtNormalFileReadSplitMode.Enter += new System.EventHandler(this.txtNormalFileReadSplitMode_Enter);
  1115. this.txtNormalFileReadSplitMode.Leave += new System.EventHandler(this.txtNormalFileReadSplitMode_Leave);
  1116. //
  1117. // label30
  1118. //
  1119. this.label30.AutoSize = true;
  1120. this.label30.Location = new System.Drawing.Point(109, 170);
  1121. this.label30.Name = "label30";
  1122. this.label30.Size = new System.Drawing.Size(136, 24);
  1123. this.label30.TabIndex = 58;
  1124. this.label30.Text = "读取方法选型:";
  1125. //
  1126. // txtNormalFileReadDataMode
  1127. //
  1128. this.txtNormalFileReadDataMode.Location = new System.Drawing.Point(207, 167);
  1129. this.txtNormalFileReadDataMode.Name = "txtNormalFileReadDataMode";
  1130. this.txtNormalFileReadDataMode.Size = new System.Drawing.Size(230, 31);
  1131. this.txtNormalFileReadDataMode.TabIndex = 57;
  1132. this.txtNormalFileReadDataMode.Enter += new System.EventHandler(this.txtNormalFileReadDataMode_Enter);
  1133. this.txtNormalFileReadDataMode.Leave += new System.EventHandler(this.txtNormalFileReadDataMode_Leave);
  1134. //
  1135. // label29
  1136. //
  1137. this.label29.AutoSize = true;
  1138. this.label29.Location = new System.Drawing.Point(85, 132);
  1139. this.label29.Name = "label29";
  1140. this.label29.Size = new System.Drawing.Size(172, 24);
  1141. this.label29.TabIndex = 56;
  1142. this.label29.Text = "自定义文件后缀名:";
  1143. //
  1144. // txtNormalFileSuffix
  1145. //
  1146. this.txtNormalFileSuffix.Location = new System.Drawing.Point(207, 129);
  1147. this.txtNormalFileSuffix.Name = "txtNormalFileSuffix";
  1148. this.txtNormalFileSuffix.Size = new System.Drawing.Size(230, 31);
  1149. this.txtNormalFileSuffix.TabIndex = 55;
  1150. this.txtNormalFileSuffix.Enter += new System.EventHandler(this.txtNormalFileSuffix_Enter);
  1151. this.txtNormalFileSuffix.Leave += new System.EventHandler(this.txtNormalFileSuffix_Leave);
  1152. //
  1153. // cbxNormalFileReadFolder
  1154. //
  1155. this.cbxNormalFileReadFolder.AutoSize = true;
  1156. this.cbxNormalFileReadFolder.Location = new System.Drawing.Point(288, 20);
  1157. this.cbxNormalFileReadFolder.Name = "cbxNormalFileReadFolder";
  1158. this.cbxNormalFileReadFolder.Size = new System.Drawing.Size(126, 28);
  1159. this.cbxNormalFileReadFolder.TabIndex = 54;
  1160. this.cbxNormalFileReadFolder.Text = "读取文件夹";
  1161. this.cbxNormalFileReadFolder.UseVisualStyleBackColor = true;
  1162. this.cbxNormalFileReadFolder.CheckedChanged += new System.EventHandler(this.cbxNormalFileReadFolder_CheckedChanged);
  1163. //
  1164. // cbxNormalFileReadFile
  1165. //
  1166. this.cbxNormalFileReadFile.AutoSize = true;
  1167. this.cbxNormalFileReadFile.Checked = true;
  1168. this.cbxNormalFileReadFile.CheckState = System.Windows.Forms.CheckState.Checked;
  1169. this.cbxNormalFileReadFile.Location = new System.Drawing.Point(207, 20);
  1170. this.cbxNormalFileReadFile.Name = "cbxNormalFileReadFile";
  1171. this.cbxNormalFileReadFile.Size = new System.Drawing.Size(108, 28);
  1172. this.cbxNormalFileReadFile.TabIndex = 53;
  1173. this.cbxNormalFileReadFile.Text = "读取文件";
  1174. this.cbxNormalFileReadFile.UseVisualStyleBackColor = true;
  1175. this.cbxNormalFileReadFile.CheckedChanged += new System.EventHandler(this.cbxNormalFileReadFile_CheckedChanged);
  1176. //
  1177. // label25
  1178. //
  1179. this.label25.AutoSize = true;
  1180. this.label25.Location = new System.Drawing.Point(60, 20);
  1181. this.label25.Name = "label25";
  1182. this.label25.Size = new System.Drawing.Size(210, 24);
  1183. this.label25.TabIndex = 52;
  1184. this.label25.Text = "读取模式(文件/文件夹):";
  1185. //
  1186. // label26
  1187. //
  1188. this.label26.AutoSize = true;
  1189. this.label26.Location = new System.Drawing.Point(85, 93);
  1190. this.label26.Name = "label26";
  1191. this.label26.Size = new System.Drawing.Size(172, 24);
  1192. this.label26.TabIndex = 51;
  1193. this.label26.Text = "自定义文件名格式:";
  1194. //
  1195. // txtNormalFileNameFormat
  1196. //
  1197. this.txtNormalFileNameFormat.Location = new System.Drawing.Point(207, 90);
  1198. this.txtNormalFileNameFormat.Name = "txtNormalFileNameFormat";
  1199. this.txtNormalFileNameFormat.Size = new System.Drawing.Size(230, 31);
  1200. this.txtNormalFileNameFormat.TabIndex = 50;
  1201. this.txtNormalFileNameFormat.Enter += new System.EventHandler(this.txtNormalFileNameFormat_Enter);
  1202. this.txtNormalFileNameFormat.Leave += new System.EventHandler(this.txtNormalFileNameFormat_Leave);
  1203. //
  1204. // label28
  1205. //
  1206. this.label28.AutoSize = true;
  1207. this.label28.Location = new System.Drawing.Point(97, 56);
  1208. this.label28.Name = "label28";
  1209. this.label28.Size = new System.Drawing.Size(154, 24);
  1210. this.label28.TabIndex = 48;
  1211. this.label28.Text = "日期列特殊格式:";
  1212. //
  1213. // txtNormalFileSpecialDateColumnFormat
  1214. //
  1215. this.txtNormalFileSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 53);
  1216. this.txtNormalFileSpecialDateColumnFormat.Name = "txtNormalFileSpecialDateColumnFormat";
  1217. this.txtNormalFileSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  1218. this.txtNormalFileSpecialDateColumnFormat.TabIndex = 49;
  1219. this.txtNormalFileSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtNormalFileSpecialDateColumnFormat_Enter);
  1220. this.txtNormalFileSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtNormalFileSpecialDateColumnFormat_Leave);
  1221. //
  1222. // tabPostgreSql
  1223. //
  1224. this.tabPostgreSql.Controls.Add(this.lblPostgreSql);
  1225. this.tabPostgreSql.Controls.Add(this.txtPostgreSqlAutoSqlName);
  1226. this.tabPostgreSql.Controls.Add(this.txtPostgreSqlAutoSql);
  1227. this.tabPostgreSql.Controls.Add(this.lblPostgreSqlDateFormat);
  1228. this.tabPostgreSql.Controls.Add(this.txtPostgreSqlSpecialDateColumnFormat);
  1229. this.tabPostgreSql.Location = new System.Drawing.Point(4, 33);
  1230. this.tabPostgreSql.Name = "tabPostgreSql";
  1231. this.tabPostgreSql.Size = new System.Drawing.Size(1174, 454);
  1232. this.tabPostgreSql.TabIndex = 8;
  1233. this.tabPostgreSql.Text = "PostgreSQL";
  1234. this.tabPostgreSql.UseVisualStyleBackColor = true;
  1235. //
  1236. // lblPostgreSql
  1237. //
  1238. this.lblPostgreSql.AutoSize = true;
  1239. this.lblPostgreSql.Location = new System.Drawing.Point(99, 60);
  1240. this.lblPostgreSql.Name = "lblPostgreSql";
  1241. this.lblPostgreSql.Size = new System.Drawing.Size(154, 24);
  1242. this.lblPostgreSql.TabIndex = 86;
  1243. this.lblPostgreSql.Text = "自定义查询语句:";
  1244. //
  1245. // txtPostgreSqlAutoSqlName
  1246. //
  1247. this.txtPostgreSqlAutoSqlName.Location = new System.Drawing.Point(207, 57);
  1248. this.txtPostgreSqlAutoSqlName.Name = "txtPostgreSqlAutoSqlName";
  1249. this.txtPostgreSqlAutoSqlName.Size = new System.Drawing.Size(230, 31);
  1250. this.txtPostgreSqlAutoSqlName.TabIndex = 84;
  1251. this.txtPostgreSqlAutoSqlName.Enter += new System.EventHandler(this.txtPostgreSqlAutoSqlName_Enter);
  1252. this.txtPostgreSqlAutoSqlName.Leave += new System.EventHandler(this.txtPostgreSqlAutoSqlName_Leave);
  1253. //
  1254. // txtPostgreSqlAutoSql
  1255. //
  1256. this.txtPostgreSqlAutoSql.Location = new System.Drawing.Point(207, 89);
  1257. this.txtPostgreSqlAutoSql.Multiline = true;
  1258. this.txtPostgreSqlAutoSql.Name = "txtPostgreSqlAutoSql";
  1259. this.txtPostgreSqlAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  1260. this.txtPostgreSqlAutoSql.Size = new System.Drawing.Size(844, 339);
  1261. this.txtPostgreSqlAutoSql.TabIndex = 85;
  1262. this.txtPostgreSqlAutoSql.Enter += new System.EventHandler(this.txtPostgreSqlAutoSql_Enter);
  1263. this.txtPostgreSqlAutoSql.Leave += new System.EventHandler(this.txtPostgreSqlAutoSql_Leave);
  1264. //
  1265. // lblPostgreSqlDateFormat
  1266. //
  1267. this.lblPostgreSqlDateFormat.AutoSize = true;
  1268. this.lblPostgreSqlDateFormat.Location = new System.Drawing.Point(97, 25);
  1269. this.lblPostgreSqlDateFormat.Name = "lblPostgreSqlDateFormat";
  1270. this.lblPostgreSqlDateFormat.Size = new System.Drawing.Size(154, 24);
  1271. this.lblPostgreSqlDateFormat.TabIndex = 80;
  1272. this.lblPostgreSqlDateFormat.Text = "日期列特殊格式:";
  1273. //
  1274. // txtPostgreSqlSpecialDateColumnFormat
  1275. //
  1276. this.txtPostgreSqlSpecialDateColumnFormat.Location = new System.Drawing.Point(207, 22);
  1277. this.txtPostgreSqlSpecialDateColumnFormat.Name = "txtPostgreSqlSpecialDateColumnFormat";
  1278. this.txtPostgreSqlSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  1279. this.txtPostgreSqlSpecialDateColumnFormat.TabIndex = 81;
  1280. this.txtPostgreSqlSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtPostgreSqlSpecialDateColumnFormat_Enter);
  1281. this.txtPostgreSqlSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtPostgreSqlSpecialDateColumnFormat_Leave);
  1282. //
  1283. // pnlAll
  1284. //
  1285. this.pnlAll.Controls.Add(this.pnlCenter);
  1286. this.pnlAll.Controls.Add(this.pnlBottom);
  1287. this.pnlAll.Controls.Add(this.pnlTop);
  1288. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  1289. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  1290. this.pnlAll.Name = "pnlAll";
  1291. this.pnlAll.Size = new System.Drawing.Size(1182, 543);
  1292. this.pnlAll.TabIndex = 1;
  1293. //
  1294. // tabKingbase
  1295. //
  1296. this.tabKingbase.Controls.Add(this.label1);
  1297. this.tabKingbase.Controls.Add(this.txtKingbaseAutoSqlName);
  1298. this.tabKingbase.Controls.Add(this.txtKingbaseAutoSql);
  1299. this.tabKingbase.Controls.Add(this.label3);
  1300. this.tabKingbase.Controls.Add(this.txtKingbaseSpecialDateColumnFormat);
  1301. this.tabKingbase.Location = new System.Drawing.Point(4, 33);
  1302. this.tabKingbase.Name = "tabKingbase";
  1303. this.tabKingbase.Size = new System.Drawing.Size(1174, 454);
  1304. this.tabKingbase.TabIndex = 9;
  1305. this.tabKingbase.Text = "Kingbase";
  1306. this.tabKingbase.UseVisualStyleBackColor = true;
  1307. //
  1308. // label1
  1309. //
  1310. this.label1.AutoSize = true;
  1311. this.label1.Location = new System.Drawing.Point(112, 62);
  1312. this.label1.Name = "label1";
  1313. this.label1.Size = new System.Drawing.Size(154, 24);
  1314. this.label1.TabIndex = 91;
  1315. this.label1.Text = "自定义查询语句:";
  1316. //
  1317. // txtKingbaseAutoSqlName
  1318. //
  1319. this.txtKingbaseAutoSqlName.Location = new System.Drawing.Point(220, 59);
  1320. this.txtKingbaseAutoSqlName.Name = "txtKingbaseAutoSqlName";
  1321. this.txtKingbaseAutoSqlName.Size = new System.Drawing.Size(230, 31);
  1322. this.txtKingbaseAutoSqlName.TabIndex = 89;
  1323. //
  1324. // txtKingbaseAutoSql
  1325. //
  1326. this.txtKingbaseAutoSql.Location = new System.Drawing.Point(220, 91);
  1327. this.txtKingbaseAutoSql.Multiline = true;
  1328. this.txtKingbaseAutoSql.Name = "txtKingbaseAutoSql";
  1329. this.txtKingbaseAutoSql.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  1330. this.txtKingbaseAutoSql.Size = new System.Drawing.Size(844, 339);
  1331. this.txtKingbaseAutoSql.TabIndex = 90;
  1332. //
  1333. // label3
  1334. //
  1335. this.label3.AutoSize = true;
  1336. this.label3.Location = new System.Drawing.Point(110, 27);
  1337. this.label3.Name = "label3";
  1338. this.label3.Size = new System.Drawing.Size(154, 24);
  1339. this.label3.TabIndex = 87;
  1340. this.label3.Text = "日期列特殊格式:";
  1341. //
  1342. // txtKingbaseSpecialDateColumnFormat
  1343. //
  1344. this.txtKingbaseSpecialDateColumnFormat.Location = new System.Drawing.Point(220, 24);
  1345. this.txtKingbaseSpecialDateColumnFormat.Name = "txtKingbaseSpecialDateColumnFormat";
  1346. this.txtKingbaseSpecialDateColumnFormat.Size = new System.Drawing.Size(230, 31);
  1347. this.txtKingbaseSpecialDateColumnFormat.TabIndex = 88;
  1348. this.txtKingbaseSpecialDateColumnFormat.Enter += new System.EventHandler(this.txtKingbaseSpecialDateColumnFormat_Enter);
  1349. this.txtKingbaseSpecialDateColumnFormat.Leave += new System.EventHandler(this.txtKingbaseSpecialDateColumnFormat_Leave);
  1350. //
  1351. // frmSourceSetting
  1352. //
  1353. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  1354. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1355. this.ClientSize = new System.Drawing.Size(1182, 543);
  1356. this.Controls.Add(this.pnlAll);
  1357. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1358. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1359. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  1360. this.MaximizeBox = false;
  1361. this.Name = "frmSourceSetting";
  1362. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1363. this.Text = "数据来源设置";
  1364. this.Load += new System.EventHandler(this.frmSourceSetting_Load);
  1365. this.Shown += new System.EventHandler(this.frmSourceSetting_Shown);
  1366. this.Resize += new System.EventHandler(this.frmSourceSetting_Resize);
  1367. this.pnlBottom.ResumeLayout(false);
  1368. this.pnlCenter.ResumeLayout(false);
  1369. this.tabcDS.ResumeLayout(false);
  1370. this.tabExcel.ResumeLayout(false);
  1371. this.tabExcel.PerformLayout();
  1372. this.tabFoxPro.ResumeLayout(false);
  1373. this.tabFoxPro.PerformLayout();
  1374. this.tabAccess.ResumeLayout(false);
  1375. this.tabAccess.PerformLayout();
  1376. this.tabSQLite.ResumeLayout(false);
  1377. this.tabSQLite.PerformLayout();
  1378. this.tabSQLServer.ResumeLayout(false);
  1379. this.tabSQLServer.PerformLayout();
  1380. this.tabMySql.ResumeLayout(false);
  1381. this.tabMySql.PerformLayout();
  1382. this.tabOracle.ResumeLayout(false);
  1383. this.tabOracle.PerformLayout();
  1384. this.tabTxt.ResumeLayout(false);
  1385. this.tabTxt.PerformLayout();
  1386. ((System.ComponentModel.ISupportInitialize)(this.numNormalFileStartIndex)).EndInit();
  1387. this.tabPostgreSql.ResumeLayout(false);
  1388. this.tabPostgreSql.PerformLayout();
  1389. this.pnlAll.ResumeLayout(false);
  1390. this.tabKingbase.ResumeLayout(false);
  1391. this.tabKingbase.PerformLayout();
  1392. this.ResumeLayout(false);
  1393. }
  1394. #endregion
  1395. private System.Windows.Forms.Button btnOK;
  1396. private System.Windows.Forms.Panel pnlBottom;
  1397. private System.Windows.Forms.Panel pnlTop;
  1398. private System.Windows.Forms.Panel pnlCenter;
  1399. private System.Windows.Forms.TabControl tabcDS;
  1400. private System.Windows.Forms.TabPage tabExcel;
  1401. private System.Windows.Forms.Label label22;
  1402. private System.Windows.Forms.Label lblExcelRemotePwd;
  1403. private System.Windows.Forms.Label lblExcelRemoteUser;
  1404. private System.Windows.Forms.TextBox txtExcelFileNameFormat;
  1405. private System.Windows.Forms.CheckBox cbxExcelOldVersion;
  1406. private System.Windows.Forms.Label lbExcelDateFormat;
  1407. private System.Windows.Forms.TextBox txtExcelSpecialDateColumnFormat;
  1408. private System.Windows.Forms.TabPage tabFoxPro;
  1409. private System.Windows.Forms.TabPage tabAccess;
  1410. private System.Windows.Forms.TabPage tabSQLite;
  1411. private System.Windows.Forms.TabPage tabSQLServer;
  1412. private System.Windows.Forms.TabPage tabMySql;
  1413. private System.Windows.Forms.TabPage tabOracle;
  1414. private System.Windows.Forms.TabPage tabTxt;
  1415. private System.Windows.Forms.CheckBox cbxExcelReadFolder;
  1416. private System.Windows.Forms.CheckBox cbxExcelReadFile;
  1417. private System.Windows.Forms.CheckBox cbxExcelNewVersion;
  1418. private System.Windows.Forms.CheckBox cbxAccessReadFolder;
  1419. private System.Windows.Forms.CheckBox cbxAccessReadFile;
  1420. private System.Windows.Forms.TextBox txtAccessAutoSql;
  1421. private System.Windows.Forms.TextBox txtAccessAutoSqlName;
  1422. private System.Windows.Forms.Label label11;
  1423. private System.Windows.Forms.CheckBox cbxAccessNewVersion;
  1424. private System.Windows.Forms.Label label15;
  1425. private System.Windows.Forms.Label label16;
  1426. private System.Windows.Forms.Label label21;
  1427. private System.Windows.Forms.TextBox txtAccessFileName;
  1428. private System.Windows.Forms.CheckBox cbxAccessOldVersion;
  1429. private System.Windows.Forms.Label label31;
  1430. private System.Windows.Forms.TextBox txtAccessSpecialDateColumnFormat;
  1431. private System.Windows.Forms.Label label33;
  1432. private System.Windows.Forms.TextBox txtFoxProAutoSqlName;
  1433. private System.Windows.Forms.CheckBox cbxFoxProReadFolder;
  1434. private System.Windows.Forms.TextBox txtFoxProAutoSql;
  1435. private System.Windows.Forms.CheckBox cbxFoxProReadFile;
  1436. private System.Windows.Forms.Label label35;
  1437. private System.Windows.Forms.Label label38;
  1438. private System.Windows.Forms.TextBox txtFoxProFileNameFormat;
  1439. private System.Windows.Forms.Label label39;
  1440. private System.Windows.Forms.TextBox txtFoxProSpecialDateColumnFormat;
  1441. private System.Windows.Forms.TextBox txtFoxProSpecialMethodName;
  1442. private System.Windows.Forms.TextBox txtFoxProSpecialMethod;
  1443. private System.Windows.Forms.Label label27;
  1444. private System.Windows.Forms.TextBox txtExcelAutoSql;
  1445. private System.Windows.Forms.TextBox txtExcelAutoSqlName;
  1446. private System.Windows.Forms.Label lbExcelDynQuery;
  1447. private System.Windows.Forms.Label label5;
  1448. private System.Windows.Forms.TextBox txtSqliteAutoSqlName;
  1449. private System.Windows.Forms.CheckBox cbxSqliteReadFolder;
  1450. private System.Windows.Forms.TextBox txtSqliteAutoSql;
  1451. private System.Windows.Forms.CheckBox cbxSqliteReadFile;
  1452. private System.Windows.Forms.Label label6;
  1453. private System.Windows.Forms.Label label7;
  1454. private System.Windows.Forms.TextBox txtSqliteFileNameFormat;
  1455. private System.Windows.Forms.Label label8;
  1456. private System.Windows.Forms.TextBox txtSqliteSpecialDateColumnFormat;
  1457. private System.Windows.Forms.Label label9;
  1458. private System.Windows.Forms.TextBox txtSqlServerAutoSqlName;
  1459. private System.Windows.Forms.TextBox txtSqlServerAutoSql;
  1460. private System.Windows.Forms.Label label12;
  1461. private System.Windows.Forms.TextBox txtSqlServerConnection;
  1462. private System.Windows.Forms.Label label13;
  1463. private System.Windows.Forms.TextBox txtSqlServerSpecialDateColumnFormat;
  1464. private System.Windows.Forms.Label label14;
  1465. private System.Windows.Forms.TextBox txtMySqlAutoSqlName;
  1466. private System.Windows.Forms.TextBox txtMySqlAutoSql;
  1467. private System.Windows.Forms.Label label18;
  1468. private System.Windows.Forms.TextBox txtMySqlSpecialDateColumnFormat;
  1469. private System.Windows.Forms.Label label4;
  1470. private System.Windows.Forms.TextBox txtOracleAutoSqlName;
  1471. private System.Windows.Forms.TextBox txtOracleAutoSql;
  1472. private System.Windows.Forms.Label label10;
  1473. private System.Windows.Forms.TextBox txtOracleSpecialDateColumnFormat;
  1474. private System.Windows.Forms.Label label20;
  1475. private System.Windows.Forms.Label label19;
  1476. private System.Windows.Forms.Label label17;
  1477. private System.Windows.Forms.TextBox txtNormalFileReadSplitMode;
  1478. private System.Windows.Forms.Label label30;
  1479. private System.Windows.Forms.TextBox txtNormalFileReadDataMode;
  1480. private System.Windows.Forms.Label label29;
  1481. private System.Windows.Forms.TextBox txtNormalFileSuffix;
  1482. private System.Windows.Forms.CheckBox cbxNormalFileReadFolder;
  1483. private System.Windows.Forms.CheckBox cbxNormalFileReadFile;
  1484. private System.Windows.Forms.Label label25;
  1485. private System.Windows.Forms.Label label26;
  1486. private System.Windows.Forms.TextBox txtNormalFileNameFormat;
  1487. private System.Windows.Forms.Label label28;
  1488. private System.Windows.Forms.TextBox txtNormalFileSpecialDateColumnFormat;
  1489. private System.Windows.Forms.Label label2;
  1490. private System.Windows.Forms.TextBox txtAccessSuffix;
  1491. private System.Windows.Forms.Panel pnlAll;
  1492. private System.Windows.Forms.TabPage tabPostgreSql;
  1493. private System.Windows.Forms.Label lblPostgreSql;
  1494. private System.Windows.Forms.TextBox txtPostgreSqlAutoSqlName;
  1495. private System.Windows.Forms.TextBox txtPostgreSqlAutoSql;
  1496. private System.Windows.Forms.Label lblPostgreSqlDateFormat;
  1497. private System.Windows.Forms.TextBox txtPostgreSqlSpecialDateColumnFormat;
  1498. private System.Windows.Forms.NumericUpDown numNormalFileStartIndex;
  1499. private System.Windows.Forms.CheckBox cbxNormalFileCustomDate;
  1500. private System.Windows.Forms.CheckBox cbxNormalFileNoCustomDate;
  1501. private System.Windows.Forms.TabPage tabKingbase;
  1502. private System.Windows.Forms.Label label1;
  1503. private System.Windows.Forms.TextBox txtKingbaseAutoSqlName;
  1504. private System.Windows.Forms.TextBox txtKingbaseAutoSql;
  1505. private System.Windows.Forms.Label label3;
  1506. private System.Windows.Forms.TextBox txtKingbaseSpecialDateColumnFormat;
  1507. }
  1508. }