| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410 | namespace FPER{    partial class frmModalDeviceList    {        /// <summary>        /// 필수 디자이너 변수입니다.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// 사용 중인 모든 리소스를 정리합니다.        /// </summary>        /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form 디자이너에서 생성한 코드        /// <summary>        /// 디자이너 지원에 필요한 메서드입니다.        /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.        /// </summary>        private void InitializeComponent()        {            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();            this.btnCancel = new System.Windows.Forms.Button();            this.btnSaveOK = new System.Windows.Forms.Button();            this.groupBox1 = new System.Windows.Forms.GroupBox();            this.label2 = new System.Windows.Forms.Label();            this.label1 = new System.Windows.Forms.Label();            this.txtReceiverId = new System.Windows.Forms.TextBox();            this.btnOK = new System.Windows.Forms.Button();            this.txtSearchKey = new System.Windows.Forms.TextBox();            this.tabControl1 = new System.Windows.Forms.TabControl();            this.tabPage1 = new System.Windows.Forms.TabPage();            this.cboRepeaterId = new System.Windows.Forms.ComboBox();            this.label5 = new System.Windows.Forms.Label();            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.tabPage2 = new System.Windows.Forms.TabPage();            this.cboIOBoardID = new System.Windows.Forms.ComboBox();            this.label6 = new System.Windows.Forms.Label();            this.dataGridView1 = new System.Windows.Forms.DataGridView();            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.groupBox1.SuspendLayout();            this.tabControl1.SuspendLayout();            this.tabPage1.SuspendLayout();            this.tabPage2.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();            this.SuspendLayout();            //             // btnCancel            //             this.btnCancel.Location = new System.Drawing.Point(462, 557);            this.btnCancel.Name = "btnCancel";            this.btnCancel.Size = new System.Drawing.Size(100, 33);            this.btnCancel.TabIndex = 13;            this.btnCancel.Text = "취소";            this.btnCancel.UseVisualStyleBackColor = true;            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);            //             // btnSaveOK            //             this.btnSaveOK.Location = new System.Drawing.Point(344, 557);            this.btnSaveOK.Name = "btnSaveOK";            this.btnSaveOK.Size = new System.Drawing.Size(100, 33);            this.btnSaveOK.TabIndex = 12;            this.btnSaveOK.Text = "확인";            this.btnSaveOK.UseVisualStyleBackColor = true;            this.btnSaveOK.Click += new System.EventHandler(this.btnSaveOK_Click);            //             // groupBox1            //             this.groupBox1.Controls.Add(this.label2);            this.groupBox1.Controls.Add(this.label1);            this.groupBox1.Controls.Add(this.txtReceiverId);            this.groupBox1.Controls.Add(this.btnOK);            this.groupBox1.Controls.Add(this.txtSearchKey);            this.groupBox1.Controls.Add(this.tabControl1);            this.groupBox1.Location = new System.Drawing.Point(3, 2);            this.groupBox1.Margin = new System.Windows.Forms.Padding(4);            this.groupBox1.Name = "groupBox1";            this.groupBox1.Padding = new System.Windows.Forms.Padding(4);            this.groupBox1.Size = new System.Drawing.Size(565, 175);            this.groupBox1.TabIndex = 11;            this.groupBox1.TabStop = false;            this.groupBox1.Text = "검색조건";            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(394, 24);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(69, 16);            this.label2.TabIndex = 74;            this.label2.Text = "수신기ID";            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(15, 139);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(66, 16);            this.label1.TabIndex = 2;            this.label1.Text = "검색어 :";            //             // txtReceiverId            //             this.txtReceiverId.AcceptsReturn = true;            this.txtReceiverId.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.txtReceiverId.Location = new System.Drawing.Point(477, 17);            this.txtReceiverId.MaxLength = 2;            this.txtReceiverId.Name = "txtReceiverId";            this.txtReceiverId.ReadOnly = true;            this.txtReceiverId.Size = new System.Drawing.Size(39, 32);            this.txtReceiverId.TabIndex = 71;            this.txtReceiverId.Text = "01";            this.txtReceiverId.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;            //             // btnOK            //             this.btnOK.Location = new System.Drawing.Point(456, 125);            this.btnOK.Name = "btnOK";            this.btnOK.Size = new System.Drawing.Size(102, 41);            this.btnOK.TabIndex = 1;            this.btnOK.Text = "검색";            this.btnOK.UseVisualStyleBackColor = true;            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);            //             // txtSearchKey            //             this.txtSearchKey.ImeMode = System.Windows.Forms.ImeMode.NoControl;            this.txtSearchKey.Location = new System.Drawing.Point(86, 134);            this.txtSearchKey.Margin = new System.Windows.Forms.Padding(4);            this.txtSearchKey.Name = "txtSearchKey";            this.txtSearchKey.Size = new System.Drawing.Size(363, 26);            this.txtSearchKey.TabIndex = 0;            //             // tabControl1            //             this.tabControl1.Controls.Add(this.tabPage1);            this.tabControl1.Controls.Add(this.tabPage2);            this.tabControl1.Location = new System.Drawing.Point(9, 34);            this.tabControl1.Name = "tabControl1";            this.tabControl1.SelectedIndex = 0;            this.tabControl1.Size = new System.Drawing.Size(549, 85);            this.tabControl1.TabIndex = 81;            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);            //             // tabPage1            //             this.tabPage1.BackColor = System.Drawing.Color.Silver;            this.tabPage1.Controls.Add(this.cboRepeaterId);            this.tabPage1.Controls.Add(this.label5);            this.tabPage1.Controls.Add(this.label3);            this.tabPage1.Controls.Add(this.cboLoopNo);            this.tabPage1.Controls.Add(this.label4);            this.tabPage1.Controls.Add(this.cboBoardId);            this.tabPage1.Location = new System.Drawing.Point(4, 25);            this.tabPage1.Name = "tabPage1";            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);            this.tabPage1.Size = new System.Drawing.Size(541, 56);            this.tabPage1.TabIndex = 0;            this.tabPage1.Text = "통신보드";            //             // cboRepeaterId            //             this.cboRepeaterId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cboRepeaterId.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.cboRepeaterId.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.cboRepeaterId.FormattingEnabled = true;            this.cboRepeaterId.IntegralHeight = false;            this.cboRepeaterId.Items.AddRange(new object[] {            "전체"});            this.cboRepeaterId.Location = new System.Drawing.Point(439, 13);            this.cboRepeaterId.Name = "cboRepeaterId";            this.cboRepeaterId.Size = new System.Drawing.Size(93, 29);            this.cboRepeaterId.TabIndex = 80;            //             // label5            //             this.label5.AutoSize = true;            this.label5.Location = new System.Drawing.Point(367, 19);            this.label5.Name = "label5";            this.label5.Size = new System.Drawing.Size(69, 16);            this.label5.TabIndex = 79;            this.label5.Text = "중계기ID";            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;            //             // label3            //             this.label3.AutoSize = true;            this.label3.Location = new System.Drawing.Point(9, 19);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(85, 16);            this.label3.TabIndex = 75;            this.label3.Text = "통신보드ID";            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;            //             // cboLoopNo            //             this.cboLoopNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cboLoopNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.cboLoopNo.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.cboLoopNo.FormattingEnabled = true;            this.cboLoopNo.IntegralHeight = false;            this.cboLoopNo.Items.AddRange(new object[] {            "전체"});            this.cboLoopNo.Location = new System.Drawing.Point(258, 13);            this.cboLoopNo.Name = "cboLoopNo";            this.cboLoopNo.Size = new System.Drawing.Size(93, 29);            this.cboLoopNo.TabIndex = 78;            this.cboLoopNo.SelectedIndexChanged += new System.EventHandler(this.cboLoopNo_SelectedIndexChanged);            //             // label4            //             this.label4.AutoSize = true;            this.label4.Location = new System.Drawing.Point(204, 19);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(51, 16);            this.label4.TabIndex = 76;            this.label4.Text = "LOOP";            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;            //             // cboBoardId            //             this.cboBoardId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cboBoardId.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.cboBoardId.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.cboBoardId.FormattingEnabled = true;            this.cboBoardId.IntegralHeight = false;            this.cboBoardId.Items.AddRange(new object[] {            "전체"});            this.cboBoardId.Location = new System.Drawing.Point(98, 13);            this.cboBoardId.Name = "cboBoardId";            this.cboBoardId.Size = new System.Drawing.Size(93, 29);            this.cboBoardId.TabIndex = 77;            this.cboBoardId.SelectedIndexChanged += new System.EventHandler(this.cboBoardId_SelectedIndexChanged);            //             // tabPage2            //             this.tabPage2.BackColor = System.Drawing.Color.Silver;            this.tabPage2.Controls.Add(this.cboIOBoardID);            this.tabPage2.Controls.Add(this.label6);            this.tabPage2.Location = new System.Drawing.Point(4, 25);            this.tabPage2.Name = "tabPage2";            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);            this.tabPage2.Size = new System.Drawing.Size(541, 56);            this.tabPage2.TabIndex = 1;            this.tabPage2.Text = "I/O보드";            //             // cboIOBoardID            //             this.cboIOBoardID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;            this.cboIOBoardID.FlatStyle = System.Windows.Forms.FlatStyle.Flat;            this.cboIOBoardID.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.cboIOBoardID.FormattingEnabled = true;            this.cboIOBoardID.IntegralHeight = false;            this.cboIOBoardID.Items.AddRange(new object[] {            "전체"});            this.cboIOBoardID.Location = new System.Drawing.Point(98, 13);            this.cboIOBoardID.Name = "cboIOBoardID";            this.cboIOBoardID.Size = new System.Drawing.Size(93, 29);            this.cboIOBoardID.TabIndex = 82;            //             // label6            //             this.label6.AutoSize = true;            this.label6.Location = new System.Drawing.Point(37, 19);            this.label6.Name = "label6";            this.label6.Size = new System.Drawing.Size(53, 16);            this.label6.TabIndex = 81;            this.label6.Text = "보드ID";            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;            //             // dataGridView1            //             this.dataGridView1.AllowUserToAddRows = false;            this.dataGridView1.AllowUserToDeleteRows = false;            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;            dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {            this.Column3,            this.Column1,            this.Column2,            this.Column4});            this.dataGridView1.Location = new System.Drawing.Point(3, 185);            this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);            this.dataGridView1.Name = "dataGridView1";            this.dataGridView1.RowTemplate.Height = 23;            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;            this.dataGridView1.Size = new System.Drawing.Size(565, 365);            this.dataGridView1.TabIndex = 10;            //             // Column3            //             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            this.Column3.DefaultCellStyle = dataGridViewCellStyle2;            this.Column3.HeaderText = "회로번호";            this.Column3.Name = "Column3";            this.Column3.ReadOnly = true;            this.Column3.Width = 150;            //             // Column1            //             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            this.Column1.DefaultCellStyle = dataGridViewCellStyle3;            this.Column1.HeaderText = "연동내용";            this.Column1.Name = "Column1";            this.Column1.ReadOnly = true;            this.Column1.Width = 150;            //             // Column2            //             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            this.Column2.DefaultCellStyle = dataGridViewCellStyle4;            this.Column2.HeaderText = "위치내용";            this.Column2.Name = "Column2";            this.Column2.ReadOnly = true;            this.Column2.Width = 150;            //             // Column4            //             dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;            this.Column4.DefaultCellStyle = dataGridViewCellStyle5;            this.Column4.HeaderText = "회로설명";            this.Column4.Name = "Column4";            this.Column4.ReadOnly = true;            this.Column4.Width = 200;            //             // frmModalDeviceList            //             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;            this.BackColor = System.Drawing.Color.WhiteSmoke;            this.ClientSize = new System.Drawing.Size(574, 602);            this.Controls.Add(this.btnCancel);            this.Controls.Add(this.btnSaveOK);            this.Controls.Add(this.groupBox1);            this.Controls.Add(this.dataGridView1);            this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;            this.Margin = new System.Windows.Forms.Padding(4);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "frmModalDeviceList";            this.Text = "회로검색";            this.Load += new System.EventHandler(this.frmModalDeviceList_Load);            this.groupBox1.ResumeLayout(false);            this.groupBox1.PerformLayout();            this.tabControl1.ResumeLayout(false);            this.tabPage1.ResumeLayout(false);            this.tabPage1.PerformLayout();            this.tabPage2.ResumeLayout(false);            this.tabPage2.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.Button btnCancel;        private System.Windows.Forms.Button btnSaveOK;        private System.Windows.Forms.GroupBox groupBox1;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Button btnOK;        private System.Windows.Forms.TextBox txtSearchKey;        private System.Windows.Forms.DataGridView dataGridView1;        private System.Windows.Forms.TextBox txtReceiverId;        private System.Windows.Forms.ComboBox cboBoardId;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.ComboBox cboLoopNo;        private System.Windows.Forms.ComboBox cboRepeaterId;        private System.Windows.Forms.Label label5;        private System.Windows.Forms.TabControl tabControl1;        private System.Windows.Forms.TabPage tabPage1;        private System.Windows.Forms.TabPage tabPage2;        private System.Windows.Forms.ComboBox cboIOBoardID;        private System.Windows.Forms.Label label6;        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;    }}
 |