CNAS取数仪器端升级
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

577 líneas
26KB

  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. this.pnlAll = new System.Windows.Forms.Panel();
  29. this.pnlCenter = new System.Windows.Forms.Panel();
  30. this.tabParamas = new System.Windows.Forms.TabControl();
  31. this.tabInstrument = new System.Windows.Forms.TabPage();
  32. this.label14 = new System.Windows.Forms.Label();
  33. this.textBox2 = new System.Windows.Forms.TextBox();
  34. this.tabcDS = new System.Windows.Forms.TabControl();
  35. this.tabExcel = new System.Windows.Forms.TabPage();
  36. this.btnOpenFileExcel = new System.Windows.Forms.Button();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.txtInportExcel = new System.Windows.Forms.TextBox();
  39. this.tabAccess = new System.Windows.Forms.TabPage();
  40. this.txtAceessPwd = new System.Windows.Forms.TextBox();
  41. this.txtAccessUser = new System.Windows.Forms.TextBox();
  42. this.label15 = new System.Windows.Forms.Label();
  43. this.label16 = new System.Windows.Forms.Label();
  44. this.btnOpenFileAccess = new System.Windows.Forms.Button();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.txtAccessPath = new System.Windows.Forms.TextBox();
  47. this.tabSQLite = new System.Windows.Forms.TabPage();
  48. this.txtSqlitePwd = new System.Windows.Forms.TextBox();
  49. this.txtSqliteUser = new System.Windows.Forms.TextBox();
  50. this.label7 = new System.Windows.Forms.Label();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.btnOpenFileSQLite = new System.Windows.Forms.Button();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.txtSqlitePath = new System.Windows.Forms.TextBox();
  55. this.label2 = new System.Windows.Forms.Label();
  56. this.tabCnas = new System.Windows.Forms.TabPage();
  57. this.btnCNASTestLink = new System.Windows.Forms.Button();
  58. this.txtDBName = new System.Windows.Forms.TextBox();
  59. this.txtDBHost = new System.Windows.Forms.TextBox();
  60. this.label11 = new System.Windows.Forms.Label();
  61. this.label10 = new System.Windows.Forms.Label();
  62. this.txtDBPwd = new System.Windows.Forms.TextBox();
  63. this.txtDBUser = new System.Windows.Forms.TextBox();
  64. this.label8 = new System.Windows.Forms.Label();
  65. this.label9 = new System.Windows.Forms.Label();
  66. this.pnlBottom = new System.Windows.Forms.Panel();
  67. this.btnOK = new System.Windows.Forms.Button();
  68. this.pnlTop = new System.Windows.Forms.Panel();
  69. this.txtPort = new System.Windows.Forms.TextBox();
  70. this.label1 = new System.Windows.Forms.Label();
  71. this.pnlAll.SuspendLayout();
  72. this.pnlCenter.SuspendLayout();
  73. this.tabParamas.SuspendLayout();
  74. this.tabInstrument.SuspendLayout();
  75. this.tabcDS.SuspendLayout();
  76. this.tabExcel.SuspendLayout();
  77. this.tabAccess.SuspendLayout();
  78. this.tabSQLite.SuspendLayout();
  79. this.tabCnas.SuspendLayout();
  80. this.pnlBottom.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // pnlAll
  84. //
  85. this.pnlAll.Controls.Add(this.pnlCenter);
  86. this.pnlAll.Controls.Add(this.pnlBottom);
  87. this.pnlAll.Controls.Add(this.pnlTop);
  88. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  89. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  90. this.pnlAll.Name = "pnlAll";
  91. this.pnlAll.Size = new System.Drawing.Size(612, 426);
  92. this.pnlAll.TabIndex = 0;
  93. //
  94. // pnlCenter
  95. //
  96. this.pnlCenter.Controls.Add(this.tabParamas);
  97. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.pnlCenter.Location = new System.Drawing.Point(0, 10);
  99. this.pnlCenter.Name = "pnlCenter";
  100. this.pnlCenter.Size = new System.Drawing.Size(612, 374);
  101. this.pnlCenter.TabIndex = 4;
  102. //
  103. // tabParamas
  104. //
  105. this.tabParamas.Controls.Add(this.tabInstrument);
  106. this.tabParamas.Controls.Add(this.tabCnas);
  107. this.tabParamas.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.tabParamas.Location = new System.Drawing.Point(0, 0);
  109. this.tabParamas.Name = "tabParamas";
  110. this.tabParamas.SelectedIndex = 0;
  111. this.tabParamas.Size = new System.Drawing.Size(612, 374);
  112. this.tabParamas.TabIndex = 1;
  113. //
  114. // tabInstrument
  115. //
  116. this.tabInstrument.Controls.Add(this.label14);
  117. this.tabInstrument.Controls.Add(this.textBox2);
  118. this.tabInstrument.Controls.Add(this.tabcDS);
  119. this.tabInstrument.Controls.Add(this.label2);
  120. this.tabInstrument.Location = new System.Drawing.Point(4, 22);
  121. this.tabInstrument.Name = "tabInstrument";
  122. this.tabInstrument.Padding = new System.Windows.Forms.Padding(3);
  123. this.tabInstrument.Size = new System.Drawing.Size(604, 348);
  124. this.tabInstrument.TabIndex = 0;
  125. this.tabInstrument.Text = "仪器数据源";
  126. this.tabInstrument.UseVisualStyleBackColor = true;
  127. //
  128. // label14
  129. //
  130. this.label14.AutoSize = true;
  131. this.label14.ForeColor = System.Drawing.Color.Red;
  132. this.label14.Location = new System.Drawing.Point(287, 23);
  133. this.label14.Name = "label14";
  134. this.label14.Size = new System.Drawing.Size(149, 12);
  135. this.label14.TabIndex = 8;
  136. this.label14.Text = "(暂时自动生成,不可更改)";
  137. //
  138. // textBox2
  139. //
  140. this.textBox2.Location = new System.Drawing.Point(76, 20);
  141. this.textBox2.Name = "textBox2";
  142. this.textBox2.ReadOnly = true;
  143. this.textBox2.Size = new System.Drawing.Size(205, 21);
  144. this.textBox2.TabIndex = 7;
  145. //
  146. // tabcDS
  147. //
  148. this.tabcDS.Controls.Add(this.tabExcel);
  149. this.tabcDS.Controls.Add(this.tabAccess);
  150. this.tabcDS.Controls.Add(this.tabSQLite);
  151. this.tabcDS.Location = new System.Drawing.Point(8, 65);
  152. this.tabcDS.Name = "tabcDS";
  153. this.tabcDS.SelectedIndex = 0;
  154. this.tabcDS.Size = new System.Drawing.Size(588, 277);
  155. this.tabcDS.TabIndex = 6;
  156. this.tabcDS.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabcDS_Selected);
  157. //
  158. // tabExcel
  159. //
  160. this.tabExcel.Controls.Add(this.btnOpenFileExcel);
  161. this.tabExcel.Controls.Add(this.label3);
  162. this.tabExcel.Controls.Add(this.txtInportExcel);
  163. this.tabExcel.Location = new System.Drawing.Point(4, 22);
  164. this.tabExcel.Name = "tabExcel";
  165. this.tabExcel.Padding = new System.Windows.Forms.Padding(3);
  166. this.tabExcel.Size = new System.Drawing.Size(580, 251);
  167. this.tabExcel.TabIndex = 0;
  168. this.tabExcel.Text = "Excel";
  169. this.tabExcel.UseVisualStyleBackColor = true;
  170. //
  171. // btnOpenFileExcel
  172. //
  173. this.btnOpenFileExcel.Location = new System.Drawing.Point(410, 80);
  174. this.btnOpenFileExcel.Name = "btnOpenFileExcel";
  175. this.btnOpenFileExcel.Size = new System.Drawing.Size(60, 23);
  176. this.btnOpenFileExcel.TabIndex = 6;
  177. this.btnOpenFileExcel.Text = "浏览";
  178. this.btnOpenFileExcel.UseVisualStyleBackColor = true;
  179. this.btnOpenFileExcel.Click += new System.EventHandler(this.btnOpenFileExcel_Click);
  180. //
  181. // label3
  182. //
  183. this.label3.AutoSize = true;
  184. this.label3.Location = new System.Drawing.Point(14, 83);
  185. this.label3.Name = "label3";
  186. this.label3.Size = new System.Drawing.Size(41, 12);
  187. this.label3.TabIndex = 5;
  188. this.label3.Text = "路径:";
  189. //
  190. // txtInportExcel
  191. //
  192. this.txtInportExcel.Location = new System.Drawing.Point(64, 80);
  193. this.txtInportExcel.Name = "txtInportExcel";
  194. this.txtInportExcel.Size = new System.Drawing.Size(329, 21);
  195. this.txtInportExcel.TabIndex = 5;
  196. //
  197. // tabAccess
  198. //
  199. this.tabAccess.Controls.Add(this.txtAceessPwd);
  200. this.tabAccess.Controls.Add(this.txtAccessUser);
  201. this.tabAccess.Controls.Add(this.label15);
  202. this.tabAccess.Controls.Add(this.label16);
  203. this.tabAccess.Controls.Add(this.btnOpenFileAccess);
  204. this.tabAccess.Controls.Add(this.label4);
  205. this.tabAccess.Controls.Add(this.txtAccessPath);
  206. this.tabAccess.Location = new System.Drawing.Point(4, 22);
  207. this.tabAccess.Name = "tabAccess";
  208. this.tabAccess.Padding = new System.Windows.Forms.Padding(3);
  209. this.tabAccess.Size = new System.Drawing.Size(580, 251);
  210. this.tabAccess.TabIndex = 1;
  211. this.tabAccess.Text = "Access";
  212. this.tabAccess.UseVisualStyleBackColor = true;
  213. //
  214. // txtAceessPwd
  215. //
  216. this.txtAceessPwd.Location = new System.Drawing.Point(66, 109);
  217. this.txtAceessPwd.Name = "txtAceessPwd";
  218. this.txtAceessPwd.PasswordChar = '*';
  219. this.txtAceessPwd.Size = new System.Drawing.Size(329, 21);
  220. this.txtAceessPwd.TabIndex = 17;
  221. //
  222. // txtAccessUser
  223. //
  224. this.txtAccessUser.Location = new System.Drawing.Point(66, 65);
  225. this.txtAccessUser.Name = "txtAccessUser";
  226. this.txtAccessUser.Size = new System.Drawing.Size(329, 21);
  227. this.txtAccessUser.TabIndex = 16;
  228. //
  229. // label15
  230. //
  231. this.label15.AutoSize = true;
  232. this.label15.Location = new System.Drawing.Point(16, 109);
  233. this.label15.Name = "label15";
  234. this.label15.Size = new System.Drawing.Size(41, 12);
  235. this.label15.TabIndex = 15;
  236. this.label15.Text = "密码:";
  237. //
  238. // label16
  239. //
  240. this.label16.AutoSize = true;
  241. this.label16.Location = new System.Drawing.Point(6, 65);
  242. this.label16.Name = "label16";
  243. this.label16.Size = new System.Drawing.Size(53, 12);
  244. this.label16.TabIndex = 14;
  245. this.label16.Text = "用户名:";
  246. //
  247. // btnOpenFileAccess
  248. //
  249. this.btnOpenFileAccess.Location = new System.Drawing.Point(412, 21);
  250. this.btnOpenFileAccess.Name = "btnOpenFileAccess";
  251. this.btnOpenFileAccess.Size = new System.Drawing.Size(60, 23);
  252. this.btnOpenFileAccess.TabIndex = 9;
  253. this.btnOpenFileAccess.Text = "浏览";
  254. this.btnOpenFileAccess.UseVisualStyleBackColor = true;
  255. this.btnOpenFileAccess.Click += new System.EventHandler(this.btnOpenFileAccess_Click);
  256. //
  257. // label4
  258. //
  259. this.label4.AutoSize = true;
  260. this.label4.Location = new System.Drawing.Point(16, 24);
  261. this.label4.Name = "label4";
  262. this.label4.Size = new System.Drawing.Size(41, 12);
  263. this.label4.TabIndex = 7;
  264. this.label4.Text = "路径:";
  265. //
  266. // txtAccessPath
  267. //
  268. this.txtAccessPath.Location = new System.Drawing.Point(66, 21);
  269. this.txtAccessPath.Name = "txtAccessPath";
  270. this.txtAccessPath.Size = new System.Drawing.Size(329, 21);
  271. this.txtAccessPath.TabIndex = 8;
  272. //
  273. // tabSQLite
  274. //
  275. this.tabSQLite.Controls.Add(this.txtSqlitePwd);
  276. this.tabSQLite.Controls.Add(this.txtSqliteUser);
  277. this.tabSQLite.Controls.Add(this.label7);
  278. this.tabSQLite.Controls.Add(this.label6);
  279. this.tabSQLite.Controls.Add(this.btnOpenFileSQLite);
  280. this.tabSQLite.Controls.Add(this.label5);
  281. this.tabSQLite.Controls.Add(this.txtSqlitePath);
  282. this.tabSQLite.Location = new System.Drawing.Point(4, 22);
  283. this.tabSQLite.Name = "tabSQLite";
  284. this.tabSQLite.Size = new System.Drawing.Size(580, 251);
  285. this.tabSQLite.TabIndex = 2;
  286. this.tabSQLite.Text = "SQLLite";
  287. this.tabSQLite.UseVisualStyleBackColor = true;
  288. //
  289. // txtSqlitePwd
  290. //
  291. this.txtSqlitePwd.Location = new System.Drawing.Point(81, 115);
  292. this.txtSqlitePwd.Name = "txtSqlitePwd";
  293. this.txtSqlitePwd.PasswordChar = '*';
  294. this.txtSqlitePwd.Size = new System.Drawing.Size(316, 21);
  295. this.txtSqlitePwd.TabIndex = 13;
  296. //
  297. // txtSqliteUser
  298. //
  299. this.txtSqliteUser.Location = new System.Drawing.Point(81, 71);
  300. this.txtSqliteUser.Name = "txtSqliteUser";
  301. this.txtSqliteUser.Size = new System.Drawing.Size(316, 21);
  302. this.txtSqliteUser.TabIndex = 12;
  303. //
  304. // label7
  305. //
  306. this.label7.AutoSize = true;
  307. this.label7.Location = new System.Drawing.Point(18, 115);
  308. this.label7.Name = "label7";
  309. this.label7.Size = new System.Drawing.Size(41, 12);
  310. this.label7.TabIndex = 11;
  311. this.label7.Text = "密码:";
  312. //
  313. // label6
  314. //
  315. this.label6.AutoSize = true;
  316. this.label6.Location = new System.Drawing.Point(18, 71);
  317. this.label6.Name = "label6";
  318. this.label6.Size = new System.Drawing.Size(53, 12);
  319. this.label6.TabIndex = 10;
  320. this.label6.Text = "用户名:";
  321. //
  322. // btnOpenFileSQLite
  323. //
  324. this.btnOpenFileSQLite.Location = new System.Drawing.Point(414, 23);
  325. this.btnOpenFileSQLite.Name = "btnOpenFileSQLite";
  326. this.btnOpenFileSQLite.Size = new System.Drawing.Size(60, 23);
  327. this.btnOpenFileSQLite.TabIndex = 9;
  328. this.btnOpenFileSQLite.Text = "浏览";
  329. this.btnOpenFileSQLite.UseVisualStyleBackColor = true;
  330. this.btnOpenFileSQLite.Click += new System.EventHandler(this.btnOpenFileSQLite_Click);
  331. //
  332. // label5
  333. //
  334. this.label5.AutoSize = true;
  335. this.label5.Location = new System.Drawing.Point(18, 26);
  336. this.label5.Name = "label5";
  337. this.label5.Size = new System.Drawing.Size(41, 12);
  338. this.label5.TabIndex = 7;
  339. this.label5.Text = "路径:";
  340. //
  341. // txtSqlitePath
  342. //
  343. this.txtSqlitePath.Location = new System.Drawing.Point(81, 23);
  344. this.txtSqlitePath.Name = "txtSqlitePath";
  345. this.txtSqlitePath.Size = new System.Drawing.Size(316, 21);
  346. this.txtSqlitePath.TabIndex = 8;
  347. //
  348. // label2
  349. //
  350. this.label2.AutoSize = true;
  351. this.label2.Location = new System.Drawing.Point(14, 23);
  352. this.label2.Name = "label2";
  353. this.label2.Size = new System.Drawing.Size(53, 12);
  354. this.label2.TabIndex = 4;
  355. this.label2.Text = "进程名:";
  356. //
  357. // tabCnas
  358. //
  359. this.tabCnas.Controls.Add(this.txtPort);
  360. this.tabCnas.Controls.Add(this.label1);
  361. this.tabCnas.Controls.Add(this.btnCNASTestLink);
  362. this.tabCnas.Controls.Add(this.txtDBName);
  363. this.tabCnas.Controls.Add(this.txtDBHost);
  364. this.tabCnas.Controls.Add(this.label11);
  365. this.tabCnas.Controls.Add(this.label10);
  366. this.tabCnas.Controls.Add(this.txtDBPwd);
  367. this.tabCnas.Controls.Add(this.txtDBUser);
  368. this.tabCnas.Controls.Add(this.label8);
  369. this.tabCnas.Controls.Add(this.label9);
  370. this.tabCnas.Location = new System.Drawing.Point(4, 22);
  371. this.tabCnas.Name = "tabCnas";
  372. this.tabCnas.Padding = new System.Windows.Forms.Padding(3);
  373. this.tabCnas.Size = new System.Drawing.Size(604, 348);
  374. this.tabCnas.TabIndex = 1;
  375. this.tabCnas.Text = "CNAS数据库";
  376. this.tabCnas.UseVisualStyleBackColor = true;
  377. //
  378. // btnCNASTestLink
  379. //
  380. this.btnCNASTestLink.Location = new System.Drawing.Point(444, 237);
  381. this.btnCNASTestLink.Name = "btnCNASTestLink";
  382. this.btnCNASTestLink.Size = new System.Drawing.Size(79, 24);
  383. this.btnCNASTestLink.TabIndex = 22;
  384. this.btnCNASTestLink.Text = "测试连接";
  385. this.btnCNASTestLink.UseVisualStyleBackColor = true;
  386. this.btnCNASTestLink.Click += new System.EventHandler(this.btnCNASTestLink_Click);
  387. //
  388. // txtDBName
  389. //
  390. this.txtDBName.Location = new System.Drawing.Point(96, 73);
  391. this.txtDBName.Name = "txtDBName";
  392. this.txtDBName.Size = new System.Drawing.Size(316, 21);
  393. this.txtDBName.TabIndex = 21;
  394. //
  395. // txtDBHost
  396. //
  397. this.txtDBHost.Location = new System.Drawing.Point(96, 27);
  398. this.txtDBHost.Name = "txtDBHost";
  399. this.txtDBHost.Size = new System.Drawing.Size(316, 21);
  400. this.txtDBHost.TabIndex = 20;
  401. //
  402. // label11
  403. //
  404. this.label11.AutoSize = true;
  405. this.label11.Location = new System.Drawing.Point(51, 77);
  406. this.label11.Name = "label11";
  407. this.label11.Size = new System.Drawing.Size(41, 12);
  408. this.label11.TabIndex = 19;
  409. this.label11.Text = "实例:";
  410. //
  411. // label10
  412. //
  413. this.label10.AutoSize = true;
  414. this.label10.Location = new System.Drawing.Point(40, 30);
  415. this.label10.Name = "label10";
  416. this.label10.Size = new System.Drawing.Size(53, 12);
  417. this.label10.TabIndex = 18;
  418. this.label10.Text = "服务器:";
  419. //
  420. // txtDBPwd
  421. //
  422. this.txtDBPwd.Location = new System.Drawing.Point(96, 164);
  423. this.txtDBPwd.Name = "txtDBPwd";
  424. this.txtDBPwd.PasswordChar = '*';
  425. this.txtDBPwd.Size = new System.Drawing.Size(316, 21);
  426. this.txtDBPwd.TabIndex = 17;
  427. //
  428. // txtDBUser
  429. //
  430. this.txtDBUser.Location = new System.Drawing.Point(96, 120);
  431. this.txtDBUser.Name = "txtDBUser";
  432. this.txtDBUser.Size = new System.Drawing.Size(316, 21);
  433. this.txtDBUser.TabIndex = 16;
  434. //
  435. // label8
  436. //
  437. this.label8.AutoSize = true;
  438. this.label8.Location = new System.Drawing.Point(51, 168);
  439. this.label8.Name = "label8";
  440. this.label8.Size = new System.Drawing.Size(41, 12);
  441. this.label8.TabIndex = 15;
  442. this.label8.Text = "密码:";
  443. //
  444. // label9
  445. //
  446. this.label9.AutoSize = true;
  447. this.label9.Location = new System.Drawing.Point(39, 124);
  448. this.label9.Name = "label9";
  449. this.label9.Size = new System.Drawing.Size(53, 12);
  450. this.label9.TabIndex = 14;
  451. this.label9.Text = "用户名:";
  452. //
  453. // pnlBottom
  454. //
  455. this.pnlBottom.Controls.Add(this.btnOK);
  456. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  457. this.pnlBottom.Location = new System.Drawing.Point(0, 384);
  458. this.pnlBottom.Name = "pnlBottom";
  459. this.pnlBottom.Size = new System.Drawing.Size(612, 42);
  460. this.pnlBottom.TabIndex = 3;
  461. //
  462. // btnOK
  463. //
  464. this.btnOK.Location = new System.Drawing.Point(522, 4);
  465. this.btnOK.Name = "btnOK";
  466. this.btnOK.Size = new System.Drawing.Size(75, 35);
  467. this.btnOK.TabIndex = 0;
  468. this.btnOK.Text = "确认";
  469. this.btnOK.UseVisualStyleBackColor = true;
  470. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  471. //
  472. // pnlTop
  473. //
  474. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  475. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  476. this.pnlTop.Name = "pnlTop";
  477. this.pnlTop.Size = new System.Drawing.Size(612, 10);
  478. this.pnlTop.TabIndex = 2;
  479. //
  480. // txtPort
  481. //
  482. this.txtPort.Location = new System.Drawing.Point(96, 205);
  483. this.txtPort.Name = "txtPort";
  484. this.txtPort.PasswordChar = '*';
  485. this.txtPort.Size = new System.Drawing.Size(316, 21);
  486. this.txtPort.TabIndex = 24;
  487. //
  488. // label1
  489. //
  490. this.label1.AutoSize = true;
  491. this.label1.Location = new System.Drawing.Point(51, 209);
  492. this.label1.Name = "label1";
  493. this.label1.Size = new System.Drawing.Size(41, 12);
  494. this.label1.TabIndex = 23;
  495. this.label1.Text = "端口:";
  496. //
  497. // frmDatabaseParams
  498. //
  499. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  500. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  501. this.ClientSize = new System.Drawing.Size(612, 426);
  502. this.Controls.Add(this.pnlAll);
  503. this.MaximizeBox = false;
  504. this.MinimizeBox = false;
  505. this.Name = "frmDatabaseParams";
  506. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  507. this.Text = "仪表数据库配置";
  508. this.Load += new System.EventHandler(this.frmDatabaseParams_Load);
  509. this.pnlAll.ResumeLayout(false);
  510. this.pnlCenter.ResumeLayout(false);
  511. this.tabParamas.ResumeLayout(false);
  512. this.tabInstrument.ResumeLayout(false);
  513. this.tabInstrument.PerformLayout();
  514. this.tabcDS.ResumeLayout(false);
  515. this.tabExcel.ResumeLayout(false);
  516. this.tabExcel.PerformLayout();
  517. this.tabAccess.ResumeLayout(false);
  518. this.tabAccess.PerformLayout();
  519. this.tabSQLite.ResumeLayout(false);
  520. this.tabSQLite.PerformLayout();
  521. this.tabCnas.ResumeLayout(false);
  522. this.tabCnas.PerformLayout();
  523. this.pnlBottom.ResumeLayout(false);
  524. this.ResumeLayout(false);
  525. }
  526. #endregion
  527. private System.Windows.Forms.Panel pnlAll;
  528. private System.Windows.Forms.Panel pnlCenter;
  529. private System.Windows.Forms.TabControl tabParamas;
  530. private System.Windows.Forms.TabPage tabInstrument;
  531. private System.Windows.Forms.Label label14;
  532. private System.Windows.Forms.TextBox textBox2;
  533. private System.Windows.Forms.TabControl tabcDS;
  534. private System.Windows.Forms.TabPage tabExcel;
  535. private System.Windows.Forms.Button btnOpenFileExcel;
  536. private System.Windows.Forms.Label label3;
  537. private System.Windows.Forms.TextBox txtInportExcel;
  538. private System.Windows.Forms.TabPage tabAccess;
  539. private System.Windows.Forms.TextBox txtAceessPwd;
  540. private System.Windows.Forms.TextBox txtAccessUser;
  541. private System.Windows.Forms.Label label15;
  542. private System.Windows.Forms.Label label16;
  543. private System.Windows.Forms.Button btnOpenFileAccess;
  544. private System.Windows.Forms.Label label4;
  545. private System.Windows.Forms.TabPage tabSQLite;
  546. private System.Windows.Forms.TextBox txtSqlitePwd;
  547. private System.Windows.Forms.TextBox txtSqliteUser;
  548. private System.Windows.Forms.Label label7;
  549. private System.Windows.Forms.Label label6;
  550. private System.Windows.Forms.Button btnOpenFileSQLite;
  551. private System.Windows.Forms.Label label5;
  552. private System.Windows.Forms.TextBox txtSqlitePath;
  553. private System.Windows.Forms.Label label2;
  554. private System.Windows.Forms.TabPage tabCnas;
  555. private System.Windows.Forms.Button btnCNASTestLink;
  556. private System.Windows.Forms.TextBox txtDBName;
  557. private System.Windows.Forms.TextBox txtDBHost;
  558. private System.Windows.Forms.Label label11;
  559. private System.Windows.Forms.Label label10;
  560. private System.Windows.Forms.TextBox txtDBPwd;
  561. private System.Windows.Forms.TextBox txtDBUser;
  562. private System.Windows.Forms.Label label8;
  563. private System.Windows.Forms.Label label9;
  564. private System.Windows.Forms.Panel pnlBottom;
  565. private System.Windows.Forms.Button btnOK;
  566. private System.Windows.Forms.Panel pnlTop;
  567. private System.Windows.Forms.TextBox txtAccessPath;
  568. private System.Windows.Forms.TextBox txtPort;
  569. private System.Windows.Forms.Label label1;
  570. }
  571. }