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

512 Zeilen
23KB

  1. namespace CNASBalanceDBManage
  2. {
  3. partial class frmBalanceDB
  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(frmBalanceDB));
  29. this.pnlAll = new System.Windows.Forms.Panel();
  30. this.pnlCenter = new System.Windows.Forms.Panel();
  31. this.tabSetting = new System.Windows.Forms.TabControl();
  32. this.tabCNASDB = new System.Windows.Forms.TabPage();
  33. this.btnCNASTestLink = new System.Windows.Forms.Button();
  34. this.txtPort = new System.Windows.Forms.TextBox();
  35. this.txtDBHost = new System.Windows.Forms.TextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.label9 = new System.Windows.Forms.Label();
  38. this.txtDBName = new System.Windows.Forms.TextBox();
  39. this.label8 = new System.Windows.Forms.Label();
  40. this.txtDBUser = new System.Windows.Forms.TextBox();
  41. this.label11 = new System.Windows.Forms.Label();
  42. this.txtDBPwd = new System.Windows.Forms.TextBox();
  43. this.label10 = new System.Windows.Forms.Label();
  44. this.tabPlatForm = new System.Windows.Forms.TabPage();
  45. this.btnPlatTest = new System.Windows.Forms.Button();
  46. this.txtPlatPort = new System.Windows.Forms.TextBox();
  47. this.txtPlatHost = new System.Windows.Forms.TextBox();
  48. this.label5 = new System.Windows.Forms.Label();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.txtPlatServer = new System.Windows.Forms.TextBox();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.txtPlatUser = new System.Windows.Forms.TextBox();
  53. this.label12 = new System.Windows.Forms.Label();
  54. this.txtPlatPwd = new System.Windows.Forms.TextBox();
  55. this.label13 = new System.Windows.Forms.Label();
  56. this.tabPwd = new System.Windows.Forms.TabPage();
  57. this.txtRepeatPwd = new System.Windows.Forms.TextBox();
  58. this.label4 = new System.Windows.Forms.Label();
  59. this.txtNewPwd = new System.Windows.Forms.TextBox();
  60. this.label3 = new System.Windows.Forms.Label();
  61. this.txtOldPwd = new System.Windows.Forms.TextBox();
  62. this.label2 = new System.Windows.Forms.Label();
  63. this.pnlBottom = new System.Windows.Forms.Panel();
  64. this.panel1 = new System.Windows.Forms.Panel();
  65. this.btnOK = new System.Windows.Forms.Button();
  66. this.groupBox1 = new System.Windows.Forms.GroupBox();
  67. this.pnlAll.SuspendLayout();
  68. this.pnlCenter.SuspendLayout();
  69. this.tabSetting.SuspendLayout();
  70. this.tabCNASDB.SuspendLayout();
  71. this.tabPlatForm.SuspendLayout();
  72. this.tabPwd.SuspendLayout();
  73. this.pnlBottom.SuspendLayout();
  74. this.panel1.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // pnlAll
  78. //
  79. this.pnlAll.Controls.Add(this.pnlCenter);
  80. this.pnlAll.Controls.Add(this.pnlBottom);
  81. this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.pnlAll.Location = new System.Drawing.Point(0, 0);
  83. this.pnlAll.Name = "pnlAll";
  84. this.pnlAll.Size = new System.Drawing.Size(493, 311);
  85. this.pnlAll.TabIndex = 0;
  86. //
  87. // pnlCenter
  88. //
  89. this.pnlCenter.Controls.Add(this.tabSetting);
  90. this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.pnlCenter.Location = new System.Drawing.Point(0, 0);
  92. this.pnlCenter.Name = "pnlCenter";
  93. this.pnlCenter.Size = new System.Drawing.Size(493, 258);
  94. this.pnlCenter.TabIndex = 1;
  95. //
  96. // tabSetting
  97. //
  98. this.tabSetting.Controls.Add(this.tabCNASDB);
  99. this.tabSetting.Controls.Add(this.tabPlatForm);
  100. this.tabSetting.Controls.Add(this.tabPwd);
  101. this.tabSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.tabSetting.Location = new System.Drawing.Point(0, 0);
  103. this.tabSetting.Name = "tabSetting";
  104. this.tabSetting.SelectedIndex = 0;
  105. this.tabSetting.Size = new System.Drawing.Size(493, 258);
  106. this.tabSetting.TabIndex = 36;
  107. //
  108. // tabCNASDB
  109. //
  110. this.tabCNASDB.Controls.Add(this.btnCNASTestLink);
  111. this.tabCNASDB.Controls.Add(this.txtPort);
  112. this.tabCNASDB.Controls.Add(this.txtDBHost);
  113. this.tabCNASDB.Controls.Add(this.label1);
  114. this.tabCNASDB.Controls.Add(this.label9);
  115. this.tabCNASDB.Controls.Add(this.txtDBName);
  116. this.tabCNASDB.Controls.Add(this.label8);
  117. this.tabCNASDB.Controls.Add(this.txtDBUser);
  118. this.tabCNASDB.Controls.Add(this.label11);
  119. this.tabCNASDB.Controls.Add(this.txtDBPwd);
  120. this.tabCNASDB.Controls.Add(this.label10);
  121. this.tabCNASDB.Location = new System.Drawing.Point(4, 26);
  122. this.tabCNASDB.Name = "tabCNASDB";
  123. this.tabCNASDB.Padding = new System.Windows.Forms.Padding(3);
  124. this.tabCNASDB.Size = new System.Drawing.Size(485, 228);
  125. this.tabCNASDB.TabIndex = 0;
  126. this.tabCNASDB.Text = "目标数据库";
  127. this.tabCNASDB.UseVisualStyleBackColor = true;
  128. //
  129. // btnCNASTestLink
  130. //
  131. this.btnCNASTestLink.Location = new System.Drawing.Point(398, 176);
  132. this.btnCNASTestLink.Name = "btnCNASTestLink";
  133. this.btnCNASTestLink.Size = new System.Drawing.Size(79, 24);
  134. this.btnCNASTestLink.TabIndex = 36;
  135. this.btnCNASTestLink.Text = "测试连接";
  136. this.btnCNASTestLink.UseVisualStyleBackColor = true;
  137. this.btnCNASTestLink.Click += new System.EventHandler(this.btnCNASTestLink_Click);
  138. //
  139. // txtPort
  140. //
  141. this.txtPort.Location = new System.Drawing.Point(71, 176);
  142. this.txtPort.Name = "txtPort";
  143. this.txtPort.PasswordChar = '*';
  144. this.txtPort.Size = new System.Drawing.Size(316, 23);
  145. this.txtPort.TabIndex = 35;
  146. //
  147. // txtDBHost
  148. //
  149. this.txtDBHost.Location = new System.Drawing.Point(71, 24);
  150. this.txtDBHost.Name = "txtDBHost";
  151. this.txtDBHost.Size = new System.Drawing.Size(316, 23);
  152. this.txtDBHost.TabIndex = 31;
  153. //
  154. // label1
  155. //
  156. this.label1.AutoSize = true;
  157. this.label1.Location = new System.Drawing.Point(26, 180);
  158. this.label1.Name = "label1";
  159. this.label1.Size = new System.Drawing.Size(44, 17);
  160. this.label1.TabIndex = 34;
  161. this.label1.Text = "端口:";
  162. //
  163. // label9
  164. //
  165. this.label9.AutoSize = true;
  166. this.label9.Location = new System.Drawing.Point(14, 104);
  167. this.label9.Name = "label9";
  168. this.label9.Size = new System.Drawing.Size(56, 17);
  169. this.label9.TabIndex = 25;
  170. this.label9.Text = "用户名:";
  171. //
  172. // txtDBName
  173. //
  174. this.txtDBName.Location = new System.Drawing.Point(71, 62);
  175. this.txtDBName.Name = "txtDBName";
  176. this.txtDBName.Size = new System.Drawing.Size(316, 23);
  177. this.txtDBName.TabIndex = 32;
  178. //
  179. // label8
  180. //
  181. this.label8.AutoSize = true;
  182. this.label8.Location = new System.Drawing.Point(26, 142);
  183. this.label8.Name = "label8";
  184. this.label8.Size = new System.Drawing.Size(44, 17);
  185. this.label8.TabIndex = 26;
  186. this.label8.Text = "密码:";
  187. //
  188. // txtDBUser
  189. //
  190. this.txtDBUser.Location = new System.Drawing.Point(71, 100);
  191. this.txtDBUser.Name = "txtDBUser";
  192. this.txtDBUser.Size = new System.Drawing.Size(316, 23);
  193. this.txtDBUser.TabIndex = 33;
  194. //
  195. // label11
  196. //
  197. this.label11.AutoSize = true;
  198. this.label11.Location = new System.Drawing.Point(26, 66);
  199. this.label11.Name = "label11";
  200. this.label11.Size = new System.Drawing.Size(44, 17);
  201. this.label11.TabIndex = 30;
  202. this.label11.Text = "实例:";
  203. //
  204. // txtDBPwd
  205. //
  206. this.txtDBPwd.Location = new System.Drawing.Point(71, 138);
  207. this.txtDBPwd.Name = "txtDBPwd";
  208. this.txtDBPwd.PasswordChar = '*';
  209. this.txtDBPwd.Size = new System.Drawing.Size(316, 23);
  210. this.txtDBPwd.TabIndex = 34;
  211. //
  212. // label10
  213. //
  214. this.label10.AutoSize = true;
  215. this.label10.Location = new System.Drawing.Point(15, 27);
  216. this.label10.Name = "label10";
  217. this.label10.Size = new System.Drawing.Size(56, 17);
  218. this.label10.TabIndex = 29;
  219. this.label10.Text = "服务器:";
  220. //
  221. // tabPlatForm
  222. //
  223. this.tabPlatForm.Controls.Add(this.btnPlatTest);
  224. this.tabPlatForm.Controls.Add(this.txtPlatPort);
  225. this.tabPlatForm.Controls.Add(this.txtPlatHost);
  226. this.tabPlatForm.Controls.Add(this.label5);
  227. this.tabPlatForm.Controls.Add(this.label6);
  228. this.tabPlatForm.Controls.Add(this.txtPlatServer);
  229. this.tabPlatForm.Controls.Add(this.label7);
  230. this.tabPlatForm.Controls.Add(this.txtPlatUser);
  231. this.tabPlatForm.Controls.Add(this.label12);
  232. this.tabPlatForm.Controls.Add(this.txtPlatPwd);
  233. this.tabPlatForm.Controls.Add(this.label13);
  234. this.tabPlatForm.Location = new System.Drawing.Point(4, 26);
  235. this.tabPlatForm.Name = "tabPlatForm";
  236. this.tabPlatForm.Size = new System.Drawing.Size(485, 228);
  237. this.tabPlatForm.TabIndex = 2;
  238. this.tabPlatForm.Text = "目标平台数据库";
  239. this.tabPlatForm.UseVisualStyleBackColor = true;
  240. //
  241. // btnPlatTest
  242. //
  243. this.btnPlatTest.Location = new System.Drawing.Point(399, 176);
  244. this.btnPlatTest.Name = "btnPlatTest";
  245. this.btnPlatTest.Size = new System.Drawing.Size(79, 24);
  246. this.btnPlatTest.TabIndex = 47;
  247. this.btnPlatTest.Text = "测试连接";
  248. this.btnPlatTest.UseVisualStyleBackColor = true;
  249. this.btnPlatTest.Click += new System.EventHandler(this.btnPlatTest_Click);
  250. //
  251. // txtPlatPort
  252. //
  253. this.txtPlatPort.Location = new System.Drawing.Point(72, 176);
  254. this.txtPlatPort.Name = "txtPlatPort";
  255. this.txtPlatPort.PasswordChar = '*';
  256. this.txtPlatPort.Size = new System.Drawing.Size(316, 23);
  257. this.txtPlatPort.TabIndex = 46;
  258. //
  259. // txtPlatHost
  260. //
  261. this.txtPlatHost.Location = new System.Drawing.Point(72, 24);
  262. this.txtPlatHost.Name = "txtPlatHost";
  263. this.txtPlatHost.Size = new System.Drawing.Size(316, 23);
  264. this.txtPlatHost.TabIndex = 42;
  265. //
  266. // label5
  267. //
  268. this.label5.AutoSize = true;
  269. this.label5.Location = new System.Drawing.Point(27, 180);
  270. this.label5.Name = "label5";
  271. this.label5.Size = new System.Drawing.Size(44, 17);
  272. this.label5.TabIndex = 45;
  273. this.label5.Text = "端口:";
  274. //
  275. // label6
  276. //
  277. this.label6.AutoSize = true;
  278. this.label6.Location = new System.Drawing.Point(15, 104);
  279. this.label6.Name = "label6";
  280. this.label6.Size = new System.Drawing.Size(56, 17);
  281. this.label6.TabIndex = 36;
  282. this.label6.Text = "用户名:";
  283. //
  284. // txtPlatServer
  285. //
  286. this.txtPlatServer.Location = new System.Drawing.Point(72, 62);
  287. this.txtPlatServer.Name = "txtPlatServer";
  288. this.txtPlatServer.Size = new System.Drawing.Size(316, 23);
  289. this.txtPlatServer.TabIndex = 43;
  290. //
  291. // label7
  292. //
  293. this.label7.AutoSize = true;
  294. this.label7.Location = new System.Drawing.Point(27, 142);
  295. this.label7.Name = "label7";
  296. this.label7.Size = new System.Drawing.Size(44, 17);
  297. this.label7.TabIndex = 37;
  298. this.label7.Text = "密码:";
  299. //
  300. // txtPlatUser
  301. //
  302. this.txtPlatUser.Location = new System.Drawing.Point(72, 100);
  303. this.txtPlatUser.Name = "txtPlatUser";
  304. this.txtPlatUser.Size = new System.Drawing.Size(316, 23);
  305. this.txtPlatUser.TabIndex = 44;
  306. //
  307. // label12
  308. //
  309. this.label12.AutoSize = true;
  310. this.label12.Location = new System.Drawing.Point(27, 66);
  311. this.label12.Name = "label12";
  312. this.label12.Size = new System.Drawing.Size(44, 17);
  313. this.label12.TabIndex = 41;
  314. this.label12.Text = "实例:";
  315. //
  316. // txtPlatPwd
  317. //
  318. this.txtPlatPwd.Location = new System.Drawing.Point(72, 138);
  319. this.txtPlatPwd.Name = "txtPlatPwd";
  320. this.txtPlatPwd.PasswordChar = '*';
  321. this.txtPlatPwd.Size = new System.Drawing.Size(316, 23);
  322. this.txtPlatPwd.TabIndex = 45;
  323. //
  324. // label13
  325. //
  326. this.label13.AutoSize = true;
  327. this.label13.Location = new System.Drawing.Point(16, 27);
  328. this.label13.Name = "label13";
  329. this.label13.Size = new System.Drawing.Size(56, 17);
  330. this.label13.TabIndex = 40;
  331. this.label13.Text = "服务器:";
  332. //
  333. // tabPwd
  334. //
  335. this.tabPwd.Controls.Add(this.txtRepeatPwd);
  336. this.tabPwd.Controls.Add(this.label4);
  337. this.tabPwd.Controls.Add(this.txtNewPwd);
  338. this.tabPwd.Controls.Add(this.label3);
  339. this.tabPwd.Controls.Add(this.txtOldPwd);
  340. this.tabPwd.Controls.Add(this.label2);
  341. this.tabPwd.Location = new System.Drawing.Point(4, 26);
  342. this.tabPwd.Name = "tabPwd";
  343. this.tabPwd.Padding = new System.Windows.Forms.Padding(3);
  344. this.tabPwd.Size = new System.Drawing.Size(485, 228);
  345. this.tabPwd.TabIndex = 1;
  346. this.tabPwd.Text = "操作密码";
  347. this.tabPwd.UseVisualStyleBackColor = true;
  348. //
  349. // txtRepeatPwd
  350. //
  351. this.txtRepeatPwd.Location = new System.Drawing.Point(90, 120);
  352. this.txtRepeatPwd.Name = "txtRepeatPwd";
  353. this.txtRepeatPwd.PasswordChar = '*';
  354. this.txtRepeatPwd.Size = new System.Drawing.Size(316, 23);
  355. this.txtRepeatPwd.TabIndex = 37;
  356. //
  357. // label4
  358. //
  359. this.label4.AutoSize = true;
  360. this.label4.Location = new System.Drawing.Point(10, 123);
  361. this.label4.Name = "label4";
  362. this.label4.Size = new System.Drawing.Size(80, 17);
  363. this.label4.TabIndex = 36;
  364. this.label4.Text = "重复新密码:";
  365. //
  366. // txtNewPwd
  367. //
  368. this.txtNewPwd.Location = new System.Drawing.Point(90, 81);
  369. this.txtNewPwd.Name = "txtNewPwd";
  370. this.txtNewPwd.PasswordChar = '*';
  371. this.txtNewPwd.Size = new System.Drawing.Size(316, 23);
  372. this.txtNewPwd.TabIndex = 35;
  373. //
  374. // label3
  375. //
  376. this.label3.AutoSize = true;
  377. this.label3.Location = new System.Drawing.Point(34, 84);
  378. this.label3.Name = "label3";
  379. this.label3.Size = new System.Drawing.Size(56, 17);
  380. this.label3.TabIndex = 34;
  381. this.label3.Text = "新密码:";
  382. //
  383. // txtOldPwd
  384. //
  385. this.txtOldPwd.Location = new System.Drawing.Point(90, 43);
  386. this.txtOldPwd.Name = "txtOldPwd";
  387. this.txtOldPwd.PasswordChar = '*';
  388. this.txtOldPwd.Size = new System.Drawing.Size(316, 23);
  389. this.txtOldPwd.TabIndex = 33;
  390. //
  391. // label2
  392. //
  393. this.label2.AutoSize = true;
  394. this.label2.Location = new System.Drawing.Point(34, 46);
  395. this.label2.Name = "label2";
  396. this.label2.Size = new System.Drawing.Size(56, 17);
  397. this.label2.TabIndex = 32;
  398. this.label2.Text = "原密码:";
  399. //
  400. // pnlBottom
  401. //
  402. this.pnlBottom.Controls.Add(this.panel1);
  403. this.pnlBottom.Controls.Add(this.groupBox1);
  404. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  405. this.pnlBottom.Location = new System.Drawing.Point(0, 258);
  406. this.pnlBottom.Name = "pnlBottom";
  407. this.pnlBottom.Size = new System.Drawing.Size(493, 53);
  408. this.pnlBottom.TabIndex = 0;
  409. //
  410. // panel1
  411. //
  412. this.panel1.Controls.Add(this.btnOK);
  413. this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
  414. this.panel1.Location = new System.Drawing.Point(395, 4);
  415. this.panel1.Name = "panel1";
  416. this.panel1.Size = new System.Drawing.Size(98, 49);
  417. this.panel1.TabIndex = 2;
  418. //
  419. // btnOK
  420. //
  421. this.btnOK.Location = new System.Drawing.Point(3, 3);
  422. this.btnOK.Name = "btnOK";
  423. this.btnOK.Size = new System.Drawing.Size(90, 30);
  424. this.btnOK.TabIndex = 0;
  425. this.btnOK.Text = "确定";
  426. this.btnOK.UseVisualStyleBackColor = true;
  427. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  428. //
  429. // groupBox1
  430. //
  431. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  432. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  433. this.groupBox1.Name = "groupBox1";
  434. this.groupBox1.Size = new System.Drawing.Size(493, 4);
  435. this.groupBox1.TabIndex = 1;
  436. this.groupBox1.TabStop = false;
  437. //
  438. // frmBalanceDB
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.ClientSize = new System.Drawing.Size(493, 311);
  443. this.Controls.Add(this.pnlAll);
  444. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  446. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  447. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  448. this.MaximizeBox = false;
  449. this.Name = "frmBalanceDB";
  450. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  451. this.Text = "初始配置";
  452. this.Load += new System.EventHandler(this.frmBalanceDB_Load);
  453. this.pnlAll.ResumeLayout(false);
  454. this.pnlCenter.ResumeLayout(false);
  455. this.tabSetting.ResumeLayout(false);
  456. this.tabCNASDB.ResumeLayout(false);
  457. this.tabCNASDB.PerformLayout();
  458. this.tabPlatForm.ResumeLayout(false);
  459. this.tabPlatForm.PerformLayout();
  460. this.tabPwd.ResumeLayout(false);
  461. this.tabPwd.PerformLayout();
  462. this.pnlBottom.ResumeLayout(false);
  463. this.panel1.ResumeLayout(false);
  464. this.ResumeLayout(false);
  465. }
  466. #endregion
  467. private System.Windows.Forms.Panel pnlAll;
  468. private System.Windows.Forms.Panel pnlCenter;
  469. private System.Windows.Forms.Panel pnlBottom;
  470. private System.Windows.Forms.Button btnOK;
  471. private System.Windows.Forms.TextBox txtPort;
  472. private System.Windows.Forms.Label label1;
  473. private System.Windows.Forms.Button btnCNASTestLink;
  474. private System.Windows.Forms.TextBox txtDBName;
  475. private System.Windows.Forms.TextBox txtDBHost;
  476. private System.Windows.Forms.Label label11;
  477. private System.Windows.Forms.Label label10;
  478. private System.Windows.Forms.TextBox txtDBPwd;
  479. private System.Windows.Forms.TextBox txtDBUser;
  480. private System.Windows.Forms.Label label8;
  481. private System.Windows.Forms.Label label9;
  482. private System.Windows.Forms.Panel panel1;
  483. private System.Windows.Forms.GroupBox groupBox1;
  484. private System.Windows.Forms.TabControl tabSetting;
  485. private System.Windows.Forms.TabPage tabCNASDB;
  486. private System.Windows.Forms.TabPage tabPwd;
  487. private System.Windows.Forms.TextBox txtRepeatPwd;
  488. private System.Windows.Forms.Label label4;
  489. private System.Windows.Forms.TextBox txtNewPwd;
  490. private System.Windows.Forms.Label label3;
  491. private System.Windows.Forms.TextBox txtOldPwd;
  492. private System.Windows.Forms.Label label2;
  493. private System.Windows.Forms.TabPage tabPlatForm;
  494. private System.Windows.Forms.Button btnPlatTest;
  495. private System.Windows.Forms.TextBox txtPlatPort;
  496. private System.Windows.Forms.TextBox txtPlatHost;
  497. private System.Windows.Forms.Label label5;
  498. private System.Windows.Forms.Label label6;
  499. private System.Windows.Forms.TextBox txtPlatServer;
  500. private System.Windows.Forms.Label label7;
  501. private System.Windows.Forms.TextBox txtPlatUser;
  502. private System.Windows.Forms.Label label12;
  503. private System.Windows.Forms.TextBox txtPlatPwd;
  504. private System.Windows.Forms.Label label13;
  505. }
  506. }