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

1817 строки
91KB

  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.txtPostgreSqlPort = new System.Windows.Forms.TextBox();
  100. this.label17 = new System.Windows.Forms.Label();
  101. this.btnPostgreSqlTest = new System.Windows.Forms.Button();
  102. this.txtPostgreSqlServer = new System.Windows.Forms.TextBox();
  103. this.txtPostgreSqlHost = new System.Windows.Forms.TextBox();
  104. this.label18 = new System.Windows.Forms.Label();
  105. this.label19 = new System.Windows.Forms.Label();
  106. this.txtPostgreSqlPwd = new System.Windows.Forms.TextBox();
  107. this.txtPostgreSqlUser = new System.Windows.Forms.TextBox();
  108. this.label20 = new System.Windows.Forms.Label();
  109. this.label23 = new System.Windows.Forms.Label();
  110. this.tabOracle = new System.Windows.Forms.TabPage();
  111. this.txtOracleHost = new System.Windows.Forms.TextBox();
  112. this.label37 = new System.Windows.Forms.Label();
  113. this.txtOraclePort = new System.Windows.Forms.TextBox();
  114. this.label24 = new System.Windows.Forms.Label();
  115. this.btnOracleTestLink = new System.Windows.Forms.Button();
  116. this.txtOracleSource = new System.Windows.Forms.TextBox();
  117. this.label26 = new System.Windows.Forms.Label();
  118. this.txtOraclePwd = new System.Windows.Forms.TextBox();
  119. this.txtOracleUserId = new System.Windows.Forms.TextBox();
  120. this.label28 = new System.Windows.Forms.Label();
  121. this.label29 = new System.Windows.Forms.Label();
  122. this.tabTxt = new System.Windows.Forms.TabPage();
  123. this.label30 = new System.Windows.Forms.Label();
  124. this.lblTxtRemoteUserPwd = new System.Windows.Forms.Label();
  125. this.txtRemoteTxtPwd = new System.Windows.Forms.TextBox();
  126. this.lblTxtRemoteUserId = new System.Windows.Forms.Label();
  127. this.txtRemoteTxtUserId = new System.Windows.Forms.TextBox();
  128. this.cbxRemoteTxt = new System.Windows.Forms.CheckBox();
  129. this.btnOpenFileTxt = new System.Windows.Forms.Button();
  130. this.label36 = new System.Windows.Forms.Label();
  131. this.txtInportTxt = new System.Windows.Forms.TextBox();
  132. this.tabCnas = new System.Windows.Forms.TabPage();
  133. this.groupBox2 = new System.Windows.Forms.GroupBox();
  134. this.txtDBHost = new System.Windows.Forms.TextBox();
  135. this.label9 = new System.Windows.Forms.Label();
  136. this.txtPort = new System.Windows.Forms.TextBox();
  137. this.label8 = new System.Windows.Forms.Label();
  138. this.label1 = new System.Windows.Forms.Label();
  139. this.txtDBUser = new System.Windows.Forms.TextBox();
  140. this.btnCNASTestLink = new System.Windows.Forms.Button();
  141. this.txtDBPwd = new System.Windows.Forms.TextBox();
  142. this.txtDBName = new System.Windows.Forms.TextBox();
  143. this.label10 = new System.Windows.Forms.Label();
  144. this.label11 = new System.Windows.Forms.Label();
  145. this.groupBox1 = new System.Windows.Forms.GroupBox();
  146. this.cbxTargetDBSelect = new System.Windows.Forms.ComboBox();
  147. this.label31 = new System.Windows.Forms.Label();
  148. this.pnlBottom = new System.Windows.Forms.Panel();
  149. this.btnOK = new System.Windows.Forms.Button();
  150. this.pnlTop = new System.Windows.Forms.Panel();
  151. this.tabPostgreSql = new System.Windows.Forms.TabPage();
  152. this.textBox1 = new System.Windows.Forms.TextBox();
  153. this.label35 = new System.Windows.Forms.Label();
  154. this.button1 = new System.Windows.Forms.Button();
  155. this.textBox2 = new System.Windows.Forms.TextBox();
  156. this.textBox3 = new System.Windows.Forms.TextBox();
  157. this.label38 = new System.Windows.Forms.Label();
  158. this.label39 = new System.Windows.Forms.Label();
  159. this.textBox4 = new System.Windows.Forms.TextBox();
  160. this.textBox5 = new System.Windows.Forms.TextBox();
  161. this.label40 = new System.Windows.Forms.Label();
  162. this.label41 = new System.Windows.Forms.Label();
  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.tabCnas.SuspendLayout();
  177. this.groupBox2.SuspendLayout();
  178. this.groupBox1.SuspendLayout();
  179. this.pnlBottom.SuspendLayout();
  180. this.tabPostgreSql.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.txtPostgreSqlPort);
  950. this.tabMySql.Controls.Add(this.label17);
  951. this.tabMySql.Controls.Add(this.btnPostgreSqlTest);
  952. this.tabMySql.Controls.Add(this.txtPostgreSqlServer);
  953. this.tabMySql.Controls.Add(this.txtPostgreSqlHost);
  954. this.tabMySql.Controls.Add(this.label18);
  955. this.tabMySql.Controls.Add(this.label19);
  956. this.tabMySql.Controls.Add(this.txtPostgreSqlPwd);
  957. this.tabMySql.Controls.Add(this.txtPostgreSqlUser);
  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. // txtPostgreSqlPort
  969. //
  970. this.txtPostgreSqlPort.Location = new System.Drawing.Point(129, 221);
  971. this.txtPostgreSqlPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  972. this.txtPostgreSqlPort.Name = "txtPostgreSqlPort";
  973. this.txtPostgreSqlPort.Size = new System.Drawing.Size(472, 28);
  974. this.txtPostgreSqlPort.TabIndex = 35;
  975. //
  976. // label17
  977. //
  978. this.label17.AutoSize = true;
  979. this.label17.Location = new System.Drawing.Point(62, 227);
  980. this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  981. this.label17.Name = "label17";
  982. this.label17.Size = new System.Drawing.Size(62, 18);
  983. this.label17.TabIndex = 34;
  984. this.label17.Text = "端口:";
  985. //
  986. // btnPostgreSqlTest
  987. //
  988. this.btnPostgreSqlTest.Location = new System.Drawing.Point(561, 270);
  989. this.btnPostgreSqlTest.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  990. this.btnPostgreSqlTest.Name = "btnPostgreSqlTest";
  991. this.btnPostgreSqlTest.Size = new System.Drawing.Size(118, 36);
  992. this.btnPostgreSqlTest.TabIndex = 36;
  993. this.btnPostgreSqlTest.Text = "测试连接";
  994. this.btnPostgreSqlTest.UseVisualStyleBackColor = true;
  995. this.btnPostgreSqlTest.Click += new System.EventHandler(this.btnMySqlTest_Click);
  996. //
  997. // txtPostgreSqlServer
  998. //
  999. this.txtPostgreSqlServer.Location = new System.Drawing.Point(129, 90);
  1000. this.txtPostgreSqlServer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1001. this.txtPostgreSqlServer.Name = "txtPostgreSqlServer";
  1002. this.txtPostgreSqlServer.Size = new System.Drawing.Size(472, 28);
  1003. this.txtPostgreSqlServer.TabIndex = 32;
  1004. //
  1005. // txtPostgreSqlHost
  1006. //
  1007. this.txtPostgreSqlHost.Location = new System.Drawing.Point(129, 47);
  1008. this.txtPostgreSqlHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1009. this.txtPostgreSqlHost.Name = "txtPostgreSqlHost";
  1010. this.txtPostgreSqlHost.Size = new System.Drawing.Size(472, 28);
  1011. this.txtPostgreSqlHost.TabIndex = 31;
  1012. //
  1013. // label18
  1014. //
  1015. this.label18.AutoSize = true;
  1016. this.label18.Location = new System.Drawing.Point(62, 96);
  1017. this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1018. this.label18.Name = "label18";
  1019. this.label18.Size = new System.Drawing.Size(62, 18);
  1020. this.label18.TabIndex = 30;
  1021. this.label18.Text = "实例:";
  1022. //
  1023. // label19
  1024. //
  1025. this.label19.AutoSize = true;
  1026. this.label19.Location = new System.Drawing.Point(44, 53);
  1027. this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1028. this.label19.Name = "label19";
  1029. this.label19.Size = new System.Drawing.Size(80, 18);
  1030. this.label19.TabIndex = 29;
  1031. this.label19.Text = "服务器:";
  1032. //
  1033. // txtPostgreSqlPwd
  1034. //
  1035. this.txtPostgreSqlPwd.Location = new System.Drawing.Point(129, 178);
  1036. this.txtPostgreSqlPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1037. this.txtPostgreSqlPwd.Name = "txtPostgreSqlPwd";
  1038. this.txtPostgreSqlPwd.Size = new System.Drawing.Size(472, 28);
  1039. this.txtPostgreSqlPwd.TabIndex = 34;
  1040. //
  1041. // txtPostgreSqlUser
  1042. //
  1043. this.txtPostgreSqlUser.Location = new System.Drawing.Point(129, 133);
  1044. this.txtPostgreSqlUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1045. this.txtPostgreSqlUser.Name = "txtPostgreSqlUser";
  1046. this.txtPostgreSqlUser.Size = new System.Drawing.Size(472, 28);
  1047. this.txtPostgreSqlUser.TabIndex = 33;
  1048. //
  1049. // label20
  1050. //
  1051. this.label20.AutoSize = true;
  1052. this.label20.Location = new System.Drawing.Point(62, 182);
  1053. this.label20.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1054. this.label20.Name = "label20";
  1055. this.label20.Size = new System.Drawing.Size(62, 18);
  1056. this.label20.TabIndex = 26;
  1057. this.label20.Text = "密码:";
  1058. //
  1059. // label23
  1060. //
  1061. this.label23.AutoSize = true;
  1062. this.label23.Location = new System.Drawing.Point(44, 139);
  1063. this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1064. this.label23.Name = "label23";
  1065. this.label23.Size = new System.Drawing.Size(80, 18);
  1066. this.label23.TabIndex = 25;
  1067. this.label23.Text = "用户名:";
  1068. //
  1069. // tabOracle
  1070. //
  1071. this.tabOracle.Controls.Add(this.txtOracleHost);
  1072. this.tabOracle.Controls.Add(this.label37);
  1073. this.tabOracle.Controls.Add(this.txtOraclePort);
  1074. this.tabOracle.Controls.Add(this.label24);
  1075. this.tabOracle.Controls.Add(this.btnOracleTestLink);
  1076. this.tabOracle.Controls.Add(this.txtOracleSource);
  1077. this.tabOracle.Controls.Add(this.label26);
  1078. this.tabOracle.Controls.Add(this.txtOraclePwd);
  1079. this.tabOracle.Controls.Add(this.txtOracleUserId);
  1080. this.tabOracle.Controls.Add(this.label28);
  1081. this.tabOracle.Controls.Add(this.label29);
  1082. this.tabOracle.Location = new System.Drawing.Point(4, 28);
  1083. this.tabOracle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1084. this.tabOracle.Name = "tabOracle";
  1085. this.tabOracle.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1086. this.tabOracle.Size = new System.Drawing.Size(968, 521);
  1087. this.tabOracle.TabIndex = 5;
  1088. this.tabOracle.Text = "Oracle";
  1089. this.tabOracle.UseVisualStyleBackColor = true;
  1090. //
  1091. // txtOracleHost
  1092. //
  1093. this.txtOracleHost.Location = new System.Drawing.Point(129, 47);
  1094. this.txtOracleHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1095. this.txtOracleHost.Name = "txtOracleHost";
  1096. this.txtOracleHost.Size = new System.Drawing.Size(472, 28);
  1097. this.txtOracleHost.TabIndex = 49;
  1098. //
  1099. // label37
  1100. //
  1101. this.label37.AutoSize = true;
  1102. this.label37.Location = new System.Drawing.Point(44, 53);
  1103. this.label37.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1104. this.label37.Name = "label37";
  1105. this.label37.Size = new System.Drawing.Size(80, 18);
  1106. this.label37.TabIndex = 48;
  1107. this.label37.Text = "服务器:";
  1108. //
  1109. // txtOraclePort
  1110. //
  1111. this.txtOraclePort.Location = new System.Drawing.Point(129, 221);
  1112. this.txtOraclePort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1113. this.txtOraclePort.Name = "txtOraclePort";
  1114. this.txtOraclePort.PasswordChar = '*';
  1115. this.txtOraclePort.Size = new System.Drawing.Size(472, 28);
  1116. this.txtOraclePort.TabIndex = 46;
  1117. //
  1118. // label24
  1119. //
  1120. this.label24.AutoSize = true;
  1121. this.label24.Location = new System.Drawing.Point(62, 227);
  1122. this.label24.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1123. this.label24.Name = "label24";
  1124. this.label24.Size = new System.Drawing.Size(62, 18);
  1125. this.label24.TabIndex = 44;
  1126. this.label24.Text = "端口:";
  1127. //
  1128. // btnOracleTestLink
  1129. //
  1130. this.btnOracleTestLink.Location = new System.Drawing.Point(561, 270);
  1131. this.btnOracleTestLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1132. this.btnOracleTestLink.Name = "btnOracleTestLink";
  1133. this.btnOracleTestLink.Size = new System.Drawing.Size(118, 36);
  1134. this.btnOracleTestLink.TabIndex = 47;
  1135. this.btnOracleTestLink.Text = "测试连接";
  1136. this.btnOracleTestLink.UseVisualStyleBackColor = true;
  1137. this.btnOracleTestLink.Click += new System.EventHandler(this.btnOracleTestLink_Click);
  1138. //
  1139. // txtOracleSource
  1140. //
  1141. this.txtOracleSource.Location = new System.Drawing.Point(129, 90);
  1142. this.txtOracleSource.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1143. this.txtOracleSource.Name = "txtOracleSource";
  1144. this.txtOracleSource.Size = new System.Drawing.Size(472, 28);
  1145. this.txtOracleSource.TabIndex = 42;
  1146. //
  1147. // label26
  1148. //
  1149. this.label26.AutoSize = true;
  1150. this.label26.Location = new System.Drawing.Point(62, 96);
  1151. this.label26.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1152. this.label26.Name = "label26";
  1153. this.label26.Size = new System.Drawing.Size(62, 18);
  1154. this.label26.TabIndex = 40;
  1155. this.label26.Text = "实例:";
  1156. //
  1157. // txtOraclePwd
  1158. //
  1159. this.txtOraclePwd.Location = new System.Drawing.Point(129, 178);
  1160. this.txtOraclePwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1161. this.txtOraclePwd.Name = "txtOraclePwd";
  1162. this.txtOraclePwd.PasswordChar = '*';
  1163. this.txtOraclePwd.Size = new System.Drawing.Size(472, 28);
  1164. this.txtOraclePwd.TabIndex = 45;
  1165. //
  1166. // txtOracleUserId
  1167. //
  1168. this.txtOracleUserId.Location = new System.Drawing.Point(129, 133);
  1169. this.txtOracleUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1170. this.txtOracleUserId.Name = "txtOracleUserId";
  1171. this.txtOracleUserId.Size = new System.Drawing.Size(472, 28);
  1172. this.txtOracleUserId.TabIndex = 43;
  1173. //
  1174. // label28
  1175. //
  1176. this.label28.AutoSize = true;
  1177. this.label28.Location = new System.Drawing.Point(62, 182);
  1178. this.label28.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1179. this.label28.Name = "label28";
  1180. this.label28.Size = new System.Drawing.Size(62, 18);
  1181. this.label28.TabIndex = 38;
  1182. this.label28.Text = "密码:";
  1183. //
  1184. // label29
  1185. //
  1186. this.label29.AutoSize = true;
  1187. this.label29.Location = new System.Drawing.Point(44, 139);
  1188. this.label29.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1189. this.label29.Name = "label29";
  1190. this.label29.Size = new System.Drawing.Size(80, 18);
  1191. this.label29.TabIndex = 37;
  1192. this.label29.Text = "用户名:";
  1193. //
  1194. // tabTxt
  1195. //
  1196. this.tabTxt.Controls.Add(this.label30);
  1197. this.tabTxt.Controls.Add(this.lblTxtRemoteUserPwd);
  1198. this.tabTxt.Controls.Add(this.txtRemoteTxtPwd);
  1199. this.tabTxt.Controls.Add(this.lblTxtRemoteUserId);
  1200. this.tabTxt.Controls.Add(this.txtRemoteTxtUserId);
  1201. this.tabTxt.Controls.Add(this.cbxRemoteTxt);
  1202. this.tabTxt.Controls.Add(this.btnOpenFileTxt);
  1203. this.tabTxt.Controls.Add(this.label36);
  1204. this.tabTxt.Controls.Add(this.txtInportTxt);
  1205. this.tabTxt.Location = new System.Drawing.Point(4, 28);
  1206. this.tabTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1207. this.tabTxt.Name = "tabTxt";
  1208. this.tabTxt.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1209. this.tabTxt.Size = new System.Drawing.Size(968, 521);
  1210. this.tabTxt.TabIndex = 7;
  1211. this.tabTxt.Text = "TXT";
  1212. this.tabTxt.UseVisualStyleBackColor = true;
  1213. //
  1214. // label30
  1215. //
  1216. this.label30.AutoSize = true;
  1217. this.label30.Location = new System.Drawing.Point(69, 41);
  1218. this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1219. this.label30.Name = "label30";
  1220. this.label30.Size = new System.Drawing.Size(98, 18);
  1221. this.label30.TabIndex = 33;
  1222. this.label30.Text = "是否远程:";
  1223. //
  1224. // lblTxtRemoteUserPwd
  1225. //
  1226. this.lblTxtRemoteUserPwd.AutoSize = true;
  1227. this.lblTxtRemoteUserPwd.Location = new System.Drawing.Point(69, 169);
  1228. this.lblTxtRemoteUserPwd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1229. this.lblTxtRemoteUserPwd.Name = "lblTxtRemoteUserPwd";
  1230. this.lblTxtRemoteUserPwd.Size = new System.Drawing.Size(98, 18);
  1231. this.lblTxtRemoteUserPwd.TabIndex = 31;
  1232. this.lblTxtRemoteUserPwd.Text = "远程密码:";
  1233. this.lblTxtRemoteUserPwd.Visible = false;
  1234. //
  1235. // txtRemoteTxtPwd
  1236. //
  1237. this.txtRemoteTxtPwd.Location = new System.Drawing.Point(174, 162);
  1238. this.txtRemoteTxtPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1239. this.txtRemoteTxtPwd.Name = "txtRemoteTxtPwd";
  1240. this.txtRemoteTxtPwd.PasswordChar = '*';
  1241. this.txtRemoteTxtPwd.Size = new System.Drawing.Size(403, 28);
  1242. this.txtRemoteTxtPwd.TabIndex = 32;
  1243. this.txtRemoteTxtPwd.Visible = false;
  1244. //
  1245. // lblTxtRemoteUserId
  1246. //
  1247. this.lblTxtRemoteUserId.AutoSize = true;
  1248. this.lblTxtRemoteUserId.Location = new System.Drawing.Point(51, 125);
  1249. this.lblTxtRemoteUserId.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1250. this.lblTxtRemoteUserId.Name = "lblTxtRemoteUserId";
  1251. this.lblTxtRemoteUserId.Size = new System.Drawing.Size(116, 18);
  1252. this.lblTxtRemoteUserId.TabIndex = 30;
  1253. this.lblTxtRemoteUserId.Text = "远程用户名:";
  1254. this.lblTxtRemoteUserId.Visible = false;
  1255. //
  1256. // txtRemoteTxtUserId
  1257. //
  1258. this.txtRemoteTxtUserId.Location = new System.Drawing.Point(174, 119);
  1259. this.txtRemoteTxtUserId.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1260. this.txtRemoteTxtUserId.Name = "txtRemoteTxtUserId";
  1261. this.txtRemoteTxtUserId.Size = new System.Drawing.Size(403, 28);
  1262. this.txtRemoteTxtUserId.TabIndex = 28;
  1263. this.txtRemoteTxtUserId.Visible = false;
  1264. //
  1265. // cbxRemoteTxt
  1266. //
  1267. this.cbxRemoteTxt.AutoSize = true;
  1268. this.cbxRemoteTxt.Location = new System.Drawing.Point(177, 37);
  1269. this.cbxRemoteTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1270. this.cbxRemoteTxt.Name = "cbxRemoteTxt";
  1271. this.cbxRemoteTxt.Size = new System.Drawing.Size(52, 22);
  1272. this.cbxRemoteTxt.TabIndex = 25;
  1273. this.cbxRemoteTxt.Text = "是";
  1274. this.cbxRemoteTxt.UseVisualStyleBackColor = true;
  1275. this.cbxRemoteTxt.CheckedChanged += new System.EventHandler(this.cbxRemoteTxt_CheckedChanged);
  1276. //
  1277. // btnOpenFileTxt
  1278. //
  1279. this.btnOpenFileTxt.Location = new System.Drawing.Point(588, 73);
  1280. this.btnOpenFileTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1281. this.btnOpenFileTxt.Name = "btnOpenFileTxt";
  1282. this.btnOpenFileTxt.Size = new System.Drawing.Size(90, 35);
  1283. this.btnOpenFileTxt.TabIndex = 29;
  1284. this.btnOpenFileTxt.Text = "浏览";
  1285. this.btnOpenFileTxt.UseVisualStyleBackColor = true;
  1286. this.btnOpenFileTxt.Click += new System.EventHandler(this.btnOpenFileTxt_Click);
  1287. //
  1288. // label36
  1289. //
  1290. this.label36.AutoSize = true;
  1291. this.label36.Location = new System.Drawing.Point(104, 82);
  1292. this.label36.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1293. this.label36.Name = "label36";
  1294. this.label36.Size = new System.Drawing.Size(62, 18);
  1295. this.label36.TabIndex = 26;
  1296. this.label36.Text = "路径:";
  1297. //
  1298. // txtInportTxt
  1299. //
  1300. this.txtInportTxt.Location = new System.Drawing.Point(172, 74);
  1301. this.txtInportTxt.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1302. this.txtInportTxt.Name = "txtInportTxt";
  1303. this.txtInportTxt.Size = new System.Drawing.Size(403, 28);
  1304. this.txtInportTxt.TabIndex = 27;
  1305. //
  1306. // tabCnas
  1307. //
  1308. this.tabCnas.Controls.Add(this.groupBox2);
  1309. this.tabCnas.Controls.Add(this.groupBox1);
  1310. this.tabCnas.Location = new System.Drawing.Point(4, 28);
  1311. this.tabCnas.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1312. this.tabCnas.Name = "tabCnas";
  1313. this.tabCnas.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1314. this.tabCnas.Size = new System.Drawing.Size(984, 563);
  1315. this.tabCnas.TabIndex = 1;
  1316. this.tabCnas.Text = "目标数据库";
  1317. this.tabCnas.UseVisualStyleBackColor = true;
  1318. //
  1319. // groupBox2
  1320. //
  1321. this.groupBox2.Controls.Add(this.txtDBHost);
  1322. this.groupBox2.Controls.Add(this.label9);
  1323. this.groupBox2.Controls.Add(this.txtPort);
  1324. this.groupBox2.Controls.Add(this.label8);
  1325. this.groupBox2.Controls.Add(this.label1);
  1326. this.groupBox2.Controls.Add(this.txtDBUser);
  1327. this.groupBox2.Controls.Add(this.btnCNASTestLink);
  1328. this.groupBox2.Controls.Add(this.txtDBPwd);
  1329. this.groupBox2.Controls.Add(this.txtDBName);
  1330. this.groupBox2.Controls.Add(this.label10);
  1331. this.groupBox2.Controls.Add(this.label11);
  1332. this.groupBox2.Location = new System.Drawing.Point(27, 113);
  1333. this.groupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1334. this.groupBox2.Name = "groupBox2";
  1335. this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1336. this.groupBox2.Size = new System.Drawing.Size(692, 271);
  1337. this.groupBox2.TabIndex = 29;
  1338. this.groupBox2.TabStop = false;
  1339. this.groupBox2.Text = "连接";
  1340. //
  1341. // txtDBHost
  1342. //
  1343. this.txtDBHost.Location = new System.Drawing.Point(132, 41);
  1344. this.txtDBHost.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1345. this.txtDBHost.Name = "txtDBHost";
  1346. this.txtDBHost.Size = new System.Drawing.Size(388, 28);
  1347. this.txtDBHost.TabIndex = 20;
  1348. //
  1349. // label9
  1350. //
  1351. this.label9.AutoSize = true;
  1352. this.label9.Location = new System.Drawing.Point(45, 133);
  1353. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1354. this.label9.Name = "label9";
  1355. this.label9.Size = new System.Drawing.Size(80, 18);
  1356. this.label9.TabIndex = 14;
  1357. this.label9.Text = "用户名:";
  1358. //
  1359. // txtPort
  1360. //
  1361. this.txtPort.Location = new System.Drawing.Point(132, 215);
  1362. this.txtPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1363. this.txtPort.Name = "txtPort";
  1364. this.txtPort.PasswordChar = '*';
  1365. this.txtPort.Size = new System.Drawing.Size(388, 28);
  1366. this.txtPort.TabIndex = 24;
  1367. //
  1368. // label8
  1369. //
  1370. this.label8.AutoSize = true;
  1371. this.label8.Location = new System.Drawing.Point(63, 179);
  1372. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1373. this.label8.Name = "label8";
  1374. this.label8.Size = new System.Drawing.Size(62, 18);
  1375. this.label8.TabIndex = 15;
  1376. this.label8.Text = "密码:";
  1377. //
  1378. // label1
  1379. //
  1380. this.label1.AutoSize = true;
  1381. this.label1.Location = new System.Drawing.Point(62, 222);
  1382. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1383. this.label1.Name = "label1";
  1384. this.label1.Size = new System.Drawing.Size(62, 18);
  1385. this.label1.TabIndex = 23;
  1386. this.label1.Text = "端口:";
  1387. //
  1388. // txtDBUser
  1389. //
  1390. this.txtDBUser.Location = new System.Drawing.Point(132, 127);
  1391. this.txtDBUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1392. this.txtDBUser.Name = "txtDBUser";
  1393. this.txtDBUser.Size = new System.Drawing.Size(388, 28);
  1394. this.txtDBUser.TabIndex = 22;
  1395. //
  1396. // btnCNASTestLink
  1397. //
  1398. this.btnCNASTestLink.Location = new System.Drawing.Point(552, 214);
  1399. this.btnCNASTestLink.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1400. this.btnCNASTestLink.Name = "btnCNASTestLink";
  1401. this.btnCNASTestLink.Size = new System.Drawing.Size(118, 36);
  1402. this.btnCNASTestLink.TabIndex = 25;
  1403. this.btnCNASTestLink.Text = "测试连接";
  1404. this.btnCNASTestLink.UseVisualStyleBackColor = true;
  1405. this.btnCNASTestLink.Click += new System.EventHandler(this.btnCNASTestLink_Click);
  1406. //
  1407. // txtDBPwd
  1408. //
  1409. this.txtDBPwd.Location = new System.Drawing.Point(132, 170);
  1410. this.txtDBPwd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1411. this.txtDBPwd.Name = "txtDBPwd";
  1412. this.txtDBPwd.PasswordChar = '*';
  1413. this.txtDBPwd.Size = new System.Drawing.Size(388, 28);
  1414. this.txtDBPwd.TabIndex = 23;
  1415. //
  1416. // txtDBName
  1417. //
  1418. this.txtDBName.Location = new System.Drawing.Point(132, 84);
  1419. this.txtDBName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1420. this.txtDBName.Name = "txtDBName";
  1421. this.txtDBName.Size = new System.Drawing.Size(388, 28);
  1422. this.txtDBName.TabIndex = 21;
  1423. //
  1424. // label10
  1425. //
  1426. this.label10.AutoSize = true;
  1427. this.label10.Location = new System.Drawing.Point(46, 46);
  1428. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1429. this.label10.Name = "label10";
  1430. this.label10.Size = new System.Drawing.Size(80, 18);
  1431. this.label10.TabIndex = 18;
  1432. this.label10.Text = "服务器:";
  1433. //
  1434. // label11
  1435. //
  1436. this.label11.AutoSize = true;
  1437. this.label11.Location = new System.Drawing.Point(63, 90);
  1438. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1439. this.label11.Name = "label11";
  1440. this.label11.Size = new System.Drawing.Size(62, 18);
  1441. this.label11.TabIndex = 19;
  1442. this.label11.Text = "实例:";
  1443. //
  1444. // groupBox1
  1445. //
  1446. this.groupBox1.Controls.Add(this.cbxTargetDBSelect);
  1447. this.groupBox1.Controls.Add(this.label31);
  1448. this.groupBox1.Location = new System.Drawing.Point(27, 22);
  1449. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1450. this.groupBox1.Name = "groupBox1";
  1451. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1452. this.groupBox1.Size = new System.Drawing.Size(692, 83);
  1453. this.groupBox1.TabIndex = 28;
  1454. this.groupBox1.TabStop = false;
  1455. this.groupBox1.Text = "选择";
  1456. //
  1457. // cbxTargetDBSelect
  1458. //
  1459. this.cbxTargetDBSelect.FormattingEnabled = true;
  1460. this.cbxTargetDBSelect.Items.AddRange(new object[] {
  1461. "CNAS数据库",
  1462. "PLATFORM数据库"});
  1463. this.cbxTargetDBSelect.Location = new System.Drawing.Point(179, 30);
  1464. this.cbxTargetDBSelect.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1465. this.cbxTargetDBSelect.Name = "cbxTargetDBSelect";
  1466. this.cbxTargetDBSelect.Size = new System.Drawing.Size(178, 26);
  1467. this.cbxTargetDBSelect.TabIndex = 27;
  1468. this.cbxTargetDBSelect.SelectedIndexChanged += new System.EventHandler(this.cbxTargetDBSelect_SelectedIndexChanged);
  1469. //
  1470. // label31
  1471. //
  1472. this.label31.AutoSize = true;
  1473. this.label31.Location = new System.Drawing.Point(18, 35);
  1474. this.label31.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1475. this.label31.Name = "label31";
  1476. this.label31.Size = new System.Drawing.Size(152, 18);
  1477. this.label31.TabIndex = 26;
  1478. this.label31.Text = "选择目标数据库:";
  1479. //
  1480. // pnlBottom
  1481. //
  1482. this.pnlBottom.Controls.Add(this.btnOK);
  1483. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  1484. this.pnlBottom.Location = new System.Drawing.Point(0, 602);
  1485. this.pnlBottom.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1486. this.pnlBottom.Name = "pnlBottom";
  1487. this.pnlBottom.Size = new System.Drawing.Size(992, 62);
  1488. this.pnlBottom.TabIndex = 3;
  1489. //
  1490. // btnOK
  1491. //
  1492. this.btnOK.Location = new System.Drawing.Point(843, 5);
  1493. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1494. this.btnOK.Name = "btnOK";
  1495. this.btnOK.Size = new System.Drawing.Size(135, 46);
  1496. this.btnOK.TabIndex = 0;
  1497. this.btnOK.Text = "确认";
  1498. this.btnOK.UseVisualStyleBackColor = true;
  1499. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  1500. //
  1501. // pnlTop
  1502. //
  1503. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  1504. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  1505. this.pnlTop.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1506. this.pnlTop.Name = "pnlTop";
  1507. this.pnlTop.Size = new System.Drawing.Size(992, 7);
  1508. this.pnlTop.TabIndex = 2;
  1509. //
  1510. // tabPostgreSql
  1511. //
  1512. this.tabPostgreSql.Controls.Add(this.textBox1);
  1513. this.tabPostgreSql.Controls.Add(this.label35);
  1514. this.tabPostgreSql.Controls.Add(this.button1);
  1515. this.tabPostgreSql.Controls.Add(this.textBox2);
  1516. this.tabPostgreSql.Controls.Add(this.textBox3);
  1517. this.tabPostgreSql.Controls.Add(this.label38);
  1518. this.tabPostgreSql.Controls.Add(this.label39);
  1519. this.tabPostgreSql.Controls.Add(this.textBox4);
  1520. this.tabPostgreSql.Controls.Add(this.textBox5);
  1521. this.tabPostgreSql.Controls.Add(this.label40);
  1522. this.tabPostgreSql.Controls.Add(this.label41);
  1523. this.tabPostgreSql.Location = new System.Drawing.Point(4, 28);
  1524. this.tabPostgreSql.Name = "tabPostgreSql";
  1525. this.tabPostgreSql.Size = new System.Drawing.Size(968, 521);
  1526. this.tabPostgreSql.TabIndex = 8;
  1527. this.tabPostgreSql.Text = "PostgreSql";
  1528. this.tabPostgreSql.UseVisualStyleBackColor = true;
  1529. //
  1530. // textBox1
  1531. //
  1532. this.textBox1.Location = new System.Drawing.Point(145, 221);
  1533. this.textBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1534. this.textBox1.Name = "textBox1";
  1535. this.textBox1.Size = new System.Drawing.Size(472, 28);
  1536. this.textBox1.TabIndex = 46;
  1537. //
  1538. // label35
  1539. //
  1540. this.label35.AutoSize = true;
  1541. this.label35.Location = new System.Drawing.Point(78, 227);
  1542. this.label35.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1543. this.label35.Name = "label35";
  1544. this.label35.Size = new System.Drawing.Size(62, 18);
  1545. this.label35.TabIndex = 44;
  1546. this.label35.Text = "端口:";
  1547. //
  1548. // button1
  1549. //
  1550. this.button1.Location = new System.Drawing.Point(577, 270);
  1551. this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1552. this.button1.Name = "button1";
  1553. this.button1.Size = new System.Drawing.Size(118, 36);
  1554. this.button1.TabIndex = 47;
  1555. this.button1.Text = "测试连接";
  1556. this.button1.UseVisualStyleBackColor = true;
  1557. //
  1558. // textBox2
  1559. //
  1560. this.textBox2.Location = new System.Drawing.Point(145, 90);
  1561. this.textBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1562. this.textBox2.Name = "textBox2";
  1563. this.textBox2.Size = new System.Drawing.Size(472, 28);
  1564. this.textBox2.TabIndex = 42;
  1565. //
  1566. // textBox3
  1567. //
  1568. this.textBox3.Location = new System.Drawing.Point(145, 47);
  1569. this.textBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1570. this.textBox3.Name = "textBox3";
  1571. this.textBox3.Size = new System.Drawing.Size(472, 28);
  1572. this.textBox3.TabIndex = 41;
  1573. //
  1574. // label38
  1575. //
  1576. this.label38.AutoSize = true;
  1577. this.label38.Location = new System.Drawing.Point(78, 96);
  1578. this.label38.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1579. this.label38.Name = "label38";
  1580. this.label38.Size = new System.Drawing.Size(62, 18);
  1581. this.label38.TabIndex = 40;
  1582. this.label38.Text = "实例:";
  1583. //
  1584. // label39
  1585. //
  1586. this.label39.AutoSize = true;
  1587. this.label39.Location = new System.Drawing.Point(60, 53);
  1588. this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1589. this.label39.Name = "label39";
  1590. this.label39.Size = new System.Drawing.Size(80, 18);
  1591. this.label39.TabIndex = 39;
  1592. this.label39.Text = "服务器:";
  1593. //
  1594. // textBox4
  1595. //
  1596. this.textBox4.Location = new System.Drawing.Point(145, 178);
  1597. this.textBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1598. this.textBox4.Name = "textBox4";
  1599. this.textBox4.Size = new System.Drawing.Size(472, 28);
  1600. this.textBox4.TabIndex = 45;
  1601. //
  1602. // textBox5
  1603. //
  1604. this.textBox5.Location = new System.Drawing.Point(145, 133);
  1605. this.textBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1606. this.textBox5.Name = "textBox5";
  1607. this.textBox5.Size = new System.Drawing.Size(472, 28);
  1608. this.textBox5.TabIndex = 43;
  1609. //
  1610. // label40
  1611. //
  1612. this.label40.AutoSize = true;
  1613. this.label40.Location = new System.Drawing.Point(78, 182);
  1614. this.label40.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1615. this.label40.Name = "label40";
  1616. this.label40.Size = new System.Drawing.Size(62, 18);
  1617. this.label40.TabIndex = 38;
  1618. this.label40.Text = "密码:";
  1619. //
  1620. // label41
  1621. //
  1622. this.label41.AutoSize = true;
  1623. this.label41.Location = new System.Drawing.Point(60, 139);
  1624. this.label41.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1625. this.label41.Name = "label41";
  1626. this.label41.Size = new System.Drawing.Size(80, 18);
  1627. this.label41.TabIndex = 37;
  1628. this.label41.Text = "用户名:";
  1629. //
  1630. // frmDatabaseParams
  1631. //
  1632. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  1633. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1634. this.ClientSize = new System.Drawing.Size(992, 664);
  1635. this.Controls.Add(this.pnlAll);
  1636. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1637. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1638. this.MaximizeBox = false;
  1639. this.MinimizeBox = false;
  1640. this.Name = "frmDatabaseParams";
  1641. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1642. this.Text = "仪器数据库配置";
  1643. this.Load += new System.EventHandler(this.frmDatabaseParams_Load);
  1644. this.pnlAll.ResumeLayout(false);
  1645. this.pnlCenter.ResumeLayout(false);
  1646. this.tabParamas.ResumeLayout(false);
  1647. this.tabInstrument.ResumeLayout(false);
  1648. this.tabcDS.ResumeLayout(false);
  1649. this.tabExcel.ResumeLayout(false);
  1650. this.tabExcel.PerformLayout();
  1651. this.tabFoxPro.ResumeLayout(false);
  1652. this.tabFoxPro.PerformLayout();
  1653. this.tabAccess.ResumeLayout(false);
  1654. this.tabAccess.PerformLayout();
  1655. this.tabSQLite.ResumeLayout(false);
  1656. this.tabSQLite.PerformLayout();
  1657. this.tabSQLServer.ResumeLayout(false);
  1658. this.tabSQLServer.PerformLayout();
  1659. this.tabMySql.ResumeLayout(false);
  1660. this.tabMySql.PerformLayout();
  1661. this.tabOracle.ResumeLayout(false);
  1662. this.tabOracle.PerformLayout();
  1663. this.tabTxt.ResumeLayout(false);
  1664. this.tabTxt.PerformLayout();
  1665. this.tabCnas.ResumeLayout(false);
  1666. this.groupBox2.ResumeLayout(false);
  1667. this.groupBox2.PerformLayout();
  1668. this.groupBox1.ResumeLayout(false);
  1669. this.groupBox1.PerformLayout();
  1670. this.pnlBottom.ResumeLayout(false);
  1671. this.tabPostgreSql.ResumeLayout(false);
  1672. this.tabPostgreSql.PerformLayout();
  1673. this.ResumeLayout(false);
  1674. }
  1675. #endregion
  1676. private System.Windows.Forms.Panel pnlAll;
  1677. private System.Windows.Forms.Panel pnlCenter;
  1678. private System.Windows.Forms.TabControl tabParamas;
  1679. private System.Windows.Forms.TabPage tabInstrument;
  1680. private System.Windows.Forms.TabControl tabcDS;
  1681. private System.Windows.Forms.TabPage tabExcel;
  1682. private System.Windows.Forms.Button btnOpenFileExcel;
  1683. private System.Windows.Forms.Label label3;
  1684. private System.Windows.Forms.TextBox txtInportExcel;
  1685. private System.Windows.Forms.TabPage tabAccess;
  1686. private System.Windows.Forms.TextBox txtAceessPwd;
  1687. private System.Windows.Forms.TextBox txtAccessUser;
  1688. private System.Windows.Forms.Label label15;
  1689. private System.Windows.Forms.Label label16;
  1690. private System.Windows.Forms.Button btnOpenFileAccess;
  1691. private System.Windows.Forms.Label label4;
  1692. private System.Windows.Forms.TabPage tabSQLite;
  1693. private System.Windows.Forms.TextBox txtSqlitePwd;
  1694. private System.Windows.Forms.TextBox txtSqliteUser;
  1695. private System.Windows.Forms.Label label7;
  1696. private System.Windows.Forms.Label label6;
  1697. private System.Windows.Forms.Button btnOpenFileSQLite;
  1698. private System.Windows.Forms.Label label5;
  1699. private System.Windows.Forms.TextBox txtSqlitePath;
  1700. private System.Windows.Forms.TabPage tabCnas;
  1701. private System.Windows.Forms.Button btnCNASTestLink;
  1702. private System.Windows.Forms.TextBox txtDBName;
  1703. private System.Windows.Forms.TextBox txtDBHost;
  1704. private System.Windows.Forms.Label label11;
  1705. private System.Windows.Forms.Label label10;
  1706. private System.Windows.Forms.TextBox txtDBPwd;
  1707. private System.Windows.Forms.TextBox txtDBUser;
  1708. private System.Windows.Forms.Label label8;
  1709. private System.Windows.Forms.Label label9;
  1710. private System.Windows.Forms.Panel pnlBottom;
  1711. private System.Windows.Forms.Button btnOK;
  1712. private System.Windows.Forms.Panel pnlTop;
  1713. private System.Windows.Forms.TextBox txtAccessPath;
  1714. private System.Windows.Forms.TextBox txtPort;
  1715. private System.Windows.Forms.Label label1;
  1716. private System.Windows.Forms.TabPage tabSQLServer;
  1717. private System.Windows.Forms.TextBox txtSqlServerName;
  1718. private System.Windows.Forms.TextBox txtSqlServerHost;
  1719. private System.Windows.Forms.Label label2;
  1720. private System.Windows.Forms.Label label12;
  1721. private System.Windows.Forms.TextBox txtSqlServerUser;
  1722. private System.Windows.Forms.Label label13;
  1723. private System.Windows.Forms.Label label14;
  1724. private System.Windows.Forms.TextBox txtSqlServerPwd;
  1725. private System.Windows.Forms.Button btnTestSQLLink;
  1726. private System.Windows.Forms.CheckBox cbxExcelRemote;
  1727. private System.Windows.Forms.Label lblExcelRemotePwd;
  1728. private System.Windows.Forms.TextBox txtRemoteExcelPwd;
  1729. private System.Windows.Forms.Label lblExcelRemoteUser;
  1730. private System.Windows.Forms.TextBox txtRemoteExcelUser;
  1731. private System.Windows.Forms.Label lblAccessRemotePwd;
  1732. private System.Windows.Forms.TextBox txtAccessRemotePwd;
  1733. private System.Windows.Forms.Label lblAccessRemoteUser;
  1734. private System.Windows.Forms.TextBox txtAccessRemoteUser;
  1735. private System.Windows.Forms.Label label21;
  1736. private System.Windows.Forms.CheckBox cbxAccessRemote;
  1737. private System.Windows.Forms.Label label22;
  1738. private System.Windows.Forms.Label label25;
  1739. private System.Windows.Forms.CheckBox cbxSqliteRemote;
  1740. private System.Windows.Forms.Label lblSqliteRemotePwd;
  1741. private System.Windows.Forms.TextBox txtSqliteRemotePwd;
  1742. private System.Windows.Forms.Label lblSqliteRemoteUser;
  1743. private System.Windows.Forms.TextBox txtSqliteRemoteUser;
  1744. private System.Windows.Forms.TabPage tabMySql;
  1745. private System.Windows.Forms.TextBox txtPostgreSqlPort;
  1746. private System.Windows.Forms.Label label17;
  1747. private System.Windows.Forms.Button btnPostgreSqlTest;
  1748. private System.Windows.Forms.TextBox txtPostgreSqlServer;
  1749. private System.Windows.Forms.TextBox txtPostgreSqlHost;
  1750. private System.Windows.Forms.Label label18;
  1751. private System.Windows.Forms.Label label19;
  1752. private System.Windows.Forms.TextBox txtPostgreSqlPwd;
  1753. private System.Windows.Forms.TextBox txtPostgreSqlUser;
  1754. private System.Windows.Forms.Label label20;
  1755. private System.Windows.Forms.Label label23;
  1756. private System.Windows.Forms.TabPage tabOracle;
  1757. private System.Windows.Forms.TextBox txtOraclePort;
  1758. private System.Windows.Forms.Label label24;
  1759. private System.Windows.Forms.Button btnOracleTestLink;
  1760. private System.Windows.Forms.TextBox txtOracleSource;
  1761. private System.Windows.Forms.Label label26;
  1762. private System.Windows.Forms.TextBox txtOraclePwd;
  1763. private System.Windows.Forms.TextBox txtOracleUserId;
  1764. private System.Windows.Forms.Label label28;
  1765. private System.Windows.Forms.Label label29;
  1766. private System.Windows.Forms.TabPage tabFoxPro;
  1767. private System.Windows.Forms.Label label27;
  1768. private System.Windows.Forms.CheckBox cbxFoxProRemote;
  1769. private System.Windows.Forms.Label lblFoxproRemotePwd;
  1770. private System.Windows.Forms.TextBox txtRemoteFoxProPwd;
  1771. private System.Windows.Forms.Label lblFoxproRemoteUserId;
  1772. private System.Windows.Forms.TextBox txtRemoteFoxProUserId;
  1773. private System.Windows.Forms.TextBox txtFoxProPwd;
  1774. private System.Windows.Forms.TextBox txtFoxProUserId;
  1775. private System.Windows.Forms.Label label32;
  1776. private System.Windows.Forms.Label label33;
  1777. private System.Windows.Forms.Button btnFileOpenFoxPro;
  1778. private System.Windows.Forms.Label label34;
  1779. private System.Windows.Forms.TextBox txtFoxProFolder;
  1780. private System.Windows.Forms.TabPage tabTxt;
  1781. private System.Windows.Forms.Label label30;
  1782. private System.Windows.Forms.Label lblTxtRemoteUserPwd;
  1783. private System.Windows.Forms.TextBox txtRemoteTxtPwd;
  1784. private System.Windows.Forms.Label lblTxtRemoteUserId;
  1785. private System.Windows.Forms.TextBox txtRemoteTxtUserId;
  1786. private System.Windows.Forms.CheckBox cbxRemoteTxt;
  1787. private System.Windows.Forms.Button btnOpenFileTxt;
  1788. private System.Windows.Forms.Label label36;
  1789. private System.Windows.Forms.TextBox txtInportTxt;
  1790. private System.Windows.Forms.TextBox txtOracleHost;
  1791. private System.Windows.Forms.Label label37;
  1792. private System.Windows.Forms.TextBox txtSqlServerPort;
  1793. private System.Windows.Forms.Label lblSqlPort;
  1794. private System.Windows.Forms.ComboBox cbxTargetDBSelect;
  1795. private System.Windows.Forms.Label label31;
  1796. private System.Windows.Forms.GroupBox groupBox2;
  1797. private System.Windows.Forms.GroupBox groupBox1;
  1798. private System.Windows.Forms.TabPage tabPostgreSql;
  1799. private System.Windows.Forms.TextBox textBox1;
  1800. private System.Windows.Forms.Label label35;
  1801. private System.Windows.Forms.Button button1;
  1802. private System.Windows.Forms.TextBox textBox2;
  1803. private System.Windows.Forms.TextBox textBox3;
  1804. private System.Windows.Forms.Label label38;
  1805. private System.Windows.Forms.Label label39;
  1806. private System.Windows.Forms.TextBox textBox4;
  1807. private System.Windows.Forms.TextBox textBox5;
  1808. private System.Windows.Forms.Label label40;
  1809. private System.Windows.Forms.Label label41;
  1810. }
  1811. }