namespace HANMI_J_SALE
{
    partial class SelectSalesItemForm
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectSalesItemForm));
            this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
            this.radioGroup_ORDER_BY = new DevExpress.XtraEditors.RadioGroup();
            this.radioGroup_ROUT_CD = new DevExpress.XtraEditors.RadioGroup();
            this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_OK = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.simpleButton_Search = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl29 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_Search = new DevExpress.XtraEditors.TextEdit();
            this.simpleButton_Text_Clear = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
            this.gridControl_Main = new DevExpress.XtraGrid.GridControl();
            this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colCUST_NM = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colCUST_SMP_NM = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colINIT_WORD_NM = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
            this.panelControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ORDER_BY.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ROUT_CD.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl29)).BeginInit();
            this.panelControl29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_Search.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // panelControl4
            // 
            this.panelControl4.Controls.Add(this.radioGroup_ORDER_BY);
            this.panelControl4.Controls.Add(this.radioGroup_ROUT_CD);
            this.panelControl4.Controls.Add(this.simpleButton_Cancel);
            this.panelControl4.Controls.Add(this.simpleButton_OK);
            this.panelControl4.Dock = System.Windows.Forms.DockStyle.Right;
            this.panelControl4.Location = new System.Drawing.Point(461, 0);
            this.panelControl4.Name = "panelControl4";
            this.panelControl4.Size = new System.Drawing.Size(145, 492);
            this.panelControl4.TabIndex = 3;
            // 
            // radioGroup_ORDER_BY
            // 
            this.radioGroup_ORDER_BY.EditValue = "0";
            this.radioGroup_ORDER_BY.Location = new System.Drawing.Point(10, 281);
            this.radioGroup_ORDER_BY.Name = "radioGroup_ORDER_BY";
            this.radioGroup_ORDER_BY.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "코드순"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "품명순")});
            this.radioGroup_ORDER_BY.Size = new System.Drawing.Size(124, 63);
            this.radioGroup_ORDER_BY.TabIndex = 8;
            // 
            // radioGroup_ROUT_CD
            // 
            this.radioGroup_ROUT_CD.EditValue = "";
            this.radioGroup_ROUT_CD.Location = new System.Drawing.Point(9, 8);
            this.radioGroup_ROUT_CD.Name = "radioGroup_ROUT_CD";
            this.radioGroup_ROUT_CD.Properties.Appearance.Options.UseTextOptions = true;
            this.radioGroup_ROUT_CD.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.radioGroup_ROUT_CD.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("", "전체지종"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("01", "코팅"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("05", "톰슨+오시"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("02", "UV코팅"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("03", "씰크"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("04", "박"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("06", "접착"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("07", "제본"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("08", "배달비"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("09", "기타")});
            this.radioGroup_ROUT_CD.Size = new System.Drawing.Size(125, 267);
            this.radioGroup_ROUT_CD.TabIndex = 7;
            // 
            // simpleButton_Cancel
            // 
            this.simpleButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image")));
            this.simpleButton_Cancel.Location = new System.Drawing.Point(9, 454);
            this.simpleButton_Cancel.Name = "simpleButton_Cancel";
            this.simpleButton_Cancel.Size = new System.Drawing.Size(131, 30);
            this.simpleButton_Cancel.TabIndex = 6;
            this.simpleButton_Cancel.Text = "취소";
            // 
            // simpleButton_OK
            // 
            this.simpleButton_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.simpleButton_OK.DialogResult = System.Windows.Forms.DialogResult.Yes;
            this.simpleButton_OK.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_OK.Image")));
            this.simpleButton_OK.Location = new System.Drawing.Point(8, 418);
            this.simpleButton_OK.Name = "simpleButton_OK";
            this.simpleButton_OK.Size = new System.Drawing.Size(131, 30);
            this.simpleButton_OK.TabIndex = 4;
            this.simpleButton_OK.Text = "선택";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.simpleButton_Search);
            this.panelControl1.Controls.Add(this.panelControl29);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(461, 40);
            this.panelControl1.TabIndex = 4;
            // 
            // simpleButton_Search
            // 
            this.simpleButton_Search.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Search.Image")));
            this.simpleButton_Search.Location = new System.Drawing.Point(364, 8);
            this.simpleButton_Search.Name = "simpleButton_Search";
            this.simpleButton_Search.Size = new System.Drawing.Size(75, 26);
            this.simpleButton_Search.TabIndex = 5;
            this.simpleButton_Search.Text = "조회";
            // 
            // panelControl29
            // 
            this.panelControl29.Controls.Add(this.textEdit_Search);
            this.panelControl29.Controls.Add(this.simpleButton_Text_Clear);
            this.panelControl29.Controls.Add(this.labelControl26);
            this.panelControl29.Location = new System.Drawing.Point(5, 7);
            this.panelControl29.Name = "panelControl29";
            this.panelControl29.Size = new System.Drawing.Size(353, 27);
            this.panelControl29.TabIndex = 3;
            // 
            // textEdit_Search
            // 
            this.textEdit_Search.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textEdit_Search.EnterMoveNextControl = true;
            this.textEdit_Search.Location = new System.Drawing.Point(92, 2);
            this.textEdit_Search.Name = "textEdit_Search";
            this.textEdit_Search.Properties.AutoHeight = false;
            this.textEdit_Search.Properties.UseReadOnlyAppearance = false;
            this.textEdit_Search.Size = new System.Drawing.Size(229, 23);
            this.textEdit_Search.TabIndex = 1;
            // 
            // simpleButton_Text_Clear
            // 
            this.simpleButton_Text_Clear.Dock = System.Windows.Forms.DockStyle.Right;
            this.simpleButton_Text_Clear.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Text_Clear.Image")));
            this.simpleButton_Text_Clear.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.simpleButton_Text_Clear.Location = new System.Drawing.Point(321, 2);
            this.simpleButton_Text_Clear.Name = "simpleButton_Text_Clear";
            this.simpleButton_Text_Clear.Size = new System.Drawing.Size(30, 23);
            this.simpleButton_Text_Clear.TabIndex = 6;
            // 
            // labelControl26
            // 
            this.labelControl26.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl26.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl26.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl26.Location = new System.Drawing.Point(2, 2);
            this.labelControl26.Name = "labelControl26";
            this.labelControl26.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl26.Size = new System.Drawing.Size(90, 23);
            this.labelControl26.TabIndex = 0;
            this.labelControl26.Text = "검색어";
            // 
            // gridControl_Main
            // 
            this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_Main.Location = new System.Drawing.Point(0, 40);
            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(461, 452);
            this.gridControl_Main.TabIndex = 5;
            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.colCUST_NM,
            this.colCUST_SMP_NM,
            this.colINIT_WORD_NM});
            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.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView_Main.OptionsView.ColumnAutoWidth = false;
            this.gridView_Main.OptionsView.ShowFooter = true;
            this.gridView_Main.OptionsView.ShowGroupPanel = false;
            this.gridView_Main.RowHeight = 23;
            // 
            // colCUST_NM
            // 
            this.colCUST_NM.Caption = "상품명";
            this.colCUST_NM.FieldName = "ITEM_NM";
            this.colCUST_NM.Name = "colCUST_NM";
            this.colCUST_NM.OptionsColumn.AllowEdit = false;
            this.colCUST_NM.OptionsColumn.FixedWidth = true;
            this.colCUST_NM.Visible = true;
            this.colCUST_NM.VisibleIndex = 1;
            this.colCUST_NM.Width = 212;
            // 
            // colCUST_SMP_NM
            // 
            this.colCUST_SMP_NM.AppearanceCell.Options.UseTextOptions = true;
            this.colCUST_SMP_NM.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colCUST_SMP_NM.Caption = "코  드";
            this.colCUST_SMP_NM.FieldName = "ITEM_CD";
            this.colCUST_SMP_NM.Name = "colCUST_SMP_NM";
            this.colCUST_SMP_NM.OptionsColumn.AllowEdit = false;
            this.colCUST_SMP_NM.OptionsColumn.FixedWidth = true;
            this.colCUST_SMP_NM.Visible = true;
            this.colCUST_SMP_NM.VisibleIndex = 0;
            this.colCUST_SMP_NM.Width = 83;
            // 
            // colINIT_WORD_NM
            // 
            this.colINIT_WORD_NM.AppearanceCell.Options.UseTextOptions = true;
            this.colINIT_WORD_NM.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colINIT_WORD_NM.Caption = "구분";
            this.colINIT_WORD_NM.FieldName = "ITEM_KIND_NM";
            this.colINIT_WORD_NM.Name = "colINIT_WORD_NM";
            this.colINIT_WORD_NM.OptionsColumn.AllowEdit = false;
            this.colINIT_WORD_NM.OptionsColumn.FixedWidth = true;
            this.colINIT_WORD_NM.Visible = true;
            this.colINIT_WORD_NM.VisibleIndex = 2;
            this.colINIT_WORD_NM.Width = 120;
            // 
            // 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";
            // 
            // SelectSalesItemForm
            // 
            this.Appearance.Options.UseFont = true;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.CancelButton = this.simpleButton_Cancel;
            this.ClientSize = new System.Drawing.Size(606, 492);
            this.Controls.Add(this.gridControl_Main);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.panelControl4);
            this.Font = new System.Drawing.Font("굴림체", 9F);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SelectSalesItemForm";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "상품코드 조회";
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
            this.panelControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ORDER_BY.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ROUT_CD.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl29)).EndInit();
            this.panelControl29.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_Search.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private DevExpress.XtraEditors.PanelControl panelControl4;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
        private DevExpress.XtraEditors.SimpleButton simpleButton_OK;
        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.XtraGrid.Columns.GridColumn colCUST_NM;
        private DevExpress.XtraGrid.Columns.GridColumn colCUST_SMP_NM;
        private DevExpress.XtraGrid.Columns.GridColumn colINIT_WORD_NM;
        private DevExpress.XtraEditors.PanelControl panelControl29;
        private DevExpress.XtraEditors.TextEdit textEdit_Search;
        private DevExpress.XtraEditors.LabelControl labelControl26;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Search;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Text_Clear;
        private DevExpress.XtraEditors.RadioGroup radioGroup_ORDER_BY;
        private DevExpress.XtraEditors.RadioGroup radioGroup_ROUT_CD;

    }
}