private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
     this.pgRevisedPlanningAudit = new DevExpress.XtraVerticalGrid.PropertyGridControl();
     this.riFromProdmonth        = new Mineware.Systems.Global.CustomControls.MWRepositoryItemProdMonth();
     this.riToProdmonth          = new Mineware.Systems.Global.CustomControls.MWRepositoryItemProdMonth();
     this.rpSection             = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.rpRevisedPlanningType = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.iFromProdmonth        = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iToProdmonth          = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iSection = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iRevisedPlanningTypes = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     ((System.ComponentModel.ISupportInitialize)(this.pgRevisedPlanningAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riFromProdmonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riToProdmonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpSection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpRevisedPlanningType)).BeginInit();
     this.SuspendLayout();
     //
     // pgRevisedPlanningAudit
     //
     this.pgRevisedPlanningAudit.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pgRevisedPlanningAudit.Location = new System.Drawing.Point(0, 0);
     this.pgRevisedPlanningAudit.Name     = "pgRevisedPlanningAudit";
     this.pgRevisedPlanningAudit.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
     this.pgRevisedPlanningAudit.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riFromProdmonth,
         this.riToProdmonth,
         this.rpSection,
         this.rpRevisedPlanningType
     });
     this.pgRevisedPlanningAudit.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.iFromProdmonth,
         this.iToProdmonth,
         this.iSection,
         this.iRevisedPlanningTypes
     });
     this.pgRevisedPlanningAudit.Size     = new System.Drawing.Size(414, 360);
     this.pgRevisedPlanningAudit.TabIndex = 0;
     //
     // riFromProdmonth
     //
     this.riFromProdmonth.AutoHeight = false;
     this.riFromProdmonth.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinUp, "1", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "", null, null, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinDown, "2", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true)
     });
     this.riFromProdmonth.Mask.EditMask               = "yyyyMM";
     this.riFromProdmonth.Mask.IgnoreMaskBlank        = false;
     this.riFromProdmonth.Mask.MaskType               = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.riFromProdmonth.Mask.UseMaskAsDisplayFormat = true;
     this.riFromProdmonth.Name = "riFromProdmonth";
     //
     // riToProdmonth
     //
     this.riToProdmonth.AutoHeight = false;
     this.riToProdmonth.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinUp, "1", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "", null, null, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinDown, "2", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject8, "", null, null, true)
     });
     this.riToProdmonth.Mask.EditMask               = "yyyyMM";
     this.riToProdmonth.Mask.IgnoreMaskBlank        = false;
     this.riToProdmonth.Mask.MaskType               = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.riToProdmonth.Mask.UseMaskAsDisplayFormat = true;
     this.riToProdmonth.Name = "riToProdmonth";
     //
     // rpSection
     //
     this.rpSection.AutoHeight = false;
     this.rpSection.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rpSection.Name     = "rpSection";
     this.rpSection.NullText = "";
     //
     // rpRevisedPlanningType
     //
     this.rpRevisedPlanningType.AutoHeight = false;
     this.rpRevisedPlanningType.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rpRevisedPlanningType.Name     = "rpRevisedPlanningType";
     this.rpRevisedPlanningType.NullText = "";
     //
     // iFromProdmonth
     //
     this.iFromProdmonth.Height            = 20;
     this.iFromProdmonth.IsChildRowsLoaded = true;
     this.iFromProdmonth.Name = "iFromProdmonth";
     this.iFromProdmonth.Properties.Caption   = "From Production Month";
     this.iFromProdmonth.Properties.FieldName = "FromProdmonth";
     this.iFromProdmonth.Properties.RowEdit   = this.riFromProdmonth;
     //
     // iToProdmonth
     //
     this.iToProdmonth.Height            = 20;
     this.iToProdmonth.IsChildRowsLoaded = true;
     this.iToProdmonth.Name = "iToProdmonth";
     this.iToProdmonth.Properties.Caption   = "To Production Month";
     this.iToProdmonth.Properties.FieldName = "ToProdmonth";
     this.iToProdmonth.Properties.RowEdit   = this.riToProdmonth;
     //
     // iSection
     //
     this.iSection.Name = "iSection";
     this.iSection.Properties.Caption   = "Section";
     this.iSection.Properties.FieldName = "sectionid";
     this.iSection.Properties.RowEdit   = this.rpSection;
     //
     // iRevisedPlanningTypes
     //
     this.iRevisedPlanningTypes.Name = "iRevisedPlanningTypes";
     this.iRevisedPlanningTypes.Properties.Caption   = "Revised Planning Type";
     this.iRevisedPlanningTypes.Properties.FieldName = "RevisedPlanningType";
     this.iRevisedPlanningTypes.Properties.RowEdit   = this.rpRevisedPlanningType;
     //
     // ucRevisedPlanningAuditReport
     //
     this.Appearance.ForeColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseForeColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.pgRevisedPlanningAudit);
     this.Name  = "ucRevisedPlanningAuditReport";
     this.Size  = new System.Drawing.Size(414, 360);
     this.Load += new System.EventHandler(this.ucRevisedPlanningAuditReport_Load);
     this.Controls.SetChildIndex(this.pgRevisedPlanningAudit, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pgRevisedPlanningAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riFromProdmonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riToProdmonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpSection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpRevisedPlanningType)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1      = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject2  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject3  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject4  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2      = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject5  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject6  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject7  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject8  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3      = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject9  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4      = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
     this.pgProblemAnalysis = new DevExpress.XtraVerticalGrid.PropertyGridControl();
     this.riPeriod          = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.riFromProdmonth   = new Mineware.Systems.Global.CustomControls.MWRepositoryItemProdMonth();
     this.riToProdmonth     = new Mineware.Systems.Global.CustomControls.MWRepositoryItemProdMonth();
     this.riFromDate        = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.riToDate          = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.riSections        = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.riSectionSingle   = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.riSectionSelect   = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     this.riActivity        = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.riType            = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.riRun             = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.riDetails         = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.riDetailsGraph    = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.riTrendGraph      = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.riPerShaft        = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.riLostBlasts      = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.riGraphInfo       = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.riAvailable       = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     this.iPeriod           = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iFromProdmonth    = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iToProdmonth      = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iFromDate         = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iToDate           = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iSections         = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iSectionSingle    = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iSectionSelect    = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iActivity         = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iType             = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iRun          = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.iDetails      = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iDetailsGraph = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iTrendGraph   = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iPerShaft     = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iLostBlasts   = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iGraphInfo    = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iAvailable    = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     ((System.ComponentModel.ISupportInitialize)(this.pgProblemAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riFromProdmonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riToProdmonth)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riFromDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riFromDate.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riToDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riToDate.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riSections)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riSectionSingle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riSectionSelect)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riActivity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riRun)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riDetailsGraph)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riTrendGraph)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riPerShaft)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riLostBlasts)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riGraphInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riAvailable)).BeginInit();
     this.SuspendLayout();
     //
     // pgProblemAnalysis
     //
     this.pgProblemAnalysis.Cursor   = System.Windows.Forms.Cursors.Default;
     this.pgProblemAnalysis.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pgProblemAnalysis.Location = new System.Drawing.Point(0, 0);
     this.pgProblemAnalysis.Name     = "pgProblemAnalysis";
     this.pgProblemAnalysis.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
     this.pgProblemAnalysis.Padding     = new System.Windows.Forms.Padding(5);
     this.pgProblemAnalysis.RecordWidth = 136;
     this.pgProblemAnalysis.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riPeriod,
         this.riFromProdmonth,
         this.riToProdmonth,
         this.riFromDate,
         this.riToDate,
         this.riSections,
         this.riSectionSingle,
         this.riSectionSelect,
         this.riActivity,
         this.riType,
         this.riRun,
         this.riDetails,
         this.riDetailsGraph,
         this.riTrendGraph,
         this.riPerShaft,
         this.riLostBlasts,
         this.riGraphInfo,
         this.riAvailable
     });
     this.pgProblemAnalysis.RowHeaderWidth = 64;
     this.pgProblemAnalysis.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.iPeriod,
         this.iFromProdmonth,
         this.iToProdmonth,
         this.iFromDate,
         this.iToDate,
         this.iSections,
         this.iSectionSingle,
         this.iSectionSelect,
         this.iActivity,
         this.iType,
         this.iRun,
         this.iPerShaft,
         this.iLostBlasts,
         this.iGraphInfo,
         this.iAvailable
     });
     this.pgProblemAnalysis.Size     = new System.Drawing.Size(431, 485);
     this.pgProblemAnalysis.TabIndex = 4;
     this.pgProblemAnalysis.Click   += new System.EventHandler(this.pgProblemAnalysis_Click);
     //
     // riPeriod
     //
     this.riPeriod.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Prodmonth", "Production Month"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("FromTo", "From To Date")
     });
     this.riPeriod.Name              = "riPeriod";
     this.riPeriod.EditValueChanged += new System.EventHandler(this.riPeriod_EditValueChanged);
     //
     // riFromProdmonth
     //
     this.riFromProdmonth.AutoHeight = false;
     this.riFromProdmonth.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinUp, "1", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinDown, "2", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)
     });
     this.riFromProdmonth.Mask.EditMask               = "yyyyMM";
     this.riFromProdmonth.Mask.IgnoreMaskBlank        = false;
     this.riFromProdmonth.Mask.MaskType               = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.riFromProdmonth.Mask.UseMaskAsDisplayFormat = true;
     this.riFromProdmonth.Name = "riFromProdmonth";
     //
     // riToProdmonth
     //
     this.riToProdmonth.AutoHeight = false;
     this.riToProdmonth.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinUp, "1", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinDown, "2", -1, true, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)
     });
     this.riToProdmonth.Mask.EditMask               = "yyyyMM";
     this.riToProdmonth.Mask.IgnoreMaskBlank        = false;
     this.riToProdmonth.Mask.MaskType               = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.riToProdmonth.Mask.UseMaskAsDisplayFormat = true;
     this.riToProdmonth.Name = "riToProdmonth";
     //
     // riFromDate
     //
     this.riFromDate.AutoHeight = false;
     this.riFromDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riFromDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riFromDate.Name = "riFromDate";
     //
     // riToDate
     //
     this.riToDate.AutoHeight = false;
     this.riToDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riToDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riToDate.Name = "riToDate";
     //
     // riSections
     //
     this.riSections.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Single", "Single Section"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Selected", "Selected Shaft Manager")
     });
     this.riSections.Name              = "riSections";
     this.riSections.EditValueChanged += new System.EventHandler(this.riSections_EditValueChanged);
     //
     // riSectionSingle
     //
     this.riSectionSingle.AutoHeight = false;
     this.riSectionSingle.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riSectionSingle.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("sectionid", "SectionID"),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("NAME", "NAME")
     });
     this.riSectionSingle.Name     = "riSectionSingle";
     this.riSectionSingle.NullText = "";
     //
     // riSectionSelect
     //
     this.riSectionSelect.AutoHeight = false;
     this.riSectionSelect.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riSectionSelect.Name = "riSectionSelect";
     //
     // riActivity
     //
     this.riActivity.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Stoping", "Stoping"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Development", "Development")
     });
     this.riActivity.Name = "riActivity";
     //
     // riType
     //
     this.riType.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("ProbDesc", "Problem Description"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("ProbNote", "Problem Notes")
     });
     this.riType.Name = "riType";
     //
     // riRun
     //
     this.riRun.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Details"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Details Graph"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Trend Graph")
     });
     this.riRun.Name = "riRun";
     //
     // riDetails
     //
     this.riDetails.AutoHeight = false;
     this.riDetails.Caption    = "Check";
     this.riDetails.Name       = "riDetails";
     //
     // riDetailsGraph
     //
     this.riDetailsGraph.AutoHeight = false;
     this.riDetailsGraph.Caption    = "Check";
     this.riDetailsGraph.Name       = "riDetailsGraph";
     //
     // riTrendGraph
     //
     this.riTrendGraph.AutoHeight = false;
     this.riTrendGraph.Caption    = "Check";
     this.riTrendGraph.Name       = "riTrendGraph";
     //
     // riPerShaft
     //
     this.riPerShaft.AutoHeight = false;
     this.riPerShaft.Caption    = "Check";
     this.riPerShaft.Name       = "riPerShaft";
     //
     // riLostBlasts
     //
     this.riLostBlasts.AutoHeight = false;
     this.riLostBlasts.Caption    = "Check";
     this.riLostBlasts.Name       = "riLostBlasts";
     //
     // riGraphInfo
     //
     this.riGraphInfo.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Potential", "Potential Var m²"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("NoProb", "No Problems")
     });
     this.riGraphInfo.Name = "riGraphInfo";
     //
     // riAvailable
     //
     this.riAvailable.AutoHeight = false;
     this.riAvailable.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riAvailable.Name              = "riAvailable";
     this.riAvailable.EditValueChanged += new System.EventHandler(this.riAvailable_EditValueChanged);
     //
     // iPeriod
     //
     this.iPeriod.Height            = 40;
     this.iPeriod.IsChildRowsLoaded = true;
     this.iPeriod.Name = "iPeriod";
     this.iPeriod.Properties.Caption   = "Period";
     this.iPeriod.Properties.FieldName = "Period";
     this.iPeriod.Properties.RowEdit   = this.riPeriod;
     //
     // iFromProdmonth
     //
     this.iFromProdmonth.Height            = 20;
     this.iFromProdmonth.IsChildRowsLoaded = true;
     this.iFromProdmonth.Name = "iFromProdmonth";
     this.iFromProdmonth.Properties.Caption   = "From Production Month";
     this.iFromProdmonth.Properties.FieldName = "FromProdmonth";
     this.iFromProdmonth.Properties.RowEdit   = this.riFromProdmonth;
     //
     // iToProdmonth
     //
     this.iToProdmonth.Height            = 20;
     this.iToProdmonth.IsChildRowsLoaded = true;
     this.iToProdmonth.Name = "iToProdmonth";
     this.iToProdmonth.Properties.Caption   = "To Production Month";
     this.iToProdmonth.Properties.FieldName = "ToProdmonth";
     this.iToProdmonth.Properties.RowEdit   = this.riToProdmonth;
     //
     // iFromDate
     //
     this.iFromDate.Height            = 20;
     this.iFromDate.IsChildRowsLoaded = true;
     this.iFromDate.Name = "iFromDate";
     this.iFromDate.Properties.Caption   = "From Date";
     this.iFromDate.Properties.FieldName = "FromDate";
     this.iFromDate.Properties.RowEdit   = this.riFromDate;
     //
     // iToDate
     //
     this.iToDate.Height            = 20;
     this.iToDate.IsChildRowsLoaded = true;
     this.iToDate.Name = "iToDate";
     this.iToDate.Properties.Caption   = "To Date";
     this.iToDate.Properties.FieldName = "ToDate";
     this.iToDate.Properties.RowEdit   = this.riToDate;
     //
     // iSections
     //
     this.iSections.Height            = 40;
     this.iSections.IsChildRowsLoaded = true;
     this.iSections.Name = "iSections";
     this.iSections.Properties.Caption   = "Sections";
     this.iSections.Properties.FieldName = "Sections";
     this.iSections.Properties.RowEdit   = this.riSections;
     this.iSections.Visible = false;
     //
     // iSectionSingle
     //
     this.iSectionSingle.Height            = 20;
     this.iSectionSingle.IsChildRowsLoaded = true;
     this.iSectionSingle.Name = "iSectionSingle";
     this.iSectionSingle.Properties.Caption   = "Section";
     this.iSectionSingle.Properties.FieldName = "NAME";
     this.iSectionSingle.Properties.RowEdit   = this.riSectionSingle;
     //
     // iSectionSelect
     //
     this.iSectionSelect.Height            = 20;
     this.iSectionSelect.IsChildRowsLoaded = true;
     this.iSectionSelect.Name = "iSectionSelect";
     this.iSectionSelect.Properties.Caption   = "Section Select";
     this.iSectionSelect.Properties.FieldName = "SectionSelect";
     this.iSectionSelect.Properties.RowEdit   = this.riSectionSelect;
     this.iSectionSelect.Visible = false;
     //
     // iActivity
     //
     this.iActivity.Height            = 40;
     this.iActivity.IsChildRowsLoaded = true;
     this.iActivity.Name = "iActivity";
     this.iActivity.Properties.Caption   = "Activity";
     this.iActivity.Properties.FieldName = "Activity";
     this.iActivity.Properties.RowEdit   = this.riActivity;
     //
     // iType
     //
     this.iType.Height            = 40;
     this.iType.IsChildRowsLoaded = true;
     this.iType.Name = "iType";
     this.iType.Properties.Caption   = "Type";
     this.iType.Properties.FieldName = "Type";
     this.iType.Properties.RowEdit   = this.riType;
     this.iType.Visible = false;
     //
     // iRun
     //
     this.iRun.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.iDetails,
         this.iDetailsGraph,
         this.iTrendGraph
     });
     this.iRun.Height             = 17;
     this.iRun.Name               = "iRun";
     this.iRun.Properties.Caption = "Run";
     this.iRun.Visible            = false;
     //
     // iDetails
     //
     this.iDetails.Height               = 20;
     this.iDetails.Name                 = "iDetails";
     this.iDetails.Properties.Caption   = "Details";
     this.iDetails.Properties.FieldName = "Details";
     this.iDetails.Properties.RowEdit   = this.riDetails;
     //
     // iDetailsGraph
     //
     this.iDetailsGraph.Height               = 20;
     this.iDetailsGraph.Name                 = "iDetailsGraph";
     this.iDetailsGraph.Properties.Caption   = "Details Graph";
     this.iDetailsGraph.Properties.FieldName = "DetailsGraph";
     this.iDetailsGraph.Properties.RowEdit   = this.riDetailsGraph;
     //
     // iTrendGraph
     //
     this.iTrendGraph.Height               = 20;
     this.iTrendGraph.Name                 = "iTrendGraph";
     this.iTrendGraph.Properties.Caption   = "Trend Graph";
     this.iTrendGraph.Properties.FieldName = "TrendGraph";
     this.iTrendGraph.Properties.RowEdit   = this.riTrendGraph;
     //
     // iPerShaft
     //
     this.iPerShaft.Height               = 20;
     this.iPerShaft.Name                 = "iPerShaft";
     this.iPerShaft.Properties.Caption   = "Per Shaft";
     this.iPerShaft.Properties.FieldName = "PerShaft";
     this.iPerShaft.Properties.RowEdit   = this.riPerShaft;
     this.iPerShaft.Visible              = false;
     //
     // iLostBlasts
     //
     this.iLostBlasts.Height               = 20;
     this.iLostBlasts.Name                 = "iLostBlasts";
     this.iLostBlasts.Properties.Caption   = "Lost Blasts";
     this.iLostBlasts.Properties.FieldName = "LostBlasts";
     this.iLostBlasts.Properties.RowEdit   = this.riLostBlasts;
     this.iLostBlasts.Visible              = false;
     //
     // iGraphInfo
     //
     this.iGraphInfo.Height            = 40;
     this.iGraphInfo.IsChildRowsLoaded = true;
     this.iGraphInfo.Name = "iGraphInfo";
     this.iGraphInfo.Properties.Caption   = "Graph Info";
     this.iGraphInfo.Properties.FieldName = "GraphInfo";
     this.iGraphInfo.Properties.RowEdit   = this.riGraphInfo;
     this.iGraphInfo.Visible = false;
     //
     // iAvailable
     //
     this.iAvailable.Height            = 20;
     this.iAvailable.IsChildRowsLoaded = true;
     this.iAvailable.Name = "iAvailable";
     this.iAvailable.Properties.Caption   = "Available";
     this.iAvailable.Properties.FieldName = "Available";
     this.iAvailable.Properties.RowEdit   = this.riAvailable;
     //
     // ucProblemAnalysisReport
     //
     this.Appearance.ForeColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseForeColor = true;
     this.Controls.Add(this.pgProblemAnalysis);
     this.Name  = "ucProblemAnalysisReport";
     this.Size  = new System.Drawing.Size(431, 485);
     this.Load += new System.EventHandler(this.ucProblemAnalysisReport_Load);
     this.Controls.SetChildIndex(this.pgProblemAnalysis, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pgProblemAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riFromProdmonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riToProdmonth)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riFromDate.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riFromDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riToDate.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riToDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riSections)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riSectionSingle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riSectionSelect)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riActivity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riRun)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riDetailsGraph)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riTrendGraph)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riPerShaft)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riLostBlasts)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riGraphInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riAvailable)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #3
0
 private void InitializeComponent()
 {
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     this.pgDailyBlast = new DevExpress.XtraVerticalGrid.PropertyGridControl();
     this.riReportDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.iReportDate  = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     ((System.ComponentModel.ISupportInitialize)(this.pgDailyBlast)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate.CalendarTimeProperties)).BeginInit();
     this.SuspendLayout();
     //
     // pgDailyBlast
     //
     this.pgDailyBlast.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pgDailyBlast.Location = new System.Drawing.Point(0, 0);
     this.pgDailyBlast.Name     = "pgDailyBlast";
     this.pgDailyBlast.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
     this.pgDailyBlast.RecordWidth = 136;
     this.pgDailyBlast.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riReportDate
     });
     this.pgDailyBlast.RowHeaderWidth = 64;
     this.pgDailyBlast.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.iReportDate
     });
     this.pgDailyBlast.Size     = new System.Drawing.Size(383, 375);
     this.pgDailyBlast.TabIndex = 4;
     //
     // riReportDate
     //
     this.riReportDate.AutoHeight = false;
     this.riReportDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riReportDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riReportDate.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.riReportDate.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.riReportDate.EditFormat.FormatString    = "yyyy-MM-dd";
     this.riReportDate.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.riReportDate.Name = "riReportDate";
     //
     // iReportDate
     //
     this.iReportDate.IsChildRowsLoaded = true;
     this.iReportDate.Name = "iReportDate";
     this.iReportDate.Properties.Caption             = "ReportDate";
     this.iReportDate.Properties.FieldName           = "ReportDate";
     this.iReportDate.Properties.Format.FormatString = "yyyy-MM-dd";
     this.iReportDate.Properties.Format.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.iReportDate.Properties.RowEdit             = this.riReportDate;
     //
     // ucDailyBlastSettings
     //
     this.Controls.Add(this.pgDailyBlast);
     this.Name  = "ucDailyBlastSettings";
     this.Size  = new System.Drawing.Size(383, 375);
     this.Load += new System.EventHandler(this.ucDailyBlastSettings_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pgDailyBlast)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate)).EndInit();
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.pgGradeReport   = new DevExpress.XtraVerticalGrid.PropertyGridControl();
     this.riReportDate    = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.rpMOName        = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.riPaymilit      = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.riShiftsNo      = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.riCutOffGrade   = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.riShifts        = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.riShiftsDefault = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.rpActivity      = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.riGold          = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.riCmgt          = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.riTopPanels     = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.rpTopPanels     = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
     this.iActivity       = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iReportDate     = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iPaylimit       = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iCutOffGrade    = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.catForeCast     = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.iShiftsDefault  = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iShifts         = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iShiftsNo       = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.catTopPanels    = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.iTopPanels      = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     ((System.ComponentModel.ISupportInitialize)(this.pgGradeReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpMOName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riPaymilit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riShiftsNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCutOffGrade)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riShifts)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riShiftsDefault)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpActivity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riGold)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCmgt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riTopPanels)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpTopPanels)).BeginInit();
     this.SuspendLayout();
     //
     // pgGradeReport
     //
     this.pgGradeReport.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pgGradeReport.Location = new System.Drawing.Point(0, 0);
     this.pgGradeReport.Name     = "pgGradeReport";
     this.pgGradeReport.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
     this.pgGradeReport.RecordWidth = 105;
     this.pgGradeReport.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riReportDate,
         this.rpMOName,
         this.riPaymilit,
         this.riShiftsNo,
         this.riCutOffGrade,
         this.riShifts,
         this.riShiftsDefault,
         this.rpActivity,
         this.riGold,
         this.riCmgt,
         this.riTopPanels,
         this.rpTopPanels
     });
     this.pgGradeReport.RowHeaderWidth = 95;
     this.pgGradeReport.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.iActivity,
         this.iReportDate,
         this.iPaylimit,
         this.iCutOffGrade,
         this.catForeCast,
         this.iShiftsDefault,
         this.iShifts,
         this.iShiftsNo,
         this.catTopPanels,
         this.iTopPanels
     });
     this.pgGradeReport.Size     = new System.Drawing.Size(378, 311);
     this.pgGradeReport.TabIndex = 4;
     this.pgGradeReport.Click   += new System.EventHandler(this.pgGradeReport_Click);
     //
     // riReportDate
     //
     this.riReportDate.AutoHeight = false;
     this.riReportDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riReportDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riReportDate.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.riReportDate.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.riReportDate.EditFormat.FormatString    = "yyyy-MM-dd";
     this.riReportDate.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.riReportDate.Name = "riReportDate";
     //
     // rpMOName
     //
     this.rpMOName.AutoHeight = false;
     this.rpMOName.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rpMOName.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Shaft", "Shaft")
     });
     this.rpMOName.Name              = "rpMOName";
     this.rpMOName.NullText          = "[Select a Shaft]";
     this.rpMOName.EditValueChanged += new System.EventHandler(this.rpMOName_EditValueChanged);
     //
     // riPaymilit
     //
     this.riPaymilit.AutoHeight = false;
     this.riPaymilit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riPaymilit.Name = "riPaymilit";
     //
     // riShiftsNo
     //
     this.riShiftsNo.AutoHeight = false;
     this.riShiftsNo.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riShiftsNo.Name = "riShiftsNo";
     //
     // riCutOffGrade
     //
     this.riCutOffGrade.AutoHeight = false;
     this.riCutOffGrade.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riCutOffGrade.Name = "riCutOffGrade";
     //
     // riShifts
     //
     this.riShifts.AutoHeight      = false;
     this.riShifts.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.riShifts.Name            = "riShifts";
     this.riShifts.CheckedChanged += new System.EventHandler(this.riShiftsDefault_CheckedChanged);
     //
     // riShiftsDefault
     //
     this.riShiftsDefault.AutoHeight      = false;
     this.riShiftsDefault.CheckStyle      = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.riShiftsDefault.Name            = "riShiftsDefault";
     this.riShiftsDefault.CheckedChanged += new System.EventHandler(this.riShiftsDefault_CheckedChanged);
     //
     // rpActivity
     //
     this.rpActivity.AutoHeight = false;
     this.rpActivity.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rpActivity.Name              = "rpActivity";
     this.rpActivity.NullText          = "[Select an Activity]";
     this.rpActivity.EditValueChanged += new System.EventHandler(this.rpActivity_EditValueChanged);
     //
     // riGold
     //
     this.riGold.AutoHeight = false;
     this.riGold.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.riGold.Name       = "riGold";
     //
     // riCmgt
     //
     this.riCmgt.AutoHeight = false;
     this.riCmgt.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.riCmgt.Name       = "riCmgt";
     //
     // riTopPanels
     //
     this.riTopPanels.AutoHeight = false;
     this.riTopPanels.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.riTopPanels.Name       = "riTopPanels";
     //
     // rpTopPanels
     //
     this.rpTopPanels.Columns = 1;
     this.rpTopPanels.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Gold", "Top 10 Gold"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Cmgt", "Top 10 Cmg/t"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem("Top Panels", "Top Panels")
     });
     this.rpTopPanels.Name = "rpTopPanels";
     //
     // iActivity
     //
     this.iActivity.Name = "iActivity";
     this.iActivity.Properties.Caption   = "Activity";
     this.iActivity.Properties.FieldName = "Activity";
     this.iActivity.Properties.RowEdit   = this.rpActivity;
     //
     // iReportDate
     //
     this.iReportDate.IsChildRowsLoaded = true;
     this.iReportDate.Name = "iReportDate";
     this.iReportDate.Properties.Caption             = "ReportDate";
     this.iReportDate.Properties.FieldName           = "ReportDate";
     this.iReportDate.Properties.Format.FormatString = "yyyy-MM-dd";
     this.iReportDate.Properties.Format.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.iReportDate.Properties.RowEdit             = this.riReportDate;
     //
     // iPaylimit
     //
     this.iPaylimit.IsChildRowsLoaded = true;
     this.iPaylimit.Name = "iPaylimit";
     this.iPaylimit.Properties.Caption   = "Paylimit";
     this.iPaylimit.Properties.FieldName = "Paylimit";
     this.iPaylimit.Properties.RowEdit   = this.riPaymilit;
     //
     // iCutOffGrade
     //
     this.iCutOffGrade.Name = "iCutOffGrade";
     this.iCutOffGrade.Properties.Caption   = "Cutt Off Grade";
     this.iCutOffGrade.Properties.FieldName = "CutOffGrade";
     this.iCutOffGrade.Properties.RowEdit   = this.riCutOffGrade;
     //
     // catForeCast
     //
     this.catForeCast.Name = "catForeCast";
     this.catForeCast.Properties.Caption = "Linear Fore Cast";
     //
     // iShiftsDefault
     //
     this.iShiftsDefault.Name = "iShiftsDefault";
     this.iShiftsDefault.Properties.Caption   = "Use Total Shifts";
     this.iShiftsDefault.Properties.FieldName = "useShiftsDefault";
     this.iShiftsDefault.Properties.RowEdit   = this.riShiftsDefault;
     //
     // iShifts
     //
     this.iShifts.Name = "iShifts";
     this.iShifts.Properties.Caption   = "Use Total Shifts Minus";
     this.iShifts.Properties.FieldName = "useShifts";
     this.iShifts.Properties.RowEdit   = this.riShifts;
     //
     // iShiftsNo
     //
     this.iShiftsNo.Name = "iShiftsNo";
     this.iShiftsNo.Properties.Caption   = "Total Shifts Minus Shift/s";
     this.iShiftsNo.Properties.FieldName = "ShiftsNo";
     this.iShiftsNo.Properties.RowEdit   = this.riShiftsNo;
     //
     // catTopPanels
     //
     this.catTopPanels.Name = "catTopPanels";
     this.catTopPanels.Properties.Caption = "Top Panels";
     //
     // iTopPanels
     //
     this.iTopPanels.Height               = 57;
     this.iTopPanels.Name                 = "iTopPanels";
     this.iTopPanels.Properties.Caption   = "Top Panels";
     this.iTopPanels.Properties.FieldName = "TopPanels";
     this.iTopPanels.Properties.RowEdit   = this.rpTopPanels;
     //
     // ucGradeReport
     //
     this.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.Appearance.Options.UseForeColor = true;
     this.Controls.Add(this.pgGradeReport);
     this.Name  = "ucGradeReport";
     this.Load += new System.EventHandler(this.ucGradeReport_Load);
     this.Controls.SetChildIndex(this.pgGradeReport, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pgGradeReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpMOName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riPaymilit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riShiftsNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCutOffGrade)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riShifts)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riShiftsDefault)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpActivity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riGold)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riCmgt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riTopPanels)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpTopPanels)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1     = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2     = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
     this.pgMODaily    = new DevExpress.XtraVerticalGrid.PropertyGridControl();
     this.riReportDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.rpSectionID  = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.riProdmonth  = new Mineware.Systems.Global.CustomControls.MWRepositoryItemProdMonth();
     this.iProdmonth   = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iSection     = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     this.iReportDate  = new DevExpress.XtraVerticalGrid.Rows.PGridEditorRow();
     ((System.ComponentModel.ISupportInitialize)(this.pgMODaily)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpSectionID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riProdmonth)).BeginInit();
     this.SuspendLayout();
     //
     // pgMODaily
     //
     this.pgMODaily.Cursor   = System.Windows.Forms.Cursors.Default;
     this.pgMODaily.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pgMODaily.Location = new System.Drawing.Point(0, 0);
     this.pgMODaily.Name     = "pgMODaily";
     this.pgMODaily.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
     this.pgMODaily.Padding     = new System.Windows.Forms.Padding(5);
     this.pgMODaily.RecordWidth = 136;
     this.pgMODaily.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riReportDate,
         this.rpSectionID,
         this.riProdmonth
     });
     this.pgMODaily.RowHeaderWidth = 64;
     this.pgMODaily.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.iProdmonth,
         this.iSection,
         this.iReportDate
     });
     this.pgMODaily.Size     = new System.Drawing.Size(378, 311);
     this.pgMODaily.TabIndex = 4;
     this.pgMODaily.Click   += new System.EventHandler(this.pgMODaily_Click);
     //
     // riReportDate
     //
     this.riReportDate.AutoHeight = false;
     this.riReportDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riReportDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riReportDate.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.riReportDate.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.riReportDate.EditFormat.FormatString    = "yyyy-MM-dd";
     this.riReportDate.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.riReportDate.Name              = "riReportDate";
     this.riReportDate.EditValueChanged += new System.EventHandler(this.riReportDate_EditValueChanged);
     //
     // rpSectionID
     //
     this.rpSectionID.AutoHeight = false;
     this.rpSectionID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.rpSectionID.Name     = "rpSectionID";
     this.rpSectionID.NullText = "";
     //
     // riProdmonth
     //
     this.riProdmonth.AutoHeight = false;
     this.riProdmonth.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinUp, "1", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.SpinDown, "2", -1, true, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)
     });
     this.riProdmonth.Mask.EditMask               = "yyyyMM";
     this.riProdmonth.Mask.IgnoreMaskBlank        = false;
     this.riProdmonth.Mask.MaskType               = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.riProdmonth.Mask.UseMaskAsDisplayFormat = true;
     this.riProdmonth.Name              = "riProdmonth";
     this.riProdmonth.EditValueChanged += new System.EventHandler(this.riProdmonth_EditValueChanged);
     //
     // iProdmonth
     //
     this.iProdmonth.IsChildRowsLoaded = true;
     this.iProdmonth.Name = "iProdmonth";
     this.iProdmonth.Properties.Caption   = "Production Month";
     this.iProdmonth.Properties.FieldName = "Prodmonth";
     this.iProdmonth.Properties.RowEdit   = this.riProdmonth;
     //
     // iSection
     //
     this.iSection.IsChildRowsLoaded = true;
     this.iSection.Name = "iSection";
     this.iSection.Properties.Caption   = "Section";
     this.iSection.Properties.FieldName = "SectionID";
     this.iSection.Properties.RowEdit   = this.rpSectionID;
     //
     // iReportDate
     //
     this.iReportDate.IsChildRowsLoaded = true;
     this.iReportDate.Name = "iReportDate";
     this.iReportDate.Properties.Caption             = "ReportDate";
     this.iReportDate.Properties.FieldName           = "ReportDate";
     this.iReportDate.Properties.Format.FormatString = "yyyy-MM-dd";
     this.iReportDate.Properties.Format.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.iReportDate.Properties.RowEdit             = this.riReportDate;
     //
     // ucMODailyProduction
     //
     this.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.Appearance.Options.UseForeColor = true;
     this.Controls.Add(this.pgMODaily);
     this.Name  = "ucMODailyProduction";
     this.Load += new System.EventHandler(this.ucMODailyProduction_Load);
     this.Controls.SetChildIndex(this.pgMODaily, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pgMODaily)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riReportDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpSectionID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riProdmonth)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }