123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- namespace FPER
- {
- partial class frmPositionCode
- {
- /// <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.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
- "000000",
- "그룹명입니다"}, -1);
- this.lblDir = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnWinClose = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.txtThisReceiverID = new System.Windows.Forms.TextBox();
- this.panelPosition = new System.Windows.Forms.Panel();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.txtPositionCode = new System.Windows.Forms.TextBox();
- this.txtPositionName = new System.Windows.Forms.TextBox();
- this.label73 = new System.Windows.Forms.Label();
- this.btnPositionCancel = new System.Windows.Forms.Button();
- this.btnPositionAdd = new System.Windows.Forms.Button();
- this.btnPositionOK = new System.Windows.Forms.Button();
- this.btnPositionDel = new System.Windows.Forms.Button();
- this.ListView1 = new System.Windows.Forms.ListView();
- this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
- this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
- this.panel1.SuspendLayout();
- this.panelPosition.SuspendLayout();
- this.SuspendLayout();
- //
- // lblDir
- //
- this.lblDir.AutoSize = true;
- this.lblDir.BackColor = System.Drawing.Color.Transparent;
- this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.lblDir.ForeColor = System.Drawing.Color.White;
- this.lblDir.Location = new System.Drawing.Point(12, 9);
- this.lblDir.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblDir.Name = "lblDir";
- this.lblDir.Size = new System.Drawing.Size(206, 21);
- this.lblDir.TabIndex = 10;
- this.lblDir.Text = "시작 > 위치코드설정";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Black;
- this.panel1.Controls.Add(this.btnWinClose);
- this.panel1.Controls.Add(this.lblDir);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1078, 44);
- this.panel1.TabIndex = 11;
- //
- // btnWinClose
- //
- this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.창닫기;
- this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.btnWinClose.Location = new System.Drawing.Point(1049, 9);
- this.btnWinClose.Name = "btnWinClose";
- this.btnWinClose.Size = new System.Drawing.Size(23, 23);
- this.btnWinClose.TabIndex = 171;
- this.btnWinClose.UseVisualStyleBackColor = false;
- this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.LightGray;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button1.Location = new System.Drawing.Point(15, 58);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(104, 32);
- this.button1.TabIndex = 159;
- this.button1.Text = "수신기검색";
- this.button1.UseVisualStyleBackColor = false;
- //
- // txtThisReceiverID
- //
- this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
- this.txtThisReceiverID.Location = new System.Drawing.Point(119, 58);
- this.txtThisReceiverID.Name = "txtThisReceiverID";
- this.txtThisReceiverID.ReadOnly = true;
- this.txtThisReceiverID.Size = new System.Drawing.Size(39, 32);
- this.txtThisReceiverID.TabIndex = 158;
- this.txtThisReceiverID.Text = "00";
- this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // panelPosition
- //
- this.panelPosition.Controls.Add(this.label5);
- this.panelPosition.Controls.Add(this.label6);
- this.panelPosition.Controls.Add(this.txtPositionCode);
- this.panelPosition.Controls.Add(this.txtPositionName);
- this.panelPosition.Controls.Add(this.label73);
- this.panelPosition.Location = new System.Drawing.Point(18, 113);
- this.panelPosition.Name = "panelPosition";
- this.panelPosition.Size = new System.Drawing.Size(376, 81);
- this.panelPosition.TabIndex = 165;
- //
- // label5
- //
- this.label5.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label5.Location = new System.Drawing.Point(147, 26);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(226, 26);
- this.label5.TabIndex = 62;
- this.label5.Text = "위치명";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label6
- //
- this.label6.BackColor = System.Drawing.Color.WhiteSmoke;
- this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label6.Location = new System.Drawing.Point(2, 26);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(146, 26);
- this.label6.TabIndex = 61;
- this.label6.Text = "위치코드";
- this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // txtPositionCode
- //
- this.txtPositionCode.ImeMode = System.Windows.Forms.ImeMode.Alpha;
- this.txtPositionCode.Location = new System.Drawing.Point(2, 51);
- this.txtPositionCode.MaxLength = 2;
- this.txtPositionCode.Name = "txtPositionCode";
- this.txtPositionCode.Size = new System.Drawing.Size(146, 26);
- this.txtPositionCode.TabIndex = 24;
- this.txtPositionCode.Text = "GI0001";
- this.txtPositionCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txtPositionName
- //
- this.txtPositionName.Location = new System.Drawing.Point(147, 51);
- this.txtPositionName.MaxLength = 40;
- this.txtPositionName.Name = "txtPositionName";
- this.txtPositionName.Size = new System.Drawing.Size(226, 26);
- this.txtPositionName.TabIndex = 25;
- //
- // label73
- //
- this.label73.BackColor = System.Drawing.Color.Gold;
- this.label73.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label73.Location = new System.Drawing.Point(2, 2);
- this.label73.Name = "label73";
- this.label73.Size = new System.Drawing.Size(371, 25);
- this.label73.TabIndex = 52;
- this.label73.Text = "위치코드리스트";
- this.label73.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // btnPositionCancel
- //
- this.btnPositionCancel.Location = new System.Drawing.Point(248, 196);
- this.btnPositionCancel.Name = "btnPositionCancel";
- this.btnPositionCancel.Size = new System.Drawing.Size(71, 34);
- this.btnPositionCancel.TabIndex = 164;
- this.btnPositionCancel.Text = "취소";
- this.btnPositionCancel.UseVisualStyleBackColor = true;
- this.btnPositionCancel.Visible = false;
- this.btnPositionCancel.Click += new System.EventHandler(this.btnPositionCancel_Click);
- //
- // btnPositionAdd
- //
- this.btnPositionAdd.Location = new System.Drawing.Point(19, 196);
- this.btnPositionAdd.Name = "btnPositionAdd";
- this.btnPositionAdd.Size = new System.Drawing.Size(71, 34);
- this.btnPositionAdd.TabIndex = 161;
- this.btnPositionAdd.Text = "추가";
- this.btnPositionAdd.UseVisualStyleBackColor = true;
- this.btnPositionAdd.Click += new System.EventHandler(this.btnPositionAdd_Click);
- //
- // btnPositionOK
- //
- this.btnPositionOK.Location = new System.Drawing.Point(320, 196);
- this.btnPositionOK.Name = "btnPositionOK";
- this.btnPositionOK.Size = new System.Drawing.Size(71, 34);
- this.btnPositionOK.TabIndex = 162;
- this.btnPositionOK.Text = "확인";
- this.btnPositionOK.UseVisualStyleBackColor = true;
- this.btnPositionOK.Click += new System.EventHandler(this.btnPositionOK_Click);
- //
- // btnPositionDel
- //
- this.btnPositionDel.Location = new System.Drawing.Point(90, 196);
- this.btnPositionDel.Name = "btnPositionDel";
- this.btnPositionDel.Size = new System.Drawing.Size(71, 34);
- this.btnPositionDel.TabIndex = 163;
- this.btnPositionDel.Text = "삭제";
- this.btnPositionDel.UseVisualStyleBackColor = true;
- this.btnPositionDel.Click += new System.EventHandler(this.btnPositionDel_Click);
- //
- // ListView1
- //
- this.ListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader1,
- this.columnHeader2});
- this.ListView1.FullRowSelect = true;
- this.ListView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem1});
- this.ListView1.Location = new System.Drawing.Point(400, 115);
- this.ListView1.MultiSelect = false;
- this.ListView1.Name = "ListView1";
- this.ListView1.Size = new System.Drawing.Size(656, 696);
- this.ListView1.TabIndex = 160;
- this.ListView1.UseCompatibleStateImageBehavior = false;
- this.ListView1.View = System.Windows.Forms.View.Details;
- this.ListView1.SelectedIndexChanged += new System.EventHandler(this.ListView1_SelectedIndexChanged);
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "위치코드";
- this.columnHeader1.Width = 120;
- //
- // columnHeader2
- //
- this.columnHeader2.Text = "위치명";
- this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader2.Width = 301;
- //
- // frmPositionCode
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.WhiteSmoke;
- this.ClientSize = new System.Drawing.Size(1078, 823);
- this.Controls.Add(this.panelPosition);
- this.Controls.Add(this.btnPositionCancel);
- this.Controls.Add(this.btnPositionAdd);
- this.Controls.Add(this.btnPositionOK);
- this.Controls.Add(this.btnPositionDel);
- this.Controls.Add(this.ListView1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.txtThisReceiverID);
- this.Controls.Add(this.panel1);
- 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 = "frmPositionCode";
- this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
- this.Text = "위치코드등록";
- this.Load += new System.EventHandler(this.frmPositionCode_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panelPosition.ResumeLayout(false);
- this.panelPosition.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label lblDir;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnWinClose;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TextBox txtThisReceiverID;
- private System.Windows.Forms.Panel panelPosition;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtPositionCode;
- private System.Windows.Forms.TextBox txtPositionName;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label73;
- private System.Windows.Forms.Button btnPositionCancel;
- private System.Windows.Forms.Button btnPositionAdd;
- private System.Windows.Forms.Button btnPositionOK;
- private System.Windows.Forms.Button btnPositionDel;
- private System.Windows.Forms.ListView ListView1;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- private System.Windows.Forms.ColumnHeader columnHeader2;
- }
- }
|