namespace HANMI_STD
{
    partial class SelectCurrentMoneyGroupForm
    {
        /// 
        /// 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(SelectCurrentMoneyGroupForm));
            this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
            this.radioGroup_CUST_NAME_GBN = new DevExpress.XtraEditors.RadioGroup();
            this.checkBox_DEL_YN = new System.Windows.Forms.CheckBox();
            this.radioGroup_ORDER_BY = new DevExpress.XtraEditors.RadioGroup();
            this.radioGroup_CUST_KIND = 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.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();
            this.panelControl29 = new DevExpress.XtraEditors.PanelControl();
            this.textEdit_Search = new DevExpress.XtraEditors.TextEdit();
            this.simpleButton_Search = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Text_Clear = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
            this.gridControl_Group = new DevExpress.XtraGrid.GridControl();
            this.gridView_Group = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
            this.panelControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_NAME_GBN.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ORDER_BY.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_KIND.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl29)).BeginInit();
            this.panelControl29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_Search.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Group)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Group)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            this.SuspendLayout();
            // 
            // panelControl4
            // 
            this.panelControl4.Controls.Add(this.radioGroup_CUST_NAME_GBN);
            this.panelControl4.Controls.Add(this.checkBox_DEL_YN);
            this.panelControl4.Controls.Add(this.radioGroup_ORDER_BY);
            this.panelControl4.Controls.Add(this.radioGroup_CUST_KIND);
            this.panelControl4.Controls.Add(this.simpleButton_Cancel);
            this.panelControl4.Controls.Add(this.simpleButton_OK);
            this.panelControl4.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl4.Location = new System.Drawing.Point(0, 0);
            this.panelControl4.Name = "panelControl4";
            this.panelControl4.Size = new System.Drawing.Size(145, 492);
            this.panelControl4.TabIndex = 3;
            // 
            // radioGroup_CUST_NAME_GBN
            // 
            this.radioGroup_CUST_NAME_GBN.EditValue = "1";
            this.radioGroup_CUST_NAME_GBN.Location = new System.Drawing.Point(10, 319);
            this.radioGroup_CUST_NAME_GBN.Name = "radioGroup_CUST_NAME_GBN";
            this.radioGroup_CUST_NAME_GBN.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "약식상호"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "계산서명")});
            this.radioGroup_CUST_NAME_GBN.Size = new System.Drawing.Size(124, 63);
            this.radioGroup_CUST_NAME_GBN.TabIndex = 10;
            // 
            // checkBox_DEL_YN
            // 
            this.checkBox_DEL_YN.AutoSize = true;
            this.checkBox_DEL_YN.Checked = true;
            this.checkBox_DEL_YN.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox_DEL_YN.Location = new System.Drawing.Point(8, 294);
            this.checkBox_DEL_YN.Name = "checkBox_DEL_YN";
            this.checkBox_DEL_YN.Size = new System.Drawing.Size(109, 19);
            this.checkBox_DEL_YN.TabIndex = 9;
            this.checkBox_DEL_YN.Text = "거래중자료";
            this.checkBox_DEL_YN.UseVisualStyleBackColor = true;
            // 
            // radioGroup_ORDER_BY
            // 
            this.radioGroup_ORDER_BY.EditValue = "0";
            this.radioGroup_ORDER_BY.Location = new System.Drawing.Point(9, 224);
            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_CUST_KIND
            // 
            this.radioGroup_CUST_KIND.EditValue = "03";
            this.radioGroup_CUST_KIND.Location = new System.Drawing.Point(9, 8);
            this.radioGroup_CUST_KIND.Name = "radioGroup_CUST_KIND";
            this.radioGroup_CUST_KIND.Properties.Appearance.Options.UseTextOptions = true;
            this.radioGroup_CUST_KIND.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.radioGroup_CUST_KIND.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("01", "거래처1"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("02", "거래처2"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("03", "거래처3"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("04", "거래처4"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("05", "거래처5"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("06", "거래처6"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("07", "거래처7"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("", "전체")});
            this.radioGroup_CUST_KIND.Size = new System.Drawing.Size(125, 210);
            this.radioGroup_CUST_KIND.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.gridControl_Main);
            this.panelControl1.Controls.Add(this.panelControl29);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl1.Location = new System.Drawing.Point(145, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(477, 492);
            this.panelControl1.TabIndex = 4;
            // 
            // gridControl_Main
            // 
            this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_Main.Location = new System.Drawing.Point(2, 29);
            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(473, 461);
            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 = "CUST_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 = 0;
            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 = "CUST_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 = 1;
            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 = "INIT_WORD_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";
            // 
            // panelControl29
            // 
            this.panelControl29.Controls.Add(this.textEdit_Search);
            this.panelControl29.Controls.Add(this.simpleButton_Search);
            this.panelControl29.Controls.Add(this.simpleButton_Text_Clear);
            this.panelControl29.Controls.Add(this.labelControl26);
            this.panelControl29.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl29.Location = new System.Drawing.Point(2, 2);
            this.panelControl29.Name = "panelControl29";
            this.panelControl29.Size = new System.Drawing.Size(473, 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(86, 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(280, 23);
            this.textEdit_Search.TabIndex = 1;
            // 
            // simpleButton_Search
            // 
            this.simpleButton_Search.Dock = System.Windows.Forms.DockStyle.Right;
            this.simpleButton_Search.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Search.Image")));
            this.simpleButton_Search.Location = new System.Drawing.Point(366, 2);
            this.simpleButton_Search.Name = "simpleButton_Search";
            this.simpleButton_Search.Size = new System.Drawing.Size(75, 23);
            this.simpleButton_Search.TabIndex = 5;
            this.simpleButton_Search.Text = "조회";
            // 
            // 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(441, 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(84, 23);
            this.labelControl26.TabIndex = 0;
            this.labelControl26.Text = "검색어";
            // 
            // gridControl_Group
            // 
            this.gridControl_Group.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_Group.Location = new System.Drawing.Point(622, 0);
            this.gridControl_Group.MainView = this.gridView_Group;
            this.gridControl_Group.Name = "gridControl_Group";
            this.gridControl_Group.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit2});
            this.gridControl_Group.Size = new System.Drawing.Size(327, 492);
            this.gridControl_Group.TabIndex = 6;
            this.gridControl_Group.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView_Group});
            // 
            // gridView_Group
            // 
            this.gridView_Group.Appearance.FooterPanel.Options.UseFont = true;
            this.gridView_Group.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView_Group.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView_Group.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridView_Group.Appearance.Row.Options.UseFont = true;
            this.gridView_Group.ColumnPanelRowHeight = 23;
            this.gridView_Group.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn2,
            this.gridColumn3});
            this.gridView_Group.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.gridView_Group.FooterPanelHeight = 23;
            this.gridView_Group.GridControl = this.gridControl_Group;
            this.gridView_Group.Name = "gridView_Group";
            this.gridView_Group.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView_Group.OptionsView.ColumnAutoWidth = false;
            this.gridView_Group.OptionsView.ShowFooter = true;
            this.gridView_Group.OptionsView.ShowGroupPanel = false;
            this.gridView_Group.RowHeight = 23;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "회사코드";
            this.gridColumn1.FieldName = "COMP_CD";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = false;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "그룹코드";
            this.gridColumn4.FieldName = "GRP_CD";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.OptionsColumn.AllowEdit = false;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "그룹이름";
            this.gridColumn5.FieldName = "ITEM_GRP";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.OptionsColumn.AllowEdit = false;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "공정코드";
            this.gridColumn6.FieldName = "ITEM_CD";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.OptionsColumn.AllowEdit = false;
            // 
            // gridColumn2
            // 
            this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn2.Caption = "코  드";
            this.gridColumn2.FieldName = "CUST_CD";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.OptionsColumn.AllowEdit = false;
            this.gridColumn2.OptionsColumn.FixedWidth = true;
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 0;
            this.gridColumn2.Width = 108;
            // 
            // gridColumn3
            // 
            this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn3.Caption = "거래처이름";
            this.gridColumn3.FieldName = "CUST_NM";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.OptionsColumn.AllowEdit = false;
            this.gridColumn3.OptionsColumn.FixedWidth = true;
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 1;
            this.gridColumn3.Width = 188;
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
            this.repositoryItemCheckEdit2.ValueChecked = "Y";
            this.repositoryItemCheckEdit2.ValueUnchecked = "N";
            // 
            // SelectCurrentMoneyGroupForm
            // 
            this.Appearance.Options.UseFont = true;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.CancelButton = this.simpleButton_Cancel;
            this.ClientSize = new System.Drawing.Size(949, 492);
            this.Controls.Add(this.gridControl_Group);
            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 = "SelectCurrentMoneyGroupForm";
            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);
            this.panelControl4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_NAME_GBN.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_ORDER_BY.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radioGroup_CUST_KIND.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl29)).EndInit();
            this.panelControl29.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.textEdit_Search.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Group)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Group)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).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_CUST_NAME_GBN;
        private System.Windows.Forms.CheckBox checkBox_DEL_YN;
        private DevExpress.XtraEditors.RadioGroup radioGroup_ORDER_BY;
        private DevExpress.XtraEditors.RadioGroup radioGroup_CUST_KIND;
        private DevExpress.XtraGrid.GridControl gridControl_Group;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView_Group;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit2;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
    }
}