ae7a643b519a3636614670f8d53a09a6c5077753.svn-base 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. namespace DataGateWayProject
  2. {
  3. partial class SettingForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm));
  29. this.groupBox2 = new System.Windows.Forms.GroupBox();
  30. this.SiteId_txt = new System.Windows.Forms.TextBox();
  31. this.label21 = new System.Windows.Forms.Label();
  32. this.label20 = new System.Windows.Forms.Label();
  33. this.Control_Table1 = new System.Windows.Forms.TextBox();
  34. this.label19 = new System.Windows.Forms.Label();
  35. this.Control_Table2 = new System.Windows.Forms.TextBox();
  36. this.label18 = new System.Windows.Forms.Label();
  37. this.label13 = new System.Windows.Forms.Label();
  38. this.label17 = new System.Windows.Forms.Label();
  39. this.label14 = new System.Windows.Forms.Label();
  40. this.CoolDayTo = new System.Windows.Forms.TextBox();
  41. this.CoolDayFrom = new System.Windows.Forms.TextBox();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.HeatDayTo = new System.Windows.Forms.TextBox();
  44. this.HeatDayFrom = new System.Windows.Forms.TextBox();
  45. this.label16 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.label9 = new System.Windows.Forms.Label();
  48. this.PORT2 = new System.Windows.Forms.TextBox();
  49. this.groupBox6 = new System.Windows.Forms.GroupBox();
  50. this.SettingFormSave = new System.Windows.Forms.Button();
  51. this.SettingFormExit = new System.Windows.Forms.Button();
  52. this.IP2 = new System.Windows.Forms.TextBox();
  53. this.label12 = new System.Windows.Forms.Label();
  54. this.groupBox4 = new System.Windows.Forms.GroupBox();
  55. this.label15 = new System.Windows.Forms.Label();
  56. this.DGW_IP = new System.Windows.Forms.TextBox();
  57. this.IP1 = new System.Windows.Forms.TextBox();
  58. this.label8 = new System.Windows.Forms.Label();
  59. this.label7 = new System.Windows.Forms.Label();
  60. this.PORT1 = new System.Windows.Forms.TextBox();
  61. this.label11 = new System.Windows.Forms.Label();
  62. this.TbName = new System.Windows.Forms.TextBox();
  63. this.TbPort = new System.Windows.Forms.TextBox();
  64. this.TbIP = new System.Windows.Forms.TextBox();
  65. this.label5 = new System.Windows.Forms.Label();
  66. this.label4 = new System.Windows.Forms.Label();
  67. this.label3 = new System.Windows.Forms.Label();
  68. this.label2 = new System.Windows.Forms.Label();
  69. this.TbId = new System.Windows.Forms.TextBox();
  70. this.TbPW = new System.Windows.Forms.TextBox();
  71. this.label1 = new System.Windows.Forms.Label();
  72. this.groupBox3 = new System.Windows.Forms.GroupBox();
  73. this.groupBox1 = new System.Windows.Forms.GroupBox();
  74. this.groupBox2.SuspendLayout();
  75. this.groupBox6.SuspendLayout();
  76. this.groupBox4.SuspendLayout();
  77. this.groupBox1.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // groupBox2
  81. //
  82. this.groupBox2.BackgroundImage = global::DataGateWayProject.Properties.Resources.freeGradient;
  83. this.groupBox2.Controls.Add(this.SiteId_txt);
  84. this.groupBox2.Controls.Add(this.label21);
  85. this.groupBox2.Controls.Add(this.label20);
  86. this.groupBox2.Controls.Add(this.Control_Table1);
  87. this.groupBox2.Controls.Add(this.label19);
  88. this.groupBox2.Controls.Add(this.Control_Table2);
  89. this.groupBox2.Controls.Add(this.label18);
  90. this.groupBox2.Controls.Add(this.label13);
  91. this.groupBox2.Controls.Add(this.label17);
  92. this.groupBox2.Controls.Add(this.label14);
  93. this.groupBox2.Controls.Add(this.CoolDayTo);
  94. this.groupBox2.Controls.Add(this.CoolDayFrom);
  95. this.groupBox2.Controls.Add(this.label10);
  96. this.groupBox2.Controls.Add(this.HeatDayTo);
  97. this.groupBox2.Controls.Add(this.HeatDayFrom);
  98. this.groupBox2.Controls.Add(this.label16);
  99. this.groupBox2.Controls.Add(this.label6);
  100. this.groupBox2.Controls.Add(this.label9);
  101. this.groupBox2.Controls.Add(this.PORT2);
  102. this.groupBox2.Controls.Add(this.groupBox6);
  103. this.groupBox2.Controls.Add(this.IP2);
  104. this.groupBox2.Controls.Add(this.label12);
  105. this.groupBox2.Controls.Add(this.groupBox4);
  106. this.groupBox2.Controls.Add(this.label11);
  107. this.groupBox2.Controls.Add(this.TbName);
  108. this.groupBox2.Controls.Add(this.TbPort);
  109. this.groupBox2.Controls.Add(this.TbIP);
  110. this.groupBox2.Controls.Add(this.label5);
  111. this.groupBox2.Controls.Add(this.label4);
  112. this.groupBox2.Controls.Add(this.label3);
  113. this.groupBox2.Controls.Add(this.label2);
  114. this.groupBox2.Controls.Add(this.TbId);
  115. this.groupBox2.Controls.Add(this.TbPW);
  116. this.groupBox2.Controls.Add(this.label1);
  117. this.groupBox2.Controls.Add(this.groupBox3);
  118. this.groupBox2.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  119. this.groupBox2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  120. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  121. this.groupBox2.Name = "groupBox2";
  122. this.groupBox2.Size = new System.Drawing.Size(531, 327);
  123. this.groupBox2.TabIndex = 13;
  124. this.groupBox2.TabStop = false;
  125. //
  126. // SiteId_txt
  127. //
  128. this.SiteId_txt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  129. this.SiteId_txt.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  130. this.SiteId_txt.Location = new System.Drawing.Point(318, 239);
  131. this.SiteId_txt.Name = "SiteId_txt";
  132. this.SiteId_txt.Size = new System.Drawing.Size(60, 22);
  133. this.SiteId_txt.TabIndex = 49;
  134. //
  135. // label21
  136. //
  137. this.label21.AutoSize = true;
  138. this.label21.BackColor = System.Drawing.Color.Transparent;
  139. this.label21.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  140. this.label21.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  141. this.label21.Location = new System.Drawing.Point(273, 243);
  142. this.label21.Name = "label21";
  143. this.label21.Size = new System.Drawing.Size(39, 14);
  144. this.label21.TabIndex = 48;
  145. this.label21.Text = "SiteId";
  146. //
  147. // label20
  148. //
  149. this.label20.AutoSize = true;
  150. this.label20.BackColor = System.Drawing.Color.Transparent;
  151. this.label20.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  152. this.label20.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  153. this.label20.Location = new System.Drawing.Point(229, 278);
  154. this.label20.Name = "label20";
  155. this.label20.Size = new System.Drawing.Size(29, 14);
  156. this.label20.TabIndex = 47;
  157. this.label20.Text = "까지";
  158. //
  159. // Control_Table1
  160. //
  161. this.Control_Table1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  162. this.Control_Table1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  163. this.Control_Table1.Location = new System.Drawing.Point(414, 308);
  164. this.Control_Table1.Name = "Control_Table1";
  165. this.Control_Table1.Size = new System.Drawing.Size(138, 22);
  166. this.Control_Table1.TabIndex = 31;
  167. this.Control_Table1.Visible = false;
  168. this.Control_Table1.TextChanged += new System.EventHandler(this.Control_Table1_TextChanged);
  169. //
  170. // label19
  171. //
  172. this.label19.AutoSize = true;
  173. this.label19.BackColor = System.Drawing.Color.Transparent;
  174. this.label19.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  175. this.label19.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  176. this.label19.Location = new System.Drawing.Point(229, 243);
  177. this.label19.Name = "label19";
  178. this.label19.Size = new System.Drawing.Size(29, 14);
  179. this.label19.TabIndex = 46;
  180. this.label19.Text = "까지";
  181. //
  182. // Control_Table2
  183. //
  184. this.Control_Table2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  185. this.Control_Table2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  186. this.Control_Table2.Location = new System.Drawing.Point(418, 316);
  187. this.Control_Table2.Name = "Control_Table2";
  188. this.Control_Table2.Size = new System.Drawing.Size(138, 22);
  189. this.Control_Table2.TabIndex = 33;
  190. this.Control_Table2.Visible = false;
  191. //
  192. // label18
  193. //
  194. this.label18.AutoSize = true;
  195. this.label18.BackColor = System.Drawing.Color.Transparent;
  196. this.label18.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  197. this.label18.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  198. this.label18.Location = new System.Drawing.Point(128, 278);
  199. this.label18.Name = "label18";
  200. this.label18.Size = new System.Drawing.Size(29, 14);
  201. this.label18.TabIndex = 45;
  202. this.label18.Text = "부터";
  203. //
  204. // label13
  205. //
  206. this.label13.AutoSize = true;
  207. this.label13.BackColor = System.Drawing.Color.Transparent;
  208. this.label13.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  209. this.label13.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  210. this.label13.Location = new System.Drawing.Point(344, 310);
  211. this.label13.Name = "label13";
  212. this.label13.Size = new System.Drawing.Size(47, 14);
  213. this.label13.TabIndex = 30;
  214. this.label13.Text = "테이블1";
  215. this.label13.Visible = false;
  216. //
  217. // label17
  218. //
  219. this.label17.AutoSize = true;
  220. this.label17.BackColor = System.Drawing.Color.Transparent;
  221. this.label17.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  222. this.label17.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  223. this.label17.Location = new System.Drawing.Point(128, 243);
  224. this.label17.Name = "label17";
  225. this.label17.Size = new System.Drawing.Size(29, 14);
  226. this.label17.TabIndex = 44;
  227. this.label17.Text = "부터";
  228. //
  229. // label14
  230. //
  231. this.label14.AutoSize = true;
  232. this.label14.BackColor = System.Drawing.Color.Transparent;
  233. this.label14.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  234. this.label14.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  235. this.label14.Location = new System.Drawing.Point(348, 318);
  236. this.label14.Name = "label14";
  237. this.label14.Size = new System.Drawing.Size(47, 14);
  238. this.label14.TabIndex = 32;
  239. this.label14.Text = "테이블2";
  240. this.label14.Visible = false;
  241. //
  242. // CoolDayTo
  243. //
  244. this.CoolDayTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  245. this.CoolDayTo.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  246. this.CoolDayTo.Location = new System.Drawing.Point(163, 239);
  247. this.CoolDayTo.Name = "CoolDayTo";
  248. this.CoolDayTo.Size = new System.Drawing.Size(60, 22);
  249. this.CoolDayTo.TabIndex = 43;
  250. //
  251. // CoolDayFrom
  252. //
  253. this.CoolDayFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  254. this.CoolDayFrom.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  255. this.CoolDayFrom.Location = new System.Drawing.Point(64, 239);
  256. this.CoolDayFrom.Name = "CoolDayFrom";
  257. this.CoolDayFrom.Size = new System.Drawing.Size(60, 22);
  258. this.CoolDayFrom.TabIndex = 42;
  259. //
  260. // label10
  261. //
  262. this.label10.AutoSize = true;
  263. this.label10.BackColor = System.Drawing.Color.Transparent;
  264. this.label10.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  265. this.label10.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  266. this.label10.Location = new System.Drawing.Point(338, 354);
  267. this.label10.Name = "label10";
  268. this.label10.Size = new System.Drawing.Size(57, 14);
  269. this.label10.TabIndex = 13;
  270. this.label10.Text = "Port - 2";
  271. this.label10.Visible = false;
  272. //
  273. // HeatDayTo
  274. //
  275. this.HeatDayTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  276. this.HeatDayTo.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  277. this.HeatDayTo.Location = new System.Drawing.Point(163, 274);
  278. this.HeatDayTo.Name = "HeatDayTo";
  279. this.HeatDayTo.Size = new System.Drawing.Size(60, 22);
  280. this.HeatDayTo.TabIndex = 41;
  281. //
  282. // HeatDayFrom
  283. //
  284. this.HeatDayFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  285. this.HeatDayFrom.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  286. this.HeatDayFrom.Location = new System.Drawing.Point(64, 274);
  287. this.HeatDayFrom.Name = "HeatDayFrom";
  288. this.HeatDayFrom.Size = new System.Drawing.Size(60, 22);
  289. this.HeatDayFrom.TabIndex = 34;
  290. //
  291. // label16
  292. //
  293. this.label16.AutoSize = true;
  294. this.label16.BackColor = System.Drawing.Color.Transparent;
  295. this.label16.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  296. this.label16.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  297. this.label16.Location = new System.Drawing.Point(8, 243);
  298. this.label16.Name = "label16";
  299. this.label16.Size = new System.Drawing.Size(51, 14);
  300. this.label16.TabIndex = 40;
  301. this.label16.Text = "난방기간";
  302. //
  303. // label6
  304. //
  305. this.label6.AutoSize = true;
  306. this.label6.BackColor = System.Drawing.Color.Transparent;
  307. this.label6.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  308. this.label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  309. this.label6.Location = new System.Drawing.Point(366, 356);
  310. this.label6.Name = "label6";
  311. this.label6.Size = new System.Drawing.Size(45, 14);
  312. this.label6.TabIndex = 19;
  313. this.label6.Text = "IP - 2";
  314. this.label6.Visible = false;
  315. //
  316. // label9
  317. //
  318. this.label9.AutoSize = true;
  319. this.label9.BackColor = System.Drawing.Color.Transparent;
  320. this.label9.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  321. this.label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  322. this.label9.Location = new System.Drawing.Point(8, 276);
  323. this.label9.Name = "label9";
  324. this.label9.Size = new System.Drawing.Size(51, 14);
  325. this.label9.TabIndex = 34;
  326. this.label9.Text = "냉방기간";
  327. //
  328. // PORT2
  329. //
  330. this.PORT2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  331. this.PORT2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  332. this.PORT2.Location = new System.Drawing.Point(341, 324);
  333. this.PORT2.Name = "PORT2";
  334. this.PORT2.Size = new System.Drawing.Size(140, 22);
  335. this.PORT2.TabIndex = 25;
  336. this.PORT2.UseSystemPasswordChar = true;
  337. this.PORT2.Visible = false;
  338. //
  339. // groupBox6
  340. //
  341. this.groupBox6.BackColor = System.Drawing.Color.Transparent;
  342. this.groupBox6.Controls.Add(this.SettingFormSave);
  343. this.groupBox6.Controls.Add(this.SettingFormExit);
  344. this.groupBox6.Location = new System.Drawing.Point(397, 219);
  345. this.groupBox6.Name = "groupBox6";
  346. this.groupBox6.Size = new System.Drawing.Size(118, 99);
  347. this.groupBox6.TabIndex = 39;
  348. this.groupBox6.TabStop = false;
  349. //
  350. // SettingFormSave
  351. //
  352. this.SettingFormSave.BackColor = System.Drawing.Color.Gray;
  353. this.SettingFormSave.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image;
  354. this.SettingFormSave.Font = new System.Drawing.Font("휴먼모음T", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  355. this.SettingFormSave.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  356. this.SettingFormSave.Location = new System.Drawing.Point(15, 21);
  357. this.SettingFormSave.Name = "SettingFormSave";
  358. this.SettingFormSave.Size = new System.Drawing.Size(86, 32);
  359. this.SettingFormSave.TabIndex = 11;
  360. this.SettingFormSave.Text = "저장";
  361. this.SettingFormSave.UseVisualStyleBackColor = false;
  362. this.SettingFormSave.Click += new System.EventHandler(this.SettingFormSave_Click);
  363. //
  364. // SettingFormExit
  365. //
  366. this.SettingFormExit.BackColor = System.Drawing.Color.Gray;
  367. this.SettingFormExit.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image;
  368. this.SettingFormExit.Font = new System.Drawing.Font("휴먼모음T", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  369. this.SettingFormExit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  370. this.SettingFormExit.Location = new System.Drawing.Point(15, 55);
  371. this.SettingFormExit.Name = "SettingFormExit";
  372. this.SettingFormExit.Size = new System.Drawing.Size(87, 32);
  373. this.SettingFormExit.TabIndex = 12;
  374. this.SettingFormExit.Text = "닫기";
  375. this.SettingFormExit.UseVisualStyleBackColor = false;
  376. this.SettingFormExit.Click += new System.EventHandler(this.SettingFormExit_Click);
  377. //
  378. // IP2
  379. //
  380. this.IP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  381. this.IP2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  382. this.IP2.Location = new System.Drawing.Point(341, 340);
  383. this.IP2.Name = "IP2";
  384. this.IP2.Size = new System.Drawing.Size(140, 22);
  385. this.IP2.TabIndex = 26;
  386. this.IP2.Visible = false;
  387. //
  388. // label12
  389. //
  390. this.label12.AutoSize = true;
  391. this.label12.BackColor = System.Drawing.Color.Transparent;
  392. this.label12.Font = new System.Drawing.Font("휴먼모음T", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  393. this.label12.Location = new System.Drawing.Point(278, 30);
  394. this.label12.Name = "label12";
  395. this.label12.Size = new System.Drawing.Size(90, 21);
  396. this.label12.TabIndex = 24;
  397. this.label12.Text = "MMI 접속";
  398. //
  399. // groupBox4
  400. //
  401. this.groupBox4.BackColor = System.Drawing.Color.Transparent;
  402. this.groupBox4.Controls.Add(this.label15);
  403. this.groupBox4.Controls.Add(this.DGW_IP);
  404. this.groupBox4.Controls.Add(this.IP1);
  405. this.groupBox4.Controls.Add(this.label8);
  406. this.groupBox4.Controls.Add(this.label7);
  407. this.groupBox4.Controls.Add(this.PORT1);
  408. this.groupBox4.Location = new System.Drawing.Point(267, 34);
  409. this.groupBox4.Name = "groupBox4";
  410. this.groupBox4.Size = new System.Drawing.Size(248, 182);
  411. this.groupBox4.TabIndex = 37;
  412. this.groupBox4.TabStop = false;
  413. //
  414. // label15
  415. //
  416. this.label15.AutoSize = true;
  417. this.label15.BackColor = System.Drawing.Color.Transparent;
  418. this.label15.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  419. this.label15.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  420. this.label15.Location = new System.Drawing.Point(12, 33);
  421. this.label15.Name = "label15";
  422. this.label15.Size = new System.Drawing.Size(53, 14);
  423. this.label15.TabIndex = 30;
  424. this.label15.Text = "DGW IP";
  425. //
  426. // DGW_IP
  427. //
  428. this.DGW_IP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  429. this.DGW_IP.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  430. this.DGW_IP.Location = new System.Drawing.Point(80, 31);
  431. this.DGW_IP.Name = "DGW_IP";
  432. this.DGW_IP.Size = new System.Drawing.Size(140, 22);
  433. this.DGW_IP.TabIndex = 29;
  434. //
  435. // IP1
  436. //
  437. this.IP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  438. this.IP1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  439. this.IP1.Location = new System.Drawing.Point(80, 59);
  440. this.IP1.Name = "IP1";
  441. this.IP1.Size = new System.Drawing.Size(140, 22);
  442. this.IP1.TabIndex = 27;
  443. //
  444. // label8
  445. //
  446. this.label8.AutoSize = true;
  447. this.label8.BackColor = System.Drawing.Color.Transparent;
  448. this.label8.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  449. this.label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  450. this.label8.Location = new System.Drawing.Point(12, 61);
  451. this.label8.Name = "label8";
  452. this.label8.Size = new System.Drawing.Size(45, 14);
  453. this.label8.TabIndex = 17;
  454. this.label8.Text = "IP - 1";
  455. //
  456. // label7
  457. //
  458. this.label7.AutoSize = true;
  459. this.label7.BackColor = System.Drawing.Color.Transparent;
  460. this.label7.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  461. this.label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  462. this.label7.Location = new System.Drawing.Point(12, 90);
  463. this.label7.Name = "label7";
  464. this.label7.Size = new System.Drawing.Size(57, 14);
  465. this.label7.TabIndex = 18;
  466. this.label7.Text = "Port - 1";
  467. this.label7.Visible = false;
  468. //
  469. // PORT1
  470. //
  471. this.PORT1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  472. this.PORT1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  473. this.PORT1.Location = new System.Drawing.Point(80, 87);
  474. this.PORT1.Name = "PORT1";
  475. this.PORT1.Size = new System.Drawing.Size(140, 22);
  476. this.PORT1.TabIndex = 28;
  477. //
  478. // label11
  479. //
  480. this.label11.AutoSize = true;
  481. this.label11.BackColor = System.Drawing.Color.Transparent;
  482. this.label11.Font = new System.Drawing.Font("휴먼모음T", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  483. this.label11.Location = new System.Drawing.Point(17, 30);
  484. this.label11.Name = "label11";
  485. this.label11.Size = new System.Drawing.Size(166, 21);
  486. this.label11.TabIndex = 23;
  487. this.label11.Text = "BEMS 데이타베이스";
  488. //
  489. // TbName
  490. //
  491. this.TbName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  492. this.TbName.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  493. this.TbName.Location = new System.Drawing.Point(86, 121);
  494. this.TbName.Name = "TbName";
  495. this.TbName.Size = new System.Drawing.Size(139, 22);
  496. this.TbName.TabIndex = 9;
  497. //
  498. // TbPort
  499. //
  500. this.TbPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  501. this.TbPort.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  502. this.TbPort.Location = new System.Drawing.Point(86, 93);
  503. this.TbPort.Name = "TbPort";
  504. this.TbPort.Size = new System.Drawing.Size(139, 22);
  505. this.TbPort.TabIndex = 8;
  506. //
  507. // TbIP
  508. //
  509. this.TbIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  510. this.TbIP.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  511. this.TbIP.Location = new System.Drawing.Point(86, 65);
  512. this.TbIP.Name = "TbIP";
  513. this.TbIP.Size = new System.Drawing.Size(139, 22);
  514. this.TbIP.TabIndex = 7;
  515. //
  516. // label5
  517. //
  518. this.label5.AutoSize = true;
  519. this.label5.BackColor = System.Drawing.Color.Transparent;
  520. this.label5.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  521. this.label5.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  522. this.label5.Location = new System.Drawing.Point(18, 124);
  523. this.label5.Name = "label5";
  524. this.label5.Size = new System.Drawing.Size(41, 14);
  525. this.label5.TabIndex = 6;
  526. this.label5.Text = "DB 명";
  527. //
  528. // label4
  529. //
  530. this.label4.AutoSize = true;
  531. this.label4.BackColor = System.Drawing.Color.Transparent;
  532. this.label4.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  533. this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  534. this.label4.Location = new System.Drawing.Point(18, 95);
  535. this.label4.Name = "label4";
  536. this.label4.Size = new System.Drawing.Size(31, 14);
  537. this.label4.TabIndex = 5;
  538. this.label4.Text = "Port";
  539. //
  540. // label3
  541. //
  542. this.label3.AutoSize = true;
  543. this.label3.BackColor = System.Drawing.Color.Transparent;
  544. this.label3.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  545. this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  546. this.label3.Location = new System.Drawing.Point(18, 67);
  547. this.label3.Name = "label3";
  548. this.label3.Size = new System.Drawing.Size(19, 14);
  549. this.label3.TabIndex = 4;
  550. this.label3.Text = "IP";
  551. //
  552. // label2
  553. //
  554. this.label2.AutoSize = true;
  555. this.label2.BackColor = System.Drawing.Color.Transparent;
  556. this.label2.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  557. this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  558. this.label2.Location = new System.Drawing.Point(17, 179);
  559. this.label2.Name = "label2";
  560. this.label2.Size = new System.Drawing.Size(51, 14);
  561. this.label2.TabIndex = 3;
  562. this.label2.Text = "비밀번호";
  563. //
  564. // TbId
  565. //
  566. this.TbId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  567. this.TbId.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  568. this.TbId.Location = new System.Drawing.Point(86, 149);
  569. this.TbId.Name = "TbId";
  570. this.TbId.Size = new System.Drawing.Size(139, 22);
  571. this.TbId.TabIndex = 2;
  572. //
  573. // TbPW
  574. //
  575. this.TbPW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  576. this.TbPW.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  577. this.TbPW.Location = new System.Drawing.Point(86, 177);
  578. this.TbPW.Name = "TbPW";
  579. this.TbPW.PasswordChar = '*';
  580. this.TbPW.Size = new System.Drawing.Size(139, 22);
  581. this.TbPW.TabIndex = 1;
  582. this.TbPW.UseSystemPasswordChar = true;
  583. //
  584. // label1
  585. //
  586. this.label1.AutoSize = true;
  587. this.label1.BackColor = System.Drawing.Color.Transparent;
  588. this.label1.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  589. this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  590. this.label1.Location = new System.Drawing.Point(17, 152);
  591. this.label1.Name = "label1";
  592. this.label1.Size = new System.Drawing.Size(40, 14);
  593. this.label1.TabIndex = 0;
  594. this.label1.Text = "아이디";
  595. //
  596. // groupBox3
  597. //
  598. this.groupBox3.BackColor = System.Drawing.Color.Transparent;
  599. this.groupBox3.Location = new System.Drawing.Point(6, 34);
  600. this.groupBox3.Name = "groupBox3";
  601. this.groupBox3.Size = new System.Drawing.Size(255, 182);
  602. this.groupBox3.TabIndex = 36;
  603. this.groupBox3.TabStop = false;
  604. //
  605. // groupBox1
  606. //
  607. this.groupBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  608. this.groupBox1.Controls.Add(this.groupBox2);
  609. this.groupBox1.Location = new System.Drawing.Point(-2, -11);
  610. this.groupBox1.Name = "groupBox1";
  611. this.groupBox1.Size = new System.Drawing.Size(531, 349);
  612. this.groupBox1.TabIndex = 13;
  613. this.groupBox1.TabStop = false;
  614. //
  615. // SettingForm
  616. //
  617. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  618. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  619. this.ClientSize = new System.Drawing.Size(525, 313);
  620. this.Controls.Add(this.groupBox1);
  621. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  622. this.Name = "SettingForm";
  623. this.Text = "설정";
  624. this.Load += new System.EventHandler(this.SettingForm_Load);
  625. this.groupBox2.ResumeLayout(false);
  626. this.groupBox2.PerformLayout();
  627. this.groupBox6.ResumeLayout(false);
  628. this.groupBox4.ResumeLayout(false);
  629. this.groupBox4.PerformLayout();
  630. this.groupBox1.ResumeLayout(false);
  631. this.ResumeLayout(false);
  632. }
  633. #endregion
  634. private System.Windows.Forms.GroupBox groupBox2;
  635. private System.Windows.Forms.Button SettingFormExit;
  636. private System.Windows.Forms.Button SettingFormSave;
  637. public System.Windows.Forms.TextBox TbName;
  638. public System.Windows.Forms.TextBox TbPort;
  639. public System.Windows.Forms.TextBox TbIP;
  640. private System.Windows.Forms.Label label5;
  641. private System.Windows.Forms.Label label4;
  642. private System.Windows.Forms.Label label3;
  643. private System.Windows.Forms.Label label2;
  644. public System.Windows.Forms.TextBox TbId;
  645. public System.Windows.Forms.TextBox TbPW;
  646. private System.Windows.Forms.Label label1;
  647. private System.Windows.Forms.GroupBox groupBox1;
  648. private System.Windows.Forms.Label label7;
  649. private System.Windows.Forms.Label label8;
  650. private System.Windows.Forms.Label label12;
  651. private System.Windows.Forms.Label label11;
  652. public System.Windows.Forms.TextBox Control_Table2;
  653. private System.Windows.Forms.Label label14;
  654. public System.Windows.Forms.TextBox Control_Table1;
  655. private System.Windows.Forms.Label label13;
  656. public System.Windows.Forms.TextBox IP1;
  657. private System.Windows.Forms.GroupBox groupBox6;
  658. private System.Windows.Forms.GroupBox groupBox4;
  659. private System.Windows.Forms.GroupBox groupBox3;
  660. public System.Windows.Forms.TextBox PORT2;
  661. private System.Windows.Forms.Label label15;
  662. public System.Windows.Forms.TextBox DGW_IP;
  663. private System.Windows.Forms.Label label10;
  664. private System.Windows.Forms.Label label6;
  665. public System.Windows.Forms.TextBox IP2;
  666. public System.Windows.Forms.TextBox PORT1;
  667. private System.Windows.Forms.Label label20;
  668. private System.Windows.Forms.Label label19;
  669. private System.Windows.Forms.Label label18;
  670. private System.Windows.Forms.Label label17;
  671. public System.Windows.Forms.TextBox CoolDayTo;
  672. public System.Windows.Forms.TextBox CoolDayFrom;
  673. public System.Windows.Forms.TextBox HeatDayTo;
  674. public System.Windows.Forms.TextBox HeatDayFrom;
  675. private System.Windows.Forms.Label label16;
  676. private System.Windows.Forms.Label label9;
  677. public System.Windows.Forms.TextBox SiteId_txt;
  678. private System.Windows.Forms.Label label21;
  679. }
  680. }