ae8879894a884374a37188f601a8cb2a2c0d5193.svn-base 39 KB

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