namespace FPER
{
partial class FormRepeater
{
///
/// 필수 디자이너 변수입니다.
///
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()
{
this.components = new System.ComponentModel.Container();
this.Input1 = new System.Windows.Forms.TextBox();
this.timerHide = new System.Windows.Forms.Timer(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.Input2 = new System.Windows.Forms.TextBox();
this.Input3 = new System.Windows.Forms.TextBox();
this.Input4 = new System.Windows.Forms.TextBox();
this.Output4 = new System.Windows.Forms.TextBox();
this.Output3 = new System.Windows.Forms.TextBox();
this.Output2 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.Output1 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// Input1
//
this.Input1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Input1.Location = new System.Drawing.Point(80, 23);
this.Input1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Input1.Multiline = true;
this.Input1.Name = "Input1";
this.Input1.ReadOnly = true;
this.Input1.Size = new System.Drawing.Size(115, 108);
this.Input1.TabIndex = 2;
this.Input1.Text = "연동내용";
//
// timerHide
//
this.timerHide.Interval = 200;
this.timerHide.Tick += new System.EventHandler(this.timerHide_Tick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(107, 7);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 12);
this.label1.TabIndex = 3;
this.label1.Text = "1번 회로";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(233, 8);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 12);
this.label2.TabIndex = 4;
this.label2.Text = "2번 회로";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(353, 8);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 12);
this.label3.TabIndex = 5;
this.label3.Text = "3번 회로";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(471, 8);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 12);
this.label4.TabIndex = 6;
this.label4.Text = "4번 회로";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(7, 62);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(62, 12);
this.label5.TabIndex = 7;
this.label5.Text = "연동 내용";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(7, 86);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(62, 12);
this.label6.TabIndex = 8;
this.label6.Text = "연동 위치";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(8, 111);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(62, 12);
this.label7.TabIndex = 9;
this.label7.Text = "회로 설명";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(7, 37);
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(62, 12);
this.label11.TabIndex = 13;
this.label11.Text = "입력 회로";
//
// Input2
//
this.Input2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Input2.Location = new System.Drawing.Point(204, 23);
this.Input2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Input2.Multiline = true;
this.Input2.Name = "Input2";
this.Input2.ReadOnly = true;
this.Input2.Size = new System.Drawing.Size(115, 108);
this.Input2.TabIndex = 15;
this.Input2.Text = "연동내용";
//
// Input3
//
this.Input3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Input3.Location = new System.Drawing.Point(327, 23);
this.Input3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Input3.Multiline = true;
this.Input3.Name = "Input3";
this.Input3.ReadOnly = true;
this.Input3.Size = new System.Drawing.Size(115, 108);
this.Input3.TabIndex = 16;
this.Input3.Text = "연동내용";
//
// Input4
//
this.Input4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Input4.Location = new System.Drawing.Point(449, 23);
this.Input4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Input4.Multiline = true;
this.Input4.Name = "Input4";
this.Input4.ReadOnly = true;
this.Input4.Size = new System.Drawing.Size(115, 108);
this.Input4.TabIndex = 17;
this.Input4.Text = "연동내용";
//
// Output4
//
this.Output4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Output4.Location = new System.Drawing.Point(449, 150);
this.Output4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Output4.Multiline = true;
this.Output4.Name = "Output4";
this.Output4.ReadOnly = true;
this.Output4.Size = new System.Drawing.Size(115, 107);
this.Output4.TabIndex = 25;
this.Output4.Text = "연동내용";
//
// Output3
//
this.Output3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Output3.Location = new System.Drawing.Point(327, 150);
this.Output3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Output3.Multiline = true;
this.Output3.Name = "Output3";
this.Output3.ReadOnly = true;
this.Output3.Size = new System.Drawing.Size(115, 107);
this.Output3.TabIndex = 24;
this.Output3.Text = "연동내용";
//
// Output2
//
this.Output2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Output2.Location = new System.Drawing.Point(204, 150);
this.Output2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Output2.Multiline = true;
this.Output2.Name = "Output2";
this.Output2.ReadOnly = true;
this.Output2.Size = new System.Drawing.Size(115, 107);
this.Output2.TabIndex = 23;
this.Output2.Text = "연동내용";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(8, 165);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(62, 12);
this.label8.TabIndex = 22;
this.label8.Text = "출력 회로";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 237);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(62, 12);
this.label9.TabIndex = 21;
this.label9.Text = "회로 설명";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(8, 212);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(62, 12);
this.label10.TabIndex = 20;
this.label10.Text = "연동 위치";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(8, 188);
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(62, 12);
this.label12.TabIndex = 19;
this.label12.Text = "연동 내용";
//
// Output1
//
this.Output1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Output1.Location = new System.Drawing.Point(80, 150);
this.Output1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Output1.Multiline = true;
this.Output1.Name = "Output1";
this.Output1.ReadOnly = true;
this.Output1.Size = new System.Drawing.Size(115, 107);
this.Output1.TabIndex = 18;
this.Output1.Text = "연동내용";
//
// FormRepeater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightGray;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(579, 265);
this.Controls.Add(this.Output4);
this.Controls.Add(this.Output3);
this.Controls.Add(this.Output2);
this.Controls.Add(this.label8);
this.Controls.Add(this.label9);
this.Controls.Add(this.label10);
this.Controls.Add(this.label12);
this.Controls.Add(this.Output1);
this.Controls.Add(this.Input4);
this.Controls.Add(this.Input3);
this.Controls.Add(this.Input2);
this.Controls.Add(this.label11);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.Input1);
this.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "FormRepeater";
this.Opacity = 0.01D;
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.TransparencyKey = System.Drawing.Color.SteelBlue;
this.Deactivate += new System.EventHandler(this.FormDevice_Deactivate);
this.VisibleChanged += new System.EventHandler(this.FormDevice_VisibleChanged);
this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FormDevice_MouseClick);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox Input1;
private System.Windows.Forms.Timer timerHide;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox Input2;
private System.Windows.Forms.TextBox Input3;
private System.Windows.Forms.TextBox Input4;
private System.Windows.Forms.TextBox Output4;
private System.Windows.Forms.TextBox Output3;
private System.Windows.Forms.TextBox Output2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox Output1;
}
}