namespace FPER
{
partial class frmModalIdInputIO
{
///
/// 필수 디자이너 변수입니다.
///
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.panel1 = new System.Windows.Forms.Panel();
this.rdoOutput = new System.Windows.Forms.RadioButton();
this.rdoInput = new System.Windows.Forms.RadioButton();
this.num_RepeaterID = new System.Windows.Forms.NumericUpDown();
this.num_CommBoardID = new System.Windows.Forms.NumericUpDown();
this.num_ReceiverID = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.lblDeviceID = new System.Windows.Forms.Label();
this.lblBoardID = new System.Windows.Forms.Label();
this.lblReceiverID = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.num_RepeaterID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.num_CommBoardID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.num_ReceiverID)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.MintCream;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.rdoOutput);
this.panel1.Controls.Add(this.rdoInput);
this.panel1.Controls.Add(this.num_RepeaterID);
this.panel1.Controls.Add(this.num_CommBoardID);
this.panel1.Controls.Add(this.num_ReceiverID);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.btnClose);
this.panel1.Controls.Add(this.lblDeviceID);
this.panel1.Controls.Add(this.lblBoardID);
this.panel1.Controls.Add(this.lblReceiverID);
this.panel1.Location = new System.Drawing.Point(1, 1);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(396, 365);
this.panel1.TabIndex = 0;
//
// rdoOutput
//
this.rdoOutput.AutoSize = true;
this.rdoOutput.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.rdoOutput.Location = new System.Drawing.Point(275, 175);
this.rdoOutput.Name = "rdoOutput";
this.rdoOutput.Size = new System.Drawing.Size(72, 25);
this.rdoOutput.TabIndex = 117;
this.rdoOutput.Tag = "1";
this.rdoOutput.Text = "출력";
this.rdoOutput.UseVisualStyleBackColor = true;
//
// rdoInput
//
this.rdoInput.AutoSize = true;
this.rdoInput.Checked = true;
this.rdoInput.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.rdoInput.Location = new System.Drawing.Point(275, 150);
this.rdoInput.Name = "rdoInput";
this.rdoInput.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.rdoInput.Size = new System.Drawing.Size(72, 25);
this.rdoInput.TabIndex = 116;
this.rdoInput.TabStop = true;
this.rdoInput.Tag = "0";
this.rdoInput.Text = "입력";
this.rdoInput.UseVisualStyleBackColor = true;
//
// num_RepeaterID
//
this.num_RepeaterID.Font = new System.Drawing.Font("굴림", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.num_RepeaterID.Location = new System.Drawing.Point(256, 210);
this.num_RepeaterID.Maximum = new decimal(new int[] {
127,
0,
0,
0});
this.num_RepeaterID.Name = "num_RepeaterID";
this.num_RepeaterID.Size = new System.Drawing.Size(101, 44);
this.num_RepeaterID.TabIndex = 115;
this.num_RepeaterID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// num_CommBoardID
//
this.num_CommBoardID.Font = new System.Drawing.Font("굴림", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.num_CommBoardID.Location = new System.Drawing.Point(256, 88);
this.num_CommBoardID.Maximum = new decimal(new int[] {
16,
0,
0,
0});
this.num_CommBoardID.Name = "num_CommBoardID";
this.num_CommBoardID.Size = new System.Drawing.Size(101, 44);
this.num_CommBoardID.TabIndex = 114;
this.num_CommBoardID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// num_ReceiverID
//
this.num_ReceiverID.Font = new System.Drawing.Font("굴림", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.num_ReceiverID.Location = new System.Drawing.Point(256, 27);
this.num_ReceiverID.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.num_ReceiverID.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.num_ReceiverID.Name = "num_ReceiverID";
this.num_ReceiverID.Size = new System.Drawing.Size(101, 44);
this.num_ReceiverID.TabIndex = 113;
this.num_ReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.num_ReceiverID.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// label1
//
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label1.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.Location = new System.Drawing.Point(40, 150);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(188, 48);
this.label1.TabIndex = 112;
this.label1.Text = "회로구분";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnOK
//
this.btnOK.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOK.Location = new System.Drawing.Point(40, 286);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(150, 52);
this.btnOK.TabIndex = 108;
this.btnOK.Text = "확인";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnClose.Location = new System.Drawing.Point(212, 286);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(145, 52);
this.btnClose.TabIndex = 107;
this.btnClose.Text = "취소";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lblDeviceID
//
this.lblDeviceID.BackColor = System.Drawing.Color.Transparent;
this.lblDeviceID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblDeviceID.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblDeviceID.Location = new System.Drawing.Point(40, 210);
this.lblDeviceID.Name = "lblDeviceID";
this.lblDeviceID.Size = new System.Drawing.Size(188, 48);
this.lblDeviceID.TabIndex = 111;
this.lblDeviceID.Text = "회로ID";
this.lblDeviceID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblBoardID
//
this.lblBoardID.BackColor = System.Drawing.Color.Transparent;
this.lblBoardID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblBoardID.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblBoardID.Location = new System.Drawing.Point(40, 89);
this.lblBoardID.Name = "lblBoardID";
this.lblBoardID.Size = new System.Drawing.Size(188, 48);
this.lblBoardID.TabIndex = 110;
this.lblBoardID.Text = "IO보드ID";
this.lblBoardID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblReceiverID
//
this.lblReceiverID.BackColor = System.Drawing.Color.Transparent;
this.lblReceiverID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblReceiverID.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblReceiverID.Location = new System.Drawing.Point(40, 27);
this.lblReceiverID.Name = "lblReceiverID";
this.lblReceiverID.Size = new System.Drawing.Size(188, 48);
this.lblReceiverID.TabIndex = 109;
this.lblReceiverID.Text = "수신기ID";
this.lblReceiverID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// frmModalIdInputIO
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.MintCream;
this.ClientSize = new System.Drawing.Size(399, 366);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("굴림", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "frmModalIdInputIO";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "입력선택";
this.Load += new System.EventHandler(this.frmIdInputIOModal_Load);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmIdInputIOModal_Paint);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmIdInputIOModal_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmIdInputIOModal_MouseMove);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.num_RepeaterID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.num_CommBoardID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.num_ReceiverID)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.RadioButton rdoOutput;
private System.Windows.Forms.RadioButton rdoInput;
private System.Windows.Forms.NumericUpDown num_RepeaterID;
private System.Windows.Forms.NumericUpDown num_CommBoardID;
private System.Windows.Forms.NumericUpDown num_ReceiverID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Label lblDeviceID;
private System.Windows.Forms.Label lblBoardID;
private System.Windows.Forms.Label lblReceiverID;
}
}