ResultViewNameRule2.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. using Resources;
  2. using SmartCoalApplication.Base.CommTool;
  3. using SmartCoalApplication.Base.FunctionModel;
  4. using SmartCoalApplication.Base.SettingModel;
  5. using SmartCoalApplication.Core;
  6. using SmartCoalApplication.Core.DbOpreate.DbModel;
  7. using SmartCoalApplication.Resources;
  8. using System;
  9. using System.Collections.Generic;
  10. using System.ComponentModel;
  11. using System.Data;
  12. using System.Drawing;
  13. using System.IO;
  14. using System.Linq;
  15. using System.Text;
  16. using System.Text.RegularExpressions;
  17. using System.Threading.Tasks;
  18. using System.Windows.Forms;
  19. namespace SmartCoalApplication.AutomaticMeasurement
  20. {
  21. partial class ResultViewNameRule2
  22. {
  23. /// <summary>
  24. /// Required designer variable.
  25. /// </summary>
  26. private System.ComponentModel.IContainer components = null;
  27. /// <summary>
  28. /// Clean up any resources being used.
  29. /// </summary>
  30. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  31. protected override void Dispose(bool disposing)
  32. {
  33. if (disposing && (components != null))
  34. {
  35. components.Dispose();
  36. }
  37. base.Dispose(disposing);
  38. }
  39. #region Windows Form Designer generated code
  40. /// <summary>
  41. /// Required method for Designer support - do not modify
  42. /// the contents of this method with the code editor.
  43. /// </summary>
  44. private void InitializeComponent()
  45. {
  46. this.listNames = new System.Windows.Forms.ListBox();
  47. this.groupBox2 = new System.Windows.Forms.GroupBox();
  48. this.buttonUse = new System.Windows.Forms.Button();
  49. this.btn_Del = new System.Windows.Forms.Button();
  50. this.btn_Save = new System.Windows.Forms.Button();
  51. this.buttonCancel = new System.Windows.Forms.Button();
  52. this.buttonNew = new System.Windows.Forms.Button();
  53. this.groupBox19 = new System.Windows.Forms.GroupBox();
  54. this.textBox1 = new System.Windows.Forms.TextBox();
  55. this.label29 = new System.Windows.Forms.Label();
  56. this.groupBox5 = new System.Windows.Forms.GroupBox();
  57. this.textBox8 = new System.Windows.Forms.TextBox();
  58. this.textBox7 = new System.Windows.Forms.TextBox();
  59. this.label31 = new System.Windows.Forms.Label();
  60. this.label30 = new System.Windows.Forms.Label();
  61. this.radioButton2 = new System.Windows.Forms.RadioButton();
  62. this.textBox3 = new System.Windows.Forms.TextBox();
  63. this.radioButton1 = new System.Windows.Forms.RadioButton();
  64. this.comboBox1 = new System.Windows.Forms.ComboBox();
  65. this.label15 = new System.Windows.Forms.Label();
  66. this.textBox2 = new System.Windows.Forms.TextBox();
  67. this.label14 = new System.Windows.Forms.Label();
  68. this.textBox4 = new System.Windows.Forms.TextBox();
  69. this.label13 = new System.Windows.Forms.Label();
  70. this.listView1 = new System.Windows.Forms.ListView();
  71. this.groupBox1 = new System.Windows.Forms.GroupBox();
  72. this.textBox5 = new System.Windows.Forms.TextBox();
  73. this.label1 = new System.Windows.Forms.Label();
  74. this.groupBox2.SuspendLayout();
  75. this.groupBox19.SuspendLayout();
  76. this.groupBox5.SuspendLayout();
  77. this.groupBox1.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // listNames
  81. //
  82. this.listNames.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Left)));
  84. this.listNames.FormattingEnabled = true;
  85. this.listNames.ItemHeight = 12;
  86. this.listNames.Location = new System.Drawing.Point(12, 8);
  87. this.listNames.Name = "listNames";
  88. this.listNames.Size = new System.Drawing.Size(188, 568);
  89. this.listNames.TabIndex = 1;
  90. this.listNames.SelectedIndexChanged += new System.EventHandler(this.listNames_SelectedChange);
  91. //
  92. // groupBox2
  93. //
  94. this.groupBox2.Controls.Add(this.buttonUse);
  95. this.groupBox2.Controls.Add(this.btn_Del);
  96. this.groupBox2.Controls.Add(this.btn_Save);
  97. this.groupBox2.Controls.Add(this.buttonCancel);
  98. this.groupBox2.Controls.Add(this.buttonNew);
  99. this.groupBox2.Location = new System.Drawing.Point(206, 8);
  100. this.groupBox2.Name = "groupBox2";
  101. this.groupBox2.Size = new System.Drawing.Size(394, 58);
  102. this.groupBox2.TabIndex = 3;
  103. this.groupBox2.TabStop = false;
  104. this.groupBox2.Text = "操作";
  105. //
  106. // buttonUse
  107. //
  108. this.buttonUse.Location = new System.Drawing.Point(4, 20);
  109. this.buttonUse.Name = "buttonUse";
  110. this.buttonUse.Size = new System.Drawing.Size(75, 23);
  111. this.buttonUse.TabIndex = 12;
  112. this.buttonUse.Text = "应用";
  113. this.buttonUse.UseVisualStyleBackColor = true;
  114. this.buttonUse.Click += new System.EventHandler(this.buttonUse_Click);
  115. //
  116. // btn_Del
  117. //
  118. this.btn_Del.Location = new System.Drawing.Point(82, 20);
  119. this.btn_Del.Name = "btn_Del";
  120. this.btn_Del.Size = new System.Drawing.Size(75, 23);
  121. this.btn_Del.TabIndex = 11;
  122. this.btn_Del.Text = "删除";
  123. this.btn_Del.UseVisualStyleBackColor = true;
  124. this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click);
  125. //
  126. // btn_Save
  127. //
  128. this.btn_Save.Location = new System.Drawing.Point(160, 20);
  129. this.btn_Save.Name = "btn_Save";
  130. this.btn_Save.Size = new System.Drawing.Size(75, 23);
  131. this.btn_Save.TabIndex = 2;
  132. this.btn_Save.Text = "保存";
  133. this.btn_Save.UseVisualStyleBackColor = true;
  134. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  135. //
  136. // buttonCancel
  137. //
  138. this.buttonCancel.Location = new System.Drawing.Point(316, 20);
  139. this.buttonCancel.Name = "buttonCancel";
  140. this.buttonCancel.Size = new System.Drawing.Size(75, 23);
  141. this.buttonCancel.TabIndex = 1;
  142. this.buttonCancel.Text = "取消";
  143. this.buttonCancel.UseVisualStyleBackColor = true;
  144. this.buttonCancel.Click += new System.EventHandler(this.button2_Click);
  145. //
  146. // buttonNew
  147. //
  148. this.buttonNew.Location = new System.Drawing.Point(238, 20);
  149. this.buttonNew.Name = "buttonNew";
  150. this.buttonNew.Size = new System.Drawing.Size(75, 23);
  151. this.buttonNew.TabIndex = 0;
  152. this.buttonNew.Text = "新增";
  153. this.buttonNew.UseVisualStyleBackColor = true;
  154. this.buttonNew.Click += new System.EventHandler(this.button1_Click);
  155. //
  156. // groupBox19
  157. //
  158. this.groupBox19.Controls.Add(this.textBox1);
  159. this.groupBox19.Controls.Add(this.label29);
  160. this.groupBox19.Location = new System.Drawing.Point(206, 82);
  161. this.groupBox19.Name = "groupBox19";
  162. this.groupBox19.Size = new System.Drawing.Size(394, 58);
  163. this.groupBox19.TabIndex = 50;
  164. this.groupBox19.TabStop = false;
  165. this.groupBox19.Text = "當前使用";
  166. //
  167. // textBox1
  168. //
  169. this.textBox1.Location = new System.Drawing.Point(71, 19);
  170. this.textBox1.Name = "textBox1";
  171. this.textBox1.Size = new System.Drawing.Size(236, 21);
  172. this.textBox1.TabIndex = 1;
  173. //
  174. // label29
  175. //
  176. this.label29.AutoSize = true;
  177. this.label29.Location = new System.Drawing.Point(30, 23);
  178. this.label29.Name = "label29";
  179. this.label29.Size = new System.Drawing.Size(41, 12);
  180. this.label29.TabIndex = 0;
  181. this.label29.Text = "名稱:";
  182. //
  183. // groupBox5
  184. //
  185. this.groupBox5.Controls.Add(this.textBox8);
  186. this.groupBox5.Controls.Add(this.textBox7);
  187. this.groupBox5.Controls.Add(this.label31);
  188. this.groupBox5.Controls.Add(this.label30);
  189. this.groupBox5.Controls.Add(this.radioButton2);
  190. this.groupBox5.Controls.Add(this.textBox3);
  191. this.groupBox5.Controls.Add(this.radioButton1);
  192. this.groupBox5.Controls.Add(this.comboBox1);
  193. this.groupBox5.Controls.Add(this.label15);
  194. this.groupBox5.Controls.Add(this.textBox2);
  195. this.groupBox5.Controls.Add(this.label14);
  196. this.groupBox5.Controls.Add(this.textBox4);
  197. this.groupBox5.Controls.Add(this.label13);
  198. this.groupBox5.Controls.Add(this.listView1);
  199. this.groupBox5.Location = new System.Drawing.Point(206, 210);
  200. this.groupBox5.Name = "groupBox5";
  201. this.groupBox5.Size = new System.Drawing.Size(394, 408);
  202. this.groupBox5.TabIndex = 51;
  203. this.groupBox5.TabStop = false;
  204. this.groupBox5.Text = "信息";
  205. //
  206. // textBox8
  207. //
  208. this.textBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  209. | System.Windows.Forms.AnchorStyles.Left)));
  210. this.textBox8.Location = new System.Drawing.Point(280, 65);
  211. this.textBox8.Name = "textBox8";
  212. this.textBox8.Size = new System.Drawing.Size(108, 21);
  213. this.textBox8.TabIndex = 16;
  214. this.textBox8.TextChanged += new System.EventHandler(this.text_change);
  215. //
  216. // textBox7
  217. //
  218. this.textBox7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  219. | System.Windows.Forms.AnchorStyles.Left)));
  220. this.textBox7.Location = new System.Drawing.Point(280, 40);
  221. this.textBox7.Name = "textBox7";
  222. this.textBox7.Size = new System.Drawing.Size(108, 21);
  223. this.textBox7.TabIndex = 15;
  224. this.textBox7.TextChanged += new System.EventHandler(this.text_change);
  225. //
  226. // label31
  227. //
  228. this.label31.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  229. | System.Windows.Forms.AnchorStyles.Left)));
  230. this.label31.AutoSize = true;
  231. this.label31.Location = new System.Drawing.Point(241, 68);
  232. this.label31.Name = "label31";
  233. this.label31.Size = new System.Drawing.Size(29, 12);
  234. this.label31.TabIndex = 14;
  235. this.label31.Text = "Z2:";
  236. //
  237. // label30
  238. //
  239. this.label30.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  240. | System.Windows.Forms.AnchorStyles.Left)));
  241. this.label30.AutoSize = true;
  242. this.label30.Location = new System.Drawing.Point(241, 45);
  243. this.label30.Name = "label30";
  244. this.label30.Size = new System.Drawing.Size(29, 12);
  245. this.label30.TabIndex = 13;
  246. this.label30.Text = "Z1:";
  247. //
  248. // radioButton2
  249. //
  250. this.radioButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  251. | System.Windows.Forms.AnchorStyles.Left)));
  252. this.radioButton2.AutoSize = true;
  253. this.radioButton2.Location = new System.Drawing.Point(9, 89);
  254. this.radioButton2.Name = "radioButton2";
  255. this.radioButton2.Size = new System.Drawing.Size(47, 16);
  256. this.radioButton2.TabIndex = 11;
  257. this.radioButton2.Text = "重置";
  258. this.radioButton2.UseVisualStyleBackColor = true;
  259. this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
  260. //
  261. // textBox3
  262. //
  263. this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  264. | System.Windows.Forms.AnchorStyles.Left)));
  265. this.textBox3.Location = new System.Drawing.Point(77, 65);
  266. this.textBox3.Name = "textBox3";
  267. this.textBox3.Size = new System.Drawing.Size(108, 21);
  268. this.textBox3.TabIndex = 10;
  269. this.textBox3.Text = "1";
  270. this.textBox3.TextChanged += new System.EventHandler(this.text_change);
  271. //
  272. // radioButton1
  273. //
  274. this.radioButton1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  275. | System.Windows.Forms.AnchorStyles.Left)));
  276. this.radioButton1.AutoSize = true;
  277. this.radioButton1.Checked = true;
  278. this.radioButton1.Location = new System.Drawing.Point(9, 67);
  279. this.radioButton1.Name = "radioButton1";
  280. this.radioButton1.Size = new System.Drawing.Size(47, 16);
  281. this.radioButton1.TabIndex = 9;
  282. this.radioButton1.TabStop = true;
  283. this.radioButton1.Text = "延續";
  284. this.radioButton1.UseVisualStyleBackColor = true;
  285. this.radioButton1.CheckedChanged += new System.EventHandler(this.text_change);
  286. //
  287. // comboBox1
  288. //
  289. this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  290. | System.Windows.Forms.AnchorStyles.Left)));
  291. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  292. this.comboBox1.FormattingEnabled = true;
  293. this.comboBox1.Location = new System.Drawing.Point(77, 41);
  294. this.comboBox1.Name = "comboBox1";
  295. this.comboBox1.Size = new System.Drawing.Size(108, 20);
  296. this.comboBox1.TabIndex = 8;
  297. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.text_change);
  298. //
  299. // label15
  300. //
  301. this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  302. | System.Windows.Forms.AnchorStyles.Left)));
  303. this.label15.AutoSize = true;
  304. this.label15.Location = new System.Drawing.Point(9, 45);
  305. this.label15.Name = "label15";
  306. this.label15.Size = new System.Drawing.Size(65, 12);
  307. this.label15.TabIndex = 5;
  308. this.label15.Text = "數值位數:";
  309. //
  310. // textBox2
  311. //
  312. this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  313. | System.Windows.Forms.AnchorStyles.Left)));
  314. this.textBox2.Location = new System.Drawing.Point(280, 15);
  315. this.textBox2.Name = "textBox2";
  316. this.textBox2.Size = new System.Drawing.Size(108, 21);
  317. this.textBox2.TabIndex = 4;
  318. this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  319. //
  320. // label14
  321. //
  322. this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  323. | System.Windows.Forms.AnchorStyles.Left)));
  324. this.label14.AutoSize = true;
  325. this.label14.Location = new System.Drawing.Point(205, 20);
  326. this.label14.Name = "label14";
  327. this.label14.Size = new System.Drawing.Size(65, 12);
  328. this.label14.TabIndex = 3;
  329. this.label14.Text = "名稱格式:";
  330. //
  331. // textBox4
  332. //
  333. this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  334. | System.Windows.Forms.AnchorStyles.Left)));
  335. this.textBox4.Location = new System.Drawing.Point(77, 16);
  336. this.textBox4.Name = "textBox4";
  337. this.textBox4.Size = new System.Drawing.Size(108, 21);
  338. this.textBox4.TabIndex = 2;
  339. this.textBox4.TextChanged += new System.EventHandler(this.text_change);
  340. //
  341. // label13
  342. //
  343. this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  344. | System.Windows.Forms.AnchorStyles.Left)));
  345. this.label13.AutoSize = true;
  346. this.label13.Location = new System.Drawing.Point(33, 21);
  347. this.label13.Name = "label13";
  348. this.label13.Size = new System.Drawing.Size(41, 12);
  349. this.label13.TabIndex = 1;
  350. this.label13.Text = "文本:";
  351. //
  352. // listView1
  353. //
  354. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  355. | System.Windows.Forms.AnchorStyles.Left)));
  356. this.listView1.FullRowSelect = true;
  357. this.listView1.GridLines = true;
  358. this.listView1.HideSelection = false;
  359. this.listView1.Location = new System.Drawing.Point(8, 124);
  360. this.listView1.MultiSelect = false;
  361. this.listView1.Name = "listView1";
  362. this.listView1.Size = new System.Drawing.Size(380, 275);
  363. this.listView1.TabIndex = 12;
  364. this.listView1.UseCompatibleStateImageBehavior = false;
  365. this.listView1.View = System.Windows.Forms.View.Details;
  366. this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
  367. //
  368. // groupBox1
  369. //
  370. this.groupBox1.Controls.Add(this.textBox5);
  371. this.groupBox1.Controls.Add(this.label1);
  372. this.groupBox1.Location = new System.Drawing.Point(206, 146);
  373. this.groupBox1.Name = "groupBox1";
  374. this.groupBox1.Size = new System.Drawing.Size(394, 58);
  375. this.groupBox1.TabIndex = 52;
  376. this.groupBox1.TabStop = false;
  377. this.groupBox1.Text = "預覽";
  378. //
  379. // textBox5
  380. //
  381. this.textBox5.Location = new System.Drawing.Point(71, 19);
  382. this.textBox5.Name = "textBox5";
  383. this.textBox5.ReadOnly = true;
  384. this.textBox5.Size = new System.Drawing.Size(236, 21);
  385. this.textBox5.TabIndex = 1;
  386. //
  387. // label1
  388. //
  389. this.label1.AutoSize = true;
  390. this.label1.Location = new System.Drawing.Point(30, 23);
  391. this.label1.Name = "label1";
  392. this.label1.Size = new System.Drawing.Size(41, 12);
  393. this.label1.TabIndex = 0;
  394. this.label1.Text = "名稱:";
  395. //
  396. // ResultViewNameRule2
  397. //
  398. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  399. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  400. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  401. this.ClientSize = new System.Drawing.Size(611, 626);
  402. this.Controls.Add(this.groupBox1);
  403. this.Controls.Add(this.groupBox5);
  404. this.Controls.Add(this.groupBox19);
  405. this.Controls.Add(this.groupBox2);
  406. this.Controls.Add(this.listNames);
  407. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  408. this.MaximizeBox = false;
  409. this.MinimizeBox = false;
  410. this.Name = "ResultViewNameRule2";
  411. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  412. this.Text = "命名規則";
  413. this.Controls.SetChildIndex(this.listNames, 0);
  414. this.Controls.SetChildIndex(this.groupBox2, 0);
  415. this.Controls.SetChildIndex(this.groupBox19, 0);
  416. this.Controls.SetChildIndex(this.groupBox5, 0);
  417. this.Controls.SetChildIndex(this.groupBox1, 0);
  418. this.groupBox2.ResumeLayout(false);
  419. this.groupBox19.ResumeLayout(false);
  420. this.groupBox19.PerformLayout();
  421. this.groupBox5.ResumeLayout(false);
  422. this.groupBox5.PerformLayout();
  423. this.groupBox1.ResumeLayout(false);
  424. this.groupBox1.PerformLayout();
  425. this.ResumeLayout(false);
  426. }
  427. #endregion
  428. private System.Windows.Forms.ListBox listNames;
  429. public System.Windows.Forms.GroupBox groupBox2;
  430. private System.Windows.Forms.Button btn_Save;
  431. private System.Windows.Forms.Button buttonCancel;
  432. private System.Windows.Forms.Button buttonNew;
  433. private System.Windows.Forms.Button btn_Del;
  434. public System.Windows.Forms.GroupBox groupBox19;
  435. private System.Windows.Forms.Label label29;
  436. private System.Windows.Forms.TextBox textBox1;
  437. public System.Windows.Forms.GroupBox groupBox5;
  438. private System.Windows.Forms.TextBox textBox8;
  439. private System.Windows.Forms.TextBox textBox7;
  440. private System.Windows.Forms.Label label31;
  441. private System.Windows.Forms.Label label30;
  442. private System.Windows.Forms.RadioButton radioButton2;
  443. private System.Windows.Forms.TextBox textBox3;
  444. private System.Windows.Forms.RadioButton radioButton1;
  445. private System.Windows.Forms.ComboBox comboBox1;
  446. private System.Windows.Forms.Label label15;
  447. private System.Windows.Forms.TextBox textBox2;
  448. private System.Windows.Forms.Label label14;
  449. private System.Windows.Forms.TextBox textBox4;
  450. private System.Windows.Forms.Label label13;
  451. private System.Windows.Forms.ListView listView1;
  452. public System.Windows.Forms.GroupBox groupBox1;
  453. private System.Windows.Forms.TextBox textBox5;
  454. private System.Windows.Forms.Label label1;
  455. private Button buttonUse;
  456. }
  457. }