namespace FCOMMON
{
    partial class fLOV
    {
        /// 
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            this.dv = new arCtl.arDatagridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btSelect = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit();
            this.SuspendLayout();
            // 
            // dv
            // 
            this.dv.A_DelCurrentCell = true;
            this.dv.A_EnterToTab = true;
            this.dv.A_KoreanField = null;
            this.dv.A_UpperField = null;
            this.dv.A_ViewRownumOnHeader = true;
            this.dv.AllowUserToAddRows = false;
            this.dv.AllowUserToDeleteRows = false;
            this.dv.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dv.ColumnHeadersVisible = false;
            this.dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1});
            this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dv.Location = new System.Drawing.Point(0, 0);
            this.dv.MultiSelect = false;
            this.dv.Name = "dv";
            this.dv.ReadOnly = true;
            this.dv.RowTemplate.Height = 23;
            this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dv.Size = new System.Drawing.Size(385, 388);
            this.dv.TabIndex = 0;
            this.dv.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.arDatagridView1_CellDoubleClick);
            // 
            // Column1
            // 
            this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.Column1.HeaderText = "Column1";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // btSelect
            // 
            this.btSelect.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.btSelect.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
            this.btSelect.Location = new System.Drawing.Point(0, 388);
            this.btSelect.Name = "btSelect";
            this.btSelect.Size = new System.Drawing.Size(385, 54);
            this.btSelect.TabIndex = 6;
            this.btSelect.Text = "선택 완료";
            this.btSelect.UseVisualStyleBackColor = true;
            this.btSelect.Click += new System.EventHandler(this.btSelect_Click);
            // 
            // fLOV
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(385, 442);
            this.Controls.Add(this.dv);
            this.Controls.Add(this.btSelect);
            this.Name = "fLOV";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "List of value";
            this.Load += new System.EventHandler(this.fLOV_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dv)).EndInit();
            this.ResumeLayout(false);
        }
        #endregion
        private arCtl.arDatagridView dv;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.Button btSelect;
    }
}