namespace IControls_FireManager
{
partial class EmergencyRepeater
{
///
/// 필수 디자이너 변수입니다.
///
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(EmergencyRepeater));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox_Receiver1 = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.button_Receiver1_Clear = new System.Windows.Forms.Button();
this.button_Receiver1 = new System.Windows.Forms.Button();
this.comboBox_Port_Receiver1 = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox_Receiver2 = new System.Windows.Forms.TextBox();
this.panel3 = new System.Windows.Forms.Panel();
this.button_Receiver2_Clear = new System.Windows.Forms.Button();
this.button_Receiver2 = new System.Windows.Forms.Button();
this.comboBox_Port_Receiver2 = new System.Windows.Forms.ComboBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textBox_Emergency = new System.Windows.Forms.TextBox();
this.panel4 = new System.Windows.Forms.Panel();
this.button_Emergency_Clear = new System.Windows.Forms.Button();
this.button_Emergency = new System.Windows.Forms.Button();
this.comboBox_Port_Emergency = new System.Windows.Forms.ComboBox();
this.panel1 = new System.Windows.Forms.Panel();
this.checkBox_Registry = new System.Windows.Forms.CheckBox();
this.button_Start = new System.Windows.Forms.Button();
this.button_Save = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.comboBox_Stopbit = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.comboBox_Databit = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.comboBox_Parity = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.comboBox_Baudrate = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel3.SuspendLayout();
this.groupBox3.SuspendLayout();
this.panel4.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
this.groupBox1.Controls.Add(this.textBox_Receiver1);
this.groupBox1.Controls.Add(this.panel2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox1.Location = new System.Drawing.Point(0, 47);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(332, 581);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Receiver 1";
//
// textBox_Receiver1
//
this.textBox_Receiver1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox_Receiver1.Location = new System.Drawing.Point(3, 79);
this.textBox_Receiver1.Multiline = true;
this.textBox_Receiver1.Name = "textBox_Receiver1";
this.textBox_Receiver1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox_Receiver1.Size = new System.Drawing.Size(326, 499);
this.textBox_Receiver1.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.button_Receiver1_Clear);
this.panel2.Controls.Add(this.button_Receiver1);
this.panel2.Controls.Add(this.comboBox_Port_Receiver1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(3, 17);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(326, 62);
this.panel2.TabIndex = 4;
//
// button_Receiver1_Clear
//
this.button_Receiver1_Clear.Location = new System.Drawing.Point(224, 20);
this.button_Receiver1_Clear.Name = "button_Receiver1_Clear";
this.button_Receiver1_Clear.Size = new System.Drawing.Size(75, 23);
this.button_Receiver1_Clear.TabIndex = 2;
this.button_Receiver1_Clear.Text = "Clear";
this.button_Receiver1_Clear.UseVisualStyleBackColor = true;
this.button_Receiver1_Clear.Click += new System.EventHandler(this.button_Receiver1_Clear_Click);
//
// button_Receiver1
//
this.button_Receiver1.Location = new System.Drawing.Point(143, 20);
this.button_Receiver1.Name = "button_Receiver1";
this.button_Receiver1.Size = new System.Drawing.Size(75, 23);
this.button_Receiver1.TabIndex = 1;
this.button_Receiver1.Text = "확인";
this.button_Receiver1.UseVisualStyleBackColor = true;
this.button_Receiver1.Click += new System.EventHandler(this.button_Receiver1_Click);
//
// comboBox_Port_Receiver1
//
this.comboBox_Port_Receiver1.FormattingEnabled = true;
this.comboBox_Port_Receiver1.Location = new System.Drawing.Point(55, 22);
this.comboBox_Port_Receiver1.Name = "comboBox_Port_Receiver1";
this.comboBox_Port_Receiver1.Size = new System.Drawing.Size(81, 20);
this.comboBox_Port_Receiver1.TabIndex = 0;
this.comboBox_Port_Receiver1.DropDown += new System.EventHandler(this.comboBox_Port_Receiver1_DropDown);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
this.groupBox2.Controls.Add(this.textBox_Receiver2);
this.groupBox2.Controls.Add(this.panel3);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox2.Location = new System.Drawing.Point(332, 47);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(332, 581);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Receiver 2";
//
// textBox_Receiver2
//
this.textBox_Receiver2.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox_Receiver2.Location = new System.Drawing.Point(3, 79);
this.textBox_Receiver2.Multiline = true;
this.textBox_Receiver2.Name = "textBox_Receiver2";
this.textBox_Receiver2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox_Receiver2.Size = new System.Drawing.Size(326, 499);
this.textBox_Receiver2.TabIndex = 1;
//
// panel3
//
this.panel3.Controls.Add(this.button_Receiver2_Clear);
this.panel3.Controls.Add(this.button_Receiver2);
this.panel3.Controls.Add(this.comboBox_Port_Receiver2);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(3, 17);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(326, 62);
this.panel3.TabIndex = 5;
//
// button_Receiver2_Clear
//
this.button_Receiver2_Clear.Location = new System.Drawing.Point(228, 19);
this.button_Receiver2_Clear.Name = "button_Receiver2_Clear";
this.button_Receiver2_Clear.Size = new System.Drawing.Size(75, 23);
this.button_Receiver2_Clear.TabIndex = 1;
this.button_Receiver2_Clear.Text = "Clear";
this.button_Receiver2_Clear.UseVisualStyleBackColor = true;
this.button_Receiver2_Clear.Click += new System.EventHandler(this.button_Receiver2_Clear_Click);
//
// button_Receiver2
//
this.button_Receiver2.Location = new System.Drawing.Point(143, 19);
this.button_Receiver2.Name = "button_Receiver2";
this.button_Receiver2.Size = new System.Drawing.Size(75, 23);
this.button_Receiver2.TabIndex = 1;
this.button_Receiver2.Text = "확인";
this.button_Receiver2.UseVisualStyleBackColor = true;
this.button_Receiver2.Click += new System.EventHandler(this.button_Receiver2_Click);
//
// comboBox_Port_Receiver2
//
this.comboBox_Port_Receiver2.FormattingEnabled = true;
this.comboBox_Port_Receiver2.Location = new System.Drawing.Point(55, 22);
this.comboBox_Port_Receiver2.Name = "comboBox_Port_Receiver2";
this.comboBox_Port_Receiver2.Size = new System.Drawing.Size(81, 20);
this.comboBox_Port_Receiver2.TabIndex = 0;
this.comboBox_Port_Receiver2.DropDown += new System.EventHandler(this.comboBox_Port_Receiver2_DropDown);
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.SystemColors.Control;
this.groupBox3.Controls.Add(this.textBox_Emergency);
this.groupBox3.Controls.Add(this.panel4);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox3.Location = new System.Drawing.Point(664, 47);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(332, 581);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Emergency ";
//
// textBox_Emergency
//
this.textBox_Emergency.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox_Emergency.Location = new System.Drawing.Point(3, 79);
this.textBox_Emergency.Multiline = true;
this.textBox_Emergency.Name = "textBox_Emergency";
this.textBox_Emergency.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox_Emergency.Size = new System.Drawing.Size(326, 499);
this.textBox_Emergency.TabIndex = 1;
//
// panel4
//
this.panel4.Controls.Add(this.button_Emergency_Clear);
this.panel4.Controls.Add(this.button_Emergency);
this.panel4.Controls.Add(this.comboBox_Port_Emergency);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(3, 17);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(326, 62);
this.panel4.TabIndex = 5;
//
// button_Emergency_Clear
//
this.button_Emergency_Clear.Location = new System.Drawing.Point(223, 20);
this.button_Emergency_Clear.Name = "button_Emergency_Clear";
this.button_Emergency_Clear.Size = new System.Drawing.Size(75, 23);
this.button_Emergency_Clear.TabIndex = 1;
this.button_Emergency_Clear.Text = "Clear";
this.button_Emergency_Clear.UseVisualStyleBackColor = true;
this.button_Emergency_Clear.Click += new System.EventHandler(this.button_Emergency_Clear_Click);
//
// button_Emergency
//
this.button_Emergency.Location = new System.Drawing.Point(142, 20);
this.button_Emergency.Name = "button_Emergency";
this.button_Emergency.Size = new System.Drawing.Size(75, 23);
this.button_Emergency.TabIndex = 1;
this.button_Emergency.Text = "확인";
this.button_Emergency.UseVisualStyleBackColor = true;
this.button_Emergency.Click += new System.EventHandler(this.button_Emergency_Click);
//
// comboBox_Port_Emergency
//
this.comboBox_Port_Emergency.FormattingEnabled = true;
this.comboBox_Port_Emergency.Location = new System.Drawing.Point(55, 22);
this.comboBox_Port_Emergency.Name = "comboBox_Port_Emergency";
this.comboBox_Port_Emergency.Size = new System.Drawing.Size(81, 20);
this.comboBox_Port_Emergency.TabIndex = 0;
this.comboBox_Port_Emergency.DropDown += new System.EventHandler(this.comboBox_Port_Emergency_DropDown);
//
// panel1
//
this.panel1.Controls.Add(this.checkBox_Registry);
this.panel1.Controls.Add(this.button_Start);
this.panel1.Controls.Add(this.button_Save);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.comboBox_Stopbit);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.comboBox_Databit);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.comboBox_Parity);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.comboBox_Baudrate);
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(998, 47);
this.panel1.TabIndex = 3;
//
// checkBox_Registry
//
this.checkBox_Registry.AutoSize = true;
this.checkBox_Registry.Location = new System.Drawing.Point(242, 17);
this.checkBox_Registry.Name = "checkBox_Registry";
this.checkBox_Registry.Size = new System.Drawing.Size(70, 16);
this.checkBox_Registry.TabIndex = 11;
this.checkBox_Registry.Text = "Registry";
this.checkBox_Registry.UseVisualStyleBackColor = true;
this.checkBox_Registry.CheckedChanged += new System.EventHandler(this.checkBox_Registry_CheckedChanged);
//
// button_Start
//
this.button_Start.Location = new System.Drawing.Point(23, 12);
this.button_Start.Name = "button_Start";
this.button_Start.Size = new System.Drawing.Size(89, 23);
this.button_Start.TabIndex = 10;
this.button_Start.Text = "시작";
this.button_Start.UseVisualStyleBackColor = true;
this.button_Start.Click += new System.EventHandler(this.button_Start_Click);
//
// button_Save
//
this.button_Save.Location = new System.Drawing.Point(132, 12);
this.button_Save.Name = "button_Save";
this.button_Save.Size = new System.Drawing.Size(89, 23);
this.button_Save.TabIndex = 9;
this.button_Save.Text = "셋팅값 저장";
this.button_Save.UseVisualStyleBackColor = true;
this.button_Save.Click += new System.EventHandler(this.button_Save_Click);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(839, 18);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(48, 12);
this.label7.TabIndex = 8;
this.label7.Text = "Stop Bit";
//
// comboBox_Stopbit
//
this.comboBox_Stopbit.FormattingEnabled = true;
this.comboBox_Stopbit.Location = new System.Drawing.Point(897, 15);
this.comboBox_Stopbit.Name = "comboBox_Stopbit";
this.comboBox_Stopbit.Size = new System.Drawing.Size(69, 20);
this.comboBox_Stopbit.TabIndex = 7;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(702, 18);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(48, 12);
this.label8.TabIndex = 6;
this.label8.Text = "Data Bit";
//
// comboBox_Databit
//
this.comboBox_Databit.FormattingEnabled = true;
this.comboBox_Databit.Location = new System.Drawing.Point(760, 15);
this.comboBox_Databit.Name = "comboBox_Databit";
this.comboBox_Databit.Size = new System.Drawing.Size(69, 20);
this.comboBox_Databit.TabIndex = 5;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(576, 18);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(37, 12);
this.label6.TabIndex = 4;
this.label6.Text = "Parity";
//
// comboBox_Parity
//
this.comboBox_Parity.FormattingEnabled = true;
this.comboBox_Parity.Location = new System.Drawing.Point(623, 15);
this.comboBox_Parity.Name = "comboBox_Parity";
this.comboBox_Parity.Size = new System.Drawing.Size(69, 20);
this.comboBox_Parity.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(424, 18);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(63, 12);
this.label5.TabIndex = 2;
this.label5.Text = "Baud Rate";
//
// comboBox_Baudrate
//
this.comboBox_Baudrate.FormattingEnabled = true;
this.comboBox_Baudrate.Location = new System.Drawing.Point(497, 15);
this.comboBox_Baudrate.Name = "comboBox_Baudrate";
this.comboBox_Baudrate.Size = new System.Drawing.Size(69, 20);
this.comboBox_Baudrate.TabIndex = 0;
//
// EmergencyRepeater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(998, 628);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "EmergencyRepeater";
this.Text = "IControls Emergency Repeater";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.panel3.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBox_Receiver1;
private System.Windows.Forms.TextBox textBox_Receiver2;
private System.Windows.Forms.TextBox textBox_Emergency;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button button_Receiver1;
private System.Windows.Forms.ComboBox comboBox_Port_Receiver1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button button_Receiver2;
private System.Windows.Forms.ComboBox comboBox_Port_Receiver2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button_Emergency;
private System.Windows.Forms.ComboBox comboBox_Port_Emergency;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox comboBox_Baudrate;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox comboBox_Stopbit;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox comboBox_Databit;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox comboBox_Parity;
private System.Windows.Forms.Button button_Save;
private System.Windows.Forms.Button button_Start;
private System.Windows.Forms.CheckBox checkBox_Registry;
private System.Windows.Forms.Button button_Receiver1_Clear;
private System.Windows.Forms.Button button_Receiver2_Clear;
private System.Windows.Forms.Button button_Emergency_Clear;
}
}