ce32da2fbf1eb8ede7bcb4f9b649309993a52a65.svn-base 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  1. using System;
  2. using System.Windows.Forms;
  3. namespace BEMSDataGateway
  4. {
  5. partial class Form1
  6. {
  7. /// <summary>
  8. /// 필수 디자이너 변수입니다.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// 사용 중인 모든 리소스를 정리합니다.
  13. /// </summary>
  14. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form 디자이너에서 생성한 코드
  24. /// <summary>
  25. /// 디자이너 지원에 필요한 메서드입니다.
  26. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.ProPathBtn = new System.Windows.Forms.Button();
  33. this.ProSetBtn = new System.Windows.Forms.Button();
  34. this.groupBox3 = new System.Windows.Forms.GroupBox();
  35. this.ProStartBtn = new System.Windows.Forms.Button();
  36. this.ProStopBtn = new System.Windows.Forms.Button();
  37. this.groupBox2 = new System.Windows.Forms.GroupBox();
  38. this.FileSettingBtn = new System.Windows.Forms.Button();
  39. this.FileExpBtn = new System.Windows.Forms.Button();
  40. this.FileMatchBtn = new System.Windows.Forms.Button();
  41. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  42. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  43. this.groupBox5 = new System.Windows.Forms.GroupBox();
  44. this.RequestValue_btn = new System.Windows.Forms.Button();
  45. this.RequestValue = new System.Windows.Forms.TextBox();
  46. this.label11 = new System.Windows.Forms.Label();
  47. this.AllValueCheck_btn = new System.Windows.Forms.Button();
  48. this.Net_Stat = new System.Windows.Forms.TextBox();
  49. this.label10 = new System.Windows.Forms.Label();
  50. this.groupBox9 = new System.Windows.Forms.GroupBox();
  51. this.textBox2 = new System.Windows.Forms.TextBox();
  52. this.textBox3 = new System.Windows.Forms.TextBox();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.label9 = new System.Windows.Forms.Label();
  55. this.groupBox7 = new System.Windows.Forms.GroupBox();
  56. this.EndTxt = new System.Windows.Forms.TextBox();
  57. this.label4 = new System.Windows.Forms.Label();
  58. this.StartTxt = new System.Windows.Forms.TextBox();
  59. this.label5 = new System.Windows.Forms.Label();
  60. this.label6 = new System.Windows.Forms.Label();
  61. this.groupBox6 = new System.Windows.Forms.GroupBox();
  62. this.DBConnTxt = new System.Windows.Forms.TextBox();
  63. this.DBNameTxt = new System.Windows.Forms.TextBox();
  64. this.DBAddressTxt = new System.Windows.Forms.TextBox();
  65. this.label3 = new System.Windows.Forms.Label();
  66. this.label2 = new System.Windows.Forms.Label();
  67. this.label1 = new System.Windows.Forms.Label();
  68. this.panel1 = new System.Windows.Forms.Panel();
  69. this.panel4 = new System.Windows.Forms.Panel();
  70. this.groupBox8 = new System.Windows.Forms.GroupBox();
  71. this.EraseLog = new System.Windows.Forms.Button();
  72. this.panel3 = new System.Windows.Forms.Panel();
  73. this.Btn_SettingFile = new System.Windows.Forms.Button();
  74. this.Btn_TagSetFile = new System.Windows.Forms.Button();
  75. this.groupBox10 = new System.Windows.Forms.GroupBox();
  76. this.PointUnRegBtn = new System.Windows.Forms.Button();
  77. this.Conn_iCos_Btn = new System.Windows.Forms.Button();
  78. this.PointSetBtn = new System.Windows.Forms.Button();
  79. this.panel2 = new System.Windows.Forms.Panel();
  80. this.panel6 = new System.Windows.Forms.Panel();
  81. this.label7 = new System.Windows.Forms.Label();
  82. this.panel5 = new System.Windows.Forms.Panel();
  83. this.groupBox4 = new System.Windows.Forms.GroupBox();
  84. this.LogTxt = new System.Windows.Forms.RichTextBox();
  85. this.helpProvider1 = new System.Windows.Forms.HelpProvider();
  86. this.groupBox1.SuspendLayout();
  87. this.groupBox3.SuspendLayout();
  88. this.groupBox2.SuspendLayout();
  89. this.statusStrip1.SuspendLayout();
  90. this.groupBox5.SuspendLayout();
  91. this.groupBox9.SuspendLayout();
  92. this.groupBox7.SuspendLayout();
  93. this.groupBox6.SuspendLayout();
  94. this.panel1.SuspendLayout();
  95. this.panel4.SuspendLayout();
  96. this.groupBox8.SuspendLayout();
  97. this.panel3.SuspendLayout();
  98. this.groupBox10.SuspendLayout();
  99. this.panel2.SuspendLayout();
  100. this.panel6.SuspendLayout();
  101. this.panel5.SuspendLayout();
  102. this.groupBox4.SuspendLayout();
  103. this.SuspendLayout();
  104. //
  105. // groupBox1
  106. //
  107. this.groupBox1.Controls.Add(this.ProPathBtn);
  108. this.groupBox1.Controls.Add(this.ProSetBtn);
  109. this.groupBox1.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  110. this.groupBox1.Location = new System.Drawing.Point(4, 12);
  111. this.groupBox1.Name = "groupBox1";
  112. this.groupBox1.Size = new System.Drawing.Size(219, 99);
  113. this.groupBox1.TabIndex = 4;
  114. this.groupBox1.TabStop = false;
  115. this.groupBox1.Text = "환경설정";
  116. //
  117. // ProPathBtn
  118. //
  119. this.ProPathBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ProPathBtn.BackgroundImage")));
  120. this.ProPathBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  121. this.ProPathBtn.Image = ((System.Drawing.Image)(resources.GetObject("ProPathBtn.Image")));
  122. this.ProPathBtn.Location = new System.Drawing.Point(131, 20);
  123. this.ProPathBtn.Name = "ProPathBtn";
  124. this.ProPathBtn.Size = new System.Drawing.Size(70, 65);
  125. this.ProPathBtn.TabIndex = 2;
  126. this.ProPathBtn.Text = "프로젝트 폴더 열기";
  127. this.ProPathBtn.UseVisualStyleBackColor = true;
  128. this.ProPathBtn.Click += new System.EventHandler(this.ProPathBtn_Click);
  129. //
  130. // ProSetBtn
  131. //
  132. this.ProSetBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ProSetBtn.BackgroundImage")));
  133. this.ProSetBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  134. this.ProSetBtn.Location = new System.Drawing.Point(16, 19);
  135. this.ProSetBtn.Name = "ProSetBtn";
  136. this.ProSetBtn.Size = new System.Drawing.Size(100, 66);
  137. this.ProSetBtn.TabIndex = 1;
  138. this.ProSetBtn.Text = "접속 설정";
  139. this.ProSetBtn.UseVisualStyleBackColor = true;
  140. this.ProSetBtn.Click += new System.EventHandler(this.ProSetBtn_Click);
  141. //
  142. // groupBox3
  143. //
  144. this.groupBox3.Controls.Add(this.ProStartBtn);
  145. this.groupBox3.Controls.Add(this.ProStopBtn);
  146. this.groupBox3.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  147. this.groupBox3.Location = new System.Drawing.Point(383, 12);
  148. this.groupBox3.Name = "groupBox3";
  149. this.groupBox3.Size = new System.Drawing.Size(106, 99);
  150. this.groupBox3.TabIndex = 6;
  151. this.groupBox3.TabStop = false;
  152. this.groupBox3.Text = "작동";
  153. //
  154. // ProStartBtn
  155. //
  156. this.ProStartBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  157. this.ProStartBtn.Image = ((System.Drawing.Image)(resources.GetObject("ProStartBtn.Image")));
  158. this.ProStartBtn.Location = new System.Drawing.Point(16, 21);
  159. this.ProStartBtn.Name = "ProStartBtn";
  160. this.ProStartBtn.Size = new System.Drawing.Size(83, 30);
  161. this.ProStartBtn.TabIndex = 4;
  162. this.ProStartBtn.Text = "시작";
  163. this.ProStartBtn.UseVisualStyleBackColor = true;
  164. this.ProStartBtn.Click += new System.EventHandler(this.ProStartBtn_Click);
  165. //
  166. // ProStopBtn
  167. //
  168. this.ProStopBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  169. this.ProStopBtn.Image = ((System.Drawing.Image)(resources.GetObject("ProStopBtn.Image")));
  170. this.ProStopBtn.Location = new System.Drawing.Point(16, 57);
  171. this.ProStopBtn.Name = "ProStopBtn";
  172. this.ProStopBtn.Size = new System.Drawing.Size(83, 30);
  173. this.ProStopBtn.TabIndex = 5;
  174. this.ProStopBtn.Text = "중단";
  175. this.ProStopBtn.UseVisualStyleBackColor = true;
  176. this.ProStopBtn.Click += new System.EventHandler(this.ProStopBtn_Click);
  177. //
  178. // groupBox2
  179. //
  180. this.groupBox2.Controls.Add(this.FileSettingBtn);
  181. this.groupBox2.Controls.Add(this.FileExpBtn);
  182. this.groupBox2.Controls.Add(this.FileMatchBtn);
  183. this.groupBox2.Enabled = false;
  184. this.groupBox2.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  185. this.groupBox2.Location = new System.Drawing.Point(0, 3);
  186. this.groupBox2.Name = "groupBox2";
  187. this.groupBox2.Size = new System.Drawing.Size(116, 18);
  188. this.groupBox2.TabIndex = 7;
  189. this.groupBox2.TabStop = false;
  190. this.groupBox2.Text = "파일 불러오기";
  191. this.groupBox2.Visible = false;
  192. //
  193. // FileSettingBtn
  194. //
  195. this.FileSettingBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  196. this.FileSettingBtn.Image = ((System.Drawing.Image)(resources.GetObject("FileSettingBtn.Image")));
  197. this.FileSettingBtn.Location = new System.Drawing.Point(6, 20);
  198. this.FileSettingBtn.Name = "FileSettingBtn";
  199. this.FileSettingBtn.Size = new System.Drawing.Size(65, 66);
  200. this.FileSettingBtn.TabIndex = 8;
  201. this.FileSettingBtn.Text = "프로젝트\r\n설정";
  202. this.FileSettingBtn.UseVisualStyleBackColor = true;
  203. this.FileSettingBtn.Click += new System.EventHandler(this.FileSettingBtn_Click);
  204. //
  205. // FileExpBtn
  206. //
  207. this.FileExpBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  208. this.FileExpBtn.Image = ((System.Drawing.Image)(resources.GetObject("FileExpBtn.Image")));
  209. this.FileExpBtn.Location = new System.Drawing.Point(145, 20);
  210. this.FileExpBtn.Name = "FileExpBtn";
  211. this.FileExpBtn.Size = new System.Drawing.Size(60, 66);
  212. this.FileExpBtn.TabIndex = 7;
  213. this.FileExpBtn.Text = "성능\r\n분석식";
  214. this.FileExpBtn.UseVisualStyleBackColor = true;
  215. this.FileExpBtn.Click += new System.EventHandler(this.FileExpBtn_Click);
  216. //
  217. // FileMatchBtn
  218. //
  219. this.FileMatchBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  220. this.FileMatchBtn.Image = ((System.Drawing.Image)(resources.GetObject("FileMatchBtn.Image")));
  221. this.FileMatchBtn.Location = new System.Drawing.Point(77, 20);
  222. this.FileMatchBtn.Name = "FileMatchBtn";
  223. this.FileMatchBtn.Size = new System.Drawing.Size(62, 66);
  224. this.FileMatchBtn.TabIndex = 6;
  225. this.FileMatchBtn.Text = "관제점\r\n설정";
  226. this.FileMatchBtn.UseVisualStyleBackColor = true;
  227. this.FileMatchBtn.Click += new System.EventHandler(this.FileMatchBtn_Click);
  228. //
  229. // statusStrip1
  230. //
  231. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  232. this.toolStripStatusLabel1});
  233. this.statusStrip1.Location = new System.Drawing.Point(0, 577);
  234. this.statusStrip1.Name = "statusStrip1";
  235. this.statusStrip1.Size = new System.Drawing.Size(824, 22);
  236. this.statusStrip1.TabIndex = 10;
  237. this.statusStrip1.Text = "statusStrip";
  238. //
  239. // toolStripStatusLabel1
  240. //
  241. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  242. this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
  243. //
  244. // groupBox5
  245. //
  246. this.groupBox5.BackColor = System.Drawing.Color.Transparent;
  247. this.groupBox5.Controls.Add(this.RequestValue_btn);
  248. this.groupBox5.Controls.Add(this.RequestValue);
  249. this.groupBox5.Controls.Add(this.label11);
  250. this.groupBox5.Controls.Add(this.AllValueCheck_btn);
  251. this.groupBox5.Controls.Add(this.Net_Stat);
  252. this.groupBox5.Controls.Add(this.label10);
  253. this.groupBox5.Controls.Add(this.groupBox9);
  254. this.groupBox5.Controls.Add(this.groupBox7);
  255. this.groupBox5.Controls.Add(this.groupBox6);
  256. this.groupBox5.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  257. this.groupBox5.Location = new System.Drawing.Point(3, 0);
  258. this.groupBox5.Name = "groupBox5";
  259. this.groupBox5.Size = new System.Drawing.Size(227, 261);
  260. this.groupBox5.TabIndex = 11;
  261. this.groupBox5.TabStop = false;
  262. this.groupBox5.Text = "모니터링";
  263. //
  264. // RequestValue_btn
  265. //
  266. this.RequestValue_btn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("RequestValue_btn.BackgroundImage")));
  267. this.RequestValue_btn.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  268. this.RequestValue_btn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  269. this.RequestValue_btn.Location = new System.Drawing.Point(12, 224);
  270. this.RequestValue_btn.Name = "RequestValue_btn";
  271. this.RequestValue_btn.Size = new System.Drawing.Size(150, 25);
  272. this.RequestValue_btn.TabIndex = 14;
  273. this.RequestValue_btn.Text = "특정 값 확인";
  274. this.RequestValue_btn.UseVisualStyleBackColor = true;
  275. this.RequestValue_btn.Click += new System.EventHandler(this.RequestValue_btn_Click);
  276. //
  277. // RequestValue
  278. //
  279. this.RequestValue.BackColor = System.Drawing.SystemColors.ControlLightLight;
  280. this.RequestValue.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  281. this.RequestValue.ForeColor = System.Drawing.SystemColors.WindowText;
  282. this.RequestValue.Location = new System.Drawing.Point(69, 193);
  283. this.RequestValue.Name = "RequestValue";
  284. this.RequestValue.ShortcutsEnabled = false;
  285. this.RequestValue.Size = new System.Drawing.Size(93, 25);
  286. this.RequestValue.TabIndex = 13;
  287. this.RequestValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  288. this.RequestValue.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RequestValue_KeyPress);
  289. this.RequestValue.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.RequestValue_PreviewKeyDown);
  290. //
  291. // label11
  292. //
  293. this.label11.AutoSize = true;
  294. this.label11.Location = new System.Drawing.Point(15, 198);
  295. this.label11.Name = "label11";
  296. this.label11.Size = new System.Drawing.Size(44, 13);
  297. this.label11.TabIndex = 12;
  298. this.label11.Text = "값 확인";
  299. //
  300. // AllValueCheck_btn
  301. //
  302. this.AllValueCheck_btn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("AllValueCheck_btn.BackgroundImage")));
  303. this.AllValueCheck_btn.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  304. this.AllValueCheck_btn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  305. this.AllValueCheck_btn.Location = new System.Drawing.Point(12, 161);
  306. this.AllValueCheck_btn.Name = "AllValueCheck_btn";
  307. this.AllValueCheck_btn.Size = new System.Drawing.Size(150, 25);
  308. this.AllValueCheck_btn.TabIndex = 11;
  309. this.AllValueCheck_btn.Text = "값 일괄 확인";
  310. this.AllValueCheck_btn.UseVisualStyleBackColor = true;
  311. this.AllValueCheck_btn.Click += new System.EventHandler(this.AllValueCheck_btn_Click);
  312. //
  313. // Net_Stat
  314. //
  315. this.Net_Stat.BackColor = System.Drawing.SystemColors.ControlLightLight;
  316. this.Net_Stat.Enabled = false;
  317. this.Net_Stat.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  318. this.Net_Stat.ForeColor = System.Drawing.SystemColors.WindowText;
  319. this.Net_Stat.Location = new System.Drawing.Point(69, 130);
  320. this.Net_Stat.Name = "Net_Stat";
  321. this.Net_Stat.ReadOnly = true;
  322. this.Net_Stat.Size = new System.Drawing.Size(93, 25);
  323. this.Net_Stat.TabIndex = 7;
  324. this.Net_Stat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  325. //
  326. // label10
  327. //
  328. this.label10.AutoSize = true;
  329. this.label10.Location = new System.Drawing.Point(15, 135);
  330. this.label10.Name = "label10";
  331. this.label10.Size = new System.Drawing.Size(47, 13);
  332. this.label10.TabIndex = 6;
  333. this.label10.Text = "통신상태";
  334. //
  335. // groupBox9
  336. //
  337. this.groupBox9.Controls.Add(this.textBox2);
  338. this.groupBox9.Controls.Add(this.textBox3);
  339. this.groupBox9.Controls.Add(this.label8);
  340. this.groupBox9.Controls.Add(this.label9);
  341. this.groupBox9.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  342. this.groupBox9.Location = new System.Drawing.Point(5, 431);
  343. this.groupBox9.Name = "groupBox9";
  344. this.groupBox9.Size = new System.Drawing.Size(222, 77);
  345. this.groupBox9.TabIndex = 6;
  346. this.groupBox9.TabStop = false;
  347. this.groupBox9.Text = "데이터";
  348. this.groupBox9.Visible = false;
  349. //
  350. // textBox2
  351. //
  352. this.textBox2.Enabled = false;
  353. this.textBox2.Location = new System.Drawing.Point(57, 44);
  354. this.textBox2.Name = "textBox2";
  355. this.textBox2.ReadOnly = true;
  356. this.textBox2.Size = new System.Drawing.Size(158, 21);
  357. this.textBox2.TabIndex = 4;
  358. //
  359. // textBox3
  360. //
  361. this.textBox3.Enabled = false;
  362. this.textBox3.Location = new System.Drawing.Point(57, 21);
  363. this.textBox3.Name = "textBox3";
  364. this.textBox3.ReadOnly = true;
  365. this.textBox3.Size = new System.Drawing.Size(158, 21);
  366. this.textBox3.TabIndex = 3;
  367. //
  368. // label8
  369. //
  370. this.label8.AutoSize = true;
  371. this.label8.Location = new System.Drawing.Point(4, 52);
  372. this.label8.Name = "label8";
  373. this.label8.Size = new System.Drawing.Size(47, 13);
  374. this.label8.TabIndex = 1;
  375. this.label8.Text = "입력개수";
  376. //
  377. // label9
  378. //
  379. this.label9.AutoSize = true;
  380. this.label9.Location = new System.Drawing.Point(4, 26);
  381. this.label9.Name = "label9";
  382. this.label9.Size = new System.Drawing.Size(47, 13);
  383. this.label9.TabIndex = 0;
  384. this.label9.Text = "입력시간";
  385. //
  386. // groupBox7
  387. //
  388. this.groupBox7.Controls.Add(this.EndTxt);
  389. this.groupBox7.Controls.Add(this.label4);
  390. this.groupBox7.Controls.Add(this.StartTxt);
  391. this.groupBox7.Controls.Add(this.label5);
  392. this.groupBox7.Controls.Add(this.label6);
  393. this.groupBox7.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  394. this.groupBox7.Location = new System.Drawing.Point(11, 23);
  395. this.groupBox7.Name = "groupBox7";
  396. this.groupBox7.Size = new System.Drawing.Size(222, 91);
  397. this.groupBox7.TabIndex = 6;
  398. this.groupBox7.TabStop = false;
  399. //
  400. // EndTxt
  401. //
  402. this.EndTxt.Enabled = false;
  403. this.EndTxt.Location = new System.Drawing.Point(58, 52);
  404. this.EndTxt.Name = "EndTxt";
  405. this.EndTxt.ReadOnly = true;
  406. this.EndTxt.Size = new System.Drawing.Size(151, 21);
  407. this.EndTxt.TabIndex = 5;
  408. //
  409. // label4
  410. //
  411. this.label4.AutoSize = true;
  412. this.label4.Location = new System.Drawing.Point(4, 57);
  413. this.label4.Name = "label4";
  414. this.label4.Size = new System.Drawing.Size(47, 13);
  415. this.label4.TabIndex = 4;
  416. this.label4.Text = "종료시간";
  417. //
  418. // StartTxt
  419. //
  420. this.StartTxt.Enabled = false;
  421. this.StartTxt.Location = new System.Drawing.Point(58, 21);
  422. this.StartTxt.Name = "StartTxt";
  423. this.StartTxt.ReadOnly = true;
  424. this.StartTxt.Size = new System.Drawing.Size(151, 21);
  425. this.StartTxt.TabIndex = 3;
  426. //
  427. // label5
  428. //
  429. this.label5.AutoSize = true;
  430. this.label5.Location = new System.Drawing.Point(11, 52);
  431. this.label5.Name = "label5";
  432. this.label5.Size = new System.Drawing.Size(0, 13);
  433. this.label5.TabIndex = 1;
  434. //
  435. // label6
  436. //
  437. this.label6.AutoSize = true;
  438. this.label6.Location = new System.Drawing.Point(4, 26);
  439. this.label6.Name = "label6";
  440. this.label6.Size = new System.Drawing.Size(47, 13);
  441. this.label6.TabIndex = 0;
  442. this.label6.Text = "시작시간";
  443. //
  444. // groupBox6
  445. //
  446. this.groupBox6.Controls.Add(this.DBConnTxt);
  447. this.groupBox6.Controls.Add(this.DBNameTxt);
  448. this.groupBox6.Controls.Add(this.DBAddressTxt);
  449. this.groupBox6.Controls.Add(this.label3);
  450. this.groupBox6.Controls.Add(this.label2);
  451. this.groupBox6.Controls.Add(this.label1);
  452. this.groupBox6.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  453. this.groupBox6.Location = new System.Drawing.Point(5, 320);
  454. this.groupBox6.Name = "groupBox6";
  455. this.groupBox6.Size = new System.Drawing.Size(222, 105);
  456. this.groupBox6.TabIndex = 1;
  457. this.groupBox6.TabStop = false;
  458. this.groupBox6.Text = "DB";
  459. this.groupBox6.Visible = false;
  460. //
  461. // DBConnTxt
  462. //
  463. this.DBConnTxt.Enabled = false;
  464. this.DBConnTxt.Location = new System.Drawing.Point(57, 71);
  465. this.DBConnTxt.Name = "DBConnTxt";
  466. this.DBConnTxt.ReadOnly = true;
  467. this.DBConnTxt.Size = new System.Drawing.Size(158, 21);
  468. this.DBConnTxt.TabIndex = 5;
  469. //
  470. // DBNameTxt
  471. //
  472. this.DBNameTxt.Enabled = false;
  473. this.DBNameTxt.Location = new System.Drawing.Point(57, 44);
  474. this.DBNameTxt.Name = "DBNameTxt";
  475. this.DBNameTxt.ReadOnly = true;
  476. this.DBNameTxt.Size = new System.Drawing.Size(158, 21);
  477. this.DBNameTxt.TabIndex = 4;
  478. this.DBNameTxt.TextChanged += new System.EventHandler(this.DBNameTxt_TextChanged);
  479. //
  480. // DBAddressTxt
  481. //
  482. this.DBAddressTxt.Enabled = false;
  483. this.DBAddressTxt.Location = new System.Drawing.Point(57, 21);
  484. this.DBAddressTxt.Name = "DBAddressTxt";
  485. this.DBAddressTxt.ReadOnly = true;
  486. this.DBAddressTxt.Size = new System.Drawing.Size(158, 21);
  487. this.DBAddressTxt.TabIndex = 3;
  488. this.DBAddressTxt.TextChanged += new System.EventHandler(this.DBAddressTxt_TextChanged);
  489. //
  490. // label3
  491. //
  492. this.label3.AutoSize = true;
  493. this.label3.Location = new System.Drawing.Point(4, 76);
  494. this.label3.Name = "label3";
  495. this.label3.Size = new System.Drawing.Size(47, 13);
  496. this.label3.TabIndex = 2;
  497. this.label3.Text = "연결여부";
  498. //
  499. // label2
  500. //
  501. this.label2.AutoSize = true;
  502. this.label2.Location = new System.Drawing.Point(4, 52);
  503. this.label2.Name = "label2";
  504. this.label2.Size = new System.Drawing.Size(39, 13);
  505. this.label2.TabIndex = 1;
  506. this.label2.Text = "DB 명";
  507. //
  508. // label1
  509. //
  510. this.label1.AutoSize = true;
  511. this.label1.Location = new System.Drawing.Point(4, 26);
  512. this.label1.Name = "label1";
  513. this.label1.Size = new System.Drawing.Size(49, 13);
  514. this.label1.TabIndex = 0;
  515. this.label1.Text = "DB 주소";
  516. //
  517. // panel1
  518. //
  519. this.panel1.Controls.Add(this.panel4);
  520. this.panel1.Controls.Add(this.panel3);
  521. this.panel1.Controls.Add(this.panel2);
  522. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  523. this.panel1.Location = new System.Drawing.Point(0, 0);
  524. this.panel1.Name = "panel1";
  525. this.panel1.Size = new System.Drawing.Size(824, 115);
  526. this.panel1.TabIndex = 12;
  527. //
  528. // panel4
  529. //
  530. this.panel4.BackColor = System.Drawing.Color.Transparent;
  531. this.panel4.Controls.Add(this.groupBox8);
  532. this.panel4.Controls.Add(this.groupBox2);
  533. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  534. this.panel4.Location = new System.Drawing.Point(728, 0);
  535. this.panel4.Name = "panel4";
  536. this.panel4.Size = new System.Drawing.Size(96, 115);
  537. this.panel4.TabIndex = 2;
  538. //
  539. // groupBox8
  540. //
  541. this.groupBox8.Controls.Add(this.EraseLog);
  542. this.groupBox8.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  543. this.groupBox8.Location = new System.Drawing.Point(6, 13);
  544. this.groupBox8.Name = "groupBox8";
  545. this.groupBox8.Size = new System.Drawing.Size(87, 99);
  546. this.groupBox8.TabIndex = 7;
  547. this.groupBox8.TabStop = false;
  548. this.groupBox8.Text = "로그";
  549. //
  550. // EraseLog
  551. //
  552. this.EraseLog.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  553. this.EraseLog.Image = ((System.Drawing.Image)(resources.GetObject("EraseLog.Image")));
  554. this.EraseLog.Location = new System.Drawing.Point(13, 21);
  555. this.EraseLog.Name = "EraseLog";
  556. this.EraseLog.Size = new System.Drawing.Size(65, 65);
  557. this.EraseLog.TabIndex = 4;
  558. this.EraseLog.Text = "로그\r\n지우기";
  559. this.EraseLog.UseVisualStyleBackColor = true;
  560. this.EraseLog.Click += new System.EventHandler(this.EraseLog_Click);
  561. //
  562. // panel3
  563. //
  564. this.panel3.Controls.Add(this.Btn_SettingFile);
  565. this.panel3.Controls.Add(this.Btn_TagSetFile);
  566. this.panel3.Controls.Add(this.groupBox10);
  567. this.panel3.Controls.Add(this.groupBox3);
  568. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  569. this.panel3.Location = new System.Drawing.Point(230, 0);
  570. this.panel3.Name = "panel3";
  571. this.panel3.Size = new System.Drawing.Size(594, 115);
  572. this.panel3.TabIndex = 1;
  573. //
  574. // Btn_SettingFile
  575. //
  576. this.Btn_SettingFile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Btn_SettingFile.BackgroundImage")));
  577. this.Btn_SettingFile.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  578. this.Btn_SettingFile.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  579. this.Btn_SettingFile.Location = new System.Drawing.Point(347, 0);
  580. this.Btn_SettingFile.Name = "Btn_SettingFile";
  581. this.Btn_SettingFile.Size = new System.Drawing.Size(61, 20);
  582. this.Btn_SettingFile.TabIndex = 9;
  583. this.Btn_SettingFile.Text = "설정파일생성";
  584. this.Btn_SettingFile.UseVisualStyleBackColor = true;
  585. this.Btn_SettingFile.Visible = false;
  586. this.Btn_SettingFile.Click += new System.EventHandler(this.Btn_SettingFile_Click);
  587. //
  588. // Btn_TagSetFile
  589. //
  590. this.Btn_TagSetFile.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Btn_TagSetFile.BackgroundImage")));
  591. this.Btn_TagSetFile.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  592. this.Btn_TagSetFile.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  593. this.Btn_TagSetFile.Location = new System.Drawing.Point(414, 0);
  594. this.Btn_TagSetFile.Name = "Btn_TagSetFile";
  595. this.Btn_TagSetFile.Size = new System.Drawing.Size(61, 20);
  596. this.Btn_TagSetFile.TabIndex = 10;
  597. this.Btn_TagSetFile.Text = "태그등록파일생성";
  598. this.Btn_TagSetFile.UseVisualStyleBackColor = true;
  599. this.Btn_TagSetFile.Visible = false;
  600. this.Btn_TagSetFile.Click += new System.EventHandler(this.Btn_TagSetFile_Click);
  601. //
  602. // groupBox10
  603. //
  604. this.groupBox10.Controls.Add(this.PointUnRegBtn);
  605. this.groupBox10.Controls.Add(this.Conn_iCos_Btn);
  606. this.groupBox10.Controls.Add(this.PointSetBtn);
  607. this.groupBox10.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  608. this.groupBox10.Location = new System.Drawing.Point(19, 11);
  609. this.groupBox10.Name = "groupBox10";
  610. this.groupBox10.Size = new System.Drawing.Size(350, 99);
  611. this.groupBox10.TabIndex = 7;
  612. this.groupBox10.TabStop = false;
  613. this.groupBox10.Text = "설정";
  614. //
  615. // PointUnRegBtn
  616. //
  617. this.PointUnRegBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PointUnRegBtn.BackgroundImage")));
  618. this.PointUnRegBtn.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  619. this.PointUnRegBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  620. this.PointUnRegBtn.Location = new System.Drawing.Point(236, 20);
  621. this.PointUnRegBtn.Name = "PointUnRegBtn";
  622. this.PointUnRegBtn.Size = new System.Drawing.Size(100, 66);
  623. this.PointUnRegBtn.TabIndex = 6;
  624. this.PointUnRegBtn.Text = "관제점 해제";
  625. this.PointUnRegBtn.UseVisualStyleBackColor = true;
  626. this.PointUnRegBtn.Click += new System.EventHandler(this.PointUnRegBtn_Click);
  627. //
  628. // Conn_iCos_Btn
  629. //
  630. this.Conn_iCos_Btn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Conn_iCos_Btn.BackgroundImage")));
  631. this.Conn_iCos_Btn.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  632. this.Conn_iCos_Btn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  633. this.Conn_iCos_Btn.Location = new System.Drawing.Point(14, 20);
  634. this.Conn_iCos_Btn.Name = "Conn_iCos_Btn";
  635. this.Conn_iCos_Btn.Size = new System.Drawing.Size(100, 66);
  636. this.Conn_iCos_Btn.TabIndex = 5;
  637. this.Conn_iCos_Btn.Text = "iCos \r\n접속";
  638. this.Conn_iCos_Btn.UseVisualStyleBackColor = true;
  639. this.Conn_iCos_Btn.Click += new System.EventHandler(this.Conn_iCos_Btn_Click);
  640. //
  641. // PointSetBtn
  642. //
  643. this.PointSetBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PointSetBtn.BackgroundImage")));
  644. this.PointSetBtn.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  645. this.PointSetBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  646. this.PointSetBtn.Location = new System.Drawing.Point(127, 20);
  647. this.PointSetBtn.Name = "PointSetBtn";
  648. this.PointSetBtn.Size = new System.Drawing.Size(100, 66);
  649. this.PointSetBtn.TabIndex = 4;
  650. this.PointSetBtn.Text = "관제점 등록";
  651. this.PointSetBtn.UseVisualStyleBackColor = true;
  652. this.PointSetBtn.Click += new System.EventHandler(this.PointSetBtn_Click);
  653. //
  654. // panel2
  655. //
  656. this.panel2.Controls.Add(this.groupBox1);
  657. this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
  658. this.panel2.Location = new System.Drawing.Point(0, 0);
  659. this.panel2.Name = "panel2";
  660. this.panel2.Size = new System.Drawing.Size(230, 115);
  661. this.panel2.TabIndex = 0;
  662. //
  663. // panel6
  664. //
  665. this.panel6.Controls.Add(this.label7);
  666. this.panel6.Controls.Add(this.groupBox5);
  667. this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
  668. this.panel6.Location = new System.Drawing.Point(0, 115);
  669. this.panel6.Name = "panel6";
  670. this.panel6.Size = new System.Drawing.Size(249, 462);
  671. this.panel6.TabIndex = 14;
  672. //
  673. // label7
  674. //
  675. this.label7.AutoSize = true;
  676. this.label7.Font = new System.Drawing.Font("휴먼모음T", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  677. this.label7.ForeColor = System.Drawing.SystemColors.HotTrack;
  678. this.label7.Location = new System.Drawing.Point(17, 417);
  679. this.label7.Name = "label7";
  680. this.label7.Size = new System.Drawing.Size(217, 30);
  681. this.label7.TabIndex = 1;
  682. this.label7.Text = "DataGateWay2.0";
  683. //
  684. // panel5
  685. //
  686. this.panel5.Controls.Add(this.groupBox4);
  687. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  688. this.panel5.Location = new System.Drawing.Point(249, 115);
  689. this.panel5.Name = "panel5";
  690. this.panel5.Size = new System.Drawing.Size(575, 462);
  691. this.panel5.TabIndex = 15;
  692. //
  693. // groupBox4
  694. //
  695. this.groupBox4.Controls.Add(this.LogTxt);
  696. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  697. this.groupBox4.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  698. this.groupBox4.Location = new System.Drawing.Point(0, 0);
  699. this.groupBox4.Name = "groupBox4";
  700. this.groupBox4.Size = new System.Drawing.Size(575, 462);
  701. this.groupBox4.TabIndex = 0;
  702. this.groupBox4.TabStop = false;
  703. this.groupBox4.Text = "로그 메시지";
  704. //
  705. // LogTxt
  706. //
  707. this.LogTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  708. this.LogTxt.Location = new System.Drawing.Point(3, 17);
  709. this.LogTxt.Name = "LogTxt";
  710. this.LogTxt.ReadOnly = true;
  711. this.LogTxt.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  712. this.LogTxt.Size = new System.Drawing.Size(569, 442);
  713. this.LogTxt.TabIndex = 0;
  714. this.LogTxt.Text = "";
  715. //
  716. // Form1
  717. //
  718. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  719. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  720. this.ClientSize = new System.Drawing.Size(824, 599);
  721. this.Controls.Add(this.panel5);
  722. this.Controls.Add(this.panel6);
  723. this.Controls.Add(this.panel1);
  724. this.Controls.Add(this.statusStrip1);
  725. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  726. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  727. this.Name = "Form1";
  728. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  729. this.Text = "데이터게이트웨이2.0(iCOS4)";
  730. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_FormClosing);
  731. this.Load += new System.EventHandler(this.Form1_Load);
  732. this.groupBox1.ResumeLayout(false);
  733. this.groupBox3.ResumeLayout(false);
  734. this.groupBox2.ResumeLayout(false);
  735. this.statusStrip1.ResumeLayout(false);
  736. this.statusStrip1.PerformLayout();
  737. this.groupBox5.ResumeLayout(false);
  738. this.groupBox5.PerformLayout();
  739. this.groupBox9.ResumeLayout(false);
  740. this.groupBox9.PerformLayout();
  741. this.groupBox7.ResumeLayout(false);
  742. this.groupBox7.PerformLayout();
  743. this.groupBox6.ResumeLayout(false);
  744. this.groupBox6.PerformLayout();
  745. this.panel1.ResumeLayout(false);
  746. this.panel4.ResumeLayout(false);
  747. this.groupBox8.ResumeLayout(false);
  748. this.panel3.ResumeLayout(false);
  749. this.groupBox10.ResumeLayout(false);
  750. this.panel2.ResumeLayout(false);
  751. this.panel6.ResumeLayout(false);
  752. this.panel6.PerformLayout();
  753. this.panel5.ResumeLayout(false);
  754. this.groupBox4.ResumeLayout(false);
  755. this.ResumeLayout(false);
  756. this.PerformLayout();
  757. }
  758. #endregion
  759. private System.Windows.Forms.Button ProSetBtn;
  760. private System.Windows.Forms.GroupBox groupBox1;
  761. private System.Windows.Forms.GroupBox groupBox3;
  762. private System.Windows.Forms.Button ProStartBtn;
  763. private System.Windows.Forms.Button ProStopBtn;
  764. private System.Windows.Forms.GroupBox groupBox2;
  765. private System.Windows.Forms.Button FileSettingBtn;
  766. private System.Windows.Forms.Button FileExpBtn;
  767. private System.Windows.Forms.Button FileMatchBtn;
  768. private System.Windows.Forms.StatusStrip statusStrip1;
  769. private System.Windows.Forms.GroupBox groupBox5;
  770. private System.Windows.Forms.Panel panel1;
  771. private System.Windows.Forms.Panel panel4;
  772. private System.Windows.Forms.Panel panel3;
  773. private System.Windows.Forms.Panel panel2;
  774. private System.Windows.Forms.Panel panel6;
  775. private System.Windows.Forms.Panel panel5;
  776. private System.Windows.Forms.GroupBox groupBox4;
  777. private System.Windows.Forms.RichTextBox LogTxt;
  778. private System.Windows.Forms.GroupBox groupBox6;
  779. private System.Windows.Forms.Label label3;
  780. private System.Windows.Forms.Label label2;
  781. private System.Windows.Forms.Label label1;
  782. private System.Windows.Forms.Button ProPathBtn;
  783. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  784. public System.Windows.Forms.TextBox DBConnTxt;
  785. public System.Windows.Forms.TextBox DBNameTxt;
  786. public System.Windows.Forms.TextBox DBAddressTxt;
  787. private System.Windows.Forms.GroupBox groupBox7;
  788. public System.Windows.Forms.TextBox StartTxt;
  789. private System.Windows.Forms.Label label5;
  790. private System.Windows.Forms.Label label6;
  791. private System.Windows.Forms.GroupBox groupBox8;
  792. private System.Windows.Forms.Button EraseLog;
  793. public System.Windows.Forms.TextBox EndTxt;
  794. private System.Windows.Forms.Label label4;
  795. private System.Windows.Forms.GroupBox groupBox9;
  796. public System.Windows.Forms.TextBox textBox2;
  797. public System.Windows.Forms.TextBox textBox3;
  798. private System.Windows.Forms.Label label8;
  799. private System.Windows.Forms.Label label9;
  800. private System.Windows.Forms.GroupBox groupBox10;
  801. private System.Windows.Forms.Button PointSetBtn;
  802. private System.Windows.Forms.HelpProvider helpProvider1;
  803. private System.Windows.Forms.Button Conn_iCos_Btn;
  804. private System.Windows.Forms.Button PointUnRegBtn;
  805. private System.Windows.Forms.Label label7;
  806. private System.Windows.Forms.Button Btn_TagSetFile;
  807. private System.Windows.Forms.Button Btn_SettingFile;
  808. public System.Windows.Forms.TextBox Net_Stat;
  809. private System.Windows.Forms.Label label10;
  810. private System.Windows.Forms.Button AllValueCheck_btn;
  811. private System.Windows.Forms.Button RequestValue_btn;
  812. public System.Windows.Forms.TextBox RequestValue;
  813. private System.Windows.Forms.Label label11;
  814. }
  815. }