123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686 |
- namespace DataGateWayProject
- {
- partial class SettingForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm));
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.SiteId_txt = new System.Windows.Forms.TextBox();
- this.label21 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.Control_Table1 = new System.Windows.Forms.TextBox();
- this.label19 = new System.Windows.Forms.Label();
- this.Control_Table2 = new System.Windows.Forms.TextBox();
- this.label18 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.CoolDayTo = new System.Windows.Forms.TextBox();
- this.CoolDayFrom = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.HeatDayTo = new System.Windows.Forms.TextBox();
- this.HeatDayFrom = new System.Windows.Forms.TextBox();
- this.label16 = new System.Windows.Forms.Label();
- this.label6 = 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.IP2 = new System.Windows.Forms.TextBox();
- this.label12 = new System.Windows.Forms.Label();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- 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.label7 = new System.Windows.Forms.Label();
- this.PORT1 = 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.groupBox2.SuspendLayout();
- this.groupBox6.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox2
- //
- this.groupBox2.BackgroundImage = global::DataGateWayProject.Properties.Resources.freeGradient;
- this.groupBox2.Controls.Add(this.SiteId_txt);
- this.groupBox2.Controls.Add(this.label21);
- this.groupBox2.Controls.Add(this.label20);
- this.groupBox2.Controls.Add(this.Control_Table1);
- this.groupBox2.Controls.Add(this.label19);
- this.groupBox2.Controls.Add(this.Control_Table2);
- this.groupBox2.Controls.Add(this.label18);
- this.groupBox2.Controls.Add(this.label13);
- this.groupBox2.Controls.Add(this.label17);
- this.groupBox2.Controls.Add(this.label14);
- this.groupBox2.Controls.Add(this.CoolDayTo);
- this.groupBox2.Controls.Add(this.CoolDayFrom);
- this.groupBox2.Controls.Add(this.label10);
- this.groupBox2.Controls.Add(this.HeatDayTo);
- this.groupBox2.Controls.Add(this.HeatDayFrom);
- this.groupBox2.Controls.Add(this.label16);
- this.groupBox2.Controls.Add(this.label6);
- this.groupBox2.Controls.Add(this.label9);
- this.groupBox2.Controls.Add(this.PORT2);
- this.groupBox2.Controls.Add(this.groupBox6);
- this.groupBox2.Controls.Add(this.IP2);
- this.groupBox2.Controls.Add(this.label12);
- 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(531, 327);
- this.groupBox2.TabIndex = 13;
- this.groupBox2.TabStop = false;
- //
- // SiteId_txt
- //
- 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(318, 239);
- this.SiteId_txt.Name = "SiteId_txt";
- this.SiteId_txt.Size = new System.Drawing.Size(60, 22);
- this.SiteId_txt.TabIndex = 49;
- //
- // label21
- //
- 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(273, 243);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(39, 14);
- this.label21.TabIndex = 48;
- this.label21.Text = "SiteId";
- //
- // label20
- //
- 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(229, 278);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(29, 14);
- this.label20.TabIndex = 47;
- this.label20.Text = "까지";
- //
- // Control_Table1
- //
- 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(414, 308);
- 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.Control_Table1.TextChanged += new System.EventHandler(this.Control_Table1_TextChanged);
- //
- // label19
- //
- 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(229, 243);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(29, 14);
- this.label19.TabIndex = 46;
- this.label19.Text = "까지";
- //
- // Control_Table2
- //
- 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(418, 316);
- 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;
- //
- // label18
- //
- 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(128, 278);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(29, 14);
- this.label18.TabIndex = 45;
- this.label18.Text = "부터";
- //
- // label13
- //
- 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(344, 310);
- 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;
- //
- // label17
- //
- 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(128, 243);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(29, 14);
- this.label17.TabIndex = 44;
- this.label17.Text = "부터";
- //
- // label14
- //
- 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(348, 318);
- 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;
- //
- // CoolDayTo
- //
- 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(163, 239);
- this.CoolDayTo.Name = "CoolDayTo";
- this.CoolDayTo.Size = new System.Drawing.Size(60, 22);
- this.CoolDayTo.TabIndex = 43;
- //
- // CoolDayFrom
- //
- 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(64, 239);
- this.CoolDayFrom.Name = "CoolDayFrom";
- this.CoolDayFrom.Size = new System.Drawing.Size(60, 22);
- this.CoolDayFrom.TabIndex = 42;
- //
- // label10
- //
- 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(338, 354);
- 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;
- //
- // HeatDayTo
- //
- 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(163, 274);
- this.HeatDayTo.Name = "HeatDayTo";
- this.HeatDayTo.Size = new System.Drawing.Size(60, 22);
- this.HeatDayTo.TabIndex = 41;
- //
- // HeatDayFrom
- //
- 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(64, 274);
- this.HeatDayFrom.Name = "HeatDayFrom";
- this.HeatDayFrom.Size = new System.Drawing.Size(60, 22);
- this.HeatDayFrom.TabIndex = 34;
- //
- // label16
- //
- 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(8, 243);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(51, 14);
- this.label16.TabIndex = 40;
- this.label16.Text = "난방기간";
- //
- // label6
- //
- 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(366, 356);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(45, 14);
- this.label6.TabIndex = 19;
- this.label6.Text = "IP - 2";
- this.label6.Visible = false;
- //
- // label9
- //
- 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(8, 276);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(51, 14);
- this.label9.TabIndex = 34;
- this.label9.Text = "냉방기간";
- //
- // PORT2
- //
- 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(341, 324);
- 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;
- //
- // groupBox6
- //
- 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(397, 219);
- this.groupBox6.Name = "groupBox6";
- this.groupBox6.Size = new System.Drawing.Size(118, 99);
- this.groupBox6.TabIndex = 39;
- this.groupBox6.TabStop = false;
- //
- // SettingFormSave
- //
- this.SettingFormSave.BackColor = System.Drawing.Color.Gray;
- this.SettingFormSave.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image;
- 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(15, 21);
- this.SettingFormSave.Name = "SettingFormSave";
- this.SettingFormSave.Size = new System.Drawing.Size(86, 32);
- this.SettingFormSave.TabIndex = 11;
- this.SettingFormSave.Text = "저장";
- this.SettingFormSave.UseVisualStyleBackColor = false;
- this.SettingFormSave.Click += new System.EventHandler(this.SettingFormSave_Click);
- //
- // SettingFormExit
- //
- this.SettingFormExit.BackColor = System.Drawing.Color.Gray;
- this.SettingFormExit.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image;
- 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(15, 55);
- this.SettingFormExit.Name = "SettingFormExit";
- this.SettingFormExit.Size = new System.Drawing.Size(87, 32);
- this.SettingFormExit.TabIndex = 12;
- this.SettingFormExit.Text = "닫기";
- this.SettingFormExit.UseVisualStyleBackColor = false;
- this.SettingFormExit.Click += new System.EventHandler(this.SettingFormExit_Click);
- //
- // IP2
- //
- 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(341, 340);
- this.IP2.Name = "IP2";
- this.IP2.Size = new System.Drawing.Size(140, 22);
- this.IP2.TabIndex = 26;
- this.IP2.Visible = false;
- //
- // label12
- //
- 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, 30);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(90, 21);
- this.label12.TabIndex = 24;
- this.label12.Text = "MMI 접속";
- //
- // groupBox4
- //
- this.groupBox4.BackColor = System.Drawing.Color.Transparent;
- 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.label7);
- this.groupBox4.Controls.Add(this.PORT1);
- this.groupBox4.Location = new System.Drawing.Point(267, 34);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(248, 182);
- this.groupBox4.TabIndex = 37;
- this.groupBox4.TabStop = false;
- //
- // label15
- //
- 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(12, 33);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(53, 14);
- this.label15.TabIndex = 30;
- this.label15.Text = "DGW IP";
- //
- // 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(80, 31);
- this.DGW_IP.Name = "DGW_IP";
- this.DGW_IP.Size = new System.Drawing.Size(140, 22);
- this.DGW_IP.TabIndex = 29;
- //
- // IP1
- //
- 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(80, 59);
- this.IP1.Name = "IP1";
- this.IP1.Size = new System.Drawing.Size(140, 22);
- this.IP1.TabIndex = 27;
- //
- // label8
- //
- 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(12, 61);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(45, 14);
- this.label8.TabIndex = 17;
- this.label8.Text = "IP - 1";
- //
- // label7
- //
- 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(12, 90);
- 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;
- //
- // PORT1
- //
- 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(80, 87);
- this.PORT1.Name = "PORT1";
- this.PORT1.Size = new System.Drawing.Size(140, 22);
- this.PORT1.TabIndex = 28;
- //
- // label11
- //
- 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, 30);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(166, 21);
- this.label11.TabIndex = 23;
- this.label11.Text = "BEMS 데이타베이스";
- //
- // TbName
- //
- 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(86, 121);
- this.TbName.Name = "TbName";
- this.TbName.Size = new System.Drawing.Size(139, 22);
- this.TbName.TabIndex = 9;
- //
- // TbPort
- //
- 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(86, 93);
- this.TbPort.Name = "TbPort";
- this.TbPort.Size = new System.Drawing.Size(139, 22);
- this.TbPort.TabIndex = 8;
- //
- // TbIP
- //
- 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(86, 65);
- this.TbIP.Name = "TbIP";
- this.TbIP.Size = new System.Drawing.Size(139, 22);
- this.TbIP.TabIndex = 7;
- //
- // label5
- //
- 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(18, 124);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(41, 14);
- this.label5.TabIndex = 6;
- this.label5.Text = "DB 명";
- //
- // label4
- //
- 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(18, 95);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(31, 14);
- this.label4.TabIndex = 5;
- this.label4.Text = "Port";
- //
- // label3
- //
- 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(18, 67);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(19, 14);
- this.label3.TabIndex = 4;
- this.label3.Text = "IP";
- //
- // label2
- //
- 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(17, 179);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(51, 14);
- this.label2.TabIndex = 3;
- this.label2.Text = "비밀번호";
- //
- // TbId
- //
- 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(86, 149);
- this.TbId.Name = "TbId";
- this.TbId.Size = new System.Drawing.Size(139, 22);
- this.TbId.TabIndex = 2;
- //
- // TbPW
- //
- 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(86, 177);
- this.TbPW.Name = "TbPW";
- this.TbPW.PasswordChar = '*';
- this.TbPW.Size = new System.Drawing.Size(139, 22);
- this.TbPW.TabIndex = 1;
- this.TbPW.UseSystemPasswordChar = true;
- //
- // label1
- //
- 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(17, 152);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(40, 14);
- this.label1.TabIndex = 0;
- this.label1.Text = "아이디";
- //
- // groupBox3
- //
- this.groupBox3.BackColor = System.Drawing.Color.Transparent;
- this.groupBox3.Location = new System.Drawing.Point(6, 34);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(255, 182);
- this.groupBox3.TabIndex = 36;
- this.groupBox3.TabStop = false;
- //
- // groupBox1
- //
- 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;
- //
- // SettingForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(525, 313);
- 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 label7;
- private System.Windows.Forms.Label label8;
- 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 IP1;
- 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 label10;
- private System.Windows.Forms.Label label6;
- public System.Windows.Forms.TextBox IP2;
- public System.Windows.Forms.TextBox PORT1;
- 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;
- }
- }
|