namespace DataGateWayProject { partial class Form1 { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.ProPathBtn = new System.Windows.Forms.Button(); this.ProSetBtn = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.ProStartBtn = new System.Windows.Forms.Button(); this.ProStopBtn = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.FileSettingBtn = new System.Windows.Forms.Button(); this.FileExpBtn = new System.Windows.Forms.Button(); this.FileMatchBtn = new System.Windows.Forms.Button(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.Btn_Packet_Analysis = new System.Windows.Forms.Button(); this.testtxt = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.groupBox9 = new System.Windows.Forms.GroupBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.groupBox7 = new System.Windows.Forms.GroupBox(); this.EndTxt = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.StartTxt = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.groupBox6 = new System.Windows.Forms.GroupBox(); this.DBConnTxt = new System.Windows.Forms.TextBox(); this.DBNameTxt = new System.Windows.Forms.TextBox(); this.DBAddressTxt = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.groupBox8 = new System.Windows.Forms.GroupBox(); this.EraseLog = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.groupBox10 = new System.Windows.Forms.GroupBox(); this.Btn_TagSetFile = new System.Windows.Forms.Button(); this.Btn_SettingFile = new System.Windows.Forms.Button(); this.PointUnRegBtn = new System.Windows.Forms.Button(); this.Conn_iCos_Btn = new System.Windows.Forms.Button(); this.PointSetBtn = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.label10 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.panel5 = new System.Windows.Forms.Panel(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.LogTxt = new System.Windows.Forms.RichTextBox(); this.helpProvider1 = new System.Windows.Forms.HelpProvider(); this.groupBox1.SuspendLayout(); this.groupBox3.SuspendLayout(); this.groupBox2.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.groupBox5.SuspendLayout(); this.groupBox9.SuspendLayout(); this.groupBox7.SuspendLayout(); this.groupBox6.SuspendLayout(); this.panel1.SuspendLayout(); this.panel4.SuspendLayout(); this.groupBox8.SuspendLayout(); this.panel3.SuspendLayout(); this.groupBox10.SuspendLayout(); this.panel2.SuspendLayout(); this.panel6.SuspendLayout(); this.panel5.SuspendLayout(); this.groupBox4.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.ProPathBtn); this.groupBox1.Controls.Add(this.ProSetBtn); this.groupBox1.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox1.Location = new System.Drawing.Point(3, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(161, 99); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "환경설정"; // // ProPathBtn // this.ProPathBtn.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image; this.ProPathBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.ProPathBtn.Image = global::DataGateWayProject.Properties.Resources.button_image; this.ProPathBtn.Location = new System.Drawing.Point(12, 57); this.ProPathBtn.Name = "ProPathBtn"; this.ProPathBtn.Size = new System.Drawing.Size(132, 30); this.ProPathBtn.TabIndex = 2; this.ProPathBtn.Text = "프로젝트 경로"; this.ProPathBtn.UseVisualStyleBackColor = true; this.ProPathBtn.Click += new System.EventHandler(this.ProPathBtn_Click_1); // // ProSetBtn // this.ProSetBtn.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image; this.ProSetBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.ProSetBtn.Location = new System.Drawing.Point(12, 20); this.ProSetBtn.Name = "ProSetBtn"; this.ProSetBtn.Size = new System.Drawing.Size(132, 30); this.ProSetBtn.TabIndex = 1; this.ProSetBtn.Text = "접속 설정"; this.ProSetBtn.UseVisualStyleBackColor = true; this.ProSetBtn.Click += new System.EventHandler(this.ProSetBtn_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.ProStartBtn); this.groupBox3.Controls.Add(this.ProStopBtn); this.groupBox3.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox3.Location = new System.Drawing.Point(369, 11); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(98, 99); this.groupBox3.TabIndex = 6; this.groupBox3.TabStop = false; this.groupBox3.Text = "작동"; // // ProStartBtn // this.ProStartBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.ProStartBtn.Image = global::DataGateWayProject.Properties.Resources.button_image; this.ProStartBtn.Location = new System.Drawing.Point(6, 20); this.ProStartBtn.Name = "ProStartBtn"; this.ProStartBtn.Size = new System.Drawing.Size(84, 30); this.ProStartBtn.TabIndex = 4; this.ProStartBtn.Text = "시작"; this.ProStartBtn.UseVisualStyleBackColor = true; this.ProStartBtn.Click += new System.EventHandler(this.ProStartBtn_Click); // // ProStopBtn // this.ProStopBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.ProStopBtn.Image = global::DataGateWayProject.Properties.Resources.button_image; this.ProStopBtn.Location = new System.Drawing.Point(6, 57); this.ProStopBtn.Name = "ProStopBtn"; this.ProStopBtn.Size = new System.Drawing.Size(84, 30); this.ProStopBtn.TabIndex = 5; this.ProStopBtn.Text = "중단"; this.ProStopBtn.UseVisualStyleBackColor = true; this.ProStopBtn.Click += new System.EventHandler(this.ProStopBtn_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.FileSettingBtn); this.groupBox2.Controls.Add(this.FileExpBtn); this.groupBox2.Controls.Add(this.FileMatchBtn); this.groupBox2.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox2.Location = new System.Drawing.Point(17, 13); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(213, 99); this.groupBox2.TabIndex = 7; this.groupBox2.TabStop = false; this.groupBox2.Text = "파일 불러오기"; // // FileSettingBtn // this.FileSettingBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.FileSettingBtn.Image = global::DataGateWayProject.Properties.Resources.button_image; this.FileSettingBtn.Location = new System.Drawing.Point(6, 20); this.FileSettingBtn.Name = "FileSettingBtn"; this.FileSettingBtn.Size = new System.Drawing.Size(65, 66); this.FileSettingBtn.TabIndex = 8; this.FileSettingBtn.Text = "프로젝트\r\n설정"; this.FileSettingBtn.UseVisualStyleBackColor = true; this.FileSettingBtn.Click += new System.EventHandler(this.FileSettingBtn_Click); // // FileExpBtn // this.FileExpBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.FileExpBtn.Image = global::DataGateWayProject.Properties.Resources.button_image; this.FileExpBtn.Location = new System.Drawing.Point(145, 20); this.FileExpBtn.Name = "FileExpBtn"; this.FileExpBtn.Size = new System.Drawing.Size(60, 66); this.FileExpBtn.TabIndex = 7; this.FileExpBtn.Text = "성능\r\n분석식"; this.FileExpBtn.UseVisualStyleBackColor = true; this.FileExpBtn.Click += new System.EventHandler(this.FileExpBtn_Click); // // FileMatchBtn // this.FileMatchBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.FileMatchBtn.Image = global::DataGateWayProject.Properties.Resources.button_image; this.FileMatchBtn.Location = new System.Drawing.Point(77, 20); this.FileMatchBtn.Name = "FileMatchBtn"; this.FileMatchBtn.Size = new System.Drawing.Size(62, 66); this.FileMatchBtn.TabIndex = 6; this.FileMatchBtn.Text = "관제점\r\n설정"; this.FileMatchBtn.UseVisualStyleBackColor = true; this.FileMatchBtn.Click += new System.EventHandler(this.FileMatchBtn_Click); // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 577); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(974, 22); this.statusStrip1.TabIndex = 10; this.statusStrip1.Text = "statusStrip"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17); // // groupBox5 // this.groupBox5.BackColor = System.Drawing.Color.Transparent; this.groupBox5.Controls.Add(this.Btn_Packet_Analysis); this.groupBox5.Controls.Add(this.testtxt); this.groupBox5.Controls.Add(this.button1); this.groupBox5.Controls.Add(this.groupBox9); this.groupBox5.Controls.Add(this.groupBox7); this.groupBox5.Controls.Add(this.groupBox6); this.groupBox5.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox5.Location = new System.Drawing.Point(3, 0); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(246, 402); this.groupBox5.TabIndex = 11; this.groupBox5.TabStop = false; this.groupBox5.Text = "모니터링"; // // Btn_Packet_Analysis // this.Btn_Packet_Analysis.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.Btn_Packet_Analysis.Image = global::DataGateWayProject.Properties.Resources.button_image; this.Btn_Packet_Analysis.Location = new System.Drawing.Point(11, 166); this.Btn_Packet_Analysis.Name = "Btn_Packet_Analysis"; this.Btn_Packet_Analysis.Size = new System.Drawing.Size(222, 30); this.Btn_Packet_Analysis.TabIndex = 6; this.Btn_Packet_Analysis.Text = "값 일괄 확인"; this.Btn_Packet_Analysis.UseVisualStyleBackColor = true; this.Btn_Packet_Analysis.Click += new System.EventHandler(this.Btn_Packet_Analysis_Click); // // testtxt // this.testtxt.Location = new System.Drawing.Point(11, 131); this.testtxt.Name = "testtxt"; this.testtxt.Size = new System.Drawing.Size(164, 21); this.testtxt.TabIndex = 6; this.testtxt.TextChanged += new System.EventHandler(this.testtxt_TextChanged); // // button1 // this.button1.Location = new System.Drawing.Point(181, 120); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(52, 40); this.button1.TabIndex = 16; this.button1.Text = "값확인"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // groupBox9 // this.groupBox9.Controls.Add(this.textBox2); this.groupBox9.Controls.Add(this.textBox3); this.groupBox9.Controls.Add(this.label8); this.groupBox9.Controls.Add(this.label9); this.groupBox9.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox9.Location = new System.Drawing.Point(11, 303); this.groupBox9.Name = "groupBox9"; this.groupBox9.Size = new System.Drawing.Size(222, 77); this.groupBox9.TabIndex = 6; this.groupBox9.TabStop = false; this.groupBox9.Text = "데이터"; this.groupBox9.Visible = false; // // textBox2 // this.textBox2.Enabled = false; this.textBox2.Location = new System.Drawing.Point(57, 44); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new System.Drawing.Size(158, 21); this.textBox2.TabIndex = 4; // // textBox3 // this.textBox3.Enabled = false; this.textBox3.Location = new System.Drawing.Point(57, 21); this.textBox3.Name = "textBox3"; this.textBox3.ReadOnly = true; this.textBox3.Size = new System.Drawing.Size(158, 21); this.textBox3.TabIndex = 3; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(4, 52); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(47, 13); this.label8.TabIndex = 1; this.label8.Text = "입력개수"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(4, 26); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(47, 13); this.label9.TabIndex = 0; this.label9.Text = "입력시간"; // // groupBox7 // this.groupBox7.Controls.Add(this.EndTxt); this.groupBox7.Controls.Add(this.label4); this.groupBox7.Controls.Add(this.StartTxt); this.groupBox7.Controls.Add(this.label5); this.groupBox7.Controls.Add(this.label6); this.groupBox7.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox7.Location = new System.Drawing.Point(11, 23); this.groupBox7.Name = "groupBox7"; this.groupBox7.Size = new System.Drawing.Size(222, 91); this.groupBox7.TabIndex = 6; this.groupBox7.TabStop = false; this.groupBox7.Text = "프로그램"; // // EndTxt // this.EndTxt.Enabled = false; this.EndTxt.Location = new System.Drawing.Point(58, 52); this.EndTxt.Name = "EndTxt"; this.EndTxt.ReadOnly = true; this.EndTxt.Size = new System.Drawing.Size(158, 21); this.EndTxt.TabIndex = 5; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(4, 57); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(47, 13); this.label4.TabIndex = 4; this.label4.Text = "종료시간"; // // StartTxt // this.StartTxt.Enabled = false; this.StartTxt.Location = new System.Drawing.Point(58, 21); this.StartTxt.Name = "StartTxt"; this.StartTxt.ReadOnly = true; this.StartTxt.Size = new System.Drawing.Size(158, 21); this.StartTxt.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(11, 52); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(0, 13); this.label5.TabIndex = 1; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(4, 26); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 13); this.label6.TabIndex = 0; this.label6.Text = "시작시간"; // // groupBox6 // this.groupBox6.Controls.Add(this.DBConnTxt); this.groupBox6.Controls.Add(this.DBNameTxt); this.groupBox6.Controls.Add(this.DBAddressTxt); this.groupBox6.Controls.Add(this.label3); this.groupBox6.Controls.Add(this.label2); this.groupBox6.Controls.Add(this.label1); this.groupBox6.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox6.Location = new System.Drawing.Point(12, 240); this.groupBox6.Name = "groupBox6"; this.groupBox6.Size = new System.Drawing.Size(222, 78); this.groupBox6.TabIndex = 1; this.groupBox6.TabStop = false; this.groupBox6.Text = "DB"; this.groupBox6.Visible = false; // // DBConnTxt // this.DBConnTxt.Enabled = false; this.DBConnTxt.Location = new System.Drawing.Point(57, 71); this.DBConnTxt.Name = "DBConnTxt"; this.DBConnTxt.ReadOnly = true; this.DBConnTxt.Size = new System.Drawing.Size(158, 21); this.DBConnTxt.TabIndex = 5; // // DBNameTxt // this.DBNameTxt.Enabled = false; this.DBNameTxt.Location = new System.Drawing.Point(57, 44); this.DBNameTxt.Name = "DBNameTxt"; this.DBNameTxt.ReadOnly = true; this.DBNameTxt.Size = new System.Drawing.Size(158, 21); this.DBNameTxt.TabIndex = 4; // // DBAddressTxt // this.DBAddressTxt.Enabled = false; this.DBAddressTxt.Location = new System.Drawing.Point(57, 21); this.DBAddressTxt.Name = "DBAddressTxt"; this.DBAddressTxt.ReadOnly = true; this.DBAddressTxt.Size = new System.Drawing.Size(158, 21); this.DBAddressTxt.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(4, 76); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(47, 13); this.label3.TabIndex = 2; this.label3.Text = "연결여부"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(4, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(39, 13); this.label2.TabIndex = 1; this.label2.Text = "DB 명"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 13); this.label1.TabIndex = 0; this.label1.Text = "DB 주소"; // // panel1 // this.panel1.Controls.Add(this.panel4); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.panel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(974, 115); this.panel1.TabIndex = 12; // // panel4 // this.panel4.BackColor = System.Drawing.Color.Transparent; this.panel4.Controls.Add(this.groupBox8); this.panel4.Controls.Add(this.groupBox2); this.panel4.Dock = System.Windows.Forms.DockStyle.Right; this.panel4.Location = new System.Drawing.Point(643, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(331, 115); this.panel4.TabIndex = 2; // // groupBox8 // this.groupBox8.Controls.Add(this.EraseLog); this.groupBox8.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox8.Location = new System.Drawing.Point(236, 13); this.groupBox8.Name = "groupBox8"; this.groupBox8.Size = new System.Drawing.Size(90, 99); this.groupBox8.TabIndex = 7; this.groupBox8.TabStop = false; this.groupBox8.Text = "로그"; // // EraseLog // this.EraseLog.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.EraseLog.Image = global::DataGateWayProject.Properties.Resources.button_image; this.EraseLog.Location = new System.Drawing.Point(13, 21); this.EraseLog.Name = "EraseLog"; this.EraseLog.Size = new System.Drawing.Size(65, 65); this.EraseLog.TabIndex = 4; this.EraseLog.Text = "로그\r\n지우기"; this.EraseLog.UseVisualStyleBackColor = true; this.EraseLog.Click += new System.EventHandler(this.EraseLog_Click); // // panel3 // this.panel3.Controls.Add(this.groupBox10); this.panel3.Controls.Add(this.groupBox3); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(170, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(804, 115); this.panel3.TabIndex = 1; // // groupBox10 // this.groupBox10.Controls.Add(this.Btn_TagSetFile); this.groupBox10.Controls.Add(this.Btn_SettingFile); this.groupBox10.Controls.Add(this.PointUnRegBtn); this.groupBox10.Controls.Add(this.Conn_iCos_Btn); this.groupBox10.Controls.Add(this.PointSetBtn); this.groupBox10.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox10.Location = new System.Drawing.Point(6, 11); this.groupBox10.Name = "groupBox10"; this.groupBox10.Size = new System.Drawing.Size(357, 99); this.groupBox10.TabIndex = 7; this.groupBox10.TabStop = false; this.groupBox10.Text = "설정"; // // Btn_TagSetFile // this.Btn_TagSetFile.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image; this.Btn_TagSetFile.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Btn_TagSetFile.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.Btn_TagSetFile.Location = new System.Drawing.Point(30, -1); this.Btn_TagSetFile.Name = "Btn_TagSetFile"; this.Btn_TagSetFile.Size = new System.Drawing.Size(60, 20); this.Btn_TagSetFile.TabIndex = 8; this.Btn_TagSetFile.Text = "태그등록파일생성"; this.Btn_TagSetFile.UseVisualStyleBackColor = true; this.Btn_TagSetFile.Visible = false; this.Btn_TagSetFile.Click += new System.EventHandler(this.Btn_TagSetFile_Click); // // Btn_SettingFile // this.Btn_SettingFile.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image; this.Btn_SettingFile.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Btn_SettingFile.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.Btn_SettingFile.Location = new System.Drawing.Point(91, -1); this.Btn_SettingFile.Name = "Btn_SettingFile"; this.Btn_SettingFile.Size = new System.Drawing.Size(60, 20); this.Btn_SettingFile.TabIndex = 7; this.Btn_SettingFile.Text = "설정파일생성"; this.Btn_SettingFile.UseVisualStyleBackColor = true; this.Btn_SettingFile.Visible = false; this.Btn_SettingFile.Click += new System.EventHandler(this.Btn_SettingFile_Click); // // PointUnRegBtn // this.PointUnRegBtn.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image; this.PointUnRegBtn.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.PointUnRegBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.PointUnRegBtn.Location = new System.Drawing.Point(240, 20); this.PointUnRegBtn.Name = "PointUnRegBtn"; this.PointUnRegBtn.Size = new System.Drawing.Size(100, 66); this.PointUnRegBtn.TabIndex = 6; this.PointUnRegBtn.Text = "관제점 해제"; this.PointUnRegBtn.UseVisualStyleBackColor = true; this.PointUnRegBtn.Click += new System.EventHandler(this.PointUnRegBtn_Click); // // Conn_iCos_Btn // this.Conn_iCos_Btn.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image; this.Conn_iCos_Btn.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Conn_iCos_Btn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.Conn_iCos_Btn.Location = new System.Drawing.Point(14, 20); this.Conn_iCos_Btn.Name = "Conn_iCos_Btn"; this.Conn_iCos_Btn.Size = new System.Drawing.Size(100, 66); this.Conn_iCos_Btn.TabIndex = 5; this.Conn_iCos_Btn.Text = "iCos \r\n접속"; this.Conn_iCos_Btn.UseVisualStyleBackColor = true; this.Conn_iCos_Btn.Click += new System.EventHandler(this.Conn_iCos_Btn_Click); // // PointSetBtn // this.PointSetBtn.BackgroundImage = global::DataGateWayProject.Properties.Resources.button_image; this.PointSetBtn.Font = new System.Drawing.Font("휴먼모음T", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.PointSetBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.PointSetBtn.Location = new System.Drawing.Point(127, 20); this.PointSetBtn.Name = "PointSetBtn"; this.PointSetBtn.Size = new System.Drawing.Size(100, 66); this.PointSetBtn.TabIndex = 4; this.PointSetBtn.Text = "관제점 등록"; this.PointSetBtn.UseVisualStyleBackColor = true; this.PointSetBtn.Click += new System.EventHandler(this.PointSetBtn_Click); // // panel2 // this.panel2.Controls.Add(this.groupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Left; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(170, 115); this.panel2.TabIndex = 0; // // panel6 // this.panel6.Controls.Add(this.label10); this.panel6.Controls.Add(this.label7); this.panel6.Controls.Add(this.groupBox5); this.panel6.Dock = System.Windows.Forms.DockStyle.Left; this.panel6.Location = new System.Drawing.Point(0, 115); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(249, 462); this.panel6.TabIndex = 14; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label10.ForeColor = System.Drawing.Color.Red; this.label10.Location = new System.Drawing.Point(154, 450); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(76, 11); this.label10.TabIndex = 7; this.label10.Text = "iCos3.5호환"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("휴먼모음T", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label7.ForeColor = System.Drawing.SystemColors.HotTrack; this.label7.Location = new System.Drawing.Point(17, 417); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(217, 30); this.label7.TabIndex = 1; this.label7.Text = "DataGateWay2.0"; // // panel5 // this.panel5.Controls.Add(this.groupBox4); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(249, 115); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(725, 462); this.panel5.TabIndex = 15; // // groupBox4 // this.groupBox4.Controls.Add(this.LogTxt); this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox4.Font = new System.Drawing.Font("휴먼모음T", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.groupBox4.Location = new System.Drawing.Point(0, 0); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(725, 462); this.groupBox4.TabIndex = 0; this.groupBox4.TabStop = false; this.groupBox4.Text = "로그 메시지"; // // LogTxt // this.LogTxt.Dock = System.Windows.Forms.DockStyle.Fill; this.LogTxt.Location = new System.Drawing.Point(3, 17); this.LogTxt.Name = "LogTxt"; this.LogTxt.ReadOnly = true; this.LogTxt.Size = new System.Drawing.Size(719, 442); this.LogTxt.TabIndex = 0; this.LogTxt.Text = ""; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(974, 599); this.Controls.Add(this.panel5); this.Controls.Add(this.panel6); this.Controls.Add(this.panel1); this.Controls.Add(this.statusStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "데이터게이트웨이2.0"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); this.groupBox9.ResumeLayout(false); this.groupBox9.PerformLayout(); this.groupBox7.ResumeLayout(false); this.groupBox7.PerformLayout(); this.groupBox6.ResumeLayout(false); this.groupBox6.PerformLayout(); this.panel1.ResumeLayout(false); this.panel4.ResumeLayout(false); this.groupBox8.ResumeLayout(false); this.panel3.ResumeLayout(false); this.groupBox10.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); this.panel5.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button ProSetBtn; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button ProStartBtn; private System.Windows.Forms.Button ProStopBtn; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button FileSettingBtn; private System.Windows.Forms.Button FileExpBtn; private System.Windows.Forms.Button FileMatchBtn; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.RichTextBox LogTxt; private System.Windows.Forms.GroupBox groupBox6; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button ProPathBtn; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; public System.Windows.Forms.TextBox DBConnTxt; public System.Windows.Forms.TextBox DBNameTxt; public System.Windows.Forms.TextBox DBAddressTxt; private System.Windows.Forms.GroupBox groupBox7; public System.Windows.Forms.TextBox StartTxt; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.GroupBox groupBox8; private System.Windows.Forms.Button EraseLog; public System.Windows.Forms.TextBox EndTxt; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox9; public System.Windows.Forms.TextBox textBox2; public System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.GroupBox groupBox10; private System.Windows.Forms.Button PointSetBtn; private System.Windows.Forms.HelpProvider helpProvider1; private System.Windows.Forms.Button Conn_iCos_Btn; private System.Windows.Forms.Button PointUnRegBtn; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button Btn_SettingFile; private System.Windows.Forms.Button Btn_TagSetFile; public System.Windows.Forms.TextBox testtxt; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button Btn_Packet_Analysis; } }