123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873 |
- namespace BEMSDataGateway
- {
- partial class SettingForm
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm));
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.label22 = new System.Windows.Forms.Label();
- this.SiteId_txt = new System.Windows.Forms.TextBox();
- this.ICOSDB_TYPE = new System.Windows.Forms.TextBox();
- this.label21 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.ICOSDB_LOC = new System.Windows.Forms.TextBox();
- this.Control_Table2 = new System.Windows.Forms.TextBox();
- this.label19 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.CoolDayTo = new System.Windows.Forms.TextBox();
- this.Control_Table1 = new System.Windows.Forms.TextBox();
- this.CoolDayFrom = new System.Windows.Forms.TextBox();
- this.label13 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.HeatDayTo = new System.Windows.Forms.TextBox();
- this.HeatDayFrom = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.PORT2 = new System.Windows.Forms.TextBox();
- this.groupBox6 = new System.Windows.Forms.GroupBox();
- this.SettingFormSave = new System.Windows.Forms.Button();
- this.SettingFormExit = new System.Windows.Forms.Button();
- this.label12 = new System.Windows.Forms.Label();
- this.PORT1 = new System.Windows.Forms.TextBox();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.label25 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.ICOSDB_ID = new System.Windows.Forms.TextBox();
- this.ICOSDB_PASSWORD = new System.Windows.Forms.TextBox();
- this.ICOSDB_NAME = new System.Windows.Forms.TextBox();
- this.ICOS_PASSWORD = new System.Windows.Forms.TextBox();
- this.ICOS_ID = new System.Windows.Forms.TextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.DGW_IP = new System.Windows.Forms.TextBox();
- this.IP1 = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.IP2 = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.TbName = new System.Windows.Forms.TextBox();
- this.TbPort = new System.Windows.Forms.TextBox();
- this.TbIP = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.TbId = new System.Windows.Forms.TextBox();
- this.TbPW = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label26 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.groupBox2.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
-
-
-
- this.groupBox2.BackgroundImage = global::BEMSDataGateway.Properties.Resources.freeGradient;
- this.groupBox2.Controls.Add(this.label22);
- this.groupBox2.Controls.Add(this.SiteId_txt);
- this.groupBox2.Controls.Add(this.ICOSDB_TYPE);
- this.groupBox2.Controls.Add(this.label21);
- this.groupBox2.Controls.Add(this.label20);
- this.groupBox2.Controls.Add(this.ICOSDB_LOC);
- this.groupBox2.Controls.Add(this.Control_Table2);
- this.groupBox2.Controls.Add(this.label19);
- this.groupBox2.Controls.Add(this.label18);
- this.groupBox2.Controls.Add(this.label14);
- this.groupBox2.Controls.Add(this.label17);
- this.groupBox2.Controls.Add(this.CoolDayTo);
- this.groupBox2.Controls.Add(this.Control_Table1);
- this.groupBox2.Controls.Add(this.CoolDayFrom);
- this.groupBox2.Controls.Add(this.label13);
- this.groupBox2.Controls.Add(this.label10);
- this.groupBox2.Controls.Add(this.HeatDayTo);
- this.groupBox2.Controls.Add(this.HeatDayFrom);
- this.groupBox2.Controls.Add(this.label7);
- this.groupBox2.Controls.Add(this.label16);
- this.groupBox2.Controls.Add(this.label9);
- this.groupBox2.Controls.Add(this.PORT2);
- this.groupBox2.Controls.Add(this.groupBox6);
- this.groupBox2.Controls.Add(this.label12);
- this.groupBox2.Controls.Add(this.PORT1);
- this.groupBox2.Controls.Add(this.groupBox4);
- this.groupBox2.Controls.Add(this.label11);
- this.groupBox2.Controls.Add(this.TbName);
- this.groupBox2.Controls.Add(this.TbPort);
- this.groupBox2.Controls.Add(this.TbIP);
- this.groupBox2.Controls.Add(this.label5);
- this.groupBox2.Controls.Add(this.label4);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Controls.Add(this.TbId);
- this.groupBox2.Controls.Add(this.TbPW);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.groupBox3);
- this.groupBox2.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.groupBox2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.groupBox2.Location = new System.Drawing.Point(0, 0);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(536, 358);
- this.groupBox2.TabIndex = 13;
- this.groupBox2.TabStop = false;
-
-
-
- this.label22.AutoSize = true;
- this.label22.BackColor = System.Drawing.Color.Transparent;
- this.label22.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label22.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label22.Location = new System.Drawing.Point(253, 322);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(81, 14);
- this.label22.TabIndex = 60;
- this.label22.Text = "ICosDB Type";
-
-
-
- this.SiteId_txt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.SiteId_txt.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SiteId_txt.Location = new System.Drawing.Point(338, 283);
- this.SiteId_txt.Name = "SiteId_txt";
- this.SiteId_txt.Size = new System.Drawing.Size(41, 22);
- this.SiteId_txt.TabIndex = 59;
-
-
-
- this.ICOSDB_TYPE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ICOSDB_TYPE.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ICOSDB_TYPE.Location = new System.Drawing.Point(338, 316);
- this.ICOSDB_TYPE.Name = "ICOSDB_TYPE";
- this.ICOSDB_TYPE.Size = new System.Drawing.Size(41, 22);
- this.ICOSDB_TYPE.TabIndex = 33;
-
-
-
- this.label21.AutoSize = true;
- this.label21.BackColor = System.Drawing.Color.Transparent;
- this.label21.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label21.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label21.Location = new System.Drawing.Point(253, 287);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(39, 14);
- this.label21.TabIndex = 58;
- this.label21.Text = "SiteId";
-
-
-
- this.label20.AutoSize = true;
- this.label20.BackColor = System.Drawing.Color.Transparent;
- this.label20.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label20.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label20.Location = new System.Drawing.Point(220, 322);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(29, 14);
- this.label20.TabIndex = 57;
- this.label20.Text = "까지";
-
-
-
- this.ICOSDB_LOC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ICOSDB_LOC.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ICOSDB_LOC.Location = new System.Drawing.Point(328, 242);
- this.ICOSDB_LOC.Name = "ICOSDB_LOC";
- this.ICOSDB_LOC.Size = new System.Drawing.Size(140, 22);
- this.ICOSDB_LOC.TabIndex = 34;
-
-
-
- this.Control_Table2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Control_Table2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Control_Table2.Location = new System.Drawing.Point(366, 397);
- this.Control_Table2.Name = "Control_Table2";
- this.Control_Table2.Size = new System.Drawing.Size(138, 22);
- this.Control_Table2.TabIndex = 33;
- this.Control_Table2.Visible = false;
-
-
-
- this.label19.AutoSize = true;
- this.label19.BackColor = System.Drawing.Color.Transparent;
- this.label19.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label19.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label19.Location = new System.Drawing.Point(220, 287);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(29, 14);
- this.label19.TabIndex = 56;
- this.label19.Text = "까지";
-
-
-
- this.label18.AutoSize = true;
- this.label18.BackColor = System.Drawing.Color.Transparent;
- this.label18.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label18.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label18.Location = new System.Drawing.Point(127, 322);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(29, 14);
- this.label18.TabIndex = 55;
- this.label18.Text = "부터";
-
-
-
- this.label14.AutoSize = true;
- this.label14.BackColor = System.Drawing.Color.Transparent;
- this.label14.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label14.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label14.Location = new System.Drawing.Point(296, 399);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(47, 14);
- this.label14.TabIndex = 32;
- this.label14.Text = "테이블2";
- this.label14.Visible = false;
-
-
-
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label17.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label17.Location = new System.Drawing.Point(127, 287);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(29, 14);
- this.label17.TabIndex = 54;
- this.label17.Text = "부터";
-
-
-
- this.CoolDayTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.CoolDayTo.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.CoolDayTo.Location = new System.Drawing.Point(158, 283);
- this.CoolDayTo.Name = "CoolDayTo";
- this.CoolDayTo.Size = new System.Drawing.Size(60, 22);
- this.CoolDayTo.TabIndex = 53;
-
-
-
- this.Control_Table1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Control_Table1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Control_Table1.Location = new System.Drawing.Point(366, 367);
- this.Control_Table1.Name = "Control_Table1";
- this.Control_Table1.Size = new System.Drawing.Size(138, 22);
- this.Control_Table1.TabIndex = 31;
- this.Control_Table1.Visible = false;
-
-
-
- this.CoolDayFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.CoolDayFrom.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.CoolDayFrom.Location = new System.Drawing.Point(62, 283);
- this.CoolDayFrom.Name = "CoolDayFrom";
- this.CoolDayFrom.Size = new System.Drawing.Size(60, 22);
- this.CoolDayFrom.TabIndex = 52;
-
-
-
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.Transparent;
- this.label13.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label13.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label13.Location = new System.Drawing.Point(296, 369);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(47, 14);
- this.label13.TabIndex = 30;
- this.label13.Text = "테이블1";
- this.label13.Visible = false;
-
-
-
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.Transparent;
- this.label10.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label10.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label10.Location = new System.Drawing.Point(301, 399);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(57, 14);
- this.label10.TabIndex = 13;
- this.label10.Text = "Port - 2";
- this.label10.Visible = false;
-
-
-
- this.HeatDayTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.HeatDayTo.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.HeatDayTo.Location = new System.Drawing.Point(158, 318);
- this.HeatDayTo.Name = "HeatDayTo";
- this.HeatDayTo.Size = new System.Drawing.Size(60, 22);
- this.HeatDayTo.TabIndex = 51;
-
-
-
- this.HeatDayFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.HeatDayFrom.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.HeatDayFrom.Location = new System.Drawing.Point(62, 318);
- this.HeatDayFrom.Name = "HeatDayFrom";
- this.HeatDayFrom.Size = new System.Drawing.Size(60, 22);
- this.HeatDayFrom.TabIndex = 48;
-
-
-
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label7.Location = new System.Drawing.Point(295, 385);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(57, 14);
- this.label7.TabIndex = 18;
- this.label7.Text = "Port - 1";
- this.label7.Visible = false;
-
-
-
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.Transparent;
- this.label16.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label16.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label16.Location = new System.Drawing.Point(7, 320);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(51, 14);
- this.label16.TabIndex = 50;
- this.label16.Text = "난방기간";
-
-
-
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label9.Location = new System.Drawing.Point(7, 287);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(51, 14);
- this.label9.TabIndex = 49;
- this.label9.Text = "냉방기간";
-
-
-
- this.PORT2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.PORT2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PORT2.Location = new System.Drawing.Point(364, 383);
- this.PORT2.Name = "PORT2";
- this.PORT2.Size = new System.Drawing.Size(140, 22);
- this.PORT2.TabIndex = 25;
- this.PORT2.UseSystemPasswordChar = true;
- this.PORT2.Visible = false;
-
-
-
- this.groupBox6.BackColor = System.Drawing.Color.Transparent;
- this.groupBox6.Controls.Add(this.SettingFormSave);
- this.groupBox6.Controls.Add(this.SettingFormExit);
- this.groupBox6.Location = new System.Drawing.Point(422, 270);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(93, 73);
- this.groupBox6.TabIndex = 39;
- this.groupBox6.TabStop = false;
-
-
-
- this.SettingFormSave.BackColor = System.Drawing.Color.Gray;
- this.SettingFormSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SettingFormSave.BackgroundImage")));
- this.SettingFormSave.Font = new System.Drawing.Font("휴먼모음T", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.SettingFormSave.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.SettingFormSave.Location = new System.Drawing.Point(4, 10);
- this.SettingFormSave.Name = "SettingFormSave";
- this.SettingFormSave.Size = new System.Drawing.Size(86, 31);
- this.SettingFormSave.TabIndex = 11;
- this.SettingFormSave.Text = "저장";
- this.SettingFormSave.UseVisualStyleBackColor = false;
- this.SettingFormSave.Click += new System.EventHandler(this.SettingFormSave_Click);
-
-
-
- this.SettingFormExit.BackColor = System.Drawing.Color.Gray;
- this.SettingFormExit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SettingFormExit.BackgroundImage")));
- this.SettingFormExit.Font = new System.Drawing.Font("휴먼모음T", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.SettingFormExit.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.SettingFormExit.Location = new System.Drawing.Point(4, 39);
- this.SettingFormExit.Name = "SettingFormExit";
- this.SettingFormExit.Size = new System.Drawing.Size(86, 31);
- this.SettingFormExit.TabIndex = 12;
- this.SettingFormExit.Text = "닫기";
- this.SettingFormExit.UseVisualStyleBackColor = false;
- this.SettingFormExit.Click += new System.EventHandler(this.SettingFormExit_Click);
-
-
-
- this.label12.AutoSize = true;
- this.label12.BackColor = System.Drawing.Color.Transparent;
- this.label12.Font = new System.Drawing.Font("휴먼모음T", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label12.Location = new System.Drawing.Point(278, 18);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(90, 21);
- this.label12.TabIndex = 24;
- this.label12.Text = "MMI 접속";
-
-
-
- this.PORT1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.PORT1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.PORT1.Location = new System.Drawing.Point(374, 385);
- this.PORT1.Name = "PORT1";
- this.PORT1.Size = new System.Drawing.Size(140, 22);
- this.PORT1.TabIndex = 28;
- this.PORT1.Visible = false;
-
-
-
- this.groupBox4.BackColor = System.Drawing.Color.Transparent;
- this.groupBox4.Controls.Add(this.label28);
- this.groupBox4.Controls.Add(this.label27);
- this.groupBox4.Controls.Add(this.label26);
- this.groupBox4.Controls.Add(this.label25);
- this.groupBox4.Controls.Add(this.label24);
- this.groupBox4.Controls.Add(this.label23);
- this.groupBox4.Controls.Add(this.ICOSDB_ID);
- this.groupBox4.Controls.Add(this.ICOSDB_PASSWORD);
- this.groupBox4.Controls.Add(this.ICOSDB_NAME);
- this.groupBox4.Controls.Add(this.ICOS_PASSWORD);
- this.groupBox4.Controls.Add(this.ICOS_ID);
- this.groupBox4.Controls.Add(this.label15);
- this.groupBox4.Controls.Add(this.DGW_IP);
- this.groupBox4.Controls.Add(this.IP1);
- this.groupBox4.Controls.Add(this.label8);
- this.groupBox4.Controls.Add(this.label6);
- this.groupBox4.Controls.Add(this.IP2);
- this.groupBox4.Location = new System.Drawing.Point(232, 23);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(283, 247);
- this.groupBox4.TabIndex = 37;
- this.groupBox4.TabStop = false;
-
-
-
- this.label25.AutoSize = true;
- this.label25.BackColor = System.Drawing.Color.Transparent;
- this.label25.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label25.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label25.Location = new System.Drawing.Point(4, 150);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(91, 14);
- this.label25.TabIndex = 39;
- this.label25.Text = "ICOSDB Name";
-
-
-
- this.label24.AutoSize = true;
- this.label24.BackColor = System.Drawing.Color.Transparent;
- this.label24.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label24.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label24.Location = new System.Drawing.Point(4, 120);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(62, 14);
- this.label24.TabIndex = 38;
- this.label24.Text = "ICOS PW";
-
-
-
- this.label23.AutoSize = true;
- this.label23.BackColor = System.Drawing.Color.Transparent;
- this.label23.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label23.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label23.Location = new System.Drawing.Point(4, 95);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(55, 14);
- this.label23.TabIndex = 37;
- this.label23.Text = "ICOS ID";
-
-
-
- this.ICOSDB_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ICOSDB_ID.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ICOSDB_ID.Location = new System.Drawing.Point(96, 171);
- this.ICOSDB_ID.Name = "ICOSDB_ID";
- this.ICOSDB_ID.Size = new System.Drawing.Size(140, 22);
- this.ICOSDB_ID.TabIndex = 36;
-
-
-
- this.ICOSDB_PASSWORD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ICOSDB_PASSWORD.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ICOSDB_PASSWORD.Location = new System.Drawing.Point(96, 195);
- this.ICOSDB_PASSWORD.Name = "ICOSDB_PASSWORD";
- this.ICOSDB_PASSWORD.Size = new System.Drawing.Size(140, 22);
- this.ICOSDB_PASSWORD.TabIndex = 36;
-
-
-
- this.ICOSDB_NAME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ICOSDB_NAME.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ICOSDB_NAME.Location = new System.Drawing.Point(96, 147);
- this.ICOSDB_NAME.Name = "ICOSDB_NAME";
- this.ICOSDB_NAME.Size = new System.Drawing.Size(140, 22);
- this.ICOSDB_NAME.TabIndex = 35;
-
-
-
- this.ICOS_PASSWORD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ICOS_PASSWORD.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ICOS_PASSWORD.Location = new System.Drawing.Point(96, 116);
- this.ICOS_PASSWORD.Name = "ICOS_PASSWORD";
- this.ICOS_PASSWORD.Size = new System.Drawing.Size(140, 22);
- this.ICOS_PASSWORD.TabIndex = 32;
-
-
-
- this.ICOS_ID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.ICOS_ID.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ICOS_ID.Location = new System.Drawing.Point(96, 92);
- this.ICOS_ID.Name = "ICOS_ID";
- this.ICOS_ID.Size = new System.Drawing.Size(140, 22);
- this.ICOS_ID.TabIndex = 31;
-
-
-
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.Transparent;
- this.label15.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label15.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label15.Location = new System.Drawing.Point(4, 22);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(53, 14);
- this.label15.TabIndex = 30;
- this.label15.Text = "DGW IP";
-
-
-
- this.DGW_IP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.DGW_IP.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.DGW_IP.Location = new System.Drawing.Point(96, 20);
- this.DGW_IP.Name = "DGW_IP";
- this.DGW_IP.Size = new System.Drawing.Size(140, 22);
- this.DGW_IP.TabIndex = 29;
-
-
-
- this.IP1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.IP1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.IP1.Location = new System.Drawing.Point(96, 44);
- this.IP1.Name = "IP1";
- this.IP1.Size = new System.Drawing.Size(140, 22);
- this.IP1.TabIndex = 27;
-
-
-
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label8.Location = new System.Drawing.Point(4, 47);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(45, 14);
- this.label8.TabIndex = 17;
- this.label8.Text = "IP - 1";
-
-
-
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label6.Location = new System.Drawing.Point(4, 73);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(45, 14);
- this.label6.TabIndex = 19;
- this.label6.Text = "IP - 2";
-
-
-
- this.IP2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.IP2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.IP2.Location = new System.Drawing.Point(96, 68);
- this.IP2.Name = "IP2";
- this.IP2.Size = new System.Drawing.Size(140, 22);
- this.IP2.TabIndex = 26;
-
-
-
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.Font = new System.Drawing.Font("휴먼모음T", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label11.Location = new System.Drawing.Point(17, 19);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(166, 21);
- this.label11.TabIndex = 23;
- this.label11.Text = "BEMS 데이타베이스";
-
-
-
- this.TbName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.TbName.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TbName.Location = new System.Drawing.Point(77, 98);
- this.TbName.Name = "TbName";
- this.TbName.Size = new System.Drawing.Size(140, 22);
- this.TbName.TabIndex = 9;
-
-
-
- this.TbPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.TbPort.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TbPort.Location = new System.Drawing.Point(77, 70);
- this.TbPort.Name = "TbPort";
- this.TbPort.Size = new System.Drawing.Size(140, 22);
- this.TbPort.TabIndex = 8;
-
-
-
- this.TbIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.TbIP.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TbIP.Location = new System.Drawing.Point(77, 42);
- this.TbIP.Name = "TbIP";
- this.TbIP.Size = new System.Drawing.Size(140, 22);
- this.TbIP.TabIndex = 7;
-
-
-
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label5.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label5.Location = new System.Drawing.Point(13, 101);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(62, 14);
- this.label5.TabIndex = 6;
- this.label5.Text = "DB Name";
-
-
-
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label4.Location = new System.Drawing.Point(13, 74);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(54, 14);
- this.label4.TabIndex = 5;
- this.label4.Text = "DB Port";
-
-
-
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label3.Location = new System.Drawing.Point(13, 46);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(42, 14);
- this.label3.TabIndex = 4;
- this.label3.Text = "DB IP";
-
-
-
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label2.Location = new System.Drawing.Point(13, 157);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(49, 14);
- this.label2.TabIndex = 3;
- this.label2.Text = "DB PW";
-
-
-
- this.TbId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.TbId.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TbId.Location = new System.Drawing.Point(77, 126);
- this.TbId.Name = "TbId";
- this.TbId.Size = new System.Drawing.Size(140, 22);
- this.TbId.TabIndex = 2;
-
-
-
- this.TbPW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.TbPW.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.TbPW.Location = new System.Drawing.Point(77, 154);
- this.TbPW.Name = "TbPW";
- this.TbPW.PasswordChar = '*';
- this.TbPW.Size = new System.Drawing.Size(140, 22);
- this.TbPW.TabIndex = 1;
- this.TbPW.UseSystemPasswordChar = true;
-
-
-
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label1.Location = new System.Drawing.Point(13, 129);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(42, 14);
- this.label1.TabIndex = 0;
- this.label1.Text = "DB ID";
-
-
-
- this.groupBox3.BackColor = System.Drawing.Color.Transparent;
- this.groupBox3.Location = new System.Drawing.Point(6, 24);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(220, 162);
- this.groupBox3.TabIndex = 36;
- this.groupBox3.TabStop = false;
-
-
-
- this.groupBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
- this.groupBox1.Controls.Add(this.groupBox2);
- this.groupBox1.Location = new System.Drawing.Point(-2, -11);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(531, 349);
- this.groupBox1.TabIndex = 13;
- this.groupBox1.TabStop = false;
-
-
-
- this.label26.AutoSize = true;
- this.label26.BackColor = System.Drawing.Color.Transparent;
- this.label26.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label26.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label26.Location = new System.Drawing.Point(4, 174);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(71, 14);
- this.label26.TabIndex = 40;
- this.label26.Text = "ICOSDB ID";
-
-
-
- this.label27.AutoSize = true;
- this.label27.BackColor = System.Drawing.Color.Transparent;
- this.label27.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label27.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label27.Location = new System.Drawing.Point(4, 199);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(78, 14);
- this.label27.TabIndex = 41;
- this.label27.Text = "ICOSDB PW";
-
-
-
- this.label28.AutoSize = true;
- this.label28.BackColor = System.Drawing.Color.Transparent;
- this.label28.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label28.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label28.Location = new System.Drawing.Point(4, 223);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(83, 14);
- this.label28.TabIndex = 42;
- this.label28.Text = "ICOSDB LOC";
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(533, 336);
- this.Controls.Add(this.groupBox1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "SettingForm";
- this.Text = "설정";
- this.Load += new System.EventHandler(this.SettingForm_Load);
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox6.ResumeLayout(false);
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Button SettingFormExit;
- private System.Windows.Forms.Button SettingFormSave;
- public System.Windows.Forms.TextBox TbName;
- public System.Windows.Forms.TextBox TbPort;
- public System.Windows.Forms.TextBox TbIP;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- public System.Windows.Forms.TextBox TbId;
- public System.Windows.Forms.TextBox TbPW;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label11;
- public System.Windows.Forms.TextBox Control_Table2;
- private System.Windows.Forms.Label label14;
- public System.Windows.Forms.TextBox Control_Table1;
- private System.Windows.Forms.Label label13;
- public System.Windows.Forms.TextBox PORT1;
- public System.Windows.Forms.TextBox IP1;
- public System.Windows.Forms.TextBox IP2;
- private System.Windows.Forms.GroupBox groupBox6;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.GroupBox groupBox3;
- public System.Windows.Forms.TextBox PORT2;
- private System.Windows.Forms.Label label15;
- public System.Windows.Forms.TextBox DGW_IP;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label17;
- public System.Windows.Forms.TextBox CoolDayTo;
- public System.Windows.Forms.TextBox CoolDayFrom;
- public System.Windows.Forms.TextBox HeatDayTo;
- public System.Windows.Forms.TextBox HeatDayFrom;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label9;
- public System.Windows.Forms.TextBox SiteId_txt;
- private System.Windows.Forms.Label label21;
- public System.Windows.Forms.TextBox ICOSDB_ID;
- public System.Windows.Forms.TextBox ICOSDB_PASSWORD;
- public System.Windows.Forms.TextBox ICOSDB_NAME;
- public System.Windows.Forms.TextBox ICOSDB_LOC;
- public System.Windows.Forms.TextBox ICOSDB_TYPE;
- public System.Windows.Forms.TextBox ICOS_PASSWORD;
- public System.Windows.Forms.TextBox ICOS_ID;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label26;
- }
- }
|