CNAS取数仪器端升级
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1818 строки
92KB

  1. namespace CNAS_DBSync
  2. {
  3. partial class frmDatabaseParams
  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(frmDatabaseParams));
  29. this.pnlAll = new System.Windows.Forms.Panel();
  30. this.pnlCenter = new System.Windows.Forms.Panel();
  31. this.tabParamas = new System.Windows.Forms.TabControl();
  32. this.tabInstrument = new System.Windows.Forms.TabPage();
  33. this.tabcDS = new System.Windows.Forms.TabControl();
  34. this.tabExcel = new System.Windows.Forms.TabPage();
  35. this.label22 = new System.Windows.Forms.Label();
  36. this.lblExcelRemotePwd = new System.Windows.Forms.Label();
  37. this.txtRemoteExcelPwd = new System.Windows.Forms.TextBox();
  38. this.lblExcelRemoteUser = new System.Windows.Forms.Label();
  39. this.txtRemoteExcelUser = new System.Windows.Forms.TextBox();
  40. this.cbxExcelRemote = new System.Windows.Forms.CheckBox();
  41. this.btnOpenFileExcel = new System.Windows.Forms.Button();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.txtInportExcel = new System.Windows.Forms.TextBox();
  44. this.tabFoxPro = new System.Windows.Forms.TabPage();
  45. this.label27 = new System.Windows.Forms.Label();
  46. this.cbxFoxProRemote = new System.Windows.Forms.CheckBox();
  47. this.lblFoxproRemotePwd = new System.Windows.Forms.Label();
  48. this.txtRemoteFoxProPwd = new System.Windows.Forms.TextBox();
  49. this.lblFoxproRemoteUserId = new System.Windows.Forms.Label();
  50. this.txtRemoteFoxProUserId = new System.Windows.Forms.TextBox();
  51. this.txtFoxProPwd = new System.Windows.Forms.TextBox();
  52. this.txtFoxProUserId = new System.Windows.Forms.TextBox();
  53. this.label32 = new System.Windows.Forms.Label();
  54. this.label33 = new System.Windows.Forms.Label();
  55. this.btnFileOpenFoxPro = new System.Windows.Forms.Button();
  56. this.label34 = new System.Windows.Forms.Label();
  57. this.txtFoxProFolder = new System.Windows.Forms.TextBox();
  58. this.tabAccess = new System.Windows.Forms.TabPage();
  59. this.label21 = new System.Windows.Forms.Label();
  60. this.cbxAccessRemote = new System.Windows.Forms.CheckBox();
  61. this.lblAccessRemotePwd = new System.Windows.Forms.Label();
  62. this.txtAccessRemotePwd = new System.Windows.Forms.TextBox();
  63. this.lblAccessRemoteUser = new System.Windows.Forms.Label();
  64. this.txtAccessRemoteUser = new System.Windows.Forms.TextBox();
  65. this.txtAceessPwd = new System.Windows.Forms.TextBox();
  66. this.txtAccessUser = new System.Windows.Forms.TextBox();
  67. this.label15 = new System.Windows.Forms.Label();
  68. this.label16 = new System.Windows.Forms.Label();
  69. this.btnOpenFileAccess = new System.Windows.Forms.Button();
  70. this.label4 = new System.Windows.Forms.Label();
  71. this.txtAccessPath = new System.Windows.Forms.TextBox();
  72. this.tabSQLite = new System.Windows.Forms.TabPage();
  73. this.label25 = new System.Windows.Forms.Label();
  74. this.cbxSqliteRemote = new System.Windows.Forms.CheckBox();
  75. this.lblSqliteRemotePwd = new System.Windows.Forms.Label();
  76. this.txtSqliteRemotePwd = new System.Windows.Forms.TextBox();
  77. this.lblSqliteRemoteUser = new System.Windows.Forms.Label();
  78. this.txtSqliteRemoteUser = new System.Windows.Forms.TextBox();
  79. this.txtSqlitePwd = new System.Windows.Forms.TextBox();
  80. this.txtSqliteUser = new System.Windows.Forms.TextBox();
  81. this.label7 = new System.Windows.Forms.Label();
  82. this.label6 = new System.Windows.Forms.Label();
  83. this.btnOpenFileSQLite = new System.Windows.Forms.Button();
  84. this.label5 = new System.Windows.Forms.Label();
  85. this.txtSqlitePath = new System.Windows.Forms.TextBox();
  86. this.tabSQLServer = new System.Windows.Forms.TabPage();
  87. this.txtSqlServerPort = new System.Windows.Forms.TextBox();
  88. this.lblSqlPort = new System.Windows.Forms.Label();
  89. this.btnTestSQLLink = new System.Windows.Forms.Button();
  90. this.txtSqlServerName = new System.Windows.Forms.TextBox();
  91. this.txtSqlServerHost = new System.Windows.Forms.TextBox();
  92. this.label2 = new System.Windows.Forms.Label();
  93. this.label12 = new System.Windows.Forms.Label();
  94. this.txtSqlServerPwd = new System.Windows.Forms.TextBox();
  95. this.txtSqlServerUser = new System.Windows.Forms.TextBox();
  96. this.label13 = new System.Windows.Forms.Label();
  97. this.label14 = new System.Windows.Forms.Label();
  98. this.tabMySql = new System.Windows.Forms.TabPage();
  99. this.label17 = new System.Windows.Forms.Label();
  100. this.btnPostgreSqlTest = new System.Windows.Forms.Button();
  101. this.label18 = new System.Windows.Forms.Label();
  102. this.label19 = new System.Windows.Forms.Label();
  103. this.label20 = new System.Windows.Forms.Label();
  104. this.label23 = new System.Windows.Forms.Label();
  105. this.tabOracle = new System.Windows.Forms.TabPage();
  106. this.txtOracleHost = new System.Windows.Forms.TextBox();
  107. this.label37 = new System.Windows.Forms.Label();
  108. this.txtOraclePort = new System.Windows.Forms.TextBox();
  109. this.label24 = new System.Windows.Forms.Label();
  110. this.btnOracleTestLink = new System.Windows.Forms.Button();
  111. this.txtOracleSource = new System.Windows.Forms.TextBox();
  112. this.label26 = new System.Windows.Forms.Label();
  113. this.txtOraclePwd = new System.Windows.Forms.TextBox();
  114. this.txtOracleUserId = new System.Windows.Forms.TextBox();
  115. this.label28 = new System.Windows.Forms.Label();
  116. this.label29 = new System.Windows.Forms.Label();
  117. this.tabTxt = new System.Windows.Forms.TabPage();
  118. this.label30 = new System.Windows.Forms.Label();
  119. this.lblTxtRemoteUserPwd = new System.Windows.Forms.Label();
  120. this.txtRemoteTxtPwd = new System.Windows.Forms.TextBox();
  121. this.lblTxtRemoteUserId = new System.Windows.Forms.Label();
  122. this.txtRemoteTxtUserId = new System.Windows.Forms.TextBox();
  123. this.cbxRemoteTxt = new System.Windows.Forms.CheckBox();
  124. this.btnOpenFileTxt = new System.Windows.Forms.Button();
  125. this.label36 = new System.Windows.Forms.Label();
  126. this.txtInportTxt = new System.Windows.Forms.TextBox();
  127. this.tabPostgreSql = new System.Windows.Forms.TabPage();
  128. this.txtPostgreSqlPort = new System.Windows.Forms.TextBox();
  129. this.label35 = new System.Windows.Forms.Label();
  130. this.btnPostgreSqlConn = new System.Windows.Forms.Button();
  131. this.txtPostgreSqlServer = new System.Windows.Forms.TextBox();
  132. this.txtPostgreSqlHost = new System.Windows.Forms.TextBox();
  133. this.label38 = new System.Windows.Forms.Label();
  134. this.label39 = new System.Windows.Forms.Label();
  135. this.txtPostgreSqlPwd = new System.Windows.Forms.TextBox();
  136. this.txtPostgreSqlUser = new System.Windows.Forms.TextBox();
  137. this.label40 = new System.Windows.Forms.Label();
  138. this.label41 = new System.Windows.Forms.Label();
  139. this.tabCnas = new System.Windows.Forms.TabPage();
  140. this.groupBox2 = new System.Windows.Forms.GroupBox();
  141. this.txtDBHost = new System.Windows.Forms.TextBox();
  142. this.label9 = new System.Windows.Forms.Label();
  143. this.txtPort = new System.Windows.Forms.TextBox();
  144. this.label8 = new System.Windows.Forms.Label();
  145. this.label1 = new System.Windows.Forms.Label();
  146. this.txtDBUser = new System.Windows.Forms.TextBox();
  147. this.btnCNASTestLink = new System.Windows.Forms.Button();
  148. this.txtDBPwd = new System.Windows.Forms.TextBox();
  149. this.txtDBName = new System.Windows.Forms.TextBox();
  150. this.label10 = new System.Windows.Forms.Label();
  151. this.label11 = new System.Windows.Forms.Label();
  152. this.groupBox1 = new System.Windows.Forms.GroupBox();
  153. this.cbxTargetDBSelect = new System.Windows.Forms.ComboBox();
  154. this.label31 = new System.Windows.Forms.Label();
  155. this.pnlBottom = new System.Windows.Forms.Panel();
  156. this.btnOK = new System.Windows.Forms.Button();
  157. this.pnlTop = new System.Windows.Forms.Panel();
  158. this.txtMySqlUser = new System.Windows.Forms.TextBox();
  159. this.txtMySqlPwd = new System.Windows.Forms.TextBox();
  160. this.txtMySqlHost = new System.Windows.Forms.TextBox();
  161. this.txtMySqlServer = new System.Windows.Forms.TextBox();
  162. this.txtMySqlPort = new System.Windows.Forms.TextBox();
  163. this.pnlAll.SuspendLayout();
  164. this.pnlCenter.SuspendLayout();
  165. this.tabParamas.SuspendLayout();
  166. this.tabInstrument.SuspendLayout();
  167. this.tabcDS.SuspendLayout();
  168. this.tabExcel.SuspendLayout();
  169. this.tabFoxPro.SuspendLayout();
  170. this.tabAccess.SuspendLayout();
  171. this.tabSQLite.SuspendLayout();
  172. this.tabSQLServer.SuspendLayout();
  173. this.tabMySql.SuspendLayout();
  174. this.tabOracle.SuspendLayout();
  175. this.tabTxt.SuspendLayout();
  176. this.tabPostgreSql.SuspendLayout();
  177. this.tabCnas.SuspendLayout();
  178. this.groupBox2.SuspendLayout();
  179. this.groupBox1.SuspendLayout();
  180. this.pnlBottom.SuspendLayout();
  181. this.SuspendLayout();
  182. //
  183. // pnlAll
  184. //
  185. this.pnlAll.Controls.Add(this.pnlCenter);
  186. this.pnlAll.Controls.Add(this.pnlBottom);
  187. this.pnlAll.Controls.Add(this.pnlTop);
  188. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  190. this.pnlAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  191. this.pnlAll.Name = "pnlAll";
  192. this.pnlAll.Size = new System.Drawing.Size(992, 664);
  193. this.pnlAll.TabIndex = 0;
  194. //
  195. // pnlCenter
  196. //
  197. this.pnlCenter.Controls.Add(this.tabParamas);
  198. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  199. this.pnlCenter.Location = new System.Drawing.Point(0, 7);
  200. this.pnlCenter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  201. this.pnlCenter.Name = "pnlCenter";
  202. this.pnlCenter.Size = new System.Drawing.Size(992, 595);
  203. this.pnlCenter.TabIndex = 4;
  204. //
  205. // tabParamas
  206. //
  207. this.tabParamas.Controls.Add(this.tabInstrument);
  208. this.tabParamas.Controls.Add(this.tabCnas);
  209. this.tabParamas.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.tabParamas.Location = new System.Drawing.Point(0, 0);
  211. this.tabParamas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  212. this.tabParamas.Name = "tabParamas";
  213. this.tabParamas.SelectedIndex = 0;
  214. this.tabParamas.Size = new System.Drawing.Size(992, 595);
  215. this.tabParamas.TabIndex = 1;
  216. //
  217. // tabInstrument
  218. //
  219. this.tabInstrument.Controls.Add(this.tabcDS);
  220. this.tabInstrument.Location = new System.Drawing.Point(4, 28);
  221. this.tabInstrument.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  222. this.tabInstrument.Name = "tabInstrument";
  223. this.tabInstrument.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  224. this.tabInstrument.Size = new System.Drawing.Size(984, 563);
  225. this.tabInstrument.TabIndex = 0;
  226. this.tabInstrument.Text = "仪器数据源";
  227. this.tabInstrument.UseVisualStyleBackColor = true;
  228. //
  229. // tabcDS
  230. //
  231. this.tabcDS.Controls.Add(this.tabExcel);
  232. this.tabcDS.Controls.Add(this.tabFoxPro);
  233. this.tabcDS.Controls.Add(this.tabAccess);
  234. this.tabcDS.Controls.Add(this.tabSQLite);
  235. this.tabcDS.Controls.Add(this.tabSQLServer);
  236. this.tabcDS.Controls.Add(this.tabMySql);
  237. this.tabcDS.Controls.Add(this.tabOracle);
  238. this.tabcDS.Controls.Add(this.tabTxt);
  239. this.tabcDS.Controls.Add(this.tabPostgreSql);
  240. this.tabcDS.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.tabcDS.Location = new System.Drawing.Point(4, 5);
  242. this.tabcDS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  243. this.tabcDS.Name = "tabcDS";
  244. this.tabcDS.SelectedIndex = 0;
  245. this.tabcDS.Size = new System.Drawing.Size(976, 553);
  246. this.tabcDS.TabIndex = 6;
  247. this.tabcDS.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabcDS_Selected);
  248. //
  249. // tabExcel
  250. //
  251. this.tabExcel.Controls.Add(this.label22);
  252. this.tabExcel.Controls.Add(this.lblExcelRemotePwd);
  253. this.tabExcel.Controls.Add(this.txtRemoteExcelPwd);
  254. this.tabExcel.Controls.Add(this.lblExcelRemoteUser);
  255. this.tabExcel.Controls.Add(this.txtRemoteExcelUser);
  256. this.tabExcel.Controls.Add(this.cbxExcelRemote);
  257. this.tabExcel.Controls.Add(this.btnOpenFileExcel);
  258. this.tabExcel.Controls.Add(this.label3);
  259. this.tabExcel.Controls.Add(this.txtInportExcel);
  260. this.tabExcel.Location = new System.Drawing.Point(4, 28);
  261. this.tabExcel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  262. this.tabExcel.Name = "tabExcel";
  263. this.tabExcel.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  264. this.tabExcel.Size = new System.Drawing.Size(968, 521);
  265. this.tabExcel.TabIndex = 0;
  266. this.tabExcel.Text = "Excel";
  267. this.tabExcel.UseVisualStyleBackColor = true;
  268. //
  269. // label22
  270. //
  271. this.label22.AutoSize = true;
  272. this.label22.Location = new System.Drawing.Point(71, 37);
  273. this.label22.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  274. this.label22.Name = "label22";
  275. this.label22.Size = new System.Drawing.Size(98, 18);
  276. this.label22.TabIndex = 24;
  277. this.label22.Text = "是否远程:";
  278. //
  279. // lblExcelRemotePwd
  280. //
  281. this.lblExcelRemotePwd.AutoSize = true;
  282. this.lblExcelRemotePwd.Location = new System.Drawing.Point(69, 268);
  283. this.lblExcelRemotePwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  284. this.lblExcelRemotePwd.Name = "lblExcelRemotePwd";
  285. this.lblExcelRemotePwd.Size = new System.Drawing.Size(98, 18);
  286. this.lblExcelRemotePwd.TabIndex = 10;
  287. this.lblExcelRemotePwd.Text = "远程密码:";
  288. this.lblExcelRemotePwd.Visible = false;
  289. //
  290. // txtRemoteExcelPwd
  291. //
  292. this.txtRemoteExcelPwd.Location = new System.Drawing.Point(172, 262);
  293. this.txtRemoteExcelPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  294. this.txtRemoteExcelPwd.Name = "txtRemoteExcelPwd";
  295. this.txtRemoteExcelPwd.PasswordChar = '*';
  296. this.txtRemoteExcelPwd.Size = new System.Drawing.Size(403, 28);
  297. this.txtRemoteExcelPwd.TabIndex = 11;
  298. this.txtRemoteExcelPwd.Visible = false;
  299. //
  300. // lblExcelRemoteUser
  301. //
  302. this.lblExcelRemoteUser.AutoSize = true;
  303. this.lblExcelRemoteUser.Location = new System.Drawing.Point(51, 172);
  304. this.lblExcelRemoteUser.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  305. this.lblExcelRemoteUser.Name = "lblExcelRemoteUser";
  306. this.lblExcelRemoteUser.Size = new System.Drawing.Size(116, 18);
  307. this.lblExcelRemoteUser.TabIndex = 8;
  308. this.lblExcelRemoteUser.Text = "远程用户名:";
  309. this.lblExcelRemoteUser.Visible = false;
  310. //
  311. // txtRemoteExcelUser
  312. //
  313. this.txtRemoteExcelUser.Location = new System.Drawing.Point(172, 166);
  314. this.txtRemoteExcelUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  315. this.txtRemoteExcelUser.Name = "txtRemoteExcelUser";
  316. this.txtRemoteExcelUser.Size = new System.Drawing.Size(403, 28);
  317. this.txtRemoteExcelUser.TabIndex = 6;
  318. this.txtRemoteExcelUser.Visible = false;
  319. //
  320. // cbxExcelRemote
  321. //
  322. this.cbxExcelRemote.AutoSize = true;
  323. this.cbxExcelRemote.Location = new System.Drawing.Point(172, 36);
  324. this.cbxExcelRemote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  325. this.cbxExcelRemote.Name = "cbxExcelRemote";
  326. this.cbxExcelRemote.Size = new System.Drawing.Size(52, 22);
  327. this.cbxExcelRemote.TabIndex = 4;
  328. this.cbxExcelRemote.Text = "是";
  329. this.cbxExcelRemote.UseVisualStyleBackColor = true;
  330. this.cbxExcelRemote.CheckedChanged += new System.EventHandler(this.cbxExcelRemote_CheckedChanged);
  331. //
  332. // btnOpenFileExcel
  333. //
  334. this.btnOpenFileExcel.Location = new System.Drawing.Point(588, 73);
  335. this.btnOpenFileExcel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  336. this.btnOpenFileExcel.Name = "btnOpenFileExcel";
  337. this.btnOpenFileExcel.Size = new System.Drawing.Size(90, 35);
  338. this.btnOpenFileExcel.TabIndex = 6;
  339. this.btnOpenFileExcel.Text = "浏览";
  340. this.btnOpenFileExcel.UseVisualStyleBackColor = true;
  341. this.btnOpenFileExcel.Click += new System.EventHandler(this.btnOpenFileExcel_Click);
  342. //
  343. // label3
  344. //
  345. this.label3.AutoSize = true;
  346. this.label3.Location = new System.Drawing.Point(104, 82);
  347. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  348. this.label3.Name = "label3";
  349. this.label3.Size = new System.Drawing.Size(62, 18);
  350. this.label3.TabIndex = 5;
  351. this.label3.Text = "路径:";
  352. //
  353. // txtInportExcel
  354. //
  355. this.txtInportExcel.Location = new System.Drawing.Point(172, 74);
  356. this.txtInportExcel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  357. this.txtInportExcel.Name = "txtInportExcel";
  358. this.txtInportExcel.Size = new System.Drawing.Size(403, 28);
  359. this.txtInportExcel.TabIndex = 5;
  360. //
  361. // tabFoxPro
  362. //
  363. this.tabFoxPro.Controls.Add(this.label27);
  364. this.tabFoxPro.Controls.Add(this.cbxFoxProRemote);
  365. this.tabFoxPro.Controls.Add(this.lblFoxproRemotePwd);
  366. this.tabFoxPro.Controls.Add(this.txtRemoteFoxProPwd);
  367. this.tabFoxPro.Controls.Add(this.lblFoxproRemoteUserId);
  368. this.tabFoxPro.Controls.Add(this.txtRemoteFoxProUserId);
  369. this.tabFoxPro.Controls.Add(this.txtFoxProPwd);
  370. this.tabFoxPro.Controls.Add(this.txtFoxProUserId);
  371. this.tabFoxPro.Controls.Add(this.label32);
  372. this.tabFoxPro.Controls.Add(this.label33);
  373. this.tabFoxPro.Controls.Add(this.btnFileOpenFoxPro);
  374. this.tabFoxPro.Controls.Add(this.label34);
  375. this.tabFoxPro.Controls.Add(this.txtFoxProFolder);
  376. this.tabFoxPro.Location = new System.Drawing.Point(4, 28);
  377. this.tabFoxPro.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  378. this.tabFoxPro.Name = "tabFoxPro";
  379. this.tabFoxPro.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  380. this.tabFoxPro.Size = new System.Drawing.Size(968, 521);
  381. this.tabFoxPro.TabIndex = 6;
  382. this.tabFoxPro.Text = "FoxPro";
  383. this.tabFoxPro.UseVisualStyleBackColor = true;
  384. //
  385. // label27
  386. //
  387. this.label27.AutoSize = true;
  388. this.label27.Location = new System.Drawing.Point(68, 38);
  389. this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  390. this.label27.Name = "label27";
  391. this.label27.Size = new System.Drawing.Size(98, 18);
  392. this.label27.TabIndex = 36;
  393. this.label27.Text = "是否远程:";
  394. //
  395. // cbxFoxProRemote
  396. //
  397. this.cbxFoxProRemote.AutoSize = true;
  398. this.cbxFoxProRemote.Location = new System.Drawing.Point(174, 36);
  399. this.cbxFoxProRemote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  400. this.cbxFoxProRemote.Name = "cbxFoxProRemote";
  401. this.cbxFoxProRemote.Size = new System.Drawing.Size(52, 22);
  402. this.cbxFoxProRemote.TabIndex = 24;
  403. this.cbxFoxProRemote.Text = "是";
  404. this.cbxFoxProRemote.UseVisualStyleBackColor = true;
  405. this.cbxFoxProRemote.CheckedChanged += new System.EventHandler(this.cbxFoxProRemote_CheckedChanged);
  406. //
  407. // lblFoxproRemotePwd
  408. //
  409. this.lblFoxproRemotePwd.AutoSize = true;
  410. this.lblFoxproRemotePwd.Location = new System.Drawing.Point(68, 254);
  411. this.lblFoxproRemotePwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  412. this.lblFoxproRemotePwd.Name = "lblFoxproRemotePwd";
  413. this.lblFoxproRemotePwd.Size = new System.Drawing.Size(98, 18);
  414. this.lblFoxproRemotePwd.TabIndex = 35;
  415. this.lblFoxproRemotePwd.Text = "远程密码:";
  416. this.lblFoxproRemotePwd.Visible = false;
  417. //
  418. // txtRemoteFoxProPwd
  419. //
  420. this.txtRemoteFoxProPwd.Location = new System.Drawing.Point(172, 250);
  421. this.txtRemoteFoxProPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  422. this.txtRemoteFoxProPwd.Name = "txtRemoteFoxProPwd";
  423. this.txtRemoteFoxProPwd.PasswordChar = '*';
  424. this.txtRemoteFoxProPwd.Size = new System.Drawing.Size(403, 28);
  425. this.txtRemoteFoxProPwd.TabIndex = 31;
  426. this.txtRemoteFoxProPwd.Visible = false;
  427. //
  428. // lblFoxproRemoteUserId
  429. //
  430. this.lblFoxproRemoteUserId.AutoSize = true;
  431. this.lblFoxproRemoteUserId.Location = new System.Drawing.Point(50, 211);
  432. this.lblFoxproRemoteUserId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  433. this.lblFoxproRemoteUserId.Name = "lblFoxproRemoteUserId";
  434. this.lblFoxproRemoteUserId.Size = new System.Drawing.Size(116, 18);
  435. this.lblFoxproRemoteUserId.TabIndex = 34;
  436. this.lblFoxproRemoteUserId.Text = "远程用户名:";
  437. this.lblFoxproRemoteUserId.Visible = false;
  438. //
  439. // txtRemoteFoxProUserId
  440. //
  441. this.txtRemoteFoxProUserId.Location = new System.Drawing.Point(172, 205);
  442. this.txtRemoteFoxProUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  443. this.txtRemoteFoxProUserId.Name = "txtRemoteFoxProUserId";
  444. this.txtRemoteFoxProUserId.Size = new System.Drawing.Size(403, 28);
  445. this.txtRemoteFoxProUserId.TabIndex = 30;
  446. this.txtRemoteFoxProUserId.Visible = false;
  447. //
  448. // txtFoxProPwd
  449. //
  450. this.txtFoxProPwd.Location = new System.Drawing.Point(172, 162);
  451. this.txtFoxProPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  452. this.txtFoxProPwd.Name = "txtFoxProPwd";
  453. this.txtFoxProPwd.PasswordChar = '*';
  454. this.txtFoxProPwd.Size = new System.Drawing.Size(403, 28);
  455. this.txtFoxProPwd.TabIndex = 29;
  456. //
  457. // txtFoxProUserId
  458. //
  459. this.txtFoxProUserId.Location = new System.Drawing.Point(172, 119);
  460. this.txtFoxProUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  461. this.txtFoxProUserId.Name = "txtFoxProUserId";
  462. this.txtFoxProUserId.Size = new System.Drawing.Size(403, 28);
  463. this.txtFoxProUserId.TabIndex = 27;
  464. //
  465. // label32
  466. //
  467. this.label32.AutoSize = true;
  468. this.label32.Location = new System.Drawing.Point(104, 168);
  469. this.label32.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  470. this.label32.Name = "label32";
  471. this.label32.Size = new System.Drawing.Size(62, 18);
  472. this.label32.TabIndex = 33;
  473. this.label32.Text = "密码:";
  474. //
  475. // label33
  476. //
  477. this.label33.AutoSize = true;
  478. this.label33.Location = new System.Drawing.Point(86, 125);
  479. this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  480. this.label33.Name = "label33";
  481. this.label33.Size = new System.Drawing.Size(80, 18);
  482. this.label33.TabIndex = 32;
  483. this.label33.Text = "用户名:";
  484. //
  485. // btnFileOpenFoxPro
  486. //
  487. this.btnFileOpenFoxPro.Location = new System.Drawing.Point(588, 73);
  488. this.btnFileOpenFoxPro.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  489. this.btnFileOpenFoxPro.Name = "btnFileOpenFoxPro";
  490. this.btnFileOpenFoxPro.Size = new System.Drawing.Size(90, 35);
  491. this.btnFileOpenFoxPro.TabIndex = 28;
  492. this.btnFileOpenFoxPro.Text = "浏览";
  493. this.btnFileOpenFoxPro.UseVisualStyleBackColor = true;
  494. this.btnFileOpenFoxPro.Click += new System.EventHandler(this.txtFileOpenFoxPro_Click);
  495. //
  496. // label34
  497. //
  498. this.label34.AutoSize = true;
  499. this.label34.Location = new System.Drawing.Point(104, 82);
  500. this.label34.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  501. this.label34.Name = "label34";
  502. this.label34.Size = new System.Drawing.Size(62, 18);
  503. this.label34.TabIndex = 25;
  504. this.label34.Text = "路径:";
  505. //
  506. // txtFoxProFolder
  507. //
  508. this.txtFoxProFolder.Location = new System.Drawing.Point(172, 74);
  509. this.txtFoxProFolder.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  510. this.txtFoxProFolder.Name = "txtFoxProFolder";
  511. this.txtFoxProFolder.Size = new System.Drawing.Size(403, 28);
  512. this.txtFoxProFolder.TabIndex = 26;
  513. //
  514. // tabAccess
  515. //
  516. this.tabAccess.Controls.Add(this.label21);
  517. this.tabAccess.Controls.Add(this.cbxAccessRemote);
  518. this.tabAccess.Controls.Add(this.lblAccessRemotePwd);
  519. this.tabAccess.Controls.Add(this.txtAccessRemotePwd);
  520. this.tabAccess.Controls.Add(this.lblAccessRemoteUser);
  521. this.tabAccess.Controls.Add(this.txtAccessRemoteUser);
  522. this.tabAccess.Controls.Add(this.txtAceessPwd);
  523. this.tabAccess.Controls.Add(this.txtAccessUser);
  524. this.tabAccess.Controls.Add(this.label15);
  525. this.tabAccess.Controls.Add(this.label16);
  526. this.tabAccess.Controls.Add(this.btnOpenFileAccess);
  527. this.tabAccess.Controls.Add(this.label4);
  528. this.tabAccess.Controls.Add(this.txtAccessPath);
  529. this.tabAccess.Location = new System.Drawing.Point(4, 28);
  530. this.tabAccess.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  531. this.tabAccess.Name = "tabAccess";
  532. this.tabAccess.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  533. this.tabAccess.Size = new System.Drawing.Size(968, 521);
  534. this.tabAccess.TabIndex = 1;
  535. this.tabAccess.Text = "Access";
  536. this.tabAccess.UseVisualStyleBackColor = true;
  537. //
  538. // label21
  539. //
  540. this.label21.AutoSize = true;
  541. this.label21.Location = new System.Drawing.Point(68, 38);
  542. this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  543. this.label21.Name = "label21";
  544. this.label21.Size = new System.Drawing.Size(98, 18);
  545. this.label21.TabIndex = 23;
  546. this.label21.Text = "是否远程:";
  547. //
  548. // cbxAccessRemote
  549. //
  550. this.cbxAccessRemote.AutoSize = true;
  551. this.cbxAccessRemote.Location = new System.Drawing.Point(174, 36);
  552. this.cbxAccessRemote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  553. this.cbxAccessRemote.Name = "cbxAccessRemote";
  554. this.cbxAccessRemote.Size = new System.Drawing.Size(52, 22);
  555. this.cbxAccessRemote.TabIndex = 7;
  556. this.cbxAccessRemote.Text = "是";
  557. this.cbxAccessRemote.UseVisualStyleBackColor = true;
  558. this.cbxAccessRemote.CheckedChanged += new System.EventHandler(this.cbxAccessRemote_CheckedChanged);
  559. //
  560. // lblAccessRemotePwd
  561. //
  562. this.lblAccessRemotePwd.AutoSize = true;
  563. this.lblAccessRemotePwd.Location = new System.Drawing.Point(68, 211);
  564. this.lblAccessRemotePwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  565. this.lblAccessRemotePwd.Name = "lblAccessRemotePwd";
  566. this.lblAccessRemotePwd.Size = new System.Drawing.Size(98, 18);
  567. this.lblAccessRemotePwd.TabIndex = 20;
  568. this.lblAccessRemotePwd.Text = "远程密码:";
  569. this.lblAccessRemotePwd.Visible = false;
  570. //
  571. // txtAccessRemotePwd
  572. //
  573. this.txtAccessRemotePwd.Location = new System.Drawing.Point(172, 205);
  574. this.txtAccessRemotePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  575. this.txtAccessRemotePwd.Name = "txtAccessRemotePwd";
  576. this.txtAccessRemotePwd.PasswordChar = '*';
  577. this.txtAccessRemotePwd.Size = new System.Drawing.Size(403, 28);
  578. this.txtAccessRemotePwd.TabIndex = 12;
  579. this.txtAccessRemotePwd.Visible = false;
  580. //
  581. // lblAccessRemoteUser
  582. //
  583. this.lblAccessRemoteUser.AutoSize = true;
  584. this.lblAccessRemoteUser.Location = new System.Drawing.Point(50, 168);
  585. this.lblAccessRemoteUser.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  586. this.lblAccessRemoteUser.Name = "lblAccessRemoteUser";
  587. this.lblAccessRemoteUser.Size = new System.Drawing.Size(116, 18);
  588. this.lblAccessRemoteUser.TabIndex = 18;
  589. this.lblAccessRemoteUser.Text = "远程用户名:";
  590. this.lblAccessRemoteUser.Visible = false;
  591. //
  592. // txtAccessRemoteUser
  593. //
  594. this.txtAccessRemoteUser.Location = new System.Drawing.Point(172, 162);
  595. this.txtAccessRemoteUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  596. this.txtAccessRemoteUser.Name = "txtAccessRemoteUser";
  597. this.txtAccessRemoteUser.Size = new System.Drawing.Size(403, 28);
  598. this.txtAccessRemoteUser.TabIndex = 11;
  599. this.txtAccessRemoteUser.Visible = false;
  600. //
  601. // txtAceessPwd
  602. //
  603. this.txtAceessPwd.Location = new System.Drawing.Point(172, 119);
  604. this.txtAceessPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  605. this.txtAceessPwd.Name = "txtAceessPwd";
  606. this.txtAceessPwd.PasswordChar = '*';
  607. this.txtAceessPwd.Size = new System.Drawing.Size(403, 28);
  608. this.txtAceessPwd.TabIndex = 10;
  609. //
  610. // txtAccessUser
  611. //
  612. this.txtAccessUser.Location = new System.Drawing.Point(174, 305);
  613. this.txtAccessUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  614. this.txtAccessUser.Name = "txtAccessUser";
  615. this.txtAccessUser.Size = new System.Drawing.Size(403, 28);
  616. this.txtAccessUser.TabIndex = 9;
  617. this.txtAccessUser.Visible = false;
  618. //
  619. // label15
  620. //
  621. this.label15.AutoSize = true;
  622. this.label15.Location = new System.Drawing.Point(104, 125);
  623. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  624. this.label15.Name = "label15";
  625. this.label15.Size = new System.Drawing.Size(62, 18);
  626. this.label15.TabIndex = 15;
  627. this.label15.Text = "密码:";
  628. //
  629. // label16
  630. //
  631. this.label16.AutoSize = true;
  632. this.label16.Location = new System.Drawing.Point(87, 311);
  633. this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  634. this.label16.Name = "label16";
  635. this.label16.Size = new System.Drawing.Size(80, 18);
  636. this.label16.TabIndex = 14;
  637. this.label16.Text = "用户名:";
  638. this.label16.Visible = false;
  639. //
  640. // btnOpenFileAccess
  641. //
  642. this.btnOpenFileAccess.Location = new System.Drawing.Point(588, 73);
  643. this.btnOpenFileAccess.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  644. this.btnOpenFileAccess.Name = "btnOpenFileAccess";
  645. this.btnOpenFileAccess.Size = new System.Drawing.Size(90, 35);
  646. this.btnOpenFileAccess.TabIndex = 9;
  647. this.btnOpenFileAccess.Text = "浏览";
  648. this.btnOpenFileAccess.UseVisualStyleBackColor = true;
  649. this.btnOpenFileAccess.Click += new System.EventHandler(this.btnOpenFileAccess_Click);
  650. //
  651. // label4
  652. //
  653. this.label4.AutoSize = true;
  654. this.label4.Location = new System.Drawing.Point(104, 82);
  655. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  656. this.label4.Name = "label4";
  657. this.label4.Size = new System.Drawing.Size(62, 18);
  658. this.label4.TabIndex = 7;
  659. this.label4.Text = "路径:";
  660. //
  661. // txtAccessPath
  662. //
  663. this.txtAccessPath.Location = new System.Drawing.Point(172, 74);
  664. this.txtAccessPath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  665. this.txtAccessPath.Name = "txtAccessPath";
  666. this.txtAccessPath.Size = new System.Drawing.Size(403, 28);
  667. this.txtAccessPath.TabIndex = 8;
  668. //
  669. // tabSQLite
  670. //
  671. this.tabSQLite.Controls.Add(this.label25);
  672. this.tabSQLite.Controls.Add(this.cbxSqliteRemote);
  673. this.tabSQLite.Controls.Add(this.lblSqliteRemotePwd);
  674. this.tabSQLite.Controls.Add(this.txtSqliteRemotePwd);
  675. this.tabSQLite.Controls.Add(this.lblSqliteRemoteUser);
  676. this.tabSQLite.Controls.Add(this.txtSqliteRemoteUser);
  677. this.tabSQLite.Controls.Add(this.txtSqlitePwd);
  678. this.tabSQLite.Controls.Add(this.txtSqliteUser);
  679. this.tabSQLite.Controls.Add(this.label7);
  680. this.tabSQLite.Controls.Add(this.label6);
  681. this.tabSQLite.Controls.Add(this.btnOpenFileSQLite);
  682. this.tabSQLite.Controls.Add(this.label5);
  683. this.tabSQLite.Controls.Add(this.txtSqlitePath);
  684. this.tabSQLite.Location = new System.Drawing.Point(4, 28);
  685. this.tabSQLite.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  686. this.tabSQLite.Name = "tabSQLite";
  687. this.tabSQLite.Size = new System.Drawing.Size(968, 521);
  688. this.tabSQLite.TabIndex = 2;
  689. this.tabSQLite.Text = "SQLLite";
  690. this.tabSQLite.UseVisualStyleBackColor = true;
  691. //
  692. // label25
  693. //
  694. this.label25.AutoSize = true;
  695. this.label25.Location = new System.Drawing.Point(68, 38);
  696. this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  697. this.label25.Name = "label25";
  698. this.label25.Size = new System.Drawing.Size(98, 18);
  699. this.label25.TabIndex = 27;
  700. this.label25.Text = "是否远程:";
  701. //
  702. // cbxSqliteRemote
  703. //
  704. this.cbxSqliteRemote.AutoSize = true;
  705. this.cbxSqliteRemote.Location = new System.Drawing.Point(174, 36);
  706. this.cbxSqliteRemote.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  707. this.cbxSqliteRemote.Name = "cbxSqliteRemote";
  708. this.cbxSqliteRemote.Size = new System.Drawing.Size(52, 22);
  709. this.cbxSqliteRemote.TabIndex = 7;
  710. this.cbxSqliteRemote.Text = "是";
  711. this.cbxSqliteRemote.UseVisualStyleBackColor = true;
  712. this.cbxSqliteRemote.CheckedChanged += new System.EventHandler(this.cbxSqliteRemote_CheckedChanged);
  713. //
  714. // lblSqliteRemotePwd
  715. //
  716. this.lblSqliteRemotePwd.AutoSize = true;
  717. this.lblSqliteRemotePwd.Location = new System.Drawing.Point(68, 211);
  718. this.lblSqliteRemotePwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  719. this.lblSqliteRemotePwd.Name = "lblSqliteRemotePwd";
  720. this.lblSqliteRemotePwd.Size = new System.Drawing.Size(98, 18);
  721. this.lblSqliteRemotePwd.TabIndex = 24;
  722. this.lblSqliteRemotePwd.Text = "远程密码:";
  723. this.lblSqliteRemotePwd.Visible = false;
  724. //
  725. // txtSqliteRemotePwd
  726. //
  727. this.txtSqliteRemotePwd.Location = new System.Drawing.Point(172, 205);
  728. this.txtSqliteRemotePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  729. this.txtSqliteRemotePwd.Name = "txtSqliteRemotePwd";
  730. this.txtSqliteRemotePwd.PasswordChar = '*';
  731. this.txtSqliteRemotePwd.Size = new System.Drawing.Size(403, 28);
  732. this.txtSqliteRemotePwd.TabIndex = 25;
  733. this.txtSqliteRemotePwd.Visible = false;
  734. //
  735. // lblSqliteRemoteUser
  736. //
  737. this.lblSqliteRemoteUser.AutoSize = true;
  738. this.lblSqliteRemoteUser.Location = new System.Drawing.Point(50, 168);
  739. this.lblSqliteRemoteUser.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  740. this.lblSqliteRemoteUser.Name = "lblSqliteRemoteUser";
  741. this.lblSqliteRemoteUser.Size = new System.Drawing.Size(116, 18);
  742. this.lblSqliteRemoteUser.TabIndex = 22;
  743. this.lblSqliteRemoteUser.Text = "远程用户名:";
  744. this.lblSqliteRemoteUser.Visible = false;
  745. //
  746. // txtSqliteRemoteUser
  747. //
  748. this.txtSqliteRemoteUser.Location = new System.Drawing.Point(172, 162);
  749. this.txtSqliteRemoteUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  750. this.txtSqliteRemoteUser.Name = "txtSqliteRemoteUser";
  751. this.txtSqliteRemoteUser.Size = new System.Drawing.Size(403, 28);
  752. this.txtSqliteRemoteUser.TabIndex = 23;
  753. this.txtSqliteRemoteUser.Visible = false;
  754. //
  755. // txtSqlitePwd
  756. //
  757. this.txtSqlitePwd.Location = new System.Drawing.Point(172, 119);
  758. this.txtSqlitePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  759. this.txtSqlitePwd.Name = "txtSqlitePwd";
  760. this.txtSqlitePwd.PasswordChar = '*';
  761. this.txtSqlitePwd.Size = new System.Drawing.Size(403, 28);
  762. this.txtSqlitePwd.TabIndex = 13;
  763. //
  764. // txtSqliteUser
  765. //
  766. this.txtSqliteUser.Location = new System.Drawing.Point(172, 289);
  767. this.txtSqliteUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  768. this.txtSqliteUser.Name = "txtSqliteUser";
  769. this.txtSqliteUser.Size = new System.Drawing.Size(403, 28);
  770. this.txtSqliteUser.TabIndex = 12;
  771. this.txtSqliteUser.Visible = false;
  772. //
  773. // label7
  774. //
  775. this.label7.AutoSize = true;
  776. this.label7.Location = new System.Drawing.Point(104, 125);
  777. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  778. this.label7.Name = "label7";
  779. this.label7.Size = new System.Drawing.Size(62, 18);
  780. this.label7.TabIndex = 11;
  781. this.label7.Text = "密码:";
  782. //
  783. // label6
  784. //
  785. this.label6.AutoSize = true;
  786. this.label6.Location = new System.Drawing.Point(86, 295);
  787. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  788. this.label6.Name = "label6";
  789. this.label6.Size = new System.Drawing.Size(80, 18);
  790. this.label6.TabIndex = 10;
  791. this.label6.Text = "用户名:";
  792. this.label6.Visible = false;
  793. //
  794. // btnOpenFileSQLite
  795. //
  796. this.btnOpenFileSQLite.Location = new System.Drawing.Point(588, 73);
  797. this.btnOpenFileSQLite.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  798. this.btnOpenFileSQLite.Name = "btnOpenFileSQLite";
  799. this.btnOpenFileSQLite.Size = new System.Drawing.Size(90, 35);
  800. this.btnOpenFileSQLite.TabIndex = 9;
  801. this.btnOpenFileSQLite.Text = "浏览";
  802. this.btnOpenFileSQLite.UseVisualStyleBackColor = true;
  803. this.btnOpenFileSQLite.Click += new System.EventHandler(this.btnOpenFileSQLite_Click);
  804. //
  805. // label5
  806. //
  807. this.label5.AutoSize = true;
  808. this.label5.Location = new System.Drawing.Point(104, 82);
  809. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  810. this.label5.Name = "label5";
  811. this.label5.Size = new System.Drawing.Size(62, 18);
  812. this.label5.TabIndex = 7;
  813. this.label5.Text = "路径:";
  814. //
  815. // txtSqlitePath
  816. //
  817. this.txtSqlitePath.Location = new System.Drawing.Point(172, 74);
  818. this.txtSqlitePath.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  819. this.txtSqlitePath.Name = "txtSqlitePath";
  820. this.txtSqlitePath.Size = new System.Drawing.Size(403, 28);
  821. this.txtSqlitePath.TabIndex = 8;
  822. //
  823. // tabSQLServer
  824. //
  825. this.tabSQLServer.Controls.Add(this.txtSqlServerPort);
  826. this.tabSQLServer.Controls.Add(this.lblSqlPort);
  827. this.tabSQLServer.Controls.Add(this.btnTestSQLLink);
  828. this.tabSQLServer.Controls.Add(this.txtSqlServerName);
  829. this.tabSQLServer.Controls.Add(this.txtSqlServerHost);
  830. this.tabSQLServer.Controls.Add(this.label2);
  831. this.tabSQLServer.Controls.Add(this.label12);
  832. this.tabSQLServer.Controls.Add(this.txtSqlServerPwd);
  833. this.tabSQLServer.Controls.Add(this.txtSqlServerUser);
  834. this.tabSQLServer.Controls.Add(this.label13);
  835. this.tabSQLServer.Controls.Add(this.label14);
  836. this.tabSQLServer.Location = new System.Drawing.Point(4, 28);
  837. this.tabSQLServer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  838. this.tabSQLServer.Name = "tabSQLServer";
  839. this.tabSQLServer.Size = new System.Drawing.Size(968, 521);
  840. this.tabSQLServer.TabIndex = 3;
  841. this.tabSQLServer.Text = "SQL Server";
  842. this.tabSQLServer.UseVisualStyleBackColor = true;
  843. //
  844. // txtSqlServerPort
  845. //
  846. this.txtSqlServerPort.Location = new System.Drawing.Point(129, 221);
  847. this.txtSqlServerPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  848. this.txtSqlServerPort.Name = "txtSqlServerPort";
  849. this.txtSqlServerPort.PasswordChar = '*';
  850. this.txtSqlServerPort.Size = new System.Drawing.Size(472, 28);
  851. this.txtSqlServerPort.TabIndex = 34;
  852. //
  853. // lblSqlPort
  854. //
  855. this.lblSqlPort.AutoSize = true;
  856. this.lblSqlPort.Location = new System.Drawing.Point(62, 227);
  857. this.lblSqlPort.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  858. this.lblSqlPort.Name = "lblSqlPort";
  859. this.lblSqlPort.Size = new System.Drawing.Size(62, 18);
  860. this.lblSqlPort.TabIndex = 33;
  861. this.lblSqlPort.Text = "端口:";
  862. //
  863. // btnTestSQLLink
  864. //
  865. this.btnTestSQLLink.Location = new System.Drawing.Point(561, 270);
  866. this.btnTestSQLLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  867. this.btnTestSQLLink.Name = "btnTestSQLLink";
  868. this.btnTestSQLLink.Size = new System.Drawing.Size(118, 36);
  869. this.btnTestSQLLink.TabIndex = 32;
  870. this.btnTestSQLLink.Text = "测试连接";
  871. this.btnTestSQLLink.UseVisualStyleBackColor = true;
  872. this.btnTestSQLLink.Click += new System.EventHandler(this.btnTestSQLLink_Click);
  873. //
  874. // txtSqlServerName
  875. //
  876. this.txtSqlServerName.Location = new System.Drawing.Point(129, 90);
  877. this.txtSqlServerName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  878. this.txtSqlServerName.Name = "txtSqlServerName";
  879. this.txtSqlServerName.Size = new System.Drawing.Size(472, 28);
  880. this.txtSqlServerName.TabIndex = 29;
  881. //
  882. // txtSqlServerHost
  883. //
  884. this.txtSqlServerHost.Location = new System.Drawing.Point(129, 47);
  885. this.txtSqlServerHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  886. this.txtSqlServerHost.Name = "txtSqlServerHost";
  887. this.txtSqlServerHost.Size = new System.Drawing.Size(472, 28);
  888. this.txtSqlServerHost.TabIndex = 28;
  889. //
  890. // label2
  891. //
  892. this.label2.AutoSize = true;
  893. this.label2.Location = new System.Drawing.Point(26, 96);
  894. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  895. this.label2.Name = "label2";
  896. this.label2.Size = new System.Drawing.Size(98, 18);
  897. this.label2.TabIndex = 27;
  898. this.label2.Text = "数据库名:";
  899. //
  900. // label12
  901. //
  902. this.label12.AutoSize = true;
  903. this.label12.Location = new System.Drawing.Point(44, 53);
  904. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  905. this.label12.Name = "label12";
  906. this.label12.Size = new System.Drawing.Size(80, 18);
  907. this.label12.TabIndex = 26;
  908. this.label12.Text = "服务器:";
  909. //
  910. // txtSqlServerPwd
  911. //
  912. this.txtSqlServerPwd.Location = new System.Drawing.Point(129, 178);
  913. this.txtSqlServerPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  914. this.txtSqlServerPwd.Name = "txtSqlServerPwd";
  915. this.txtSqlServerPwd.PasswordChar = '*';
  916. this.txtSqlServerPwd.Size = new System.Drawing.Size(472, 28);
  917. this.txtSqlServerPwd.TabIndex = 31;
  918. //
  919. // txtSqlServerUser
  920. //
  921. this.txtSqlServerUser.Location = new System.Drawing.Point(129, 133);
  922. this.txtSqlServerUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  923. this.txtSqlServerUser.Name = "txtSqlServerUser";
  924. this.txtSqlServerUser.Size = new System.Drawing.Size(472, 28);
  925. this.txtSqlServerUser.TabIndex = 30;
  926. //
  927. // label13
  928. //
  929. this.label13.AutoSize = true;
  930. this.label13.Location = new System.Drawing.Point(62, 182);
  931. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  932. this.label13.Name = "label13";
  933. this.label13.Size = new System.Drawing.Size(62, 18);
  934. this.label13.TabIndex = 23;
  935. this.label13.Text = "密码:";
  936. //
  937. // label14
  938. //
  939. this.label14.AutoSize = true;
  940. this.label14.Location = new System.Drawing.Point(44, 139);
  941. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  942. this.label14.Name = "label14";
  943. this.label14.Size = new System.Drawing.Size(80, 18);
  944. this.label14.TabIndex = 22;
  945. this.label14.Text = "用户名:";
  946. //
  947. // tabMySql
  948. //
  949. this.tabMySql.Controls.Add(this.txtMySqlPort);
  950. this.tabMySql.Controls.Add(this.label17);
  951. this.tabMySql.Controls.Add(this.btnPostgreSqlTest);
  952. this.tabMySql.Controls.Add(this.txtMySqlServer);
  953. this.tabMySql.Controls.Add(this.txtMySqlHost);
  954. this.tabMySql.Controls.Add(this.label18);
  955. this.tabMySql.Controls.Add(this.label19);
  956. this.tabMySql.Controls.Add(this.txtMySqlPwd);
  957. this.tabMySql.Controls.Add(this.txtMySqlUser);
  958. this.tabMySql.Controls.Add(this.label20);
  959. this.tabMySql.Controls.Add(this.label23);
  960. this.tabMySql.Location = new System.Drawing.Point(4, 28);
  961. this.tabMySql.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  962. this.tabMySql.Name = "tabMySql";
  963. this.tabMySql.Size = new System.Drawing.Size(968, 521);
  964. this.tabMySql.TabIndex = 4;
  965. this.tabMySql.Text = "MySql";
  966. this.tabMySql.UseVisualStyleBackColor = true;
  967. //
  968. // label17
  969. //
  970. this.label17.AutoSize = true;
  971. this.label17.Location = new System.Drawing.Point(62, 227);
  972. this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  973. this.label17.Name = "label17";
  974. this.label17.Size = new System.Drawing.Size(62, 18);
  975. this.label17.TabIndex = 34;
  976. this.label17.Text = "端口:";
  977. //
  978. // btnPostgreSqlTest
  979. //
  980. this.btnPostgreSqlTest.Location = new System.Drawing.Point(561, 270);
  981. this.btnPostgreSqlTest.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  982. this.btnPostgreSqlTest.Name = "btnPostgreSqlTest";
  983. this.btnPostgreSqlTest.Size = new System.Drawing.Size(118, 36);
  984. this.btnPostgreSqlTest.TabIndex = 36;
  985. this.btnPostgreSqlTest.Text = "测试连接";
  986. this.btnPostgreSqlTest.UseVisualStyleBackColor = true;
  987. this.btnPostgreSqlTest.Click += new System.EventHandler(this.btnMySqlTest_Click);
  988. //
  989. // label18
  990. //
  991. this.label18.AutoSize = true;
  992. this.label18.Location = new System.Drawing.Point(62, 96);
  993. this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  994. this.label18.Name = "label18";
  995. this.label18.Size = new System.Drawing.Size(62, 18);
  996. this.label18.TabIndex = 30;
  997. this.label18.Text = "实例:";
  998. //
  999. // label19
  1000. //
  1001. this.label19.AutoSize = true;
  1002. this.label19.Location = new System.Drawing.Point(44, 53);
  1003. this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1004. this.label19.Name = "label19";
  1005. this.label19.Size = new System.Drawing.Size(80, 18);
  1006. this.label19.TabIndex = 29;
  1007. this.label19.Text = "服务器:";
  1008. //
  1009. // label20
  1010. //
  1011. this.label20.AutoSize = true;
  1012. this.label20.Location = new System.Drawing.Point(62, 182);
  1013. this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1014. this.label20.Name = "label20";
  1015. this.label20.Size = new System.Drawing.Size(62, 18);
  1016. this.label20.TabIndex = 26;
  1017. this.label20.Text = "密码:";
  1018. //
  1019. // label23
  1020. //
  1021. this.label23.AutoSize = true;
  1022. this.label23.Location = new System.Drawing.Point(44, 139);
  1023. this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1024. this.label23.Name = "label23";
  1025. this.label23.Size = new System.Drawing.Size(80, 18);
  1026. this.label23.TabIndex = 25;
  1027. this.label23.Text = "用户名:";
  1028. //
  1029. // tabOracle
  1030. //
  1031. this.tabOracle.Controls.Add(this.txtOracleHost);
  1032. this.tabOracle.Controls.Add(this.label37);
  1033. this.tabOracle.Controls.Add(this.txtOraclePort);
  1034. this.tabOracle.Controls.Add(this.label24);
  1035. this.tabOracle.Controls.Add(this.btnOracleTestLink);
  1036. this.tabOracle.Controls.Add(this.txtOracleSource);
  1037. this.tabOracle.Controls.Add(this.label26);
  1038. this.tabOracle.Controls.Add(this.txtOraclePwd);
  1039. this.tabOracle.Controls.Add(this.txtOracleUserId);
  1040. this.tabOracle.Controls.Add(this.label28);
  1041. this.tabOracle.Controls.Add(this.label29);
  1042. this.tabOracle.Location = new System.Drawing.Point(4, 28);
  1043. this.tabOracle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1044. this.tabOracle.Name = "tabOracle";
  1045. this.tabOracle.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1046. this.tabOracle.Size = new System.Drawing.Size(968, 521);
  1047. this.tabOracle.TabIndex = 5;
  1048. this.tabOracle.Text = "Oracle";
  1049. this.tabOracle.UseVisualStyleBackColor = true;
  1050. //
  1051. // txtOracleHost
  1052. //
  1053. this.txtOracleHost.Location = new System.Drawing.Point(129, 47);
  1054. this.txtOracleHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1055. this.txtOracleHost.Name = "txtOracleHost";
  1056. this.txtOracleHost.Size = new System.Drawing.Size(472, 28);
  1057. this.txtOracleHost.TabIndex = 49;
  1058. //
  1059. // label37
  1060. //
  1061. this.label37.AutoSize = true;
  1062. this.label37.Location = new System.Drawing.Point(44, 53);
  1063. this.label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1064. this.label37.Name = "label37";
  1065. this.label37.Size = new System.Drawing.Size(80, 18);
  1066. this.label37.TabIndex = 48;
  1067. this.label37.Text = "服务器:";
  1068. //
  1069. // txtOraclePort
  1070. //
  1071. this.txtOraclePort.Location = new System.Drawing.Point(129, 221);
  1072. this.txtOraclePort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1073. this.txtOraclePort.Name = "txtOraclePort";
  1074. this.txtOraclePort.PasswordChar = '*';
  1075. this.txtOraclePort.Size = new System.Drawing.Size(472, 28);
  1076. this.txtOraclePort.TabIndex = 46;
  1077. //
  1078. // label24
  1079. //
  1080. this.label24.AutoSize = true;
  1081. this.label24.Location = new System.Drawing.Point(62, 227);
  1082. this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1083. this.label24.Name = "label24";
  1084. this.label24.Size = new System.Drawing.Size(62, 18);
  1085. this.label24.TabIndex = 44;
  1086. this.label24.Text = "端口:";
  1087. //
  1088. // btnOracleTestLink
  1089. //
  1090. this.btnOracleTestLink.Location = new System.Drawing.Point(561, 270);
  1091. this.btnOracleTestLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1092. this.btnOracleTestLink.Name = "btnOracleTestLink";
  1093. this.btnOracleTestLink.Size = new System.Drawing.Size(118, 36);
  1094. this.btnOracleTestLink.TabIndex = 47;
  1095. this.btnOracleTestLink.Text = "测试连接";
  1096. this.btnOracleTestLink.UseVisualStyleBackColor = true;
  1097. this.btnOracleTestLink.Click += new System.EventHandler(this.btnOracleTestLink_Click);
  1098. //
  1099. // txtOracleSource
  1100. //
  1101. this.txtOracleSource.Location = new System.Drawing.Point(129, 90);
  1102. this.txtOracleSource.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1103. this.txtOracleSource.Name = "txtOracleSource";
  1104. this.txtOracleSource.Size = new System.Drawing.Size(472, 28);
  1105. this.txtOracleSource.TabIndex = 42;
  1106. //
  1107. // label26
  1108. //
  1109. this.label26.AutoSize = true;
  1110. this.label26.Location = new System.Drawing.Point(62, 96);
  1111. this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1112. this.label26.Name = "label26";
  1113. this.label26.Size = new System.Drawing.Size(62, 18);
  1114. this.label26.TabIndex = 40;
  1115. this.label26.Text = "实例:";
  1116. //
  1117. // txtOraclePwd
  1118. //
  1119. this.txtOraclePwd.Location = new System.Drawing.Point(129, 178);
  1120. this.txtOraclePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1121. this.txtOraclePwd.Name = "txtOraclePwd";
  1122. this.txtOraclePwd.PasswordChar = '*';
  1123. this.txtOraclePwd.Size = new System.Drawing.Size(472, 28);
  1124. this.txtOraclePwd.TabIndex = 45;
  1125. //
  1126. // txtOracleUserId
  1127. //
  1128. this.txtOracleUserId.Location = new System.Drawing.Point(129, 133);
  1129. this.txtOracleUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1130. this.txtOracleUserId.Name = "txtOracleUserId";
  1131. this.txtOracleUserId.Size = new System.Drawing.Size(472, 28);
  1132. this.txtOracleUserId.TabIndex = 43;
  1133. //
  1134. // label28
  1135. //
  1136. this.label28.AutoSize = true;
  1137. this.label28.Location = new System.Drawing.Point(62, 182);
  1138. this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1139. this.label28.Name = "label28";
  1140. this.label28.Size = new System.Drawing.Size(62, 18);
  1141. this.label28.TabIndex = 38;
  1142. this.label28.Text = "密码:";
  1143. //
  1144. // label29
  1145. //
  1146. this.label29.AutoSize = true;
  1147. this.label29.Location = new System.Drawing.Point(44, 139);
  1148. this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1149. this.label29.Name = "label29";
  1150. this.label29.Size = new System.Drawing.Size(80, 18);
  1151. this.label29.TabIndex = 37;
  1152. this.label29.Text = "用户名:";
  1153. //
  1154. // tabTxt
  1155. //
  1156. this.tabTxt.Controls.Add(this.label30);
  1157. this.tabTxt.Controls.Add(this.lblTxtRemoteUserPwd);
  1158. this.tabTxt.Controls.Add(this.txtRemoteTxtPwd);
  1159. this.tabTxt.Controls.Add(this.lblTxtRemoteUserId);
  1160. this.tabTxt.Controls.Add(this.txtRemoteTxtUserId);
  1161. this.tabTxt.Controls.Add(this.cbxRemoteTxt);
  1162. this.tabTxt.Controls.Add(this.btnOpenFileTxt);
  1163. this.tabTxt.Controls.Add(this.label36);
  1164. this.tabTxt.Controls.Add(this.txtInportTxt);
  1165. this.tabTxt.Location = new System.Drawing.Point(4, 28);
  1166. this.tabTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1167. this.tabTxt.Name = "tabTxt";
  1168. this.tabTxt.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1169. this.tabTxt.Size = new System.Drawing.Size(968, 521);
  1170. this.tabTxt.TabIndex = 7;
  1171. this.tabTxt.Text = "TXT";
  1172. this.tabTxt.UseVisualStyleBackColor = true;
  1173. //
  1174. // label30
  1175. //
  1176. this.label30.AutoSize = true;
  1177. this.label30.Location = new System.Drawing.Point(69, 41);
  1178. this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1179. this.label30.Name = "label30";
  1180. this.label30.Size = new System.Drawing.Size(98, 18);
  1181. this.label30.TabIndex = 33;
  1182. this.label30.Text = "是否远程:";
  1183. //
  1184. // lblTxtRemoteUserPwd
  1185. //
  1186. this.lblTxtRemoteUserPwd.AutoSize = true;
  1187. this.lblTxtRemoteUserPwd.Location = new System.Drawing.Point(69, 169);
  1188. this.lblTxtRemoteUserPwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1189. this.lblTxtRemoteUserPwd.Name = "lblTxtRemoteUserPwd";
  1190. this.lblTxtRemoteUserPwd.Size = new System.Drawing.Size(98, 18);
  1191. this.lblTxtRemoteUserPwd.TabIndex = 31;
  1192. this.lblTxtRemoteUserPwd.Text = "远程密码:";
  1193. this.lblTxtRemoteUserPwd.Visible = false;
  1194. //
  1195. // txtRemoteTxtPwd
  1196. //
  1197. this.txtRemoteTxtPwd.Location = new System.Drawing.Point(174, 162);
  1198. this.txtRemoteTxtPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1199. this.txtRemoteTxtPwd.Name = "txtRemoteTxtPwd";
  1200. this.txtRemoteTxtPwd.PasswordChar = '*';
  1201. this.txtRemoteTxtPwd.Size = new System.Drawing.Size(403, 28);
  1202. this.txtRemoteTxtPwd.TabIndex = 32;
  1203. this.txtRemoteTxtPwd.Visible = false;
  1204. //
  1205. // lblTxtRemoteUserId
  1206. //
  1207. this.lblTxtRemoteUserId.AutoSize = true;
  1208. this.lblTxtRemoteUserId.Location = new System.Drawing.Point(51, 125);
  1209. this.lblTxtRemoteUserId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1210. this.lblTxtRemoteUserId.Name = "lblTxtRemoteUserId";
  1211. this.lblTxtRemoteUserId.Size = new System.Drawing.Size(116, 18);
  1212. this.lblTxtRemoteUserId.TabIndex = 30;
  1213. this.lblTxtRemoteUserId.Text = "远程用户名:";
  1214. this.lblTxtRemoteUserId.Visible = false;
  1215. //
  1216. // txtRemoteTxtUserId
  1217. //
  1218. this.txtRemoteTxtUserId.Location = new System.Drawing.Point(174, 119);
  1219. this.txtRemoteTxtUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1220. this.txtRemoteTxtUserId.Name = "txtRemoteTxtUserId";
  1221. this.txtRemoteTxtUserId.Size = new System.Drawing.Size(403, 28);
  1222. this.txtRemoteTxtUserId.TabIndex = 28;
  1223. this.txtRemoteTxtUserId.Visible = false;
  1224. //
  1225. // cbxRemoteTxt
  1226. //
  1227. this.cbxRemoteTxt.AutoSize = true;
  1228. this.cbxRemoteTxt.Location = new System.Drawing.Point(177, 37);
  1229. this.cbxRemoteTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1230. this.cbxRemoteTxt.Name = "cbxRemoteTxt";
  1231. this.cbxRemoteTxt.Size = new System.Drawing.Size(52, 22);
  1232. this.cbxRemoteTxt.TabIndex = 25;
  1233. this.cbxRemoteTxt.Text = "是";
  1234. this.cbxRemoteTxt.UseVisualStyleBackColor = true;
  1235. this.cbxRemoteTxt.CheckedChanged += new System.EventHandler(this.cbxRemoteTxt_CheckedChanged);
  1236. //
  1237. // btnOpenFileTxt
  1238. //
  1239. this.btnOpenFileTxt.Location = new System.Drawing.Point(588, 73);
  1240. this.btnOpenFileTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1241. this.btnOpenFileTxt.Name = "btnOpenFileTxt";
  1242. this.btnOpenFileTxt.Size = new System.Drawing.Size(90, 35);
  1243. this.btnOpenFileTxt.TabIndex = 29;
  1244. this.btnOpenFileTxt.Text = "浏览";
  1245. this.btnOpenFileTxt.UseVisualStyleBackColor = true;
  1246. this.btnOpenFileTxt.Click += new System.EventHandler(this.btnOpenFileTxt_Click);
  1247. //
  1248. // label36
  1249. //
  1250. this.label36.AutoSize = true;
  1251. this.label36.Location = new System.Drawing.Point(104, 82);
  1252. this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1253. this.label36.Name = "label36";
  1254. this.label36.Size = new System.Drawing.Size(62, 18);
  1255. this.label36.TabIndex = 26;
  1256. this.label36.Text = "路径:";
  1257. //
  1258. // txtInportTxt
  1259. //
  1260. this.txtInportTxt.Location = new System.Drawing.Point(172, 74);
  1261. this.txtInportTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1262. this.txtInportTxt.Name = "txtInportTxt";
  1263. this.txtInportTxt.Size = new System.Drawing.Size(403, 28);
  1264. this.txtInportTxt.TabIndex = 27;
  1265. //
  1266. // tabPostgreSql
  1267. //
  1268. this.tabPostgreSql.Controls.Add(this.txtPostgreSqlPort);
  1269. this.tabPostgreSql.Controls.Add(this.label35);
  1270. this.tabPostgreSql.Controls.Add(this.btnPostgreSqlConn);
  1271. this.tabPostgreSql.Controls.Add(this.txtPostgreSqlServer);
  1272. this.tabPostgreSql.Controls.Add(this.txtPostgreSqlHost);
  1273. this.tabPostgreSql.Controls.Add(this.label38);
  1274. this.tabPostgreSql.Controls.Add(this.label39);
  1275. this.tabPostgreSql.Controls.Add(this.txtPostgreSqlPwd);
  1276. this.tabPostgreSql.Controls.Add(this.txtPostgreSqlUser);
  1277. this.tabPostgreSql.Controls.Add(this.label40);
  1278. this.tabPostgreSql.Controls.Add(this.label41);
  1279. this.tabPostgreSql.Location = new System.Drawing.Point(4, 28);
  1280. this.tabPostgreSql.Name = "tabPostgreSql";
  1281. this.tabPostgreSql.Size = new System.Drawing.Size(968, 521);
  1282. this.tabPostgreSql.TabIndex = 8;
  1283. this.tabPostgreSql.Text = "PostgreSql";
  1284. this.tabPostgreSql.UseVisualStyleBackColor = true;
  1285. //
  1286. // txtPostgreSqlPort
  1287. //
  1288. this.txtPostgreSqlPort.Location = new System.Drawing.Point(145, 221);
  1289. this.txtPostgreSqlPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1290. this.txtPostgreSqlPort.Name = "txtPostgreSqlPort";
  1291. this.txtPostgreSqlPort.Size = new System.Drawing.Size(472, 28);
  1292. this.txtPostgreSqlPort.TabIndex = 46;
  1293. //
  1294. // label35
  1295. //
  1296. this.label35.AutoSize = true;
  1297. this.label35.Location = new System.Drawing.Point(78, 227);
  1298. this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1299. this.label35.Name = "label35";
  1300. this.label35.Size = new System.Drawing.Size(62, 18);
  1301. this.label35.TabIndex = 44;
  1302. this.label35.Text = "端口:";
  1303. //
  1304. // btnPostgreSqlConn
  1305. //
  1306. this.btnPostgreSqlConn.Location = new System.Drawing.Point(577, 270);
  1307. this.btnPostgreSqlConn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1308. this.btnPostgreSqlConn.Name = "btnPostgreSqlConn";
  1309. this.btnPostgreSqlConn.Size = new System.Drawing.Size(118, 36);
  1310. this.btnPostgreSqlConn.TabIndex = 47;
  1311. this.btnPostgreSqlConn.Text = "测试连接";
  1312. this.btnPostgreSqlConn.UseVisualStyleBackColor = true;
  1313. this.btnPostgreSqlConn.Click += new System.EventHandler(this.btnPostgreSqlConn_Click);
  1314. //
  1315. // txtPostgreSqlServer
  1316. //
  1317. this.txtPostgreSqlServer.Location = new System.Drawing.Point(145, 90);
  1318. this.txtPostgreSqlServer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1319. this.txtPostgreSqlServer.Name = "txtPostgreSqlServer";
  1320. this.txtPostgreSqlServer.Size = new System.Drawing.Size(472, 28);
  1321. this.txtPostgreSqlServer.TabIndex = 42;
  1322. //
  1323. // txtPostgreSqlHost
  1324. //
  1325. this.txtPostgreSqlHost.Location = new System.Drawing.Point(145, 47);
  1326. this.txtPostgreSqlHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1327. this.txtPostgreSqlHost.Name = "txtPostgreSqlHost";
  1328. this.txtPostgreSqlHost.Size = new System.Drawing.Size(472, 28);
  1329. this.txtPostgreSqlHost.TabIndex = 41;
  1330. //
  1331. // label38
  1332. //
  1333. this.label38.AutoSize = true;
  1334. this.label38.Location = new System.Drawing.Point(78, 96);
  1335. this.label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1336. this.label38.Name = "label38";
  1337. this.label38.Size = new System.Drawing.Size(62, 18);
  1338. this.label38.TabIndex = 40;
  1339. this.label38.Text = "实例:";
  1340. //
  1341. // label39
  1342. //
  1343. this.label39.AutoSize = true;
  1344. this.label39.Location = new System.Drawing.Point(60, 53);
  1345. this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1346. this.label39.Name = "label39";
  1347. this.label39.Size = new System.Drawing.Size(80, 18);
  1348. this.label39.TabIndex = 39;
  1349. this.label39.Text = "服务器:";
  1350. //
  1351. // txtPostgreSqlPwd
  1352. //
  1353. this.txtPostgreSqlPwd.Location = new System.Drawing.Point(145, 178);
  1354. this.txtPostgreSqlPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1355. this.txtPostgreSqlPwd.Name = "txtPostgreSqlPwd";
  1356. this.txtPostgreSqlPwd.Size = new System.Drawing.Size(472, 28);
  1357. this.txtPostgreSqlPwd.TabIndex = 45;
  1358. //
  1359. // txtPostgreSqlUser
  1360. //
  1361. this.txtPostgreSqlUser.Location = new System.Drawing.Point(145, 133);
  1362. this.txtPostgreSqlUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1363. this.txtPostgreSqlUser.Name = "txtPostgreSqlUser";
  1364. this.txtPostgreSqlUser.Size = new System.Drawing.Size(472, 28);
  1365. this.txtPostgreSqlUser.TabIndex = 43;
  1366. //
  1367. // label40
  1368. //
  1369. this.label40.AutoSize = true;
  1370. this.label40.Location = new System.Drawing.Point(78, 182);
  1371. this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1372. this.label40.Name = "label40";
  1373. this.label40.Size = new System.Drawing.Size(62, 18);
  1374. this.label40.TabIndex = 38;
  1375. this.label40.Text = "密码:";
  1376. //
  1377. // label41
  1378. //
  1379. this.label41.AutoSize = true;
  1380. this.label41.Location = new System.Drawing.Point(60, 139);
  1381. this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1382. this.label41.Name = "label41";
  1383. this.label41.Size = new System.Drawing.Size(80, 18);
  1384. this.label41.TabIndex = 37;
  1385. this.label41.Text = "用户名:";
  1386. //
  1387. // tabCnas
  1388. //
  1389. this.tabCnas.Controls.Add(this.groupBox2);
  1390. this.tabCnas.Controls.Add(this.groupBox1);
  1391. this.tabCnas.Location = new System.Drawing.Point(4, 28);
  1392. this.tabCnas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1393. this.tabCnas.Name = "tabCnas";
  1394. this.tabCnas.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1395. this.tabCnas.Size = new System.Drawing.Size(984, 563);
  1396. this.tabCnas.TabIndex = 1;
  1397. this.tabCnas.Text = "目标数据库";
  1398. this.tabCnas.UseVisualStyleBackColor = true;
  1399. //
  1400. // groupBox2
  1401. //
  1402. this.groupBox2.Controls.Add(this.txtDBHost);
  1403. this.groupBox2.Controls.Add(this.label9);
  1404. this.groupBox2.Controls.Add(this.txtPort);
  1405. this.groupBox2.Controls.Add(this.label8);
  1406. this.groupBox2.Controls.Add(this.label1);
  1407. this.groupBox2.Controls.Add(this.txtDBUser);
  1408. this.groupBox2.Controls.Add(this.btnCNASTestLink);
  1409. this.groupBox2.Controls.Add(this.txtDBPwd);
  1410. this.groupBox2.Controls.Add(this.txtDBName);
  1411. this.groupBox2.Controls.Add(this.label10);
  1412. this.groupBox2.Controls.Add(this.label11);
  1413. this.groupBox2.Location = new System.Drawing.Point(27, 113);
  1414. this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1415. this.groupBox2.Name = "groupBox2";
  1416. this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1417. this.groupBox2.Size = new System.Drawing.Size(692, 271);
  1418. this.groupBox2.TabIndex = 29;
  1419. this.groupBox2.TabStop = false;
  1420. this.groupBox2.Text = "连接";
  1421. //
  1422. // txtDBHost
  1423. //
  1424. this.txtDBHost.Location = new System.Drawing.Point(132, 41);
  1425. this.txtDBHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1426. this.txtDBHost.Name = "txtDBHost";
  1427. this.txtDBHost.Size = new System.Drawing.Size(388, 28);
  1428. this.txtDBHost.TabIndex = 20;
  1429. //
  1430. // label9
  1431. //
  1432. this.label9.AutoSize = true;
  1433. this.label9.Location = new System.Drawing.Point(45, 133);
  1434. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1435. this.label9.Name = "label9";
  1436. this.label9.Size = new System.Drawing.Size(80, 18);
  1437. this.label9.TabIndex = 14;
  1438. this.label9.Text = "用户名:";
  1439. //
  1440. // txtPort
  1441. //
  1442. this.txtPort.Location = new System.Drawing.Point(132, 215);
  1443. this.txtPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1444. this.txtPort.Name = "txtPort";
  1445. this.txtPort.PasswordChar = '*';
  1446. this.txtPort.Size = new System.Drawing.Size(388, 28);
  1447. this.txtPort.TabIndex = 24;
  1448. //
  1449. // label8
  1450. //
  1451. this.label8.AutoSize = true;
  1452. this.label8.Location = new System.Drawing.Point(63, 179);
  1453. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1454. this.label8.Name = "label8";
  1455. this.label8.Size = new System.Drawing.Size(62, 18);
  1456. this.label8.TabIndex = 15;
  1457. this.label8.Text = "密码:";
  1458. //
  1459. // label1
  1460. //
  1461. this.label1.AutoSize = true;
  1462. this.label1.Location = new System.Drawing.Point(62, 222);
  1463. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1464. this.label1.Name = "label1";
  1465. this.label1.Size = new System.Drawing.Size(62, 18);
  1466. this.label1.TabIndex = 23;
  1467. this.label1.Text = "端口:";
  1468. //
  1469. // txtDBUser
  1470. //
  1471. this.txtDBUser.Location = new System.Drawing.Point(132, 127);
  1472. this.txtDBUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1473. this.txtDBUser.Name = "txtDBUser";
  1474. this.txtDBUser.Size = new System.Drawing.Size(388, 28);
  1475. this.txtDBUser.TabIndex = 22;
  1476. //
  1477. // btnCNASTestLink
  1478. //
  1479. this.btnCNASTestLink.Location = new System.Drawing.Point(552, 214);
  1480. this.btnCNASTestLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1481. this.btnCNASTestLink.Name = "btnCNASTestLink";
  1482. this.btnCNASTestLink.Size = new System.Drawing.Size(118, 36);
  1483. this.btnCNASTestLink.TabIndex = 25;
  1484. this.btnCNASTestLink.Text = "测试连接";
  1485. this.btnCNASTestLink.UseVisualStyleBackColor = true;
  1486. this.btnCNASTestLink.Click += new System.EventHandler(this.btnCNASTestLink_Click);
  1487. //
  1488. // txtDBPwd
  1489. //
  1490. this.txtDBPwd.Location = new System.Drawing.Point(132, 170);
  1491. this.txtDBPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1492. this.txtDBPwd.Name = "txtDBPwd";
  1493. this.txtDBPwd.PasswordChar = '*';
  1494. this.txtDBPwd.Size = new System.Drawing.Size(388, 28);
  1495. this.txtDBPwd.TabIndex = 23;
  1496. //
  1497. // txtDBName
  1498. //
  1499. this.txtDBName.Location = new System.Drawing.Point(132, 84);
  1500. this.txtDBName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1501. this.txtDBName.Name = "txtDBName";
  1502. this.txtDBName.Size = new System.Drawing.Size(388, 28);
  1503. this.txtDBName.TabIndex = 21;
  1504. //
  1505. // label10
  1506. //
  1507. this.label10.AutoSize = true;
  1508. this.label10.Location = new System.Drawing.Point(46, 46);
  1509. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1510. this.label10.Name = "label10";
  1511. this.label10.Size = new System.Drawing.Size(80, 18);
  1512. this.label10.TabIndex = 18;
  1513. this.label10.Text = "服务器:";
  1514. //
  1515. // label11
  1516. //
  1517. this.label11.AutoSize = true;
  1518. this.label11.Location = new System.Drawing.Point(63, 90);
  1519. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1520. this.label11.Name = "label11";
  1521. this.label11.Size = new System.Drawing.Size(62, 18);
  1522. this.label11.TabIndex = 19;
  1523. this.label11.Text = "实例:";
  1524. //
  1525. // groupBox1
  1526. //
  1527. this.groupBox1.Controls.Add(this.cbxTargetDBSelect);
  1528. this.groupBox1.Controls.Add(this.label31);
  1529. this.groupBox1.Location = new System.Drawing.Point(27, 22);
  1530. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1531. this.groupBox1.Name = "groupBox1";
  1532. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1533. this.groupBox1.Size = new System.Drawing.Size(692, 83);
  1534. this.groupBox1.TabIndex = 28;
  1535. this.groupBox1.TabStop = false;
  1536. this.groupBox1.Text = "选择";
  1537. //
  1538. // cbxTargetDBSelect
  1539. //
  1540. this.cbxTargetDBSelect.FormattingEnabled = true;
  1541. this.cbxTargetDBSelect.Items.AddRange(new object[] {
  1542. "CNAS数据库",
  1543. "PLATFORM数据库"});
  1544. this.cbxTargetDBSelect.Location = new System.Drawing.Point(179, 30);
  1545. this.cbxTargetDBSelect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1546. this.cbxTargetDBSelect.Name = "cbxTargetDBSelect";
  1547. this.cbxTargetDBSelect.Size = new System.Drawing.Size(178, 26);
  1548. this.cbxTargetDBSelect.TabIndex = 27;
  1549. this.cbxTargetDBSelect.SelectedIndexChanged += new System.EventHandler(this.cbxTargetDBSelect_SelectedIndexChanged);
  1550. //
  1551. // label31
  1552. //
  1553. this.label31.AutoSize = true;
  1554. this.label31.Location = new System.Drawing.Point(18, 35);
  1555. this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1556. this.label31.Name = "label31";
  1557. this.label31.Size = new System.Drawing.Size(152, 18);
  1558. this.label31.TabIndex = 26;
  1559. this.label31.Text = "选择目标数据库:";
  1560. //
  1561. // pnlBottom
  1562. //
  1563. this.pnlBottom.Controls.Add(this.btnOK);
  1564. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  1565. this.pnlBottom.Location = new System.Drawing.Point(0, 602);
  1566. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1567. this.pnlBottom.Name = "pnlBottom";
  1568. this.pnlBottom.Size = new System.Drawing.Size(992, 62);
  1569. this.pnlBottom.TabIndex = 3;
  1570. //
  1571. // btnOK
  1572. //
  1573. this.btnOK.Location = new System.Drawing.Point(843, 5);
  1574. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1575. this.btnOK.Name = "btnOK";
  1576. this.btnOK.Size = new System.Drawing.Size(135, 46);
  1577. this.btnOK.TabIndex = 0;
  1578. this.btnOK.Text = "确认";
  1579. this.btnOK.UseVisualStyleBackColor = true;
  1580. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  1581. //
  1582. // pnlTop
  1583. //
  1584. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  1585. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  1586. this.pnlTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1587. this.pnlTop.Name = "pnlTop";
  1588. this.pnlTop.Size = new System.Drawing.Size(992, 7);
  1589. this.pnlTop.TabIndex = 2;
  1590. //
  1591. // txtMySqlUser
  1592. //
  1593. this.txtMySqlUser.Location = new System.Drawing.Point(129, 133);
  1594. this.txtMySqlUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1595. this.txtMySqlUser.Name = "txtMySqlUser";
  1596. this.txtMySqlUser.Size = new System.Drawing.Size(472, 28);
  1597. this.txtMySqlUser.TabIndex = 33;
  1598. //
  1599. // txtMySqlPwd
  1600. //
  1601. this.txtMySqlPwd.Location = new System.Drawing.Point(129, 178);
  1602. this.txtMySqlPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1603. this.txtMySqlPwd.Name = "txtMySqlPwd";
  1604. this.txtMySqlPwd.Size = new System.Drawing.Size(472, 28);
  1605. this.txtMySqlPwd.TabIndex = 34;
  1606. //
  1607. // txtMySqlHost
  1608. //
  1609. this.txtMySqlHost.Location = new System.Drawing.Point(129, 47);
  1610. this.txtMySqlHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1611. this.txtMySqlHost.Name = "txtMySqlHost";
  1612. this.txtMySqlHost.Size = new System.Drawing.Size(472, 28);
  1613. this.txtMySqlHost.TabIndex = 31;
  1614. //
  1615. // txtMySqlServer
  1616. //
  1617. this.txtMySqlServer.Location = new System.Drawing.Point(129, 90);
  1618. this.txtMySqlServer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1619. this.txtMySqlServer.Name = "txtMySqlServer";
  1620. this.txtMySqlServer.Size = new System.Drawing.Size(472, 28);
  1621. this.txtMySqlServer.TabIndex = 32;
  1622. //
  1623. // txtMySqlPort
  1624. //
  1625. this.txtMySqlPort.Location = new System.Drawing.Point(129, 221);
  1626. this.txtMySqlPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1627. this.txtMySqlPort.Name = "txtMySqlPort";
  1628. this.txtMySqlPort.Size = new System.Drawing.Size(472, 28);
  1629. this.txtMySqlPort.TabIndex = 35;
  1630. //
  1631. // frmDatabaseParams
  1632. //
  1633. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  1634. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1635. this.ClientSize = new System.Drawing.Size(992, 664);
  1636. this.Controls.Add(this.pnlAll);
  1637. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1638. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1639. this.MaximizeBox = false;
  1640. this.MinimizeBox = false;
  1641. this.Name = "frmDatabaseParams";
  1642. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1643. this.Text = "仪器数据库配置";
  1644. this.Load += new System.EventHandler(this.frmDatabaseParams_Load);
  1645. this.pnlAll.ResumeLayout(false);
  1646. this.pnlCenter.ResumeLayout(false);
  1647. this.tabParamas.ResumeLayout(false);
  1648. this.tabInstrument.ResumeLayout(false);
  1649. this.tabcDS.ResumeLayout(false);
  1650. this.tabExcel.ResumeLayout(false);
  1651. this.tabExcel.PerformLayout();
  1652. this.tabFoxPro.ResumeLayout(false);
  1653. this.tabFoxPro.PerformLayout();
  1654. this.tabAccess.ResumeLayout(false);
  1655. this.tabAccess.PerformLayout();
  1656. this.tabSQLite.ResumeLayout(false);
  1657. this.tabSQLite.PerformLayout();
  1658. this.tabSQLServer.ResumeLayout(false);
  1659. this.tabSQLServer.PerformLayout();
  1660. this.tabMySql.ResumeLayout(false);
  1661. this.tabMySql.PerformLayout();
  1662. this.tabOracle.ResumeLayout(false);
  1663. this.tabOracle.PerformLayout();
  1664. this.tabTxt.ResumeLayout(false);
  1665. this.tabTxt.PerformLayout();
  1666. this.tabPostgreSql.ResumeLayout(false);
  1667. this.tabPostgreSql.PerformLayout();
  1668. this.tabCnas.ResumeLayout(false);
  1669. this.groupBox2.ResumeLayout(false);
  1670. this.groupBox2.PerformLayout();
  1671. this.groupBox1.ResumeLayout(false);
  1672. this.groupBox1.PerformLayout();
  1673. this.pnlBottom.ResumeLayout(false);
  1674. this.ResumeLayout(false);
  1675. }
  1676. #endregion
  1677. private System.Windows.Forms.Panel pnlAll;
  1678. private System.Windows.Forms.Panel pnlCenter;
  1679. private System.Windows.Forms.TabControl tabParamas;
  1680. private System.Windows.Forms.TabPage tabInstrument;
  1681. private System.Windows.Forms.TabControl tabcDS;
  1682. private System.Windows.Forms.TabPage tabExcel;
  1683. private System.Windows.Forms.Button btnOpenFileExcel;
  1684. private System.Windows.Forms.Label label3;
  1685. private System.Windows.Forms.TextBox txtInportExcel;
  1686. private System.Windows.Forms.TabPage tabAccess;
  1687. private System.Windows.Forms.TextBox txtAceessPwd;
  1688. private System.Windows.Forms.TextBox txtAccessUser;
  1689. private System.Windows.Forms.Label label15;
  1690. private System.Windows.Forms.Label label16;
  1691. private System.Windows.Forms.Button btnOpenFileAccess;
  1692. private System.Windows.Forms.Label label4;
  1693. private System.Windows.Forms.TabPage tabSQLite;
  1694. private System.Windows.Forms.TextBox txtSqlitePwd;
  1695. private System.Windows.Forms.TextBox txtSqliteUser;
  1696. private System.Windows.Forms.Label label7;
  1697. private System.Windows.Forms.Label label6;
  1698. private System.Windows.Forms.Button btnOpenFileSQLite;
  1699. private System.Windows.Forms.Label label5;
  1700. private System.Windows.Forms.TextBox txtSqlitePath;
  1701. private System.Windows.Forms.TabPage tabCnas;
  1702. private System.Windows.Forms.Button btnCNASTestLink;
  1703. private System.Windows.Forms.TextBox txtDBName;
  1704. private System.Windows.Forms.TextBox txtDBHost;
  1705. private System.Windows.Forms.Label label11;
  1706. private System.Windows.Forms.Label label10;
  1707. private System.Windows.Forms.TextBox txtDBPwd;
  1708. private System.Windows.Forms.TextBox txtDBUser;
  1709. private System.Windows.Forms.Label label8;
  1710. private System.Windows.Forms.Label label9;
  1711. private System.Windows.Forms.Panel pnlBottom;
  1712. private System.Windows.Forms.Button btnOK;
  1713. private System.Windows.Forms.Panel pnlTop;
  1714. private System.Windows.Forms.TextBox txtAccessPath;
  1715. private System.Windows.Forms.TextBox txtPort;
  1716. private System.Windows.Forms.Label label1;
  1717. private System.Windows.Forms.TabPage tabSQLServer;
  1718. private System.Windows.Forms.TextBox txtSqlServerName;
  1719. private System.Windows.Forms.TextBox txtSqlServerHost;
  1720. private System.Windows.Forms.Label label2;
  1721. private System.Windows.Forms.Label label12;
  1722. private System.Windows.Forms.TextBox txtSqlServerUser;
  1723. private System.Windows.Forms.Label label13;
  1724. private System.Windows.Forms.Label label14;
  1725. private System.Windows.Forms.TextBox txtSqlServerPwd;
  1726. private System.Windows.Forms.Button btnTestSQLLink;
  1727. private System.Windows.Forms.CheckBox cbxExcelRemote;
  1728. private System.Windows.Forms.Label lblExcelRemotePwd;
  1729. private System.Windows.Forms.TextBox txtRemoteExcelPwd;
  1730. private System.Windows.Forms.Label lblExcelRemoteUser;
  1731. private System.Windows.Forms.TextBox txtRemoteExcelUser;
  1732. private System.Windows.Forms.Label lblAccessRemotePwd;
  1733. private System.Windows.Forms.TextBox txtAccessRemotePwd;
  1734. private System.Windows.Forms.Label lblAccessRemoteUser;
  1735. private System.Windows.Forms.TextBox txtAccessRemoteUser;
  1736. private System.Windows.Forms.Label label21;
  1737. private System.Windows.Forms.CheckBox cbxAccessRemote;
  1738. private System.Windows.Forms.Label label22;
  1739. private System.Windows.Forms.Label label25;
  1740. private System.Windows.Forms.CheckBox cbxSqliteRemote;
  1741. private System.Windows.Forms.Label lblSqliteRemotePwd;
  1742. private System.Windows.Forms.TextBox txtSqliteRemotePwd;
  1743. private System.Windows.Forms.Label lblSqliteRemoteUser;
  1744. private System.Windows.Forms.TextBox txtSqliteRemoteUser;
  1745. private System.Windows.Forms.TabPage tabMySql;
  1746. private System.Windows.Forms.Label label17;
  1747. private System.Windows.Forms.Button btnPostgreSqlTest;
  1748. private System.Windows.Forms.Label label18;
  1749. private System.Windows.Forms.Label label19;
  1750. private System.Windows.Forms.Label label20;
  1751. private System.Windows.Forms.Label label23;
  1752. private System.Windows.Forms.TabPage tabOracle;
  1753. private System.Windows.Forms.TextBox txtOraclePort;
  1754. private System.Windows.Forms.Label label24;
  1755. private System.Windows.Forms.Button btnOracleTestLink;
  1756. private System.Windows.Forms.TextBox txtOracleSource;
  1757. private System.Windows.Forms.Label label26;
  1758. private System.Windows.Forms.TextBox txtOraclePwd;
  1759. private System.Windows.Forms.TextBox txtOracleUserId;
  1760. private System.Windows.Forms.Label label28;
  1761. private System.Windows.Forms.Label label29;
  1762. private System.Windows.Forms.TabPage tabFoxPro;
  1763. private System.Windows.Forms.Label label27;
  1764. private System.Windows.Forms.CheckBox cbxFoxProRemote;
  1765. private System.Windows.Forms.Label lblFoxproRemotePwd;
  1766. private System.Windows.Forms.TextBox txtRemoteFoxProPwd;
  1767. private System.Windows.Forms.Label lblFoxproRemoteUserId;
  1768. private System.Windows.Forms.TextBox txtRemoteFoxProUserId;
  1769. private System.Windows.Forms.TextBox txtFoxProPwd;
  1770. private System.Windows.Forms.TextBox txtFoxProUserId;
  1771. private System.Windows.Forms.Label label32;
  1772. private System.Windows.Forms.Label label33;
  1773. private System.Windows.Forms.Button btnFileOpenFoxPro;
  1774. private System.Windows.Forms.Label label34;
  1775. private System.Windows.Forms.TextBox txtFoxProFolder;
  1776. private System.Windows.Forms.TabPage tabTxt;
  1777. private System.Windows.Forms.Label label30;
  1778. private System.Windows.Forms.Label lblTxtRemoteUserPwd;
  1779. private System.Windows.Forms.TextBox txtRemoteTxtPwd;
  1780. private System.Windows.Forms.Label lblTxtRemoteUserId;
  1781. private System.Windows.Forms.TextBox txtRemoteTxtUserId;
  1782. private System.Windows.Forms.CheckBox cbxRemoteTxt;
  1783. private System.Windows.Forms.Button btnOpenFileTxt;
  1784. private System.Windows.Forms.Label label36;
  1785. private System.Windows.Forms.TextBox txtInportTxt;
  1786. private System.Windows.Forms.TextBox txtOracleHost;
  1787. private System.Windows.Forms.Label label37;
  1788. private System.Windows.Forms.TextBox txtSqlServerPort;
  1789. private System.Windows.Forms.Label lblSqlPort;
  1790. private System.Windows.Forms.ComboBox cbxTargetDBSelect;
  1791. private System.Windows.Forms.Label label31;
  1792. private System.Windows.Forms.GroupBox groupBox2;
  1793. private System.Windows.Forms.GroupBox groupBox1;
  1794. private System.Windows.Forms.TabPage tabPostgreSql;
  1795. private System.Windows.Forms.TextBox txtPostgreSqlPort;
  1796. private System.Windows.Forms.Label label35;
  1797. private System.Windows.Forms.Button btnPostgreSqlConn;
  1798. private System.Windows.Forms.TextBox txtPostgreSqlServer;
  1799. private System.Windows.Forms.TextBox txtPostgreSqlHost;
  1800. private System.Windows.Forms.Label label38;
  1801. private System.Windows.Forms.Label label39;
  1802. private System.Windows.Forms.TextBox txtPostgreSqlPwd;
  1803. private System.Windows.Forms.TextBox txtPostgreSqlUser;
  1804. private System.Windows.Forms.Label label40;
  1805. private System.Windows.Forms.Label label41;
  1806. private System.Windows.Forms.TextBox txtMySqlPort;
  1807. private System.Windows.Forms.TextBox txtMySqlServer;
  1808. private System.Windows.Forms.TextBox txtMySqlHost;
  1809. private System.Windows.Forms.TextBox txtMySqlPwd;
  1810. private System.Windows.Forms.TextBox txtMySqlUser;
  1811. }
  1812. }