CNAS取数仪器端升级
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

2124 Zeilen
107KB

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