123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- namespace FPER
- {
- partial class frmModalPositionCode
- {
- /// <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();
- this.btnCancel = new System.Windows.Forms.Button();
- this.btnSaveOK = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label1 = new System.Windows.Forms.Label();
- this.btnOK = new System.Windows.Forms.Button();
- this.txtSearchKey = new System.Windows.Forms.TextBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnPositionAdd = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(302, 380);
- 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(177, 380);
- 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.label1);
- this.groupBox1.Controls.Add(this.btnOK);
- this.groupBox1.Controls.Add(this.txtSearchKey);
- this.groupBox1.Location = new System.Drawing.Point(4, 5);
- 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(399, 77);
- this.groupBox1.TabIndex = 11;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "검색조건";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(14, 32);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(66, 16);
- this.label1.TabIndex = 2;
- this.label1.Text = "검색어 :";
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(286, 25);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(102, 30);
- 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(85, 27);
- this.txtSearchKey.Margin = new System.Windows.Forms.Padding(4);
- this.txtSearchKey.Name = "txtSearchKey";
- this.txtSearchKey.Size = new System.Drawing.Size(194, 26);
- this.txtSearchKey.TabIndex = 0;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2});
- this.dataGridView1.Location = new System.Drawing.Point(4, 90);
- this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
- this.dataGridView1.MultiSelect = false;
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView1.Size = new System.Drawing.Size(399, 279);
- this.dataGridView1.TabIndex = 10;
- this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentDoubleClick);
- //
- // Column1
- //
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
- this.Column1.HeaderText = "코드";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 80;
- //
- // Column2
- //
- this.Column2.HeaderText = "코드명";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Width = 240;
- //
- // btnPositionAdd
- //
- this.btnPositionAdd.Location = new System.Drawing.Point(4, 380);
- this.btnPositionAdd.Name = "btnPositionAdd";
- this.btnPositionAdd.Size = new System.Drawing.Size(148, 33);
- this.btnPositionAdd.TabIndex = 14;
- this.btnPositionAdd.Text = "위치코드등록";
- this.btnPositionAdd.UseVisualStyleBackColor = true;
- this.btnPositionAdd.Click += new System.EventHandler(this.btnPositionAdd_Click);
- //
- // frmModalPositionCode
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.WhiteSmoke;
- this.ClientSize = new System.Drawing.Size(412, 425);
- this.Controls.Add(this.btnPositionAdd);
- 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.Name = "frmModalPositionCode";
- this.Text = "위치코드찾기";
- this.Load += new System.EventHandler(this.frmModalPositionCode_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.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.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.Button btnPositionAdd;
- }
- }
|