Form1.Designer.cs 47 KB

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