CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1595 lines
76KB

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