ed85c2ad88cfd33ee789b5ca0ae2022aac80ca7d.svn-base 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873
  1. namespace BEMSDataGateway
  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.label22 = new System.Windows.Forms.Label();
  31. this.SiteId_txt = new System.Windows.Forms.TextBox();
  32. this.ICOSDB_TYPE = new System.Windows.Forms.TextBox();
  33. this.label21 = new System.Windows.Forms.Label();
  34. this.label20 = new System.Windows.Forms.Label();
  35. this.ICOSDB_LOC = new System.Windows.Forms.TextBox();
  36. this.Control_Table2 = new System.Windows.Forms.TextBox();
  37. this.label19 = new System.Windows.Forms.Label();
  38. this.label18 = new System.Windows.Forms.Label();
  39. this.label14 = new System.Windows.Forms.Label();
  40. this.label17 = new System.Windows.Forms.Label();
  41. this.CoolDayTo = new System.Windows.Forms.TextBox();
  42. this.Control_Table1 = new System.Windows.Forms.TextBox();
  43. this.CoolDayFrom = new System.Windows.Forms.TextBox();
  44. this.label13 = new System.Windows.Forms.Label();
  45. this.label10 = new System.Windows.Forms.Label();
  46. this.HeatDayTo = new System.Windows.Forms.TextBox();
  47. this.HeatDayFrom = new System.Windows.Forms.TextBox();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.label16 = new System.Windows.Forms.Label();
  50. this.label9 = new System.Windows.Forms.Label();
  51. this.PORT2 = new System.Windows.Forms.TextBox();
  52. this.groupBox6 = new System.Windows.Forms.GroupBox();
  53. this.SettingFormSave = new System.Windows.Forms.Button();
  54. this.SettingFormExit = new System.Windows.Forms.Button();
  55. this.label12 = new System.Windows.Forms.Label();
  56. this.PORT1 = new System.Windows.Forms.TextBox();
  57. this.groupBox4 = new System.Windows.Forms.GroupBox();
  58. this.label25 = new System.Windows.Forms.Label();
  59. this.label24 = new System.Windows.Forms.Label();
  60. this.label23 = new System.Windows.Forms.Label();
  61. this.ICOSDB_ID = new System.Windows.Forms.TextBox();
  62. this.ICOSDB_PASSWORD = new System.Windows.Forms.TextBox();
  63. this.ICOSDB_NAME = new System.Windows.Forms.TextBox();
  64. this.ICOS_PASSWORD = new System.Windows.Forms.TextBox();
  65. this.ICOS_ID = new System.Windows.Forms.TextBox();
  66. this.label15 = new System.Windows.Forms.Label();
  67. this.DGW_IP = new System.Windows.Forms.TextBox();
  68. this.IP1 = new System.Windows.Forms.TextBox();
  69. this.label8 = new System.Windows.Forms.Label();
  70. this.label6 = new System.Windows.Forms.Label();
  71. this.IP2 = new System.Windows.Forms.TextBox();
  72. this.label11 = new System.Windows.Forms.Label();
  73. this.TbName = new System.Windows.Forms.TextBox();
  74. this.TbPort = new System.Windows.Forms.TextBox();
  75. this.TbIP = new System.Windows.Forms.TextBox();
  76. this.label5 = new System.Windows.Forms.Label();
  77. this.label4 = new System.Windows.Forms.Label();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.label2 = new System.Windows.Forms.Label();
  80. this.TbId = new System.Windows.Forms.TextBox();
  81. this.TbPW = new System.Windows.Forms.TextBox();
  82. this.label1 = new System.Windows.Forms.Label();
  83. this.groupBox3 = new System.Windows.Forms.GroupBox();
  84. this.groupBox1 = new System.Windows.Forms.GroupBox();
  85. this.label26 = new System.Windows.Forms.Label();
  86. this.label27 = new System.Windows.Forms.Label();
  87. this.label28 = new System.Windows.Forms.Label();
  88. this.groupBox2.SuspendLayout();
  89. this.groupBox6.SuspendLayout();
  90. this.groupBox4.SuspendLayout();
  91. this.groupBox1.SuspendLayout();
  92. this.SuspendLayout();
  93. //
  94. // groupBox2
  95. //
  96. this.groupBox2.BackgroundImage = global::BEMSDataGateway.Properties.Resources.freeGradient;
  97. this.groupBox2.Controls.Add(this.label22);
  98. this.groupBox2.Controls.Add(this.SiteId_txt);
  99. this.groupBox2.Controls.Add(this.ICOSDB_TYPE);
  100. this.groupBox2.Controls.Add(this.label21);
  101. this.groupBox2.Controls.Add(this.label20);
  102. this.groupBox2.Controls.Add(this.ICOSDB_LOC);
  103. this.groupBox2.Controls.Add(this.Control_Table2);
  104. this.groupBox2.Controls.Add(this.label19);
  105. this.groupBox2.Controls.Add(this.label18);
  106. this.groupBox2.Controls.Add(this.label14);
  107. this.groupBox2.Controls.Add(this.label17);
  108. this.groupBox2.Controls.Add(this.CoolDayTo);
  109. this.groupBox2.Controls.Add(this.Control_Table1);
  110. this.groupBox2.Controls.Add(this.CoolDayFrom);
  111. this.groupBox2.Controls.Add(this.label13);
  112. this.groupBox2.Controls.Add(this.label10);
  113. this.groupBox2.Controls.Add(this.HeatDayTo);
  114. this.groupBox2.Controls.Add(this.HeatDayFrom);
  115. this.groupBox2.Controls.Add(this.label7);
  116. this.groupBox2.Controls.Add(this.label16);
  117. this.groupBox2.Controls.Add(this.label9);
  118. this.groupBox2.Controls.Add(this.PORT2);
  119. this.groupBox2.Controls.Add(this.groupBox6);
  120. this.groupBox2.Controls.Add(this.label12);
  121. this.groupBox2.Controls.Add(this.PORT1);
  122. this.groupBox2.Controls.Add(this.groupBox4);
  123. this.groupBox2.Controls.Add(this.label11);
  124. this.groupBox2.Controls.Add(this.TbName);
  125. this.groupBox2.Controls.Add(this.TbPort);
  126. this.groupBox2.Controls.Add(this.TbIP);
  127. this.groupBox2.Controls.Add(this.label5);
  128. this.groupBox2.Controls.Add(this.label4);
  129. this.groupBox2.Controls.Add(this.label3);
  130. this.groupBox2.Controls.Add(this.label2);
  131. this.groupBox2.Controls.Add(this.TbId);
  132. this.groupBox2.Controls.Add(this.TbPW);
  133. this.groupBox2.Controls.Add(this.label1);
  134. this.groupBox2.Controls.Add(this.groupBox3);
  135. this.groupBox2.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  136. this.groupBox2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  137. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  138. this.groupBox2.Name = "groupBox2";
  139. this.groupBox2.Size = new System.Drawing.Size(536, 358);
  140. this.groupBox2.TabIndex = 13;
  141. this.groupBox2.TabStop = false;
  142. //
  143. // label22
  144. //
  145. this.label22.AutoSize = true;
  146. this.label22.BackColor = System.Drawing.Color.Transparent;
  147. this.label22.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  148. this.label22.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  149. this.label22.Location = new System.Drawing.Point(253, 322);
  150. this.label22.Name = "label22";
  151. this.label22.Size = new System.Drawing.Size(81, 14);
  152. this.label22.TabIndex = 60;
  153. this.label22.Text = "ICosDB Type";
  154. //
  155. // SiteId_txt
  156. //
  157. this.SiteId_txt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  158. this.SiteId_txt.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  159. this.SiteId_txt.Location = new System.Drawing.Point(338, 283);
  160. this.SiteId_txt.Name = "SiteId_txt";
  161. this.SiteId_txt.Size = new System.Drawing.Size(41, 22);
  162. this.SiteId_txt.TabIndex = 59;
  163. //
  164. // ICOSDB_TYPE
  165. //
  166. this.ICOSDB_TYPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  167. this.ICOSDB_TYPE.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  168. this.ICOSDB_TYPE.Location = new System.Drawing.Point(338, 316);
  169. this.ICOSDB_TYPE.Name = "ICOSDB_TYPE";
  170. this.ICOSDB_TYPE.Size = new System.Drawing.Size(41, 22);
  171. this.ICOSDB_TYPE.TabIndex = 33;
  172. //
  173. // label21
  174. //
  175. this.label21.AutoSize = true;
  176. this.label21.BackColor = System.Drawing.Color.Transparent;
  177. this.label21.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  178. this.label21.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  179. this.label21.Location = new System.Drawing.Point(253, 287);
  180. this.label21.Name = "label21";
  181. this.label21.Size = new System.Drawing.Size(39, 14);
  182. this.label21.TabIndex = 58;
  183. this.label21.Text = "SiteId";
  184. //
  185. // label20
  186. //
  187. this.label20.AutoSize = true;
  188. this.label20.BackColor = System.Drawing.Color.Transparent;
  189. this.label20.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  190. this.label20.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  191. this.label20.Location = new System.Drawing.Point(220, 322);
  192. this.label20.Name = "label20";
  193. this.label20.Size = new System.Drawing.Size(29, 14);
  194. this.label20.TabIndex = 57;
  195. this.label20.Text = "까지";
  196. //
  197. // ICOSDB_LOC
  198. //
  199. this.ICOSDB_LOC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  200. this.ICOSDB_LOC.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  201. this.ICOSDB_LOC.Location = new System.Drawing.Point(328, 242);
  202. this.ICOSDB_LOC.Name = "ICOSDB_LOC";
  203. this.ICOSDB_LOC.Size = new System.Drawing.Size(140, 22);
  204. this.ICOSDB_LOC.TabIndex = 34;
  205. //
  206. // Control_Table2
  207. //
  208. this.Control_Table2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  209. this.Control_Table2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  210. this.Control_Table2.Location = new System.Drawing.Point(366, 397);
  211. this.Control_Table2.Name = "Control_Table2";
  212. this.Control_Table2.Size = new System.Drawing.Size(138, 22);
  213. this.Control_Table2.TabIndex = 33;
  214. this.Control_Table2.Visible = false;
  215. //
  216. // label19
  217. //
  218. this.label19.AutoSize = true;
  219. this.label19.BackColor = System.Drawing.Color.Transparent;
  220. this.label19.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  221. this.label19.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  222. this.label19.Location = new System.Drawing.Point(220, 287);
  223. this.label19.Name = "label19";
  224. this.label19.Size = new System.Drawing.Size(29, 14);
  225. this.label19.TabIndex = 56;
  226. this.label19.Text = "까지";
  227. //
  228. // label18
  229. //
  230. this.label18.AutoSize = true;
  231. this.label18.BackColor = System.Drawing.Color.Transparent;
  232. this.label18.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  233. this.label18.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  234. this.label18.Location = new System.Drawing.Point(127, 322);
  235. this.label18.Name = "label18";
  236. this.label18.Size = new System.Drawing.Size(29, 14);
  237. this.label18.TabIndex = 55;
  238. this.label18.Text = "부터";
  239. //
  240. // label14
  241. //
  242. this.label14.AutoSize = true;
  243. this.label14.BackColor = System.Drawing.Color.Transparent;
  244. this.label14.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  245. this.label14.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  246. this.label14.Location = new System.Drawing.Point(296, 399);
  247. this.label14.Name = "label14";
  248. this.label14.Size = new System.Drawing.Size(47, 14);
  249. this.label14.TabIndex = 32;
  250. this.label14.Text = "테이블2";
  251. this.label14.Visible = false;
  252. //
  253. // label17
  254. //
  255. this.label17.AutoSize = true;
  256. this.label17.BackColor = System.Drawing.Color.Transparent;
  257. this.label17.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  258. this.label17.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  259. this.label17.Location = new System.Drawing.Point(127, 287);
  260. this.label17.Name = "label17";
  261. this.label17.Size = new System.Drawing.Size(29, 14);
  262. this.label17.TabIndex = 54;
  263. this.label17.Text = "부터";
  264. //
  265. // CoolDayTo
  266. //
  267. this.CoolDayTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  268. this.CoolDayTo.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  269. this.CoolDayTo.Location = new System.Drawing.Point(158, 283);
  270. this.CoolDayTo.Name = "CoolDayTo";
  271. this.CoolDayTo.Size = new System.Drawing.Size(60, 22);
  272. this.CoolDayTo.TabIndex = 53;
  273. //
  274. // Control_Table1
  275. //
  276. this.Control_Table1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  277. this.Control_Table1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  278. this.Control_Table1.Location = new System.Drawing.Point(366, 367);
  279. this.Control_Table1.Name = "Control_Table1";
  280. this.Control_Table1.Size = new System.Drawing.Size(138, 22);
  281. this.Control_Table1.TabIndex = 31;
  282. this.Control_Table1.Visible = false;
  283. //
  284. // CoolDayFrom
  285. //
  286. this.CoolDayFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  287. this.CoolDayFrom.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  288. this.CoolDayFrom.Location = new System.Drawing.Point(62, 283);
  289. this.CoolDayFrom.Name = "CoolDayFrom";
  290. this.CoolDayFrom.Size = new System.Drawing.Size(60, 22);
  291. this.CoolDayFrom.TabIndex = 52;
  292. //
  293. // label13
  294. //
  295. this.label13.AutoSize = true;
  296. this.label13.BackColor = System.Drawing.Color.Transparent;
  297. this.label13.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  298. this.label13.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  299. this.label13.Location = new System.Drawing.Point(296, 369);
  300. this.label13.Name = "label13";
  301. this.label13.Size = new System.Drawing.Size(47, 14);
  302. this.label13.TabIndex = 30;
  303. this.label13.Text = "테이블1";
  304. this.label13.Visible = false;
  305. //
  306. // label10
  307. //
  308. this.label10.AutoSize = true;
  309. this.label10.BackColor = System.Drawing.Color.Transparent;
  310. this.label10.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  311. this.label10.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  312. this.label10.Location = new System.Drawing.Point(301, 399);
  313. this.label10.Name = "label10";
  314. this.label10.Size = new System.Drawing.Size(57, 14);
  315. this.label10.TabIndex = 13;
  316. this.label10.Text = "Port - 2";
  317. this.label10.Visible = false;
  318. //
  319. // HeatDayTo
  320. //
  321. this.HeatDayTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  322. this.HeatDayTo.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  323. this.HeatDayTo.Location = new System.Drawing.Point(158, 318);
  324. this.HeatDayTo.Name = "HeatDayTo";
  325. this.HeatDayTo.Size = new System.Drawing.Size(60, 22);
  326. this.HeatDayTo.TabIndex = 51;
  327. //
  328. // HeatDayFrom
  329. //
  330. this.HeatDayFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  331. this.HeatDayFrom.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  332. this.HeatDayFrom.Location = new System.Drawing.Point(62, 318);
  333. this.HeatDayFrom.Name = "HeatDayFrom";
  334. this.HeatDayFrom.Size = new System.Drawing.Size(60, 22);
  335. this.HeatDayFrom.TabIndex = 48;
  336. //
  337. // label7
  338. //
  339. this.label7.AutoSize = true;
  340. this.label7.BackColor = System.Drawing.Color.Transparent;
  341. this.label7.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  342. this.label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  343. this.label7.Location = new System.Drawing.Point(295, 385);
  344. this.label7.Name = "label7";
  345. this.label7.Size = new System.Drawing.Size(57, 14);
  346. this.label7.TabIndex = 18;
  347. this.label7.Text = "Port - 1";
  348. this.label7.Visible = false;
  349. //
  350. // label16
  351. //
  352. this.label16.AutoSize = true;
  353. this.label16.BackColor = System.Drawing.Color.Transparent;
  354. this.label16.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  355. this.label16.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  356. this.label16.Location = new System.Drawing.Point(7, 320);
  357. this.label16.Name = "label16";
  358. this.label16.Size = new System.Drawing.Size(51, 14);
  359. this.label16.TabIndex = 50;
  360. this.label16.Text = "난방기간";
  361. //
  362. // label9
  363. //
  364. this.label9.AutoSize = true;
  365. this.label9.BackColor = System.Drawing.Color.Transparent;
  366. this.label9.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  367. this.label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  368. this.label9.Location = new System.Drawing.Point(7, 287);
  369. this.label9.Name = "label9";
  370. this.label9.Size = new System.Drawing.Size(51, 14);
  371. this.label9.TabIndex = 49;
  372. this.label9.Text = "냉방기간";
  373. //
  374. // PORT2
  375. //
  376. this.PORT2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  377. this.PORT2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  378. this.PORT2.Location = new System.Drawing.Point(364, 383);
  379. this.PORT2.Name = "PORT2";
  380. this.PORT2.Size = new System.Drawing.Size(140, 22);
  381. this.PORT2.TabIndex = 25;
  382. this.PORT2.UseSystemPasswordChar = true;
  383. this.PORT2.Visible = false;
  384. //
  385. // groupBox6
  386. //
  387. this.groupBox6.BackColor = System.Drawing.Color.Transparent;
  388. this.groupBox6.Controls.Add(this.SettingFormSave);
  389. this.groupBox6.Controls.Add(this.SettingFormExit);
  390. this.groupBox6.Location = new System.Drawing.Point(422, 270);
  391. this.groupBox6.Name = "groupBox6";
  392. this.groupBox6.Size = new System.Drawing.Size(93, 73);
  393. this.groupBox6.TabIndex = 39;
  394. this.groupBox6.TabStop = false;
  395. //
  396. // SettingFormSave
  397. //
  398. this.SettingFormSave.BackColor = System.Drawing.Color.Gray;
  399. this.SettingFormSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SettingFormSave.BackgroundImage")));
  400. this.SettingFormSave.Font = new System.Drawing.Font("휴먼모음T", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  401. this.SettingFormSave.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  402. this.SettingFormSave.Location = new System.Drawing.Point(4, 10);
  403. this.SettingFormSave.Name = "SettingFormSave";
  404. this.SettingFormSave.Size = new System.Drawing.Size(86, 31);
  405. this.SettingFormSave.TabIndex = 11;
  406. this.SettingFormSave.Text = "저장";
  407. this.SettingFormSave.UseVisualStyleBackColor = false;
  408. this.SettingFormSave.Click += new System.EventHandler(this.SettingFormSave_Click);
  409. //
  410. // SettingFormExit
  411. //
  412. this.SettingFormExit.BackColor = System.Drawing.Color.Gray;
  413. this.SettingFormExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SettingFormExit.BackgroundImage")));
  414. this.SettingFormExit.Font = new System.Drawing.Font("휴먼모음T", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  415. this.SettingFormExit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  416. this.SettingFormExit.Location = new System.Drawing.Point(4, 39);
  417. this.SettingFormExit.Name = "SettingFormExit";
  418. this.SettingFormExit.Size = new System.Drawing.Size(86, 31);
  419. this.SettingFormExit.TabIndex = 12;
  420. this.SettingFormExit.Text = "닫기";
  421. this.SettingFormExit.UseVisualStyleBackColor = false;
  422. this.SettingFormExit.Click += new System.EventHandler(this.SettingFormExit_Click);
  423. //
  424. // label12
  425. //
  426. this.label12.AutoSize = true;
  427. this.label12.BackColor = System.Drawing.Color.Transparent;
  428. this.label12.Font = new System.Drawing.Font("휴먼모음T", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  429. this.label12.Location = new System.Drawing.Point(278, 18);
  430. this.label12.Name = "label12";
  431. this.label12.Size = new System.Drawing.Size(90, 21);
  432. this.label12.TabIndex = 24;
  433. this.label12.Text = "MMI 접속";
  434. //
  435. // PORT1
  436. //
  437. this.PORT1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  438. this.PORT1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  439. this.PORT1.Location = new System.Drawing.Point(374, 385);
  440. this.PORT1.Name = "PORT1";
  441. this.PORT1.Size = new System.Drawing.Size(140, 22);
  442. this.PORT1.TabIndex = 28;
  443. this.PORT1.Visible = false;
  444. //
  445. // groupBox4
  446. //
  447. this.groupBox4.BackColor = System.Drawing.Color.Transparent;
  448. this.groupBox4.Controls.Add(this.label28);
  449. this.groupBox4.Controls.Add(this.label27);
  450. this.groupBox4.Controls.Add(this.label26);
  451. this.groupBox4.Controls.Add(this.label25);
  452. this.groupBox4.Controls.Add(this.label24);
  453. this.groupBox4.Controls.Add(this.label23);
  454. this.groupBox4.Controls.Add(this.ICOSDB_ID);
  455. this.groupBox4.Controls.Add(this.ICOSDB_PASSWORD);
  456. this.groupBox4.Controls.Add(this.ICOSDB_NAME);
  457. this.groupBox4.Controls.Add(this.ICOS_PASSWORD);
  458. this.groupBox4.Controls.Add(this.ICOS_ID);
  459. this.groupBox4.Controls.Add(this.label15);
  460. this.groupBox4.Controls.Add(this.DGW_IP);
  461. this.groupBox4.Controls.Add(this.IP1);
  462. this.groupBox4.Controls.Add(this.label8);
  463. this.groupBox4.Controls.Add(this.label6);
  464. this.groupBox4.Controls.Add(this.IP2);
  465. this.groupBox4.Location = new System.Drawing.Point(232, 23);
  466. this.groupBox4.Name = "groupBox4";
  467. this.groupBox4.Size = new System.Drawing.Size(283, 247);
  468. this.groupBox4.TabIndex = 37;
  469. this.groupBox4.TabStop = false;
  470. //
  471. // label25
  472. //
  473. this.label25.AutoSize = true;
  474. this.label25.BackColor = System.Drawing.Color.Transparent;
  475. this.label25.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  476. this.label25.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  477. this.label25.Location = new System.Drawing.Point(4, 150);
  478. this.label25.Name = "label25";
  479. this.label25.Size = new System.Drawing.Size(91, 14);
  480. this.label25.TabIndex = 39;
  481. this.label25.Text = "ICOSDB Name";
  482. //
  483. // label24
  484. //
  485. this.label24.AutoSize = true;
  486. this.label24.BackColor = System.Drawing.Color.Transparent;
  487. this.label24.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  488. this.label24.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  489. this.label24.Location = new System.Drawing.Point(4, 120);
  490. this.label24.Name = "label24";
  491. this.label24.Size = new System.Drawing.Size(62, 14);
  492. this.label24.TabIndex = 38;
  493. this.label24.Text = "ICOS PW";
  494. //
  495. // label23
  496. //
  497. this.label23.AutoSize = true;
  498. this.label23.BackColor = System.Drawing.Color.Transparent;
  499. this.label23.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  500. this.label23.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  501. this.label23.Location = new System.Drawing.Point(4, 95);
  502. this.label23.Name = "label23";
  503. this.label23.Size = new System.Drawing.Size(55, 14);
  504. this.label23.TabIndex = 37;
  505. this.label23.Text = "ICOS ID";
  506. //
  507. // ICOSDB_ID
  508. //
  509. this.ICOSDB_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  510. this.ICOSDB_ID.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  511. this.ICOSDB_ID.Location = new System.Drawing.Point(96, 171);
  512. this.ICOSDB_ID.Name = "ICOSDB_ID";
  513. this.ICOSDB_ID.Size = new System.Drawing.Size(140, 22);
  514. this.ICOSDB_ID.TabIndex = 36;
  515. //
  516. // ICOSDB_PASSWORD
  517. //
  518. this.ICOSDB_PASSWORD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  519. this.ICOSDB_PASSWORD.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  520. this.ICOSDB_PASSWORD.Location = new System.Drawing.Point(96, 195);
  521. this.ICOSDB_PASSWORD.Name = "ICOSDB_PASSWORD";
  522. this.ICOSDB_PASSWORD.Size = new System.Drawing.Size(140, 22);
  523. this.ICOSDB_PASSWORD.TabIndex = 36;
  524. //
  525. // ICOSDB_NAME
  526. //
  527. this.ICOSDB_NAME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  528. this.ICOSDB_NAME.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  529. this.ICOSDB_NAME.Location = new System.Drawing.Point(96, 147);
  530. this.ICOSDB_NAME.Name = "ICOSDB_NAME";
  531. this.ICOSDB_NAME.Size = new System.Drawing.Size(140, 22);
  532. this.ICOSDB_NAME.TabIndex = 35;
  533. //
  534. // ICOS_PASSWORD
  535. //
  536. this.ICOS_PASSWORD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  537. this.ICOS_PASSWORD.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  538. this.ICOS_PASSWORD.Location = new System.Drawing.Point(96, 116);
  539. this.ICOS_PASSWORD.Name = "ICOS_PASSWORD";
  540. this.ICOS_PASSWORD.Size = new System.Drawing.Size(140, 22);
  541. this.ICOS_PASSWORD.TabIndex = 32;
  542. //
  543. // ICOS_ID
  544. //
  545. this.ICOS_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  546. this.ICOS_ID.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  547. this.ICOS_ID.Location = new System.Drawing.Point(96, 92);
  548. this.ICOS_ID.Name = "ICOS_ID";
  549. this.ICOS_ID.Size = new System.Drawing.Size(140, 22);
  550. this.ICOS_ID.TabIndex = 31;
  551. //
  552. // label15
  553. //
  554. this.label15.AutoSize = true;
  555. this.label15.BackColor = System.Drawing.Color.Transparent;
  556. this.label15.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  557. this.label15.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  558. this.label15.Location = new System.Drawing.Point(4, 22);
  559. this.label15.Name = "label15";
  560. this.label15.Size = new System.Drawing.Size(53, 14);
  561. this.label15.TabIndex = 30;
  562. this.label15.Text = "DGW IP";
  563. //
  564. // DGW_IP
  565. //
  566. this.DGW_IP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  567. this.DGW_IP.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  568. this.DGW_IP.Location = new System.Drawing.Point(96, 20);
  569. this.DGW_IP.Name = "DGW_IP";
  570. this.DGW_IP.Size = new System.Drawing.Size(140, 22);
  571. this.DGW_IP.TabIndex = 29;
  572. //
  573. // IP1
  574. //
  575. this.IP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  576. this.IP1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  577. this.IP1.Location = new System.Drawing.Point(96, 44);
  578. this.IP1.Name = "IP1";
  579. this.IP1.Size = new System.Drawing.Size(140, 22);
  580. this.IP1.TabIndex = 27;
  581. //
  582. // label8
  583. //
  584. this.label8.AutoSize = true;
  585. this.label8.BackColor = System.Drawing.Color.Transparent;
  586. this.label8.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  587. this.label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  588. this.label8.Location = new System.Drawing.Point(4, 47);
  589. this.label8.Name = "label8";
  590. this.label8.Size = new System.Drawing.Size(45, 14);
  591. this.label8.TabIndex = 17;
  592. this.label8.Text = "IP - 1";
  593. //
  594. // label6
  595. //
  596. this.label6.AutoSize = true;
  597. this.label6.BackColor = System.Drawing.Color.Transparent;
  598. this.label6.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  599. this.label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  600. this.label6.Location = new System.Drawing.Point(4, 73);
  601. this.label6.Name = "label6";
  602. this.label6.Size = new System.Drawing.Size(45, 14);
  603. this.label6.TabIndex = 19;
  604. this.label6.Text = "IP - 2";
  605. //
  606. // IP2
  607. //
  608. this.IP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  609. this.IP2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  610. this.IP2.Location = new System.Drawing.Point(96, 68);
  611. this.IP2.Name = "IP2";
  612. this.IP2.Size = new System.Drawing.Size(140, 22);
  613. this.IP2.TabIndex = 26;
  614. //
  615. // label11
  616. //
  617. this.label11.AutoSize = true;
  618. this.label11.BackColor = System.Drawing.Color.Transparent;
  619. this.label11.Font = new System.Drawing.Font("휴먼모음T", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  620. this.label11.Location = new System.Drawing.Point(17, 19);
  621. this.label11.Name = "label11";
  622. this.label11.Size = new System.Drawing.Size(166, 21);
  623. this.label11.TabIndex = 23;
  624. this.label11.Text = "BEMS 데이타베이스";
  625. //
  626. // TbName
  627. //
  628. this.TbName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  629. this.TbName.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  630. this.TbName.Location = new System.Drawing.Point(77, 98);
  631. this.TbName.Name = "TbName";
  632. this.TbName.Size = new System.Drawing.Size(140, 22);
  633. this.TbName.TabIndex = 9;
  634. //
  635. // TbPort
  636. //
  637. this.TbPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  638. this.TbPort.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  639. this.TbPort.Location = new System.Drawing.Point(77, 70);
  640. this.TbPort.Name = "TbPort";
  641. this.TbPort.Size = new System.Drawing.Size(140, 22);
  642. this.TbPort.TabIndex = 8;
  643. //
  644. // TbIP
  645. //
  646. this.TbIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  647. this.TbIP.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  648. this.TbIP.Location = new System.Drawing.Point(77, 42);
  649. this.TbIP.Name = "TbIP";
  650. this.TbIP.Size = new System.Drawing.Size(140, 22);
  651. this.TbIP.TabIndex = 7;
  652. //
  653. // label5
  654. //
  655. this.label5.AutoSize = true;
  656. this.label5.BackColor = System.Drawing.Color.Transparent;
  657. this.label5.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  658. this.label5.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  659. this.label5.Location = new System.Drawing.Point(13, 101);
  660. this.label5.Name = "label5";
  661. this.label5.Size = new System.Drawing.Size(62, 14);
  662. this.label5.TabIndex = 6;
  663. this.label5.Text = "DB Name";
  664. //
  665. // label4
  666. //
  667. this.label4.AutoSize = true;
  668. this.label4.BackColor = System.Drawing.Color.Transparent;
  669. this.label4.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  670. this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  671. this.label4.Location = new System.Drawing.Point(13, 74);
  672. this.label4.Name = "label4";
  673. this.label4.Size = new System.Drawing.Size(54, 14);
  674. this.label4.TabIndex = 5;
  675. this.label4.Text = "DB Port";
  676. //
  677. // label3
  678. //
  679. this.label3.AutoSize = true;
  680. this.label3.BackColor = System.Drawing.Color.Transparent;
  681. this.label3.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  682. this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  683. this.label3.Location = new System.Drawing.Point(13, 46);
  684. this.label3.Name = "label3";
  685. this.label3.Size = new System.Drawing.Size(42, 14);
  686. this.label3.TabIndex = 4;
  687. this.label3.Text = "DB IP";
  688. //
  689. // label2
  690. //
  691. this.label2.AutoSize = true;
  692. this.label2.BackColor = System.Drawing.Color.Transparent;
  693. this.label2.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  694. this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  695. this.label2.Location = new System.Drawing.Point(13, 157);
  696. this.label2.Name = "label2";
  697. this.label2.Size = new System.Drawing.Size(49, 14);
  698. this.label2.TabIndex = 3;
  699. this.label2.Text = "DB PW";
  700. //
  701. // TbId
  702. //
  703. this.TbId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  704. this.TbId.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  705. this.TbId.Location = new System.Drawing.Point(77, 126);
  706. this.TbId.Name = "TbId";
  707. this.TbId.Size = new System.Drawing.Size(140, 22);
  708. this.TbId.TabIndex = 2;
  709. //
  710. // TbPW
  711. //
  712. this.TbPW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  713. this.TbPW.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  714. this.TbPW.Location = new System.Drawing.Point(77, 154);
  715. this.TbPW.Name = "TbPW";
  716. this.TbPW.PasswordChar = '*';
  717. this.TbPW.Size = new System.Drawing.Size(140, 22);
  718. this.TbPW.TabIndex = 1;
  719. this.TbPW.UseSystemPasswordChar = true;
  720. //
  721. // label1
  722. //
  723. this.label1.AutoSize = true;
  724. this.label1.BackColor = System.Drawing.Color.Transparent;
  725. this.label1.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  726. this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  727. this.label1.Location = new System.Drawing.Point(13, 129);
  728. this.label1.Name = "label1";
  729. this.label1.Size = new System.Drawing.Size(42, 14);
  730. this.label1.TabIndex = 0;
  731. this.label1.Text = "DB ID";
  732. //
  733. // groupBox3
  734. //
  735. this.groupBox3.BackColor = System.Drawing.Color.Transparent;
  736. this.groupBox3.Location = new System.Drawing.Point(6, 24);
  737. this.groupBox3.Name = "groupBox3";
  738. this.groupBox3.Size = new System.Drawing.Size(220, 162);
  739. this.groupBox3.TabIndex = 36;
  740. this.groupBox3.TabStop = false;
  741. //
  742. // groupBox1
  743. //
  744. this.groupBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  745. this.groupBox1.Controls.Add(this.groupBox2);
  746. this.groupBox1.Location = new System.Drawing.Point(-2, -11);
  747. this.groupBox1.Name = "groupBox1";
  748. this.groupBox1.Size = new System.Drawing.Size(531, 349);
  749. this.groupBox1.TabIndex = 13;
  750. this.groupBox1.TabStop = false;
  751. //
  752. // label26
  753. //
  754. this.label26.AutoSize = true;
  755. this.label26.BackColor = System.Drawing.Color.Transparent;
  756. this.label26.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  757. this.label26.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  758. this.label26.Location = new System.Drawing.Point(4, 174);
  759. this.label26.Name = "label26";
  760. this.label26.Size = new System.Drawing.Size(71, 14);
  761. this.label26.TabIndex = 40;
  762. this.label26.Text = "ICOSDB ID";
  763. //
  764. // label27
  765. //
  766. this.label27.AutoSize = true;
  767. this.label27.BackColor = System.Drawing.Color.Transparent;
  768. this.label27.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  769. this.label27.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  770. this.label27.Location = new System.Drawing.Point(4, 199);
  771. this.label27.Name = "label27";
  772. this.label27.Size = new System.Drawing.Size(78, 14);
  773. this.label27.TabIndex = 41;
  774. this.label27.Text = "ICOSDB PW";
  775. //
  776. // label28
  777. //
  778. this.label28.AutoSize = true;
  779. this.label28.BackColor = System.Drawing.Color.Transparent;
  780. this.label28.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  781. this.label28.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  782. this.label28.Location = new System.Drawing.Point(4, 223);
  783. this.label28.Name = "label28";
  784. this.label28.Size = new System.Drawing.Size(83, 14);
  785. this.label28.TabIndex = 42;
  786. this.label28.Text = "ICOSDB LOC";
  787. //
  788. // SettingForm
  789. //
  790. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  791. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  792. this.ClientSize = new System.Drawing.Size(533, 336);
  793. this.Controls.Add(this.groupBox1);
  794. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  795. this.Name = "SettingForm";
  796. this.Text = "설정";
  797. this.Load += new System.EventHandler(this.SettingForm_Load);
  798. this.groupBox2.ResumeLayout(false);
  799. this.groupBox2.PerformLayout();
  800. this.groupBox6.ResumeLayout(false);
  801. this.groupBox4.ResumeLayout(false);
  802. this.groupBox4.PerformLayout();
  803. this.groupBox1.ResumeLayout(false);
  804. this.ResumeLayout(false);
  805. }
  806. #endregion
  807. private System.Windows.Forms.GroupBox groupBox2;
  808. private System.Windows.Forms.Button SettingFormExit;
  809. private System.Windows.Forms.Button SettingFormSave;
  810. public System.Windows.Forms.TextBox TbName;
  811. public System.Windows.Forms.TextBox TbPort;
  812. public System.Windows.Forms.TextBox TbIP;
  813. private System.Windows.Forms.Label label5;
  814. private System.Windows.Forms.Label label4;
  815. private System.Windows.Forms.Label label3;
  816. private System.Windows.Forms.Label label2;
  817. public System.Windows.Forms.TextBox TbId;
  818. public System.Windows.Forms.TextBox TbPW;
  819. private System.Windows.Forms.Label label1;
  820. private System.Windows.Forms.GroupBox groupBox1;
  821. private System.Windows.Forms.Label label6;
  822. private System.Windows.Forms.Label label7;
  823. private System.Windows.Forms.Label label8;
  824. private System.Windows.Forms.Label label10;
  825. private System.Windows.Forms.Label label12;
  826. private System.Windows.Forms.Label label11;
  827. public System.Windows.Forms.TextBox Control_Table2;
  828. private System.Windows.Forms.Label label14;
  829. public System.Windows.Forms.TextBox Control_Table1;
  830. private System.Windows.Forms.Label label13;
  831. public System.Windows.Forms.TextBox PORT1;
  832. public System.Windows.Forms.TextBox IP1;
  833. public System.Windows.Forms.TextBox IP2;
  834. private System.Windows.Forms.GroupBox groupBox6;
  835. private System.Windows.Forms.GroupBox groupBox4;
  836. private System.Windows.Forms.GroupBox groupBox3;
  837. public System.Windows.Forms.TextBox PORT2;
  838. private System.Windows.Forms.Label label15;
  839. public System.Windows.Forms.TextBox DGW_IP;
  840. private System.Windows.Forms.Label label20;
  841. private System.Windows.Forms.Label label19;
  842. private System.Windows.Forms.Label label18;
  843. private System.Windows.Forms.Label label17;
  844. public System.Windows.Forms.TextBox CoolDayTo;
  845. public System.Windows.Forms.TextBox CoolDayFrom;
  846. public System.Windows.Forms.TextBox HeatDayTo;
  847. public System.Windows.Forms.TextBox HeatDayFrom;
  848. private System.Windows.Forms.Label label16;
  849. private System.Windows.Forms.Label label9;
  850. public System.Windows.Forms.TextBox SiteId_txt;
  851. private System.Windows.Forms.Label label21;
  852. public System.Windows.Forms.TextBox ICOSDB_ID;
  853. public System.Windows.Forms.TextBox ICOSDB_PASSWORD;
  854. public System.Windows.Forms.TextBox ICOSDB_NAME;
  855. public System.Windows.Forms.TextBox ICOSDB_LOC;
  856. public System.Windows.Forms.TextBox ICOSDB_TYPE;
  857. public System.Windows.Forms.TextBox ICOS_PASSWORD;
  858. public System.Windows.Forms.TextBox ICOS_ID;
  859. private System.Windows.Forms.Label label22;
  860. private System.Windows.Forms.Label label24;
  861. private System.Windows.Forms.Label label23;
  862. private System.Windows.Forms.Label label25;
  863. private System.Windows.Forms.Label label28;
  864. private System.Windows.Forms.Label label27;
  865. private System.Windows.Forms.Label label26;
  866. }
  867. }