namespace FPER { partial class frmModalLoopSelect { /// /// 필수 디자이너 변수입니다. /// 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(frmModalLoopSelect)); this.label2 = new System.Windows.Forms.Label(); this.txtReceiverId = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.cboLoopNo = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.cboBoardId = new System.Windows.Forms.ComboBox(); this.panel1 = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // label2 // this.label2.BackColor = System.Drawing.Color.Gainsboro; this.label2.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold); this.label2.Location = new System.Drawing.Point(27, 38); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(114, 27); this.label2.TabIndex = 83; this.label2.Text = " 수신기 ID "; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtReceiverId // this.txtReceiverId.AcceptsReturn = true; this.txtReceiverId.BackColor = System.Drawing.Color.White; this.txtReceiverId.Font = new System.Drawing.Font("돋움", 14F, System.Drawing.FontStyle.Bold); this.txtReceiverId.Location = new System.Drawing.Point(150, 36); this.txtReceiverId.MaxLength = 2; this.txtReceiverId.Name = "txtReceiverId"; this.txtReceiverId.ReadOnly = true; this.txtReceiverId.Size = new System.Drawing.Size(39, 29); this.txtReceiverId.TabIndex = 82; this.txtReceiverId.Text = "01"; this.txtReceiverId.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // btnOK // this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnOK.FlatAppearance.BorderSize = 0; this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOK.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(90, 183); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(83, 30); this.btnOK.TabIndex = 2; this.btnOK.Text = "확인"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClose // this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(183, 183); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(83, 30); this.btnClose.TabIndex = 3; this.btnClose.Text = "취소"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label3 // this.label3.BackColor = System.Drawing.Color.Gainsboro; this.label3.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold); this.label3.Location = new System.Drawing.Point(27, 79); this.label3.Margin = new System.Windows.Forms.Padding(0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(114, 27); this.label3.TabIndex = 87; this.label3.Text = " 통신보드ID "; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cboLoopNo // this.cboLoopNo.BackColor = System.Drawing.Color.White; this.cboLoopNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboLoopNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cboLoopNo.Font = new System.Drawing.Font("돋움", 14F, System.Drawing.FontStyle.Bold); this.cboLoopNo.FormattingEnabled = true; this.cboLoopNo.IntegralHeight = false; this.cboLoopNo.Items.AddRange(new object[] { "전체"}); this.cboLoopNo.Location = new System.Drawing.Point(150, 120); this.cboLoopNo.Name = "cboLoopNo"; this.cboLoopNo.Size = new System.Drawing.Size(176, 27); this.cboLoopNo.TabIndex = 1; // // label4 // this.label4.BackColor = System.Drawing.Color.Gainsboro; this.label4.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold); this.label4.Location = new System.Drawing.Point(27, 120); this.label4.Margin = new System.Windows.Forms.Padding(0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(114, 27); this.label4.TabIndex = 88; this.label4.Text = " LOOP "; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cboBoardId // this.cboBoardId.BackColor = System.Drawing.Color.White; this.cboBoardId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboBoardId.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cboBoardId.Font = new System.Drawing.Font("돋움", 14F, System.Drawing.FontStyle.Bold); this.cboBoardId.FormattingEnabled = true; this.cboBoardId.IntegralHeight = false; this.cboBoardId.Items.AddRange(new object[] { "전체"}); this.cboBoardId.Location = new System.Drawing.Point(150, 79); this.cboBoardId.Name = "cboBoardId"; this.cboBoardId.Size = new System.Drawing.Size(176, 27); this.cboBoardId.TabIndex = 0; this.cboBoardId.SelectedIndexChanged += new System.EventHandler(this.cboBoardId_SelectedIndexChanged); // // panel1 // this.panel1.BackColor = System.Drawing.Color.DarkGray; this.panel1.Location = new System.Drawing.Point(12, 10); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(327, 162); this.panel1.TabIndex = 89; // // frmModalLoopSelect // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Black; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(351, 226); this.Controls.Add(this.label3); this.Controls.Add(this.cboLoopNo); this.Controls.Add(this.label4); this.Controls.Add(this.cboBoardId); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnClose); this.Controls.Add(this.label2); this.Controls.Add(this.txtReceiverId); this.Controls.Add(this.panel1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "frmModalLoopSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmModalLoopSelect"; this.Load += new System.EventHandler(this.frmModalLoopSelect_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmModalLoopSelect_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmModalLoopSelect_MouseMove); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtReceiverId; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cboLoopNo; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox cboBoardId; private System.Windows.Forms.Panel panel1; } }