namespace HANMI_STD
{
partial class HolidayManager
{
///
/// 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()
{
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.colMMDD = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
this.colSOLAR_YN = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.colSOLAR_NM = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
this.colLUNAR_YN = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.colLUNAR_NM = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.colLUNAR_PRE_DD = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.colLUNAR_NEXT_D = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.panelControl27 = new DevExpress.XtraEditors.PanelControl();
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.repositoryItemTextEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl27)).BeginInit();
this.panelControl27.SuspendLayout();
((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.gridBand3});
this.bandedGridView_Main.ColumnPanelRowHeight = 23;
this.bandedGridView_Main.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
this.colMMDD,
this.colSOLAR_YN,
this.colSOLAR_NM,
this.colLUNAR_YN,
this.colLUNAR_NM,
this.colLUNAR_PRE_DD,
this.colLUNAR_NEXT_D});
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.colMMDD);
this.gridBand1.Name = "gridBand1";
this.gridBand1.VisibleIndex = 0;
this.gridBand1.Width = 75;
//
// colMMDD
//
this.colMMDD.AppearanceCell.Options.UseTextOptions = true;
this.colMMDD.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colMMDD.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colMMDD.Caption = "월일";
this.colMMDD.ColumnEdit = this.repositoryItemTextEdit1;
this.colMMDD.FieldName = "MMDD";
this.colMMDD.Name = "colMMDD";
this.colMMDD.OptionsColumn.FixedWidth = true;
this.colMMDD.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "MMDD", "{0:#,##0}")});
this.colMMDD.Visible = true;
//
// 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";
//
// gridBand2
//
this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridBand2.Caption = "양력 생성조건";
this.gridBand2.Columns.Add(this.colSOLAR_YN);
this.gridBand2.Columns.Add(this.colSOLAR_NM);
this.gridBand2.Name = "gridBand2";
this.gridBand2.VisibleIndex = 1;
this.gridBand2.Width = 250;
//
// colSOLAR_YN
//
this.colSOLAR_YN.AppearanceCell.Options.UseTextOptions = true;
this.colSOLAR_YN.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSOLAR_YN.Caption = "생성";
this.colSOLAR_YN.ColumnEdit = this.repositoryItemCheckEdit1;
this.colSOLAR_YN.FieldName = "SOLAR_YN";
this.colSOLAR_YN.Name = "colSOLAR_YN";
this.colSOLAR_YN.OptionsColumn.FixedWidth = true;
this.colSOLAR_YN.Visible = true;
this.colSOLAR_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";
//
// colSOLAR_NM
//
this.colSOLAR_NM.Caption = "휴일사유";
this.colSOLAR_NM.FieldName = "SOLAR_NM";
this.colSOLAR_NM.Name = "colSOLAR_NM";
this.colSOLAR_NM.OptionsColumn.FixedWidth = true;
this.colSOLAR_NM.Visible = true;
this.colSOLAR_NM.Width = 200;
//
// gridBand3
//
this.gridBand3.AppearanceHeader.Options.UseTextOptions = true;
this.gridBand3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridBand3.Caption = "음력 생성조건";
this.gridBand3.Columns.Add(this.colLUNAR_YN);
this.gridBand3.Columns.Add(this.colLUNAR_NM);
this.gridBand3.Columns.Add(this.colLUNAR_PRE_DD);
this.gridBand3.Columns.Add(this.colLUNAR_NEXT_D);
this.gridBand3.Name = "gridBand3";
this.gridBand3.VisibleIndex = 2;
this.gridBand3.Width = 400;
//
// colLUNAR_YN
//
this.colLUNAR_YN.AppearanceCell.Options.UseTextOptions = true;
this.colLUNAR_YN.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colLUNAR_YN.Caption = "생성";
this.colLUNAR_YN.ColumnEdit = this.repositoryItemCheckEdit1;
this.colLUNAR_YN.FieldName = "LUNAR_YN";
this.colLUNAR_YN.Name = "colLUNAR_YN";
this.colLUNAR_YN.OptionsColumn.FixedWidth = true;
this.colLUNAR_YN.Visible = true;
this.colLUNAR_YN.Width = 50;
//
// colLUNAR_NM
//
this.colLUNAR_NM.Caption = "휴일사유";
this.colLUNAR_NM.FieldName = "LUNAR_NM";
this.colLUNAR_NM.Name = "colLUNAR_NM";
this.colLUNAR_NM.OptionsColumn.FixedWidth = true;
this.colLUNAR_NM.Visible = true;
this.colLUNAR_NM.Width = 200;
//
// colLUNAR_PRE_DD
//
this.colLUNAR_PRE_DD.AppearanceCell.Options.UseTextOptions = true;
this.colLUNAR_PRE_DD.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.colLUNAR_PRE_DD.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colLUNAR_PRE_DD.Caption = "煎 몇일";
this.colLUNAR_PRE_DD.ColumnEdit = this.repositoryItemTextEdit2;
this.colLUNAR_PRE_DD.FieldName = "LUNAR_PRE_DD";
this.colLUNAR_PRE_DD.Name = "colLUNAR_PRE_DD";
this.colLUNAR_PRE_DD.OptionsColumn.FixedWidth = true;
this.colLUNAR_PRE_DD.Visible = true;
//
// 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;
//
// colLUNAR_NEXT_D
//
this.colLUNAR_NEXT_D.AppearanceCell.Options.UseTextOptions = true;
this.colLUNAR_NEXT_D.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
this.colLUNAR_NEXT_D.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.colLUNAR_NEXT_D.Caption = "後 몇일";
this.colLUNAR_NEXT_D.ColumnEdit = this.repositoryItemTextEdit2;
this.colLUNAR_NEXT_D.FieldName = "LUNAR_NEXT_DD";
this.colLUNAR_NEXT_D.Name = "colLUNAR_NEXT_D";
this.colLUNAR_NEXT_D.OptionsColumn.FixedWidth = true;
this.colLUNAR_NEXT_D.Visible = true;
//
// panelControl27
//
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;
//
// 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 = 2;
//
// 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 = "사업장";
//
// HolidayManager
//
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 = "HolidayManager";
this.Text = "HolidayManager";
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.repositoryItemTextEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl27)).EndInit();
this.panelControl27.ResumeLayout(false);
((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.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.BandedGridView bandedGridView_Main;
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1;
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2;
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand3;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colMMDD;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colSOLAR_YN;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colSOLAR_NM;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colLUNAR_YN;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colLUNAR_NM;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colLUNAR_PRE_DD;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colLUNAR_NEXT_D;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit2;
}
}