namespace HANMI_J_SALE
{
    partial class SelectCodePopup
    {
        /// 
        /// 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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectCodePopup));
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_NO_CD_NM = new DevExpress.XtraEditors.TextEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl20 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_NO_CD = new DevExpress.XtraEditors.TextEdit();
            this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
            this.simpleButton_Clear = new DevExpress.XtraEditors.SimpleButton();
            this.gridControl_Main = new DevExpress.XtraGrid.GridControl();
            this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colTitle = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.simpleButton_Close = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Update = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Delete = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Add = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Select = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_NO_CD_NM.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl20)).BeginInit();
            this.panelControl20.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_NO_CD.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.panelControl3);
            this.panelControl1.Controls.Add(this.panelControl20);
            this.panelControl1.Controls.Add(this.simpleButton_Clear);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl1.Location = new System.Drawing.Point(0, 287);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(279, 79);
            this.panelControl1.TabIndex = 0;
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.textEdit_NO_CD_NM);
            this.panelControl3.Controls.Add(this.labelControl1);
            this.panelControl3.Location = new System.Drawing.Point(106, 43);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(160, 27);
            this.panelControl3.TabIndex = 1;
            // 
            // textEdit_NO_CD_NM
            // 
            this.textEdit_NO_CD_NM.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_NO_CD_NM.Location = new System.Drawing.Point(56, 2);
            this.textEdit_NO_CD_NM.Name = "textEdit_NO_CD_NM";
            this.textEdit_NO_CD_NM.Properties.AutoHeight = false;
            this.textEdit_NO_CD_NM.Size = new System.Drawing.Size(102, 23);
            this.textEdit_NO_CD_NM.TabIndex = 4;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl1.Location = new System.Drawing.Point(2, 2);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl1.Size = new System.Drawing.Size(54, 23);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "코드명";
            // 
            // panelControl20
            // 
            this.panelControl20.Controls.Add(this.textEdit_NO_CD);
            this.panelControl20.Controls.Add(this.labelControl19);
            this.panelControl20.Location = new System.Drawing.Point(106, 10);
            this.panelControl20.Name = "panelControl20";
            this.panelControl20.Size = new System.Drawing.Size(106, 27);
            this.panelControl20.TabIndex = 0;
            // 
            // textEdit_NO_CD
            // 
            this.textEdit_NO_CD.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_NO_CD.EnterMoveNextControl = true;
            this.textEdit_NO_CD.Location = new System.Drawing.Point(56, 2);
            this.textEdit_NO_CD.Name = "textEdit_NO_CD";
            this.textEdit_NO_CD.Properties.Appearance.Options.UseTextOptions = true;
            this.textEdit_NO_CD.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.textEdit_NO_CD.Properties.AppearanceFocused.Options.UseTextOptions = true;
            this.textEdit_NO_CD.Properties.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.textEdit_NO_CD.Properties.AutoHeight = false;
            this.textEdit_NO_CD.Properties.MaxLength = 2;
            this.textEdit_NO_CD.Size = new System.Drawing.Size(48, 23);
            this.textEdit_NO_CD.TabIndex = 4;
            // 
            // labelControl19
            // 
            this.labelControl19.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl19.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl19.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl19.Location = new System.Drawing.Point(2, 2);
            this.labelControl19.Name = "labelControl19";
            this.labelControl19.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl19.Size = new System.Drawing.Size(54, 23);
            this.labelControl19.TabIndex = 0;
            this.labelControl19.Text = "코드";
            // 
            // simpleButton_Clear
            // 
            this.simpleButton_Clear.AllowFocus = false;
            this.simpleButton_Clear.Location = new System.Drawing.Point(15, 10);
            this.simpleButton_Clear.Name = "simpleButton_Clear";
            this.simpleButton_Clear.Size = new System.Drawing.Size(85, 27);
            this.simpleButton_Clear.TabIndex = 5;
            this.simpleButton_Clear.TabStop = false;
            this.simpleButton_Clear.Text = "Clear";
            // 
            // gridControl_Main
            // 
            this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_Main.Location = new System.Drawing.Point(0, 0);
            this.gridControl_Main.MainView = this.gridView_Main;
            this.gridControl_Main.Name = "gridControl_Main";
            this.gridControl_Main.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1});
            this.gridControl_Main.Size = new System.Drawing.Size(279, 287);
            this.gridControl_Main.TabIndex = 1;
            this.gridControl_Main.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView_Main});
            // 
            // gridView_Main
            // 
            this.gridView_Main.Appearance.FooterPanel.Options.UseFont = true;
            this.gridView_Main.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView_Main.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView_Main.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView_Main.Appearance.Row.Options.UseFont = true;
            this.gridView_Main.ColumnPanelRowHeight = 23;
            this.gridView_Main.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.colTitle});
            this.gridView_Main.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView_Main.FooterPanelHeight = 23;
            this.gridView_Main.GridControl = this.gridControl_Main;
            this.gridView_Main.Name = "gridView_Main";
            this.gridView_Main.OptionsBehavior.Editable = false;
            this.gridView_Main.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView_Main.OptionsView.ShowGroupPanel = false;
            this.gridView_Main.RowHeight = 23;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "코드";
            this.gridColumn1.FieldName = "NO_CD";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.FixedWidth = true;
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 50;
            // 
            // colTitle
            // 
            this.colTitle.Caption = "절수";
            this.colTitle.FieldName = "NO_CD_NM";
            this.colTitle.Name = "colTitle";
            this.colTitle.Visible = true;
            this.colTitle.VisibleIndex = 1;
            this.colTitle.Width = 254;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            this.repositoryItemCheckEdit1.ValueChecked = "Y";
            this.repositoryItemCheckEdit1.ValueUnchecked = "N";
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.simpleButton_Close);
            this.panelControl2.Controls.Add(this.simpleButton_Update);
            this.panelControl2.Controls.Add(this.simpleButton_Delete);
            this.panelControl2.Controls.Add(this.simpleButton_Add);
            this.panelControl2.Controls.Add(this.simpleButton_Select);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl2.Location = new System.Drawing.Point(0, 366);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(279, 73);
            this.panelControl2.TabIndex = 2;
            // 
            // simpleButton_Close
            // 
            this.simpleButton_Close.AllowFocus = false;
            this.simpleButton_Close.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Close.Image")));
            this.simpleButton_Close.Location = new System.Drawing.Point(189, 39);
            this.simpleButton_Close.Name = "simpleButton_Close";
            this.simpleButton_Close.Size = new System.Drawing.Size(77, 25);
            this.simpleButton_Close.TabIndex = 7;
            this.simpleButton_Close.Text = "종료";
            // 
            // simpleButton_Update
            // 
            this.simpleButton_Update.AllowFocus = false;
            this.simpleButton_Update.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Update.Image")));
            this.simpleButton_Update.Location = new System.Drawing.Point(189, 8);
            this.simpleButton_Update.Name = "simpleButton_Update";
            this.simpleButton_Update.Size = new System.Drawing.Size(77, 25);
            this.simpleButton_Update.TabIndex = 7;
            this.simpleButton_Update.Text = "수정";
            // 
            // simpleButton_Delete
            // 
            this.simpleButton_Delete.AllowFocus = false;
            this.simpleButton_Delete.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Delete.Image")));
            this.simpleButton_Delete.Location = new System.Drawing.Point(106, 39);
            this.simpleButton_Delete.Name = "simpleButton_Delete";
            this.simpleButton_Delete.Size = new System.Drawing.Size(77, 25);
            this.simpleButton_Delete.TabIndex = 7;
            this.simpleButton_Delete.Text = "삭제";
            // 
            // simpleButton_Add
            // 
            this.simpleButton_Add.AllowFocus = false;
            this.simpleButton_Add.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Add.Image")));
            this.simpleButton_Add.Location = new System.Drawing.Point(106, 8);
            this.simpleButton_Add.Name = "simpleButton_Add";
            this.simpleButton_Add.Size = new System.Drawing.Size(77, 25);
            this.simpleButton_Add.TabIndex = 7;
            this.simpleButton_Add.Text = "등록";
            // 
            // simpleButton_Select
            // 
            this.simpleButton_Select.AllowFocus = false;
            this.simpleButton_Select.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Select.Image")));
            this.simpleButton_Select.Location = new System.Drawing.Point(15, 8);
            this.simpleButton_Select.Name = "simpleButton_Select";
            this.simpleButton_Select.Size = new System.Drawing.Size(85, 56);
            this.simpleButton_Select.TabIndex = 7;
            this.simpleButton_Select.Text = "선택";
            // 
            // SelectCodePopup
            // 
            this.Appearance.Options.UseFont = true;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(279, 439);
            this.Controls.Add(this.gridControl_Main);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.panelControl2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SelectCodePopup";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "절수 코드";
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_NO_CD_NM.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl20)).EndInit();
            this.panelControl20.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_NO_CD.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            this.ResumeLayout(false);
        }
        #endregion
        private DevExpress.XtraEditors.PanelControl panelControl1;
        private DevExpress.XtraGrid.GridControl gridControl_Main;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView_Main;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Clear;
        private DevExpress.XtraEditors.PanelControl panelControl2;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Delete;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.XtraGrid.Columns.GridColumn colTitle;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Add;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Select;
        private DevExpress.XtraEditors.PanelControl panelControl3;
        private DevExpress.XtraEditors.TextEdit textEdit_NO_CD_NM;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.PanelControl panelControl20;
        private DevExpress.XtraEditors.TextEdit textEdit_NO_CD;
        private DevExpress.XtraEditors.LabelControl labelControl19;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Close;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Update;
    }
}