File name
        Commit message
        Commit date
    File name
        Commit message
        Commit date
    File name
        Commit message
        Commit date
    File name
        Commit message
        Commit date
    namespace HANMI_J_SALE
{
    partial class ColCdPopup
    {
        /// <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(ColCdPopup));
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            this.simpleButton_Search = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.simpleButton_SELECT = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
            this.buttonEdit_CUST_NM = new DevExpress.XtraEditors.ButtonEdit();
            this.labelControl_CUST_CD = new DevExpress.XtraEditors.LabelControl();
            this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.dateEdit_FDATE = new DevExpress.XtraEditors.DateEdit();
            this.dateEdit_SDATE = new DevExpress.XtraEditors.DateEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.gridControl_Main = new DevExpress.XtraGrid.GridControl();
            this.gridView_Main = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = 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.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
            this.panelControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit_CUST_NM.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
            this.panelControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit_FDATE.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit_FDATE.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit_SDATE.Properties.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit_SDATE.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // simpleButton_Search
            // 
            this.simpleButton_Search.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Search.Image")));
            this.simpleButton_Search.Location = new System.Drawing.Point(730, 7);
            this.simpleButton_Search.Name = "simpleButton_Search";
            this.simpleButton_Search.Size = new System.Drawing.Size(75, 27);
            this.simpleButton_Search.TabIndex = 2;
            this.simpleButton_Search.Text = "조회";
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.simpleButton_SELECT);
            this.panelControl2.Controls.Add(this.simpleButton_Cancel);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl2.Location = new System.Drawing.Point(0, 450);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(819, 42);
            this.panelControl2.TabIndex = 2;
            // 
            // simpleButton_SELECT
            // 
            this.simpleButton_SELECT.Dock = System.Windows.Forms.DockStyle.Right;
            this.simpleButton_SELECT.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_SELECT.Image")));
            this.simpleButton_SELECT.Location = new System.Drawing.Point(597, 2);
            this.simpleButton_SELECT.Name = "simpleButton_SELECT";
            this.simpleButton_SELECT.Size = new System.Drawing.Size(110, 38);
            this.simpleButton_SELECT.TabIndex = 7;
            this.simpleButton_SELECT.Text = "선택";
            // 
            // simpleButton_Cancel
            // 
            this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.simpleButton_Cancel.Dock = System.Windows.Forms.DockStyle.Right;
            this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image")));
            this.simpleButton_Cancel.Location = new System.Drawing.Point(707, 2);
            this.simpleButton_Cancel.Name = "simpleButton_Cancel";
            this.simpleButton_Cancel.Size = new System.Drawing.Size(110, 38);
            this.simpleButton_Cancel.TabIndex = 8;
            this.simpleButton_Cancel.Text = "취소";
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.simpleButton_Search);
            this.panelControl3.Controls.Add(this.panelControl5);
            this.panelControl3.Controls.Add(this.panelControl4);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl3.Location = new System.Drawing.Point(0, 0);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(819, 41);
            this.panelControl3.TabIndex = 0;
            // 
            // panelControl5
            // 
            this.panelControl5.Controls.Add(this.buttonEdit_CUST_NM);
            this.panelControl5.Controls.Add(this.labelControl_CUST_CD);
            this.panelControl5.Controls.Add(this.labelControl27);
            this.panelControl5.Location = new System.Drawing.Point(373, 7);
            this.panelControl5.Name = "panelControl5";
            this.panelControl5.Size = new System.Drawing.Size(351, 27);
            this.panelControl5.TabIndex = 1;
            // 
            // buttonEdit_CUST_NM
            // 
            this.buttonEdit_CUST_NM.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buttonEdit_CUST_NM.EnterMoveNextControl = true;
            this.buttonEdit_CUST_NM.Location = new System.Drawing.Point(92, 2);
            this.buttonEdit_CUST_NM.Name = "buttonEdit_CUST_NM";
            this.buttonEdit_CUST_NM.Properties.AutoHeight = false;
            this.buttonEdit_CUST_NM.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("buttonEdit_CUST_NM.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.buttonEdit_CUST_NM.Size = new System.Drawing.Size(194, 23);
            this.buttonEdit_CUST_NM.TabIndex = 7;
            // 
            // labelControl_CUST_CD
            // 
            this.labelControl_CUST_CD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl_CUST_CD.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl_CUST_CD.Dock = System.Windows.Forms.DockStyle.Right;
            this.labelControl_CUST_CD.Location = new System.Drawing.Point(286, 2);
            this.labelControl_CUST_CD.Name = "labelControl_CUST_CD";
            this.labelControl_CUST_CD.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl_CUST_CD.Size = new System.Drawing.Size(63, 23);
            this.labelControl_CUST_CD.TabIndex = 6;
            // 
            // labelControl27
            // 
            this.labelControl27.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl27.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl27.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl27.Location = new System.Drawing.Point(2, 2);
            this.labelControl27.Name = "labelControl27";
            this.labelControl27.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl27.Size = new System.Drawing.Size(90, 23);
            this.labelControl27.TabIndex = 0;
            this.labelControl27.Text = "거래선명";
            // 
            // panelControl4
            // 
            this.panelControl4.Controls.Add(this.labelControl2);
            this.panelControl4.Controls.Add(this.dateEdit_FDATE);
            this.panelControl4.Controls.Add(this.dateEdit_SDATE);
            this.panelControl4.Controls.Add(this.labelControl1);
            this.panelControl4.Location = new System.Drawing.Point(12, 7);
            this.panelControl4.Name = "panelControl4";
            this.panelControl4.Size = new System.Drawing.Size(355, 27);
            this.panelControl4.TabIndex = 0;
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelControl2.Location = new System.Drawing.Point(210, 2);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl2.Size = new System.Drawing.Size(25, 23);
            this.labelControl2.TabIndex = 4;
            this.labelControl2.Text = "~";
            // 
            // dateEdit_FDATE
            // 
            this.dateEdit_FDATE.Dock = System.Windows.Forms.DockStyle.Right;
            this.dateEdit_FDATE.EditValue = null;
            this.dateEdit_FDATE.EnterMoveNextControl = true;
            this.dateEdit_FDATE.Location = new System.Drawing.Point(235, 2);
            this.dateEdit_FDATE.Name = "dateEdit_FDATE";
            this.dateEdit_FDATE.Properties.Appearance.Options.UseTextOptions = true;
            this.dateEdit_FDATE.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.dateEdit_FDATE.Properties.AppearanceFocused.Options.UseTextOptions = true;
            this.dateEdit_FDATE.Properties.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.dateEdit_FDATE.Properties.AutoHeight = false;
            this.dateEdit_FDATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit_FDATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit_FDATE.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
            this.dateEdit_FDATE.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.dateEdit_FDATE.Size = new System.Drawing.Size(118, 23);
            this.dateEdit_FDATE.TabIndex = 1;
            // 
            // dateEdit_SDATE
            // 
            this.dateEdit_SDATE.Dock = System.Windows.Forms.DockStyle.Left;
            this.dateEdit_SDATE.EditValue = null;
            this.dateEdit_SDATE.EnterMoveNextControl = true;
            this.dateEdit_SDATE.Location = new System.Drawing.Point(92, 2);
            this.dateEdit_SDATE.Name = "dateEdit_SDATE";
            this.dateEdit_SDATE.Properties.Appearance.Options.UseTextOptions = true;
            this.dateEdit_SDATE.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.dateEdit_SDATE.Properties.AppearanceFocused.Options.UseTextOptions = true;
            this.dateEdit_SDATE.Properties.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.dateEdit_SDATE.Properties.AutoHeight = false;
            this.dateEdit_SDATE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit_SDATE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dateEdit_SDATE.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTimeAdvancingCaret;
            this.dateEdit_SDATE.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.dateEdit_SDATE.Size = new System.Drawing.Size(118, 23);
            this.dateEdit_SDATE.TabIndex = 0;
            // 
            // 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(90, 23);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "일자";
            // 
            // gridControl_Main
            // 
            this.gridControl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl_Main.Location = new System.Drawing.Point(0, 41);
            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(819, 409);
            this.gridControl_Main.TabIndex = 3;
            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.gridColumn2,
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn7});
            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.ColumnAutoWidth = false;
            this.gridView_Main.OptionsView.ShowGroupPanel = false;
            this.gridView_Main.RowHeight = 23;
            // 
            // gridColumn1
            // 
            this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn1.Caption = "일자";
            this.gridColumn1.FieldName = "ORDER_DT";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 1;
            // 
            // gridColumn2
            // 
            this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridColumn2.Caption = "번호";
            this.gridColumn2.FieldName = "ORDER_SEQ";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 2;
            this.gridColumn2.Width = 50;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "거래선명";
            this.gridColumn3.FieldName = "CUST_NM";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            this.gridColumn3.Width = 281;
            // 
            // gridColumn4
            // 
            this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn4.Caption = "현금";
            this.gridColumn4.DisplayFormat.FormatString = "n0";
            this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn4.FieldName = "CASH_MY";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 3;
            this.gridColumn4.Width = 90;
            // 
            // gridColumn5
            // 
            this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn5.Caption = "예금";
            this.gridColumn5.DisplayFormat.FormatString = "n0";
            this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn5.FieldName = "DEP_MY";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 4;
            this.gridColumn5.Width = 90;
            // 
            // gridColumn6
            // 
            this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
            this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridColumn6.Caption = "기타";
            this.gridColumn6.DisplayFormat.FormatString = "n0";
            this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn6.FieldName = "ETC_MY";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 5;
            this.gridColumn6.Width = 90;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "합계";
            this.gridColumn7.FieldName = "TOT_MY";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 6;
            this.gridColumn7.Width = 90;
            // 
            // 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";
            // 
            // ColCdPopup
            // 
            this.Appearance.Options.UseFont = true;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(819, 492);
            this.Controls.Add(this.gridControl_Main);
            this.Controls.Add(this.panelControl3);
            this.Controls.Add(this.panelControl2);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ColCdPopup";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "수금 관리번호별 조회";
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
            this.panelControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.buttonEdit_CUST_NM.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
            this.panelControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit_FDATE.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit_FDATE.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit_SDATE.Properties.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dateEdit_SDATE.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.SimpleButton simpleButton_Search;
        private DevExpress.XtraEditors.PanelControl panelControl2;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
        private DevExpress.XtraEditors.SimpleButton simpleButton_SELECT;
        private DevExpress.XtraEditors.PanelControl panelControl3;
        private DevExpress.XtraEditors.PanelControl panelControl4;
        private DevExpress.XtraEditors.LabelControl labelControl2;
        private DevExpress.XtraEditors.DateEdit dateEdit_FDATE;
        private DevExpress.XtraEditors.DateEdit dateEdit_SDATE;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.PanelControl panelControl5;
        private DevExpress.XtraEditors.ButtonEdit buttonEdit_CUST_NM;
        private DevExpress.XtraEditors.LabelControl labelControl_CUST_CD;
        private DevExpress.XtraEditors.LabelControl labelControl27;
        private DevExpress.XtraGrid.GridControl gridControl_Main;
        private DevExpress.XtraGrid.Views.Grid.GridView gridView_Main;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
    }
}