namespace HANMI_STD
{
    partial class WorkdayManager
    {
        /// <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(WorkdayManager));
            this.gridControl_Main = new DevExpress.XtraGrid.GridControl();
            this.bandedGridView_Main = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.colWORK_DAY = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.colWEEK = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.colWORK_CNT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.colDAY_WEEK = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.colSOLAR_DAY = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.colHOL_YN = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.colHOL_NM = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.panelControl27 = new DevExpress.XtraEditors.PanelControl();
            this.simpleButton_Create = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.comboBoxEdit_YY = new DevExpress.XtraEditors.ComboBoxEdit();
            this.simpleButton_Prev = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Next = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.checkedListBoxControl_Saturday = new DevExpress.XtraEditors.CheckedListBoxControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl28 = new DevExpress.XtraEditors.PanelControl();
            this.lookUpEdit_COMP_CD = new DevExpress.XtraEditors.LookUpEdit();
            this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView_Main)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl27)).BeginInit();
            this.panelControl27.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_YY.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl_Saturday)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl28)).BeginInit();
            this.panelControl28.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_COMP_CD.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.bandedGridView_Main;
            this.gridControl_Main.Name = "gridControl_Main";
            this.gridControl_Main.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1,
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2});
            this.gridControl_Main.Size = new System.Drawing.Size(1226, 552);
            this.gridControl_Main.TabIndex = 0;
            this.gridControl_Main.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.bandedGridView_Main});
            // 
            // bandedGridView_Main
            // 
            this.bandedGridView_Main.Appearance.FooterPanel.Options.UseFont = true;
            this.bandedGridView_Main.Appearance.HeaderPanel.Options.UseFont = true;
            this.bandedGridView_Main.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.bandedGridView_Main.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.bandedGridView_Main.Appearance.Row.Options.UseFont = true;
            this.bandedGridView_Main.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand1,
            this.gridBand2});
            this.bandedGridView_Main.ColumnPanelRowHeight = 23;
            this.bandedGridView_Main.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.colWORK_DAY,
            this.colSOLAR_DAY,
            this.colWORK_CNT,
            this.colWEEK,
            this.colDAY_WEEK,
            this.colHOL_YN,
            this.colHOL_NM});
            this.bandedGridView_Main.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
            this.bandedGridView_Main.FooterPanelHeight = 23;
            this.bandedGridView_Main.GridControl = this.gridControl_Main;
            this.bandedGridView_Main.Name = "bandedGridView_Main";
            this.bandedGridView_Main.OptionsNavigation.AutoFocusNewRow = true;
            this.bandedGridView_Main.OptionsNavigation.EnterMoveNextColumn = true;
            this.bandedGridView_Main.OptionsView.ColumnAutoWidth = false;
            this.bandedGridView_Main.OptionsView.ShowFooter = true;
            this.bandedGridView_Main.OptionsView.ShowGroupPanel = false;
            this.bandedGridView_Main.RowHeight = 23;
            // 
            // gridBand1
            // 
            this.gridBand1.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand1.Caption = "달력";
            this.gridBand1.Columns.Add(this.colWORK_DAY);
            this.gridBand1.Columns.Add(this.colWEEK);
            this.gridBand1.Columns.Add(this.colWORK_CNT);
            this.gridBand1.Columns.Add(this.colDAY_WEEK);
            this.gridBand1.Columns.Add(this.colSOLAR_DAY);
            this.gridBand1.Name = "gridBand1";
            this.gridBand1.VisibleIndex = 0;
            this.gridBand1.Width = 320;
            // 
            // colWORK_DAY
            // 
            this.colWORK_DAY.AppearanceCell.Options.UseTextOptions = true;
            this.colWORK_DAY.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colWORK_DAY.Caption = "일자";
            this.colWORK_DAY.FieldName = "WORK_DAY";
            this.colWORK_DAY.Name = "colWORK_DAY";
            this.colWORK_DAY.OptionsColumn.AllowEdit = false;
            this.colWORK_DAY.OptionsColumn.FixedWidth = true;
            this.colWORK_DAY.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "WORK_DAY", "{0:#,##0}")});
            this.colWORK_DAY.Visible = true;
            this.colWORK_DAY.Width = 85;
            // 
            // colWEEK
            // 
            this.colWEEK.AppearanceCell.Options.UseTextOptions = true;
            this.colWEEK.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colWEEK.Caption = "주차";
            this.colWEEK.FieldName = "WEEK";
            this.colWEEK.Name = "colWEEK";
            this.colWEEK.OptionsColumn.AllowEdit = false;
            this.colWEEK.OptionsColumn.FixedWidth = true;
            this.colWEEK.Visible = true;
            this.colWEEK.Width = 50;
            // 
            // colWORK_CNT
            // 
            this.colWORK_CNT.AppearanceCell.Options.UseTextOptions = true;
            this.colWORK_CNT.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colWORK_CNT.Caption = "작업일";
            this.colWORK_CNT.DisplayFormat.FormatString = "{0:###}";
            this.colWORK_CNT.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colWORK_CNT.FieldName = "WORK_CNT";
            this.colWORK_CNT.Name = "colWORK_CNT";
            this.colWORK_CNT.OptionsColumn.AllowEdit = false;
            this.colWORK_CNT.OptionsColumn.FixedWidth = true;
            this.colWORK_CNT.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Max, "WORK_CNT", "{0:##0}")});
            this.colWORK_CNT.Visible = true;
            this.colWORK_CNT.Width = 60;
            // 
            // colDAY_WEEK
            // 
            this.colDAY_WEEK.AppearanceCell.Options.UseTextOptions = true;
            this.colDAY_WEEK.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDAY_WEEK.Caption = "요일";
            this.colDAY_WEEK.FieldName = "DAY_WEEK";
            this.colDAY_WEEK.Name = "colDAY_WEEK";
            this.colDAY_WEEK.OptionsColumn.AllowEdit = false;
            this.colDAY_WEEK.OptionsColumn.FixedWidth = true;
            this.colDAY_WEEK.Visible = true;
            this.colDAY_WEEK.Width = 50;
            // 
            // colSOLAR_DAY
            // 
            this.colSOLAR_DAY.AppearanceCell.Options.UseTextOptions = true;
            this.colSOLAR_DAY.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colSOLAR_DAY.Caption = "음력일자";
            this.colSOLAR_DAY.FieldName = "LUNAR_DAY";
            this.colSOLAR_DAY.Name = "colSOLAR_DAY";
            this.colSOLAR_DAY.OptionsColumn.AllowEdit = false;
            this.colSOLAR_DAY.OptionsColumn.FixedWidth = true;
            this.colSOLAR_DAY.Visible = true;
            // 
            // gridBand2
            // 
            this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand2.Caption = "휴일정보";
            this.gridBand2.Columns.Add(this.colHOL_YN);
            this.gridBand2.Columns.Add(this.colHOL_NM);
            this.gridBand2.Name = "gridBand2";
            this.gridBand2.VisibleIndex = 1;
            this.gridBand2.Width = 350;
            // 
            // colHOL_YN
            // 
            this.colHOL_YN.AppearanceCell.Options.UseTextOptions = true;
            this.colHOL_YN.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colHOL_YN.Caption = "휴일";
            this.colHOL_YN.ColumnEdit = this.repositoryItemCheckEdit1;
            this.colHOL_YN.FieldName = "HOL_YN";
            this.colHOL_YN.Name = "colHOL_YN";
            this.colHOL_YN.OptionsColumn.FixedWidth = true;
            this.colHOL_YN.Visible = true;
            this.colHOL_YN.Width = 50;
            // 
            // 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";
            // 
            // colHOL_NM
            // 
            this.colHOL_NM.Caption = "사유";
            this.colHOL_NM.FieldName = "HOL_NM";
            this.colHOL_NM.Name = "colHOL_NM";
            this.colHOL_NM.OptionsColumn.FixedWidth = true;
            this.colHOL_NM.Visible = true;
            this.colHOL_NM.Width = 300;
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.Appearance.Options.UseTextOptions = true;
            this.repositoryItemTextEdit1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.repositoryItemTextEdit1.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Mask.EditMask = "\\d\\d-\\d\\d";
            this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.repositoryItemTextEdit1.Mask.UseMaskAsDisplayFormat = true;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.Appearance.Options.UseTextOptions = true;
            this.repositoryItemTextEdit2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.repositoryItemTextEdit2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Mask.EditMask = "#0";
            this.repositoryItemTextEdit2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            this.repositoryItemTextEdit2.ValidateOnEnterKey = true;
            // 
            // panelControl27
            // 
            this.panelControl27.Controls.Add(this.simpleButton_Create);
            this.panelControl27.Controls.Add(this.panelControl1);
            this.panelControl27.Controls.Add(this.panelControl2);
            this.panelControl27.Controls.Add(this.panelControl28);
            this.panelControl27.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl27.Location = new System.Drawing.Point(0, 0);
            this.panelControl27.Name = "panelControl27";
            this.panelControl27.Size = new System.Drawing.Size(1226, 41);
            this.panelControl27.TabIndex = 2;
            // 
            // simpleButton_Create
            // 
            this.simpleButton_Create.AllowFocus = false;
            this.simpleButton_Create.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Create.Image")));
            this.simpleButton_Create.Location = new System.Drawing.Point(752, 7);
            this.simpleButton_Create.Name = "simpleButton_Create";
            this.simpleButton_Create.Size = new System.Drawing.Size(75, 27);
            this.simpleButton_Create.TabIndex = 3;
            this.simpleButton_Create.Text = "생성";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.comboBoxEdit_YY);
            this.panelControl1.Controls.Add(this.simpleButton_Prev);
            this.panelControl1.Controls.Add(this.simpleButton_Next);
            this.panelControl1.Controls.Add(this.labelControl1);
            this.panelControl1.Location = new System.Drawing.Point(280, 7);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(177, 27);
            this.panelControl1.TabIndex = 1;
            // 
            // comboBoxEdit_YY
            // 
            this.comboBoxEdit_YY.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBoxEdit_YY.Location = new System.Drawing.Point(53, 2);
            this.comboBoxEdit_YY.Name = "comboBoxEdit_YY";
            this.comboBoxEdit_YY.Properties.AllowMouseWheel = false;
            this.comboBoxEdit_YY.Properties.Appearance.Options.UseTextOptions = true;
            this.comboBoxEdit_YY.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.comboBoxEdit_YY.Properties.AppearanceDropDown.Options.UseTextOptions = true;
            this.comboBoxEdit_YY.Properties.AppearanceDropDown.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.comboBoxEdit_YY.Properties.AppearanceFocused.Options.UseTextOptions = true;
            this.comboBoxEdit_YY.Properties.AppearanceFocused.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.comboBoxEdit_YY.Properties.AutoHeight = false;
            this.comboBoxEdit_YY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit_YY.Properties.DropDownItemHeight = 25;
            this.comboBoxEdit_YY.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit_YY.Size = new System.Drawing.Size(78, 23);
            this.comboBoxEdit_YY.TabIndex = 1;
            // 
            // simpleButton_Prev
            // 
            this.simpleButton_Prev.AllowFocus = false;
            this.simpleButton_Prev.Dock = System.Windows.Forms.DockStyle.Right;
            this.simpleButton_Prev.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Prev.Image")));
            this.simpleButton_Prev.Location = new System.Drawing.Point(131, 2);
            this.simpleButton_Prev.Name = "simpleButton_Prev";
            this.simpleButton_Prev.Size = new System.Drawing.Size(22, 23);
            this.simpleButton_Prev.TabIndex = 3;
            // 
            // simpleButton_Next
            // 
            this.simpleButton_Next.AllowFocus = false;
            this.simpleButton_Next.Dock = System.Windows.Forms.DockStyle.Right;
            this.simpleButton_Next.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Next.Image")));
            this.simpleButton_Next.Location = new System.Drawing.Point(153, 2);
            this.simpleButton_Next.Name = "simpleButton_Next";
            this.simpleButton_Next.Size = new System.Drawing.Size(22, 23);
            this.simpleButton_Next.TabIndex = 2;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            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(51, 23);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "연도";
            // 
            // panelControl2
            // 
            this.panelControl2.Appearance.Options.UseTextOptions = true;
            this.panelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.panelControl2.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.panelControl2.Controls.Add(this.checkedListBoxControl_Saturday);
            this.panelControl2.Controls.Add(this.labelControl2);
            this.panelControl2.Location = new System.Drawing.Point(461, 7);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(285, 27);
            this.panelControl2.TabIndex = 2;
            // 
            // checkedListBoxControl_Saturday
            // 
            this.checkedListBoxControl_Saturday.Appearance.Options.UseTextOptions = true;
            this.checkedListBoxControl_Saturday.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.checkedListBoxControl_Saturday.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.checkedListBoxControl_Saturday.CheckOnClick = true;
            this.checkedListBoxControl_Saturday.Dock = System.Windows.Forms.DockStyle.Fill;
            this.checkedListBoxControl_Saturday.ItemAutoHeight = true;
            this.checkedListBoxControl_Saturday.ItemHeight = 22;
            this.checkedListBoxControl_Saturday.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "1"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "2"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "3"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "4"),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem(null, "5")});
            this.checkedListBoxControl_Saturday.Location = new System.Drawing.Point(92, 2);
            this.checkedListBoxControl_Saturday.MultiColumn = true;
            this.checkedListBoxControl_Saturday.Name = "checkedListBoxControl_Saturday";
            this.checkedListBoxControl_Saturday.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
            this.checkedListBoxControl_Saturday.Size = new System.Drawing.Size(191, 23);
            this.checkedListBoxControl_Saturday.TabIndex = 1;
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl2.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl2.Location = new System.Drawing.Point(2, 2);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl2.Size = new System.Drawing.Size(90, 23);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "토요근로주차";
            // 
            // panelControl28
            // 
            this.panelControl28.Controls.Add(this.lookUpEdit_COMP_CD);
            this.panelControl28.Controls.Add(this.labelControl25);
            this.panelControl28.Location = new System.Drawing.Point(20, 7);
            this.panelControl28.Name = "panelControl28";
            this.panelControl28.Size = new System.Drawing.Size(254, 27);
            this.panelControl28.TabIndex = 0;
            // 
            // lookUpEdit_COMP_CD
            // 
            this.lookUpEdit_COMP_CD.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lookUpEdit_COMP_CD.Location = new System.Drawing.Point(92, 2);
            this.lookUpEdit_COMP_CD.Name = "lookUpEdit_COMP_CD";
            this.lookUpEdit_COMP_CD.Properties.AutoHeight = false;
            this.lookUpEdit_COMP_CD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.lookUpEdit_COMP_CD.Size = new System.Drawing.Size(160, 23);
            this.lookUpEdit_COMP_CD.TabIndex = 1;
            // 
            // labelControl25
            // 
            this.labelControl25.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.labelControl25.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl25.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelControl25.Location = new System.Drawing.Point(2, 2);
            this.labelControl25.Name = "labelControl25";
            this.labelControl25.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.labelControl25.Size = new System.Drawing.Size(90, 23);
            this.labelControl25.TabIndex = 0;
            this.labelControl25.Text = "사업장";
            // 
            // WorkdayManager
            // 
            this.Appearance.Options.UseFont = true;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(1226, 593);
            this.Controls.Add(this.gridControl_Main);
            this.Controls.Add(this.panelControl27);
            this.Name = "WorkdayManager";
            this.Text = "WorkdayManager";
            this.WindowState = System.Windows.Forms.FormWindowState.Normal;
            ((System.ComponentModel.ISupportInitialize)(this.gridControl_Main)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView_Main)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl27)).EndInit();
            this.panelControl27.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit_YY.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl_Saturday)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl28)).EndInit();
            this.panelControl28.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_COMP_CD.Properties)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private DevExpress.XtraGrid.GridControl gridControl_Main;
        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridView bandedGridView_Main;
        private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
        private DevExpress.XtraEditors.PanelControl panelControl27;
        private DevExpress.XtraEditors.PanelControl panelControl28;
        private DevExpress.XtraEditors.LabelControl labelControl25;
        private DevExpress.XtraEditors.LookUpEdit lookUpEdit_COMP_CD;
        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colWORK_DAY;
        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colSOLAR_DAY;
        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colWORK_CNT;
        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colWEEK;
        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colDAY_WEEK;
        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colHOL_YN;
        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colHOL_NM;
        private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
        private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit2;
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1;
        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2;
        private DevExpress.XtraEditors.PanelControl panelControl1;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit_YY;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Prev;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Next;
        private DevExpress.XtraEditors.SimpleButton simpleButton_Create;
        private DevExpress.XtraEditors.PanelControl panelControl2;
        private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl_Saturday;
        private DevExpress.XtraEditors.LabelControl labelControl2;
    }
}