Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.vGridControl1 = new DevExpress.XtraVerticalGrid.VGridControl();
     this.editorRow1    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.editorRow2    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.categoryRow1  = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.editorRow3    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     ((System.ComponentModel.ISupportInitialize)(this.vGridControl1)).BeginInit();
     this.SuspendLayout();
     //
     // vGridControl1
     //
     this.vGridControl1.Location = new System.Drawing.Point(32, 24);
     this.vGridControl1.Name     = "vGridControl1";
     this.vGridControl1.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.editorRow1,
         this.editorRow2,
         this.categoryRow1
     });
     this.vGridControl1.Size     = new System.Drawing.Size(280, 352);
     this.vGridControl1.TabIndex = 0;
     this.vGridControl1.CustomDrawRowHeaderCell += new DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventHandler(this.vGridControl1_CustomDrawRowHeaderCell);
     //
     // editorRow1
     //
     this.editorRow1.Name = "editorRow1";
     this.editorRow1.Properties.Caption = "&TextEdit";
     //
     // editorRow2
     //
     this.editorRow2.Height = 16;
     this.editorRow2.Name   = "editorRow2";
     //
     // categoryRow1
     //
     this.categoryRow1.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.editorRow3
     });
     this.categoryRow1.Name = "categoryRow1";
     //
     // editorRow3
     //
     this.editorRow3.Name = "editorRow3";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(728, 422);
     this.Controls.Add(this.vGridControl1);
     this.KeyPreview = true;
     this.Name       = "Form1";
     this.Text       = "Form1";
     this.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
     ((System.ComponentModel.ISupportInitialize)(this.vGridControl1)).EndInit();
     this.ResumeLayout(false);
 }
        private void addDesignationsCol(string theDesignation)
        {
            DataColumn newCol = new DataColumn();

            newCol.ColumnName = theDesignation;
            DataColumn newColDay = new DataColumn();

            newColDay.ColumnName = theDesignation + " Day";
            newColDay.DataType   = typeof(Int32);
            DataColumn newColNight = new DataColumn();

            newColNight.ColumnName = theDesignation + " Night";
            newColNight.DataType   = typeof(Int32);

            theMainData.Columns.Add(newCol);
            theMainData.Columns.Add(newColDay);
            theMainData.Columns.Add(newColNight);

            DevExpress.XtraVerticalGrid.Rows.CategoryRow              group2        = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRow           theDesig      = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRow();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties theDesigDay   = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties theDesigNight = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties();


            theDesigDay.Caption     = "Day Crew";
            theDesigDay.FieldName   = theDesignation + " Day";
            theDesigNight.Caption   = "Night Crew";
            theDesigNight.FieldName = theDesignation + " Night";
            theDesig.PropertiesCollection.Add(theDesigDay);
            theDesig.PropertiesCollection.Add(theDesigNight);


            group2.Properties.Caption = theDesignation;
            groupA.ChildRows.Add(group2);
            group2.ChildRows.Add(theDesig);
            //   vgcOptions.Rows.Add(group2);
        }
 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();
 }
        private void buildDev()
        {
            DevExpress.XtraVerticalGrid.Rows.CategoryRow group1        = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow   theOption     = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow   theDevType    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow   theNightShift = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow   theNumEnds    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow   theRiggType   = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow   tippingDist   = new DevExpress.XtraVerticalGrid.Rows.EditorRow();

            vgcOptions.Rows.Clear();
            groupA.ChildRows.Clear();

            group1.Properties.Caption = "Working place characteristic";



            theOption.Properties.Caption    = "Option";
            theOption.Properties.FieldName  = "theOption";
            theOption.OptionsRow.AllowFocus = false;

            theDevType.Properties.Caption    = "Development type";
            theDevType.Properties.FieldName  = "theType";
            theDevType.OptionsRow.AllowFocus = false;

            theNightShift.Properties.Caption   = "Night shift?";
            theNightShift.Properties.FieldName = "NightShift";
            theNightShift.Properties.RowEdit   = riNightShift;


            theNumEnds.Properties.Caption   = "Number of ends";
            theNumEnds.Properties.FieldName = "NumberOfEnds";

            theRiggType.Properties.Caption   = "Rigg use / type";
            theRiggType.Properties.FieldName = "RiggTypeID";
            theRiggType.Properties.RowEdit   = riDrillRigTypes;

            MWDataManager.clsDataAccess _theMiningTypes = new MWDataManager.clsDataAccess();
            _theMiningTypes.ConnectionString   = TConnections.GetConnectionString(theSystemDBTag, UserCurrentInfo.Connection);
            _theMiningTypes.SqlStatement       = "SELECT [DrillRigID],[DrillRigDesc]  FROM [DrillRigTypes]";
            _theMiningTypes.queryExecutionType = MWDataManager.ExecutionType.GeneralSQLStatement;
            _theMiningTypes.queryReturnType    = MWDataManager.ReturnType.DataTable;
            _theMiningTypes.ExecuteInstruction();

            riDrillRigTypes.DataSource    = _theMiningTypes.ResultsDataTable;
            riDrillRigTypes.ValueMember   = "DrillRigID";
            riDrillRigTypes.DisplayMember = "DrillRigDesc";

            tippingDist.Properties.Caption   = "Tipping distance (fill in to the nearest 10m)";
            tippingDist.Properties.FieldName = "TippingDistance";


            // group1.Appearance.ParentAppearance.Font.Bold .Font .Bold = true;
            vgcOptions.Rows.Add(group1);
            //   vgcOptions.Rows.Add(theOption);
            group1.ChildRows.Add(theOption);
            group1.ChildRows.Add(theDevType);
            group1.ChildRows.Add(theNightShift);
            group1.ChildRows.Add(theNumEnds);
            group1.ChildRows.Add(theRiggType);
            group1.ChildRows.Add(tippingDist);

            groupA.Properties.Caption = "Designation (crew composition)";
            vgcOptions.Rows.Add(groupA);
        }
        private void buildStoping()
        {
            DevExpress.XtraVerticalGrid.Rows.CategoryRow              group1           = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow                theOption        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow                theStopeType     = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            DevExpress.XtraVerticalGrid.Rows.EditorRow                theNightShift    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
            DevExpress.XtraVerticalGrid.Rows.CategoryRow              panelLengthGroup = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRow           thePanLength     = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRow();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties thePanLengthMax  = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties thePanLengthMin  = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties();
            DevExpress.XtraVerticalGrid.Rows.CategoryRow              stopeWidthGroup  = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRow           theStopeWidth    = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRow();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties theStopeWidthMax = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties();
            DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties theStopeWidthMin = new DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties();
            DevExpress.XtraVerticalGrid.Rows.EditorRow                theNumGully      = new DevExpress.XtraVerticalGrid.Rows.EditorRow();

            vgcOptions.Rows.Clear();
            groupA.ChildRows.Clear();

            group1.Properties.Caption = "Working place characteristic";



            theOption.Properties.Caption    = "Option";
            theOption.Properties.FieldName  = "theOption";
            theOption.OptionsRow.AllowFocus = false;

            theStopeType.Properties.Caption    = "Stoping type";
            theStopeType.Properties.FieldName  = "theType";
            theStopeType.OptionsRow.AllowFocus = false;

            theNightShift.Properties.Caption   = "Night shift?";
            theNightShift.Properties.FieldName = "NightShift";
            theNightShift.Properties.RowEdit   = riNightShift;

            panelLengthGroup.Properties.Caption = "Panel length (m)";

            thePanLengthMin.Caption   = "Min";
            thePanLengthMin.FieldName = "PanelLengthMin";
            thePanLengthMax.Caption   = "Max";
            thePanLengthMax.FieldName = "PanelLengthMax";
            thePanLength.PropertiesCollection.Add(thePanLengthMin);
            thePanLength.PropertiesCollection.Add(thePanLengthMax);

            stopeWidthGroup.Properties.Caption = "Stoping width";

            theStopeWidthMin.Caption   = "Min";
            theStopeWidthMax.Caption   = "Max";
            theStopeWidthMax.FieldName = "SWMax";
            theStopeWidthMin.FieldName = "SWMin";
            theStopeWidth.PropertiesCollection.Add(theStopeWidthMin);
            theStopeWidth.PropertiesCollection.Add(theStopeWidthMax);

            theNumGully.Properties.Caption   = "Number of winches in operation (excl. centre gulley)";
            theNumGully.Properties.FieldName = "NumWinch";


            // group1.Appearance.ParentAppearance.Font.Bold .Font .Bold = true;
            vgcOptions.Rows.Add(group1);
            //   vgcOptions.Rows.Add(theOption);
            group1.ChildRows.Add(theOption);
            group1.ChildRows.Add(theStopeType);
            group1.ChildRows.Add(theNightShift);
            group1.ChildRows.Add(panelLengthGroup);
            group1.ChildRows.Add(stopeWidthGroup);
            panelLengthGroup.ChildRows.Add(thePanLength);
            stopeWidthGroup.ChildRows.Add(theStopeWidth);
            group1.ChildRows.Add(theNumGully);

            groupA.Properties.Caption = "Designation (crew composition)";
            vgcOptions.Rows.Add(groupA);
        }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl = new DevExpress.XtraEditors.PanelControl();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.tabPage = new DevExpress.XtraTab.XtraTabPage();
     this.vGridControl = new DevExpress.XtraVerticalGrid.VGridControl();
     this.ItemTextEditAreaName = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditSubstationName = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditTitle = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditL1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditL2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditL3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditL4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditL5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemDateEditL6 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.ItemTextEditK1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK7 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK8 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK9 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK10 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK11 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK12 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK13 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK14 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK15 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK16 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK17 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK18 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditK19 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS7 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS8 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS9 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ItemTextEditS10 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemComboBox5 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.rowAreaName = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowSubstationName = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowTitle = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowL1 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowL2 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowL3 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowL4 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowL5 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowL6 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK1 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK2 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK3 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK4 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK5 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK6 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK7 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.categoryRow1 = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.editorRow1 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.editorRow2 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.editorRow3 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK8 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK9 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK10 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK11 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK12 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK13 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK14 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK15 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK16 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK17 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK18 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowK19 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS1 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS2 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS3 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS4 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS5 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS6 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS7 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS8 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS9 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowS10 = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.btnOK = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl)).BeginInit();
     this.panelControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.tabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vGridControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditAreaName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditSubstationName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemDateEditL6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox5)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl
     //
     this.panelControl.Controls.Add(this.checkEdit1);
     this.panelControl.Controls.Add(this.xtraTabControl1);
     this.panelControl.Controls.Add(this.btnOK);
     this.panelControl.Controls.Add(this.btnCancel);
     this.panelControl.Location = new System.Drawing.Point(0, 0);
     this.panelControl.Name = "panelControl";
     this.panelControl.Size = new System.Drawing.Size(395, 372);
     this.panelControl.TabIndex = 0;
     this.panelControl.Text = "panelControl1";
     this.panelControl.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl_Paint);
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(16, 344);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "�������";
     this.checkEdit1.Size = new System.Drawing.Size(75, 19);
     this.checkEdit1.TabIndex = 2;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.xtraTabControl1.Location = new System.Drawing.Point(7, 7);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.tabPage;
     this.xtraTabControl1.Size = new System.Drawing.Size(382, 330);
     this.xtraTabControl1.TabIndex = 1;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.tabPage});
     this.xtraTabControl1.Text = "xtraTabControl1";
     //
     // tabPage
     //
     this.tabPage.Controls.Add(this.vGridControl);
     this.tabPage.Name = "tabPage";
     this.tabPage.Size = new System.Drawing.Size(378, 303);
     this.tabPage.Text = "��·���";
     //
     // vGridControl
     //
     this.vGridControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.vGridControl.Location = new System.Drawing.Point(7, 3);
     this.vGridControl.Name = "vGridControl";
     this.vGridControl.RecordWidth = 178;
     this.vGridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.ItemTextEditAreaName,
     this.ItemTextEditSubstationName,
     this.ItemTextEditTitle,
     this.ItemTextEditL1,
     this.ItemTextEditL2,
     this.ItemTextEditL3,
     this.ItemTextEditL4,
     this.ItemTextEditL5,
     this.ItemDateEditL6,
     this.ItemTextEditK1,
     this.ItemTextEditK2,
     this.ItemTextEditK3,
     this.ItemTextEditK4,
     this.ItemTextEditK5,
     this.ItemTextEditK6,
     this.ItemTextEditK7,
     this.ItemTextEditK8,
     this.ItemTextEditK9,
     this.ItemTextEditK10,
     this.ItemTextEditK11,
     this.ItemTextEditK12,
     this.ItemTextEditK13,
     this.ItemTextEditK14,
     this.ItemTextEditK15,
     this.ItemTextEditK16,
     this.ItemTextEditK17,
     this.ItemTextEditK18,
     this.ItemTextEditK19,
     this.ItemTextEditS1,
     this.ItemTextEditS2,
     this.ItemTextEditS3,
     this.ItemTextEditS4,
     this.ItemTextEditS5,
     this.ItemTextEditS6,
     this.ItemTextEditS7,
     this.ItemTextEditS8,
     this.ItemTextEditS9,
     this.ItemTextEditS10,
     this.repositoryItemTextEdit1,
     this.repositoryItemTextEdit2,
     this.repositoryItemComboBox1,
     this.repositoryItemComboBox2,
     this.repositoryItemComboBox3,
     this.repositoryItemComboBox4,
     this.repositoryItemComboBox5});
     this.vGridControl.RowHeaderWidth = 140;
     this.vGridControl.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
     this.rowAreaName,
     this.rowSubstationName,
     this.rowTitle,
     this.rowL1,
     this.rowL2,
     this.rowL3,
     this.rowL4,
     this.rowL5,
     this.rowL6,
     this.rowK1,
     this.rowK2,
     this.rowK3,
     this.rowK4,
     this.rowK5,
     this.rowK6,
     this.rowK7,
     this.categoryRow1,
     this.editorRow3,
     this.rowK8,
     this.rowK9,
     this.rowK10,
     this.rowK11,
     this.rowK12,
     this.rowK13,
     this.rowK14,
     this.rowK15,
     this.rowK16,
     this.rowK17,
     this.rowK18,
     this.rowK19,
     this.rowS1,
     this.rowS2,
     this.rowS3,
     this.rowS4,
     this.rowS5,
     this.rowS6,
     this.rowS7,
     this.rowS8,
     this.rowS9,
     this.rowS10});
     this.vGridControl.Size = new System.Drawing.Size(354, 288);
     this.vGridControl.TabIndex = 0;
     //
     // ItemTextEditAreaName
     //
     this.ItemTextEditAreaName.AutoHeight = false;
     this.ItemTextEditAreaName.MaxLength = 100;
     this.ItemTextEditAreaName.Name = "ItemTextEditAreaName";
     //
     // ItemTextEditSubstationName
     //
     this.ItemTextEditSubstationName.AutoHeight = false;
     this.ItemTextEditSubstationName.MaxLength = 100;
     this.ItemTextEditSubstationName.Name = "ItemTextEditSubstationName";
     //
     // ItemTextEditTitle
     //
     this.ItemTextEditTitle.AutoHeight = false;
     this.ItemTextEditTitle.MaxLength = 100;
     this.ItemTextEditTitle.Name = "ItemTextEditTitle";
     //
     // ItemTextEditL1
     //
     this.ItemTextEditL1.AutoHeight = false;
     this.ItemTextEditL1.Name = "ItemTextEditL1";
     //
     // ItemTextEditL2
     //
     this.ItemTextEditL2.AutoHeight = false;
     this.ItemTextEditL2.MaxLength = 100;
     this.ItemTextEditL2.Name = "ItemTextEditL2";
     //
     // ItemTextEditL3
     //
     this.ItemTextEditL3.AutoHeight = false;
     this.ItemTextEditL3.MaxLength = 100;
     this.ItemTextEditL3.Name = "ItemTextEditL3";
     //
     // ItemTextEditL4
     //
     this.ItemTextEditL4.AutoHeight = false;
     this.ItemTextEditL4.MaxLength = 100;
     this.ItemTextEditL4.Name = "ItemTextEditL4";
     //
     // ItemTextEditL5
     //
     this.ItemTextEditL5.AutoHeight = false;
     this.ItemTextEditL5.DisplayFormat.FormatString = "n2";
     this.ItemTextEditL5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditL5.EditFormat.FormatString = "n2";
     this.ItemTextEditL5.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditL5.Mask.EditMask = "n2";
     this.ItemTextEditL5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditL5.Name = "ItemTextEditL5";
     //
     // ItemDateEditL6
     //
     this.ItemDateEditL6.AutoHeight = false;
     this.ItemDateEditL6.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ItemDateEditL6.DisplayFormat.FormatString = "yyyy-MM-dd";
     this.ItemDateEditL6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.ItemDateEditL6.EditFormat.FormatString = "yyyy-MM-dd";
     this.ItemDateEditL6.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.ItemDateEditL6.Mask.EditMask = "yyyy-MM-dd";
     this.ItemDateEditL6.Name = "ItemDateEditL6";
     this.ItemDateEditL6.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // ItemTextEditK1
     //
     this.ItemTextEditK1.AutoHeight = false;
     this.ItemTextEditK1.Name = "ItemTextEditK1";
     //
     // ItemTextEditK2
     //
     this.ItemTextEditK2.AutoHeight = false;
     this.ItemTextEditK2.MaxLength = 100;
     this.ItemTextEditK2.Name = "ItemTextEditK2";
     //
     // ItemTextEditK3
     //
     this.ItemTextEditK3.AutoHeight = false;
     this.ItemTextEditK3.MaxLength = 100;
     this.ItemTextEditK3.Name = "ItemTextEditK3";
     //
     // ItemTextEditK4
     //
     this.ItemTextEditK4.AutoHeight = false;
     this.ItemTextEditK4.DisplayFormat.FormatString = "n4";
     this.ItemTextEditK4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK4.EditFormat.FormatString = "n4";
     this.ItemTextEditK4.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK4.Mask.EditMask = "n4";
     this.ItemTextEditK4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK4.Name = "ItemTextEditK4";
     //
     // ItemTextEditK5
     //
     this.ItemTextEditK5.AutoHeight = false;
     this.ItemTextEditK5.DisplayFormat.FormatString = "n4";
     this.ItemTextEditK5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK5.EditFormat.FormatString = "n4";
     this.ItemTextEditK5.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK5.Mask.EditMask = "n4";
     this.ItemTextEditK5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK5.Name = "ItemTextEditK5";
     //
     // ItemTextEditK6
     //
     this.ItemTextEditK6.AutoHeight = false;
     this.ItemTextEditK6.DisplayFormat.FormatString = "n4";
     this.ItemTextEditK6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK6.EditFormat.FormatString = "n4";
     this.ItemTextEditK6.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK6.Mask.EditMask = "n4";
     this.ItemTextEditK6.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK6.Name = "ItemTextEditK6";
     //
     // ItemTextEditK7
     //
     this.ItemTextEditK7.AutoHeight = false;
     this.ItemTextEditK7.DisplayFormat.FormatString = "n4";
     this.ItemTextEditK7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK7.EditFormat.FormatString = "n4";
     this.ItemTextEditK7.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK7.Mask.EditMask = "n4";
     this.ItemTextEditK7.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK7.Name = "ItemTextEditK7";
     //
     // ItemTextEditK8
     //
     this.ItemTextEditK8.AutoHeight = false;
     this.ItemTextEditK8.DisplayFormat.FormatString = "n0";
     this.ItemTextEditK8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK8.EditFormat.FormatString = "n0";
     this.ItemTextEditK8.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK8.Mask.EditMask = "n0";
     this.ItemTextEditK8.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK8.Name = "ItemTextEditK8";
     //
     // ItemTextEditK9
     //
     this.ItemTextEditK9.AutoHeight = false;
     this.ItemTextEditK9.DisplayFormat.FormatString = "n0";
     this.ItemTextEditK9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK9.EditFormat.FormatString = "n0";
     this.ItemTextEditK9.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK9.Mask.EditMask = "n0";
     this.ItemTextEditK9.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK9.Name = "ItemTextEditK9";
     //
     // ItemTextEditK10
     //
     this.ItemTextEditK10.AutoHeight = false;
     this.ItemTextEditK10.DisplayFormat.FormatString = "n0";
     this.ItemTextEditK10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK10.EditFormat.FormatString = "n0";
     this.ItemTextEditK10.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK10.Mask.EditMask = "n0";
     this.ItemTextEditK10.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK10.Name = "ItemTextEditK10";
     //
     // ItemTextEditK11
     //
     this.ItemTextEditK11.AutoHeight = false;
     this.ItemTextEditK11.DisplayFormat.FormatString = "n0";
     this.ItemTextEditK11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK11.EditFormat.FormatString = "n0";
     this.ItemTextEditK11.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK11.Mask.EditMask = "n0";
     this.ItemTextEditK11.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK11.Name = "ItemTextEditK11";
     //
     // ItemTextEditK12
     //
     this.ItemTextEditK12.AutoHeight = false;
     this.ItemTextEditK12.DisplayFormat.FormatString = "n0";
     this.ItemTextEditK12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK12.EditFormat.FormatString = "n0";
     this.ItemTextEditK12.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK12.Mask.EditMask = "n0";
     this.ItemTextEditK12.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK12.Name = "ItemTextEditK12";
     //
     // ItemTextEditK13
     //
     this.ItemTextEditK13.AutoHeight = false;
     this.ItemTextEditK13.DisplayFormat.FormatString = "n0";
     this.ItemTextEditK13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK13.EditFormat.FormatString = "n0";
     this.ItemTextEditK13.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK13.Mask.EditMask = "n0";
     this.ItemTextEditK13.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK13.Name = "ItemTextEditK13";
     //
     // ItemTextEditK14
     //
     this.ItemTextEditK14.AutoHeight = false;
     this.ItemTextEditK14.DisplayFormat.FormatString = "n0";
     this.ItemTextEditK14.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK14.EditFormat.FormatString = "n0";
     this.ItemTextEditK14.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK14.Mask.EditMask = "n0";
     this.ItemTextEditK14.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK14.Name = "ItemTextEditK14";
     //
     // ItemTextEditK15
     //
     this.ItemTextEditK15.AutoHeight = false;
     this.ItemTextEditK15.DisplayFormat.FormatString = "n0";
     this.ItemTextEditK15.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK15.EditFormat.FormatString = "n0";
     this.ItemTextEditK15.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK15.Mask.EditMask = "n0";
     this.ItemTextEditK15.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK15.Name = "ItemTextEditK15";
     //
     // ItemTextEditK16
     //
     this.ItemTextEditK16.AutoHeight = false;
     this.ItemTextEditK16.DisplayFormat.FormatString = "n2";
     this.ItemTextEditK16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK16.EditFormat.FormatString = "n2";
     this.ItemTextEditK16.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK16.Mask.EditMask = "n2";
     this.ItemTextEditK16.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK16.Name = "ItemTextEditK16";
     //
     // ItemTextEditK17
     //
     this.ItemTextEditK17.AutoHeight = false;
     this.ItemTextEditK17.DisplayFormat.FormatString = "n2";
     this.ItemTextEditK17.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK17.EditFormat.FormatString = "n2";
     this.ItemTextEditK17.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK17.Mask.EditMask = "n2";
     this.ItemTextEditK17.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK17.Name = "ItemTextEditK17";
     //
     // ItemTextEditK18
     //
     this.ItemTextEditK18.AutoHeight = false;
     this.ItemTextEditK18.DisplayFormat.FormatString = "n2";
     this.ItemTextEditK18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK18.EditFormat.FormatString = "n2";
     this.ItemTextEditK18.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK18.Mask.EditMask = "n2";
     this.ItemTextEditK18.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK18.Name = "ItemTextEditK18";
     //
     // ItemTextEditK19
     //
     this.ItemTextEditK19.AutoHeight = false;
     this.ItemTextEditK19.DisplayFormat.FormatString = "n2";
     this.ItemTextEditK19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK19.EditFormat.FormatString = "n2";
     this.ItemTextEditK19.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.ItemTextEditK19.Mask.EditMask = "n2";
     this.ItemTextEditK19.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.ItemTextEditK19.Name = "ItemTextEditK19";
     //
     // ItemTextEditS1
     //
     this.ItemTextEditS1.AutoHeight = false;
     this.ItemTextEditS1.MaxLength = 100;
     this.ItemTextEditS1.Name = "ItemTextEditS1";
     //
     // ItemTextEditS2
     //
     this.ItemTextEditS2.AutoHeight = false;
     this.ItemTextEditS2.MaxLength = 100;
     this.ItemTextEditS2.Name = "ItemTextEditS2";
     //
     // ItemTextEditS3
     //
     this.ItemTextEditS3.AutoHeight = false;
     this.ItemTextEditS3.MaxLength = 100;
     this.ItemTextEditS3.Name = "ItemTextEditS3";
     //
     // ItemTextEditS4
     //
     this.ItemTextEditS4.AutoHeight = false;
     this.ItemTextEditS4.MaxLength = 100;
     this.ItemTextEditS4.Name = "ItemTextEditS4";
     //
     // ItemTextEditS5
     //
     this.ItemTextEditS5.AutoHeight = false;
     this.ItemTextEditS5.MaxLength = 100;
     this.ItemTextEditS5.Name = "ItemTextEditS5";
     //
     // ItemTextEditS6
     //
     this.ItemTextEditS6.AutoHeight = false;
     this.ItemTextEditS6.MaxLength = 100;
     this.ItemTextEditS6.Name = "ItemTextEditS6";
     //
     // ItemTextEditS7
     //
     this.ItemTextEditS7.AutoHeight = false;
     this.ItemTextEditS7.MaxLength = 100;
     this.ItemTextEditS7.Name = "ItemTextEditS7";
     //
     // ItemTextEditS8
     //
     this.ItemTextEditS8.AutoHeight = false;
     this.ItemTextEditS8.MaxLength = 100;
     this.ItemTextEditS8.Name = "ItemTextEditS8";
     //
     // ItemTextEditS9
     //
     this.ItemTextEditS9.AutoHeight = false;
     this.ItemTextEditS9.MaxLength = 100;
     this.ItemTextEditS9.Name = "ItemTextEditS9";
     //
     // ItemTextEditS10
     //
     this.ItemTextEditS10.AutoHeight = false;
     this.ItemTextEditS10.MaxLength = 100;
     this.ItemTextEditS10.Name = "ItemTextEditS10";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.DisplayFormat.FormatString = "n4";
     this.repositoryItemTextEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.EditFormat.FormatString = "n4";
     this.repositoryItemTextEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.Mask.EditMask = "n4";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.DisplayFormat.FormatString = "n4";
     this.repositoryItemTextEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit2.EditFormat.FormatString = "n4";
     this.repositoryItemTextEdit2.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit2.Mask.EditMask = "n4";
     this.repositoryItemTextEdit2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // repositoryItemComboBox2
     //
     this.repositoryItemComboBox2.AutoHeight = false;
     this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
     //
     // repositoryItemComboBox3
     //
     this.repositoryItemComboBox3.AutoHeight = false;
     this.repositoryItemComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox3.Name = "repositoryItemComboBox3";
     //
     // repositoryItemComboBox4
     //
     this.repositoryItemComboBox4.AutoHeight = false;
     this.repositoryItemComboBox4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox4.Items.AddRange(new object[] {
     "500",
     "220",
     "110",
     "66",
     "35"});
     this.repositoryItemComboBox4.Name = "repositoryItemComboBox4";
     this.repositoryItemComboBox4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // repositoryItemComboBox5
     //
     this.repositoryItemComboBox5.AutoHeight = false;
     this.repositoryItemComboBox5.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox5.Items.AddRange(new object[] {
     "10",
     "6",
     "0.4"});
     this.repositoryItemComboBox5.Name = "repositoryItemComboBox5";
     this.repositoryItemComboBox5.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // rowAreaName
     //
     this.rowAreaName.Height = 25;
     this.rowAreaName.Name = "rowAreaName";
     this.rowAreaName.Properties.Caption = "����";
     this.rowAreaName.Properties.FieldName = "AreaName";
     this.rowAreaName.Properties.ImageIndex = 25;
     this.rowAreaName.Properties.RowEdit = this.ItemTextEditAreaName;
     //
     // rowSubstationName
     //
     this.rowSubstationName.Height = 25;
     this.rowSubstationName.Name = "rowSubstationName";
     this.rowSubstationName.Properties.Caption = "���վ����";
     this.rowSubstationName.Properties.FieldName = "SubstationName";
     this.rowSubstationName.Properties.ImageIndex = 25;
     this.rowSubstationName.Properties.RowEdit = this.ItemTextEditSubstationName;
     //
     // rowTitle
     //
     this.rowTitle.Height = 25;
     this.rowTitle.Name = "rowTitle";
     this.rowTitle.Properties.Caption = "��·����";
     this.rowTitle.Properties.FieldName = "Title";
     this.rowTitle.Properties.ImageIndex = 25;
     this.rowTitle.Properties.RowEdit = this.ItemTextEditTitle;
     //
     // rowL1
     //
     this.rowL1.Height = 25;
     this.rowL1.Name = "rowL1";
     this.rowL1.Properties.Caption = "��ѹ�ȼ�(kV)";
     this.rowL1.Properties.FieldName = "L1";
     this.rowL1.Properties.ImageIndex = 25;
     this.rowL1.Properties.RowEdit = this.repositoryItemComboBox4;
     //
     // rowL2
     //
     this.rowL2.Height = 25;
     this.rowL2.Name = "rowL2";
     this.rowL2.Properties.Caption = "�����վ";
     this.rowL2.Properties.FieldName = "L2";
     this.rowL2.Properties.ImageIndex = 25;
     this.rowL2.Properties.RowEdit = this.ItemTextEditL2;
     //
     // rowL3
     //
     this.rowL3.Height = 25;
     this.rowL3.Name = "rowL3";
     this.rowL3.Properties.Caption = "�յ���վ";
     this.rowL3.Properties.FieldName = "L3";
     this.rowL3.Properties.ImageIndex = 25;
     this.rowL3.Properties.RowEdit = this.ItemTextEditL3;
     //
     // rowL4
     //
     this.rowL4.Height = 25;
     this.rowL4.Name = "rowL4";
     this.rowL4.Properties.Caption = "�����ͺ�";
     this.rowL4.Properties.FieldName = "L4";
     this.rowL4.Properties.ImageIndex = 25;
     this.rowL4.Properties.RowEdit = this.ItemTextEditL4;
     //
     // rowL5
     //
     this.rowL5.Height = 25;
     this.rowL5.Name = "rowL5";
     this.rowL5.Properties.Caption = "��·����(km)";
     this.rowL5.Properties.FieldName = "L5";
     this.rowL5.Properties.ImageIndex = 25;
     this.rowL5.Properties.RowEdit = this.ItemTextEditL5;
     //
     // rowL6
     //
     this.rowL6.Height = 25;
     this.rowL6.Name = "rowL6";
     this.rowL6.Properties.Caption = "Ͷ��ʱ��";
     this.rowL6.Properties.FieldName = "L6";
     this.rowL6.Properties.ImageIndex = 25;
     this.rowL6.Properties.RowEdit = this.ItemDateEditL6;
     //
     // rowK1
     //
     this.rowK1.Height = 25;
     this.rowK1.Name = "rowK1";
     this.rowK1.Properties.Caption = "��ѹ�ȼ�(kV)";
     this.rowK1.Properties.FieldName = "K1";
     this.rowK1.Properties.ImageIndex = 25;
     this.rowK1.Properties.RowEdit = this.repositoryItemComboBox5;
     //
     // rowK2
     //
     this.rowK2.Height = 25;
     this.rowK2.Name = "rowK2";
     this.rowK2.Properties.Caption = "���ڵ����ͺ�";
     this.rowK2.Properties.FieldName = "K2";
     this.rowK2.Properties.ImageIndex = 25;
     this.rowK2.Properties.RowEdit = this.repositoryItemComboBox1;
     //
     // rowK3
     //
     this.rowK3.Height = 25;
     this.rowK3.Name = "rowK3";
     this.rowK3.Properties.Caption = "��·����";
     this.rowK3.Properties.FieldName = "K3";
     this.rowK3.Properties.ImageIndex = 25;
     this.rowK3.Properties.RowEdit = this.repositoryItemComboBox2;
     //
     // rowK4
     //
     this.rowK4.Height = 25;
     this.rowK4.Name = "rowK4";
     this.rowK4.Properties.Caption = "�����߳���(km)";
     this.rowK4.Properties.FieldName = "K4";
     this.rowK4.Properties.ImageIndex = 25;
     this.rowK4.Properties.RowEdit = this.ItemTextEditK4;
     //
     // rowK5
     //
     this.rowK5.Height = 25;
     this.rowK5.Name = "rowK5";
     this.rowK5.Properties.Caption = "��·�ܳ���(km)";
     this.rowK5.Properties.FieldName = "K5";
     this.rowK5.Properties.ImageIndex = 25;
     this.rowK5.Properties.RowEdit = this.ItemTextEditK5;
     this.rowK5.Visible = false;
     //
     // rowK6
     //
     this.rowK6.Height = 25;
     this.rowK6.Name = "rowK6";
     this.rowK6.Properties.Caption = "�����߳�(km)";
     this.rowK6.Properties.FieldName = "K6";
     this.rowK6.Properties.ImageIndex = 25;
     this.rowK6.Properties.RowEdit = this.ItemTextEditK6;
     //
     // rowK7
     //
     this.rowK7.Height = 25;
     this.rowK7.Name = "rowK7";
     this.rowK7.Properties.Caption = "�ܿ��߳�(km)";
     this.rowK7.Properties.FieldName = "K7";
     this.rowK7.Properties.ImageIndex = 25;
     this.rowK7.Properties.RowEdit = this.ItemTextEditK7;
     this.rowK7.Visible = false;
     //
     // categoryRow1
     //
     this.categoryRow1.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
     this.editorRow1,
     this.editorRow2});
     this.categoryRow1.Name = "categoryRow1";
     this.categoryRow1.Properties.Caption = "�ܿ��߳�(km)";
     //
     // editorRow1
     //
     this.editorRow1.Name = "editorRow1";
     this.editorRow1.Properties.Caption = "�㵼��";
     this.editorRow1.Properties.FieldName = "K20";
     this.editorRow1.Properties.RowEdit = this.repositoryItemTextEdit1;
     //
     // editorRow2
     //
     this.editorRow2.Name = "editorRow2";
     this.editorRow2.Properties.Caption = "��Ե��";
     this.editorRow2.Properties.FieldName = "K21";
     this.editorRow2.Properties.RowEdit = this.repositoryItemTextEdit2;
     //
     // editorRow3
     //
     this.editorRow3.Name = "editorRow3";
     this.editorRow3.Properties.Caption = "�����·����ģʽ";
     this.editorRow3.Properties.FieldName = "K22";
     this.editorRow3.Properties.RowEdit = this.repositoryItemComboBox3;
     //
     // rowK8
     //
     this.rowK8.Height = 25;
     this.rowK8.Name = "rowK8";
     this.rowK8.Properties.Caption = "��ȫ����(A)";
     this.rowK8.Properties.FieldName = "K8";
     this.rowK8.Properties.ImageIndex = 25;
     this.rowK8.Properties.RowEdit = this.ItemTextEditK8;
     //
     // rowK9
     //
     this.rowK9.Height = 25;
     this.rowK9.Name = "rowK9";
     this.rowK9.Properties.Caption = "����̨��";
     this.rowK9.Properties.FieldName = "K9";
     this.rowK9.Properties.ImageIndex = 25;
     this.rowK9.Properties.RowEdit = this.ItemTextEditK9;
     //
     // rowK10
     //
     this.rowK10.Height = 25;
     this.rowK10.Name = "rowK10";
     this.rowK10.Properties.Caption = "��������(kVA)";
     this.rowK10.Properties.FieldName = "K10";
     this.rowK10.Properties.ImageIndex = 25;
     this.rowK10.Properties.RowEdit = this.ItemTextEditK10;
     //
     // rowK11
     //
     this.rowK11.Height = 25;
     this.rowK11.Name = "rowK11";
     this.rowK11.Properties.Caption = "ר��̨��";
     this.rowK11.Properties.FieldName = "K11";
     this.rowK11.Properties.ImageIndex = 25;
     this.rowK11.Properties.RowEdit = this.ItemTextEditK11;
     //
     // rowK12
     //
     this.rowK12.Height = 25;
     this.rowK12.Name = "rowK12";
     this.rowK12.Properties.Caption = "ר������(kVA)";
     this.rowK12.Properties.FieldName = "K12";
     this.rowK12.Properties.ImageIndex = 25;
     this.rowK12.Properties.RowEdit = this.ItemTextEditK12;
     //
     // rowK13
     //
     this.rowK13.Height = 25;
     this.rowK13.Name = "rowK13";
     this.rowK13.Properties.Caption = "���������(kVA)";
     this.rowK13.Properties.FieldName = "K13";
     this.rowK13.Properties.ImageIndex = 25;
     this.rowK13.Properties.RowEdit = this.ItemTextEditK13;
     //
     // rowK14
     //
     this.rowK14.Height = 25;
     this.rowK14.Name = "rowK14";
     this.rowK14.Properties.Caption = "�޹�������̨��(̨)";
     this.rowK14.Properties.FieldName = "K14";
     this.rowK14.Properties.ImageIndex = 25;
     this.rowK14.Properties.RowEdit = this.ItemTextEditK14;
     //
     // rowK15
     //
     this.rowK15.Height = 25;
     this.rowK15.Name = "rowK15";
     this.rowK15.Properties.Caption = "�޹�����������(Kvar)";
     this.rowK15.Properties.FieldName = "K15";
     this.rowK15.Properties.ImageIndex = 25;
     this.rowK15.Properties.RowEdit = this.ItemTextEditK15;
     //
     // rowK16
     //
     this.rowK16.Height = 25;
     this.rowK16.Name = "rowK16";
     this.rowK16.Properties.Caption = "������(A)";
     this.rowK16.Properties.FieldName = "K16";
     this.rowK16.Properties.ImageIndex = 25;
     this.rowK16.Properties.RowEdit = this.ItemTextEditK16;
     //
     // rowK17
     //
     this.rowK17.Height = 25;
     this.rowK17.Name = "rowK17";
     this.rowK17.Properties.Caption = "��为����(%)";
     this.rowK17.Properties.FieldName = "K17";
     this.rowK17.Properties.ImageIndex = 25;
     this.rowK17.Properties.RowEdit = this.ItemTextEditK17;
     this.rowK17.Visible = false;
     //
     // rowK18
     //
     this.rowK18.Height = 25;
     this.rowK18.Name = "rowK18";
     this.rowK18.Properties.Caption = "��λ�߳��������(kVA/km)";
     this.rowK18.Properties.FieldName = "K18";
     this.rowK18.Properties.ImageIndex = 25;
     this.rowK18.Properties.RowEdit = this.ItemTextEditK18;
     //
     // rowK19
     //
     this.rowK19.Height = 25;
     this.rowK19.Name = "rowK19";
     this.rowK19.Properties.Caption = "��·������(%)";
     this.rowK19.Properties.FieldName = "K19";
     this.rowK19.Properties.ImageIndex = 25;
     this.rowK19.Properties.RowEdit = this.ItemTextEditK19;
     this.rowK19.Visible = false;
     //
     // rowS1
     //
     this.rowS1.Height = 25;
     this.rowS1.Name = "rowS1";
     this.rowS1.Properties.FieldName = "S1";
     this.rowS1.Properties.ImageIndex = 25;
     this.rowS1.Properties.RowEdit = this.ItemTextEditS1;
     //
     // rowS2
     //
     this.rowS2.Height = 25;
     this.rowS2.Name = "rowS2";
     this.rowS2.Properties.FieldName = "S2";
     this.rowS2.Properties.ImageIndex = 25;
     this.rowS2.Properties.RowEdit = this.ItemTextEditS2;
     //
     // rowS3
     //
     this.rowS3.Height = 25;
     this.rowS3.Name = "rowS3";
     this.rowS3.Properties.FieldName = "S3";
     this.rowS3.Properties.ImageIndex = 25;
     this.rowS3.Properties.RowEdit = this.ItemTextEditS3;
     //
     // rowS4
     //
     this.rowS4.Height = 25;
     this.rowS4.Name = "rowS4";
     this.rowS4.Properties.FieldName = "S4";
     this.rowS4.Properties.ImageIndex = 25;
     this.rowS4.Properties.RowEdit = this.ItemTextEditS4;
     //
     // rowS5
     //
     this.rowS5.Height = 25;
     this.rowS5.Name = "rowS5";
     this.rowS5.Properties.FieldName = "S5";
     this.rowS5.Properties.ImageIndex = 25;
     this.rowS5.Properties.RowEdit = this.ItemTextEditS5;
     //
     // rowS6
     //
     this.rowS6.Height = 25;
     this.rowS6.Name = "rowS6";
     this.rowS6.Properties.FieldName = "S6";
     this.rowS6.Properties.ImageIndex = 25;
     this.rowS6.Properties.RowEdit = this.ItemTextEditS6;
     //
     // rowS7
     //
     this.rowS7.Height = 25;
     this.rowS7.Name = "rowS7";
     this.rowS7.Properties.FieldName = "S7";
     this.rowS7.Properties.ImageIndex = 25;
     this.rowS7.Properties.RowEdit = this.ItemTextEditS7;
     //
     // rowS8
     //
     this.rowS8.Height = 25;
     this.rowS8.Name = "rowS8";
     this.rowS8.Properties.FieldName = "S8";
     this.rowS8.Properties.ImageIndex = 25;
     this.rowS8.Properties.RowEdit = this.ItemTextEditS8;
     //
     // rowS9
     //
     this.rowS9.Height = 25;
     this.rowS9.Name = "rowS9";
     this.rowS9.Properties.FieldName = "S9";
     this.rowS9.Properties.ImageIndex = 25;
     this.rowS9.Properties.RowEdit = this.ItemTextEditS9;
     //
     // rowS10
     //
     this.rowS10.Height = 25;
     this.rowS10.Name = "rowS10";
     this.rowS10.Properties.FieldName = "S10";
     this.rowS10.Properties.ImageIndex = 25;
     this.rowS10.Properties.RowEdit = this.ItemTextEditS10;
     //
     // btnOK
     //
     this.btnOK.Location = new System.Drawing.Point(187, 343);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 0;
     this.btnOK.Text = "ȷ��";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(291, 343);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 0;
     this.btnCancel.Text = "ȡ��";
     //
     // FrmLine_InfoDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(393, 375);
     this.Controls.Add(this.panelControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmLine_InfoDialog";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "��·���";
     this.Load += new System.EventHandler(this.FrmLine_InfoDialog_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl)).EndInit();
     this.panelControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.tabPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.vGridControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditAreaName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditSubstationName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditL5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemDateEditL6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditK19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ItemTextEditS10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox5)).EndInit();
     this.ResumeLayout(false);
 }
Пример #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraVerticalGrid.Rows.CategoryRow catCariKart;
     this.rowCariKartDuzenleme          = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowCariKartEkleme             = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowCariKartSilme              = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowCariKartGorme              = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.vGridControl1                 = new DevExpress.XtraVerticalGrid.VGridControl();
     this.catStokKart                   = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowStokKartGorme              = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowStokKartEkleme             = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowStokKartDuzenleme          = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowStokKartSilme              = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.CatFatura                     = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.catAlisFaturasi               = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowAlisFaturasiGorme          = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlisFaturasiEkleme         = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlisFaturasiDuzenleme      = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlisFaturasiSilme          = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catSatisFaturasi              = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowSatisFaturasiGorme         = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowSatisFaturasiEkleme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowSatisFaturasiDuzenleme     = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowSatisFaturasiSilme         = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catIrsaliye                   = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.catAlisIrsaliyesi             = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowAlisIrsaliyesiGorme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlisIrsaliyesiEkleme       = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlisIrsaliyesiDuzenleme    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlisIrsaliyesiSilme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catSatisIrsaliyesi            = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowSatisIrsaliyesiGorme       = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowSatisIrsaliyesiEkleme      = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowSatisIrsaliyesiDuzenleme   = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowSatisIrsaliyesiSilme       = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catSiparis                    = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.catAlinanSiparis              = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowAlinanSiparisGorme         = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlinanSiparisEkleme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlinanSiparisDuzenleme     = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlinanSiparisSilme         = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catVerilenSiparis             = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowVerilenSiparisGorme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowVerilenSiparisEklme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowVerilenSiparisDuzenleme    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowVerilenSiparisSilme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catBasitUretim                = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowBasitUretimReceteGosterme  = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowBasitUretimReceteEkleme    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowBasitUretimReceteDuzenleme = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowBasitUretimReceteSilme     = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.CatCekIslemleri               = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.catVerilenCek                 = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowVerilenCekGosterme         = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowVerilenCekEkleme           = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowVerilenCekDuzenleme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowVerilenCekSilme            = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catAlinanCek                  = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowAlinanCekGosterme          = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlinanCekEkleme            = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlinanCekDuzenleme         = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAlinanCekSilme             = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catInsanKaynaklari            = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowIsBasvuruGosterme          = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowIsBasvuruEkleme            = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowIsBasvuruDuzenleme         = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowIsBasvuruSilme             = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.catCariHareket                = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     this.rowCariHareketleriGorme       = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowCariHareketEkleme          = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowCariHareketDuzeltme        = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowCariHareketSilme           = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowHemenAlIslemleri           = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowPersonelIslemleri          = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.rowAyarlar                    = new DevExpress.XtraVerticalGrid.Rows.EditorRow();
     this.labelControl1                 = new DevExpress.XtraEditors.LabelControl();
     this.lblKullaniciAdi               = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2                 = new DevExpress.XtraEditors.LabelControl();
     this.lblKullaniciAciklama          = new DevExpress.XtraEditors.LabelControl();
     this.btnKaydet                     = new DevExpress.XtraEditors.SimpleButton();
     this.btnVazgec                     = new DevExpress.XtraEditors.SimpleButton();
     catCariKart = new DevExpress.XtraVerticalGrid.Rows.CategoryRow();
     ((System.ComponentModel.ISupportInitialize)(this.vGridControl1)).BeginInit();
     this.SuspendLayout();
     //
     // catCariKart
     //
     catCariKart.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowCariKartDuzenleme,
         this.rowCariKartEkleme,
         this.rowCariKartSilme,
         this.rowCariKartGorme
     });
     catCariKart.Height             = 19;
     catCariKart.Name               = "catCariKart";
     catCariKart.Properties.Caption = "Cari Kart";
     //
     // rowCariKartDuzenleme
     //
     this.rowCariKartDuzenleme.InternalFixed          = DevExpress.XtraVerticalGrid.Rows.FixedStyle.Top;
     this.rowCariKartDuzenleme.Name                   = "rowCariKartDuzenleme";
     this.rowCariKartDuzenleme.Properties.Caption     = "CariKartDuzenleme";
     this.rowCariKartDuzenleme.Properties.FieldName   = "CariKartDuzenleme";
     this.rowCariKartDuzenleme.Properties.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.rowCariKartDuzenleme.Properties.Value       = true;
     //
     // rowCariKartEkleme
     //
     this.rowCariKartEkleme.Name = "rowCariKartEkleme";
     this.rowCariKartEkleme.Properties.Caption   = "Cari Kart Ekleme";
     this.rowCariKartEkleme.Properties.FieldName = "CariKartEkleme";
     this.rowCariKartEkleme.Properties.Value     = true;
     //
     // rowCariKartSilme
     //
     this.rowCariKartSilme.Name = "rowCariKartSilme";
     this.rowCariKartSilme.Properties.Caption   = "Cari Kart Silme";
     this.rowCariKartSilme.Properties.FieldName = "CariKartSilme";
     this.rowCariKartSilme.Properties.Value     = true;
     //
     // rowCariKartGorme
     //
     this.rowCariKartGorme.Appearance.Options.UseTextOptions = true;
     this.rowCariKartGorme.Name = "rowCariKartGorme";
     this.rowCariKartGorme.Properties.Caption     = "Cari Kart Görme";
     this.rowCariKartGorme.Properties.FieldName   = "CariKartGorme";
     this.rowCariKartGorme.Properties.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.rowCariKartGorme.Properties.Value       = true;
     //
     // vGridControl1
     //
     this.vGridControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.vGridControl1.Location = new System.Drawing.Point(12, 98);
     this.vGridControl1.Name     = "vGridControl1";
     this.vGridControl1.OptionsBehavior.DragRowHeaders    = true;
     this.vGridControl1.OptionsBehavior.PreserveChildRows = true;
     this.vGridControl1.RecordWidth    = 306;
     this.vGridControl1.RowHeaderWidth = 237;
     this.vGridControl1.Rows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         catCariKart,
         this.catStokKart,
         this.CatFatura,
         this.catIrsaliye,
         this.catSiparis,
         this.catBasitUretim,
         this.CatCekIslemleri,
         this.catInsanKaynaklari,
         this.catCariHareket,
         this.rowHemenAlIslemleri,
         this.rowPersonelIslemleri,
         this.rowAyarlar
     });
     this.vGridControl1.Size     = new System.Drawing.Size(712, 509);
     this.vGridControl1.TabIndex = 2;
     this.vGridControl1.Click   += new System.EventHandler(this.vGridControl1_Click);
     //
     // catStokKart
     //
     this.catStokKart.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowStokKartGorme,
         this.rowStokKartEkleme,
         this.rowStokKartDuzenleme,
         this.rowStokKartSilme
     });
     this.catStokKart.Name = "catStokKart";
     this.catStokKart.Properties.Caption = "Stok";
     //
     // rowStokKartGorme
     //
     this.rowStokKartGorme.Name = "rowStokKartGorme";
     this.rowStokKartGorme.Properties.Caption   = "Stok Kart Görme";
     this.rowStokKartGorme.Properties.FieldName = "StokKartGorme";
     this.rowStokKartGorme.Properties.Value     = true;
     //
     // rowStokKartEkleme
     //
     this.rowStokKartEkleme.Name = "rowStokKartEkleme";
     this.rowStokKartEkleme.Properties.Caption   = "Stok Kart Ekleme";
     this.rowStokKartEkleme.Properties.FieldName = "StokKartEkleme";
     this.rowStokKartEkleme.Properties.Value     = true;
     //
     // rowStokKartDuzenleme
     //
     this.rowStokKartDuzenleme.Name = "rowStokKartDuzenleme";
     this.rowStokKartDuzenleme.Properties.Caption   = "Stok Kart Düzenleme";
     this.rowStokKartDuzenleme.Properties.FieldName = "StokKartDuzenleme";
     this.rowStokKartDuzenleme.Properties.Value     = true;
     //
     // rowStokKartSilme
     //
     this.rowStokKartSilme.Name = "rowStokKartSilme";
     this.rowStokKartSilme.Properties.Caption   = "Stok Kart Silme";
     this.rowStokKartSilme.Properties.FieldName = "StokKartSilme";
     this.rowStokKartSilme.Properties.Value     = true;
     //
     // CatFatura
     //
     this.CatFatura.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.catAlisFaturasi,
         this.catSatisFaturasi
     });
     this.CatFatura.Name = "CatFatura";
     this.CatFatura.Properties.Caption = "Fatura";
     //
     // catAlisFaturasi
     //
     this.catAlisFaturasi.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowAlisFaturasiGorme,
         this.rowAlisFaturasiEkleme,
         this.rowAlisFaturasiDuzenleme,
         this.rowAlisFaturasiSilme
     });
     this.catAlisFaturasi.Name = "catAlisFaturasi";
     this.catAlisFaturasi.Properties.Caption = "Alış Faturasi";
     //
     // rowAlisFaturasiGorme
     //
     this.rowAlisFaturasiGorme.Name = "rowAlisFaturasiGorme";
     this.rowAlisFaturasiGorme.Properties.Caption   = "AlisFaturasiGorme";
     this.rowAlisFaturasiGorme.Properties.FieldName = "AlisFaturasiGorme";
     this.rowAlisFaturasiGorme.Properties.Value     = true;
     //
     // rowAlisFaturasiEkleme
     //
     this.rowAlisFaturasiEkleme.Name = "rowAlisFaturasiEkleme";
     this.rowAlisFaturasiEkleme.Properties.Caption   = "AlisFaturasiEkleme";
     this.rowAlisFaturasiEkleme.Properties.FieldName = "AlisFaturasiEkleme";
     this.rowAlisFaturasiEkleme.Properties.Value     = true;
     //
     // rowAlisFaturasiDuzenleme
     //
     this.rowAlisFaturasiDuzenleme.Name = "rowAlisFaturasiDuzenleme";
     this.rowAlisFaturasiDuzenleme.Properties.Caption   = "AlisFaturasiDuzenleme";
     this.rowAlisFaturasiDuzenleme.Properties.FieldName = "AlisFaturasiDuzenleme";
     this.rowAlisFaturasiDuzenleme.Properties.Value     = true;
     //
     // rowAlisFaturasiSilme
     //
     this.rowAlisFaturasiSilme.Name = "rowAlisFaturasiSilme";
     this.rowAlisFaturasiSilme.Properties.Caption   = "AlisFaturasiSilme";
     this.rowAlisFaturasiSilme.Properties.FieldName = "AlisFaturasiSilme";
     this.rowAlisFaturasiSilme.Properties.Value     = true;
     //
     // catSatisFaturasi
     //
     this.catSatisFaturasi.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowSatisFaturasiGorme,
         this.rowSatisFaturasiEkleme,
         this.rowSatisFaturasiDuzenleme,
         this.rowSatisFaturasiSilme
     });
     this.catSatisFaturasi.Name = "catSatisFaturasi";
     this.catSatisFaturasi.Properties.Caption = "Satış Faturası";
     //
     // rowSatisFaturasiGorme
     //
     this.rowSatisFaturasiGorme.Name = "rowSatisFaturasiGorme";
     this.rowSatisFaturasiGorme.Properties.Caption   = "SatisFaturasiGorme";
     this.rowSatisFaturasiGorme.Properties.FieldName = "SatisFaturasiGorme";
     this.rowSatisFaturasiGorme.Properties.Value     = true;
     //
     // rowSatisFaturasiEkleme
     //
     this.rowSatisFaturasiEkleme.Name = "rowSatisFaturasiEkleme";
     this.rowSatisFaturasiEkleme.Properties.Caption   = "SatisFaturasiEkleme";
     this.rowSatisFaturasiEkleme.Properties.FieldName = "SatisFaturasiEkleme";
     this.rowSatisFaturasiEkleme.Properties.Value     = true;
     //
     // rowSatisFaturasiDuzenleme
     //
     this.rowSatisFaturasiDuzenleme.Name = "rowSatisFaturasiDuzenleme";
     this.rowSatisFaturasiDuzenleme.Properties.Caption   = "SatisFaturasiDuzenleme";
     this.rowSatisFaturasiDuzenleme.Properties.FieldName = "SatisFaturasiDuzenleme";
     this.rowSatisFaturasiDuzenleme.Properties.Value     = true;
     //
     // rowSatisFaturasiSilme
     //
     this.rowSatisFaturasiSilme.Name = "rowSatisFaturasiSilme";
     this.rowSatisFaturasiSilme.Properties.Caption   = "SatisFaturasiSilme";
     this.rowSatisFaturasiSilme.Properties.FieldName = "SatisFaturasiSilme";
     this.rowSatisFaturasiSilme.Properties.Value     = true;
     //
     // catIrsaliye
     //
     this.catIrsaliye.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.catAlisIrsaliyesi,
         this.catSatisIrsaliyesi
     });
     this.catIrsaliye.Name = "catIrsaliye";
     this.catIrsaliye.Properties.Caption = "İrsaliye";
     //
     // catAlisIrsaliyesi
     //
     this.catAlisIrsaliyesi.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowAlisIrsaliyesiGorme,
         this.rowAlisIrsaliyesiEkleme,
         this.rowAlisIrsaliyesiDuzenleme,
         this.rowAlisIrsaliyesiSilme
     });
     this.catAlisIrsaliyesi.Name = "catAlisIrsaliyesi";
     this.catAlisIrsaliyesi.Properties.Caption = "Alış İrsaliyesi";
     //
     // rowAlisIrsaliyesiGorme
     //
     this.rowAlisIrsaliyesiGorme.Name = "rowAlisIrsaliyesiGorme";
     this.rowAlisIrsaliyesiGorme.Properties.Caption   = "AlisIrsaliyesiGorme";
     this.rowAlisIrsaliyesiGorme.Properties.FieldName = "AlisIrsaliyesiGorme";
     this.rowAlisIrsaliyesiGorme.Properties.Value     = true;
     //
     // rowAlisIrsaliyesiEkleme
     //
     this.rowAlisIrsaliyesiEkleme.Name = "rowAlisIrsaliyesiEkleme";
     this.rowAlisIrsaliyesiEkleme.Properties.Caption   = "AlisIrsaliyesiEkleme";
     this.rowAlisIrsaliyesiEkleme.Properties.FieldName = "AlisIrsaliyesiEkleme";
     this.rowAlisIrsaliyesiEkleme.Properties.Value     = true;
     //
     // rowAlisIrsaliyesiDuzenleme
     //
     this.rowAlisIrsaliyesiDuzenleme.Name = "rowAlisIrsaliyesiDuzenleme";
     this.rowAlisIrsaliyesiDuzenleme.Properties.Caption   = "AlisIrsaliyesiDuzenleme";
     this.rowAlisIrsaliyesiDuzenleme.Properties.FieldName = "AlisIrsaliyesiDuzenleme";
     this.rowAlisIrsaliyesiDuzenleme.Properties.Value     = true;
     //
     // rowAlisIrsaliyesiSilme
     //
     this.rowAlisIrsaliyesiSilme.Name = "rowAlisIrsaliyesiSilme";
     this.rowAlisIrsaliyesiSilme.Properties.Caption   = "AlisIrsaliyesiSilme";
     this.rowAlisIrsaliyesiSilme.Properties.FieldName = "AlisIrsaliyesiSilme";
     this.rowAlisIrsaliyesiSilme.Properties.Value     = true;
     //
     // catSatisIrsaliyesi
     //
     this.catSatisIrsaliyesi.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowSatisIrsaliyesiGorme,
         this.rowSatisIrsaliyesiEkleme,
         this.rowSatisIrsaliyesiDuzenleme,
         this.rowSatisIrsaliyesiSilme
     });
     this.catSatisIrsaliyesi.Name = "catSatisIrsaliyesi";
     this.catSatisIrsaliyesi.Properties.Caption = "Satış İrsaliyesi";
     //
     // rowSatisIrsaliyesiGorme
     //
     this.rowSatisIrsaliyesiGorme.Name = "rowSatisIrsaliyesiGorme";
     this.rowSatisIrsaliyesiGorme.Properties.Caption   = "SatisIrsaliyesiGorme";
     this.rowSatisIrsaliyesiGorme.Properties.FieldName = "SatisIrsaliyesiGorme";
     this.rowSatisIrsaliyesiGorme.Properties.Value     = true;
     //
     // rowSatisIrsaliyesiEkleme
     //
     this.rowSatisIrsaliyesiEkleme.Name = "rowSatisIrsaliyesiEkleme";
     this.rowSatisIrsaliyesiEkleme.Properties.Caption   = "SatisIrsaliyesiEkleme";
     this.rowSatisIrsaliyesiEkleme.Properties.FieldName = "SatisIrsaliyesiEkleme";
     this.rowSatisIrsaliyesiEkleme.Properties.Value     = true;
     //
     // rowSatisIrsaliyesiDuzenleme
     //
     this.rowSatisIrsaliyesiDuzenleme.Name = "rowSatisIrsaliyesiDuzenleme";
     this.rowSatisIrsaliyesiDuzenleme.Properties.Caption   = "SatisIrsaliyesiDuzenleme";
     this.rowSatisIrsaliyesiDuzenleme.Properties.FieldName = "SatisIrsaliyesiDuzenleme";
     this.rowSatisIrsaliyesiDuzenleme.Properties.Value     = true;
     //
     // rowSatisIrsaliyesiSilme
     //
     this.rowSatisIrsaliyesiSilme.Name = "rowSatisIrsaliyesiSilme";
     this.rowSatisIrsaliyesiSilme.Properties.Caption   = "SatisIrsaliyesiSilme";
     this.rowSatisIrsaliyesiSilme.Properties.FieldName = "SatisIrsaliyesiSilme";
     this.rowSatisIrsaliyesiSilme.Properties.Value     = true;
     //
     // catSiparis
     //
     this.catSiparis.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.catAlinanSiparis,
         this.catVerilenSiparis
     });
     this.catSiparis.Name = "catSiparis";
     this.catSiparis.Properties.Caption = "Sipariş";
     //
     // catAlinanSiparis
     //
     this.catAlinanSiparis.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowAlinanSiparisGorme,
         this.rowAlinanSiparisEkleme,
         this.rowAlinanSiparisDuzenleme,
         this.rowAlinanSiparisSilme
     });
     this.catAlinanSiparis.Name = "catAlinanSiparis";
     this.catAlinanSiparis.Properties.Caption = "Alınan Sipariş";
     //
     // rowAlinanSiparisGorme
     //
     this.rowAlinanSiparisGorme.Name = "rowAlinanSiparisGorme";
     this.rowAlinanSiparisGorme.Properties.Caption   = "AlinanSiparisGorme";
     this.rowAlinanSiparisGorme.Properties.FieldName = "AlinanSiparisGorme";
     this.rowAlinanSiparisGorme.Properties.Value     = true;
     //
     // rowAlinanSiparisEkleme
     //
     this.rowAlinanSiparisEkleme.Name = "rowAlinanSiparisEkleme";
     this.rowAlinanSiparisEkleme.Properties.Caption   = "AlinanSiparisEkleme";
     this.rowAlinanSiparisEkleme.Properties.FieldName = "AlinanSiparisEkleme";
     this.rowAlinanSiparisEkleme.Properties.Value     = true;
     //
     // rowAlinanSiparisDuzenleme
     //
     this.rowAlinanSiparisDuzenleme.Name = "rowAlinanSiparisDuzenleme";
     this.rowAlinanSiparisDuzenleme.Properties.Caption   = "AlinanSiparisDuzenleme";
     this.rowAlinanSiparisDuzenleme.Properties.FieldName = "AlinanSiparisDuzenleme";
     this.rowAlinanSiparisDuzenleme.Properties.Value     = true;
     //
     // rowAlinanSiparisSilme
     //
     this.rowAlinanSiparisSilme.Name = "rowAlinanSiparisSilme";
     this.rowAlinanSiparisSilme.Properties.Caption   = "AlinanSiparisSilme";
     this.rowAlinanSiparisSilme.Properties.FieldName = "AlinanSiparisSilme";
     this.rowAlinanSiparisSilme.Properties.Value     = true;
     //
     // catVerilenSiparis
     //
     this.catVerilenSiparis.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowVerilenSiparisGorme,
         this.rowVerilenSiparisEklme,
         this.rowVerilenSiparisDuzenleme,
         this.rowVerilenSiparisSilme
     });
     this.catVerilenSiparis.Name = "catVerilenSiparis";
     this.catVerilenSiparis.Properties.Caption = "Verilen Sipariş";
     //
     // rowVerilenSiparisGorme
     //
     this.rowVerilenSiparisGorme.Name = "rowVerilenSiparisGorme";
     this.rowVerilenSiparisGorme.Properties.Caption   = "VerilenSiparisGorme";
     this.rowVerilenSiparisGorme.Properties.FieldName = "VerilenSiparisGorme";
     this.rowVerilenSiparisGorme.Properties.Value     = true;
     //
     // rowVerilenSiparisEklme
     //
     this.rowVerilenSiparisEklme.Name = "rowVerilenSiparisEklme";
     this.rowVerilenSiparisEklme.Properties.Caption   = "VerilenSiparisEklme";
     this.rowVerilenSiparisEklme.Properties.FieldName = "VerilenSiparisEklme";
     this.rowVerilenSiparisEklme.Properties.Value     = true;
     //
     // rowVerilenSiparisDuzenleme
     //
     this.rowVerilenSiparisDuzenleme.Name = "rowVerilenSiparisDuzenleme";
     this.rowVerilenSiparisDuzenleme.Properties.Caption   = "VerilenSiparisDuzenleme";
     this.rowVerilenSiparisDuzenleme.Properties.FieldName = "VerilenSiparisDuzenleme";
     this.rowVerilenSiparisDuzenleme.Properties.Value     = true;
     //
     // rowVerilenSiparisSilme
     //
     this.rowVerilenSiparisSilme.Name = "rowVerilenSiparisSilme";
     this.rowVerilenSiparisSilme.Properties.Caption   = "VerilenSiparisSilme";
     this.rowVerilenSiparisSilme.Properties.FieldName = "VerilenSiparisSilme";
     this.rowVerilenSiparisSilme.Properties.Value     = true;
     //
     // catBasitUretim
     //
     this.catBasitUretim.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowBasitUretimReceteGosterme,
         this.rowBasitUretimReceteEkleme,
         this.rowBasitUretimReceteDuzenleme,
         this.rowBasitUretimReceteSilme
     });
     this.catBasitUretim.Name = "catBasitUretim";
     this.catBasitUretim.Properties.Caption = "Basit Üretim";
     //
     // rowBasitUretimReceteGosterme
     //
     this.rowBasitUretimReceteGosterme.Name = "rowBasitUretimReceteGosterme";
     this.rowBasitUretimReceteGosterme.Properties.Caption   = "BasitUretimReceteGosterme";
     this.rowBasitUretimReceteGosterme.Properties.FieldName = "BasitUretimReceteGosterme";
     this.rowBasitUretimReceteGosterme.Properties.Value     = true;
     //
     // rowBasitUretimReceteEkleme
     //
     this.rowBasitUretimReceteEkleme.Name = "rowBasitUretimReceteEkleme";
     this.rowBasitUretimReceteEkleme.Properties.Caption   = "BasitUretimReceteEkleme";
     this.rowBasitUretimReceteEkleme.Properties.FieldName = "BasitUretimReceteEkleme";
     this.rowBasitUretimReceteEkleme.Properties.Value     = true;
     //
     // rowBasitUretimReceteDuzenleme
     //
     this.rowBasitUretimReceteDuzenleme.Name = "rowBasitUretimReceteDuzenleme";
     this.rowBasitUretimReceteDuzenleme.Properties.Caption   = "BasitUretimReceteDuzenleme";
     this.rowBasitUretimReceteDuzenleme.Properties.FieldName = "BasitUretimReceteDuzenleme";
     this.rowBasitUretimReceteDuzenleme.Properties.Value     = true;
     //
     // rowBasitUretimReceteSilme
     //
     this.rowBasitUretimReceteSilme.Name = "rowBasitUretimReceteSilme";
     this.rowBasitUretimReceteSilme.Properties.Caption   = "BasitUretimReceteSilme";
     this.rowBasitUretimReceteSilme.Properties.FieldName = "BasitUretimReceteSilme";
     this.rowBasitUretimReceteSilme.Properties.Value     = true;
     //
     // CatCekIslemleri
     //
     this.CatCekIslemleri.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.catVerilenCek,
         this.catAlinanCek
     });
     this.CatCekIslemleri.Name = "CatCekIslemleri";
     this.CatCekIslemleri.Properties.Caption = "Çek İşlemleri";
     //
     // catVerilenCek
     //
     this.catVerilenCek.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowVerilenCekGosterme,
         this.rowVerilenCekEkleme,
         this.rowVerilenCekDuzenleme,
         this.rowVerilenCekSilme
     });
     this.catVerilenCek.Name = "catVerilenCek";
     this.catVerilenCek.Properties.Caption = "Verilen Çek";
     //
     // rowVerilenCekGosterme
     //
     this.rowVerilenCekGosterme.Name = "rowVerilenCekGosterme";
     this.rowVerilenCekGosterme.Properties.Caption   = "VerilenCekGosterme";
     this.rowVerilenCekGosterme.Properties.FieldName = "VerilenCekGosterme";
     this.rowVerilenCekGosterme.Properties.Value     = true;
     //
     // rowVerilenCekEkleme
     //
     this.rowVerilenCekEkleme.Name = "rowVerilenCekEkleme";
     this.rowVerilenCekEkleme.Properties.Caption   = "VerilenCekEkleme";
     this.rowVerilenCekEkleme.Properties.FieldName = "VerilenCekEkleme";
     this.rowVerilenCekEkleme.Properties.Value     = true;
     //
     // rowVerilenCekDuzenleme
     //
     this.rowVerilenCekDuzenleme.Name = "rowVerilenCekDuzenleme";
     this.rowVerilenCekDuzenleme.Properties.Caption   = "VerilenCekDuzenleme";
     this.rowVerilenCekDuzenleme.Properties.FieldName = "VerilenCekDuzenleme";
     this.rowVerilenCekDuzenleme.Properties.Value     = true;
     //
     // rowVerilenCekSilme
     //
     this.rowVerilenCekSilme.Name = "rowVerilenCekSilme";
     this.rowVerilenCekSilme.Properties.Caption   = "VerilenCekSilme";
     this.rowVerilenCekSilme.Properties.FieldName = "VerilenCekSilme";
     this.rowVerilenCekSilme.Properties.Value     = true;
     //
     // catAlinanCek
     //
     this.catAlinanCek.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowAlinanCekGosterme,
         this.rowAlinanCekEkleme,
         this.rowAlinanCekDuzenleme,
         this.rowAlinanCekSilme
     });
     this.catAlinanCek.Name = "catAlinanCek";
     this.catAlinanCek.Properties.Caption = "Alınan Çek";
     //
     // rowAlinanCekGosterme
     //
     this.rowAlinanCekGosterme.Name = "rowAlinanCekGosterme";
     this.rowAlinanCekGosterme.Properties.Caption   = "AlinanCekGosterme";
     this.rowAlinanCekGosterme.Properties.FieldName = "AlinanCekGosterme";
     this.rowAlinanCekGosterme.Properties.Value     = true;
     //
     // rowAlinanCekEkleme
     //
     this.rowAlinanCekEkleme.Name = "rowAlinanCekEkleme";
     this.rowAlinanCekEkleme.Properties.Caption   = "AlinanCekEkleme";
     this.rowAlinanCekEkleme.Properties.FieldName = "AlinanCekEkleme";
     this.rowAlinanCekEkleme.Properties.Value     = true;
     //
     // rowAlinanCekDuzenleme
     //
     this.rowAlinanCekDuzenleme.Name = "rowAlinanCekDuzenleme";
     this.rowAlinanCekDuzenleme.Properties.Caption   = "AlinanCekDuzenleme";
     this.rowAlinanCekDuzenleme.Properties.FieldName = "AlinanCekDuzenleme";
     this.rowAlinanCekDuzenleme.Properties.Value     = true;
     //
     // rowAlinanCekSilme
     //
     this.rowAlinanCekSilme.Name = "rowAlinanCekSilme";
     this.rowAlinanCekSilme.Properties.Caption   = "AlinanCekSilme";
     this.rowAlinanCekSilme.Properties.FieldName = "AlinanCekSilme";
     this.rowAlinanCekSilme.Properties.Value     = true;
     //
     // catInsanKaynaklari
     //
     this.catInsanKaynaklari.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowIsBasvuruGosterme,
         this.rowIsBasvuruEkleme,
         this.rowIsBasvuruDuzenleme,
         this.rowIsBasvuruSilme
     });
     this.catInsanKaynaklari.Height             = 19;
     this.catInsanKaynaklari.Name               = "catInsanKaynaklari";
     this.catInsanKaynaklari.Properties.Caption = "İnsan Kaynakları";
     //
     // rowIsBasvuruGosterme
     //
     this.rowIsBasvuruGosterme.Name = "rowIsBasvuruGosterme";
     this.rowIsBasvuruGosterme.Properties.Caption   = "IsBasvuruGosterme";
     this.rowIsBasvuruGosterme.Properties.FieldName = "IsBasvuruGosterme";
     this.rowIsBasvuruGosterme.Properties.Value     = true;
     //
     // rowIsBasvuruEkleme
     //
     this.rowIsBasvuruEkleme.Name = "rowIsBasvuruEkleme";
     this.rowIsBasvuruEkleme.Properties.Caption   = "IsBasvuruEkleme";
     this.rowIsBasvuruEkleme.Properties.FieldName = "IsBasvuruEkleme";
     this.rowIsBasvuruEkleme.Properties.Value     = true;
     //
     // rowIsBasvuruDuzenleme
     //
     this.rowIsBasvuruDuzenleme.Name = "rowIsBasvuruDuzenleme";
     this.rowIsBasvuruDuzenleme.Properties.Caption   = "IsBasvuruDuzenleme";
     this.rowIsBasvuruDuzenleme.Properties.FieldName = "IsBasvuruDuzenleme";
     this.rowIsBasvuruDuzenleme.Properties.Value     = true;
     //
     // rowIsBasvuruSilme
     //
     this.rowIsBasvuruSilme.Name = "rowIsBasvuruSilme";
     this.rowIsBasvuruSilme.Properties.Caption   = "IsBasvuruSilme";
     this.rowIsBasvuruSilme.Properties.FieldName = "IsBasvuruSilme";
     this.rowIsBasvuruSilme.Properties.Value     = true;
     //
     // catCariHareket
     //
     this.catCariHareket.ChildRows.AddRange(new DevExpress.XtraVerticalGrid.Rows.BaseRow[] {
         this.rowCariHareketleriGorme,
         this.rowCariHareketEkleme,
         this.rowCariHareketDuzeltme,
         this.rowCariHareketSilme
     });
     this.catCariHareket.Name = "catCariHareket";
     this.catCariHareket.Properties.Caption = "Cari Hareket";
     //
     // rowCariHareketleriGorme
     //
     this.rowCariHareketleriGorme.Name = "rowCariHareketleriGorme";
     this.rowCariHareketleriGorme.Properties.Caption = "CariHareketleriGorme";
     this.rowCariHareketleriGorme.Properties.CustomizationCaption = " ";
     this.rowCariHareketleriGorme.Properties.FieldName            = "CariHareketleriGorme";
     //
     // rowCariHareketEkleme
     //
     this.rowCariHareketEkleme.Name = "rowCariHareketEkleme";
     this.rowCariHareketEkleme.Properties.Caption   = "CariHareketEkleme";
     this.rowCariHareketEkleme.Properties.FieldName = "CariHareketEkleme";
     //
     // rowCariHareketDuzeltme
     //
     this.rowCariHareketDuzeltme.Name = "rowCariHareketDuzeltme";
     this.rowCariHareketDuzeltme.Properties.Caption   = "CariHareketDuzeltme";
     this.rowCariHareketDuzeltme.Properties.FieldName = "CariHareketDuzeltme";
     //
     // rowCariHareketSilme
     //
     this.rowCariHareketSilme.Name = "rowCariHareketSilme";
     this.rowCariHareketSilme.Properties.Caption   = "CariHareketSilme";
     this.rowCariHareketSilme.Properties.FieldName = "CariHareketSilme";
     //
     // rowHemenAlIslemleri
     //
     this.rowHemenAlIslemleri.Name = "rowHemenAlIslemleri";
     this.rowHemenAlIslemleri.Properties.Caption   = "HemenAlIslemleri";
     this.rowHemenAlIslemleri.Properties.FieldName = "HemenAlIslemleri";
     //
     // rowPersonelIslemleri
     //
     this.rowPersonelIslemleri.Name = "rowPersonelIslemleri";
     this.rowPersonelIslemleri.Properties.Caption   = "PersonelIslemleri";
     this.rowPersonelIslemleri.Properties.FieldName = "PersonelIslemleri";
     //
     // rowAyarlar
     //
     this.rowAyarlar.Name = "rowAyarlar";
     this.rowAyarlar.Properties.Caption   = "Ayarlar";
     this.rowAyarlar.Properties.FieldName = "Ayarlar";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 13F);
     this.labelControl1.Location        = new System.Drawing.Point(12, 12);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(131, 27);
     this.labelControl1.TabIndex        = 3;
     this.labelControl1.Text            = "Kullanıcı Adı :";
     //
     // lblKullaniciAdi
     //
     this.lblKullaniciAdi.Appearance.Font = new System.Drawing.Font("Tahoma", 13F);
     this.lblKullaniciAdi.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.lblKullaniciAdi.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.lblKullaniciAdi.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblKullaniciAdi.Location     = new System.Drawing.Point(149, 12);
     this.lblKullaniciAdi.Name         = "lblKullaniciAdi";
     this.lblKullaniciAdi.Size         = new System.Drawing.Size(141, 80);
     this.lblKullaniciAdi.TabIndex     = 3;
     this.lblKullaniciAdi.Text         = "Kullanıcı Adı";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 13F);
     this.labelControl2.Location        = new System.Drawing.Point(296, 12);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(101, 27);
     this.labelControl2.TabIndex        = 3;
     this.labelControl2.Text            = "Açıklama :";
     //
     // lblKullaniciAciklama
     //
     this.lblKullaniciAciklama.Appearance.Font = new System.Drawing.Font("Tahoma", 13F);
     this.lblKullaniciAciklama.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.lblKullaniciAciklama.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.lblKullaniciAciklama.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lblKullaniciAciklama.Location     = new System.Drawing.Point(403, 12);
     this.lblKullaniciAciklama.Name         = "lblKullaniciAciklama";
     this.lblKullaniciAciklama.Size         = new System.Drawing.Size(190, 80);
     this.lblKullaniciAciklama.TabIndex     = 3;
     this.lblKullaniciAciklama.Text         = "Açıklama";
     //
     // btnKaydet
     //
     this.btnKaydet.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnKaydet.Location = new System.Drawing.Point(12, 618);
     this.btnKaydet.Name     = "btnKaydet";
     this.btnKaydet.Size     = new System.Drawing.Size(255, 23);
     this.btnKaydet.TabIndex = 4;
     this.btnKaydet.Text     = "Kaydet";
     this.btnKaydet.Click   += new System.EventHandler(this.btnKaydet_Click);
     //
     // btnVazgec
     //
     this.btnVazgec.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnVazgec.Location = new System.Drawing.Point(273, 618);
     this.btnVazgec.Name     = "btnVazgec";
     this.btnVazgec.Size     = new System.Drawing.Size(216, 23);
     this.btnVazgec.TabIndex = 4;
     this.btnVazgec.Text     = "Vazgeç";
     //
     // frmYetkiler
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1189, 652);
     this.Controls.Add(this.btnVazgec);
     this.Controls.Add(this.btnKaydet);
     this.Controls.Add(this.lblKullaniciAciklama);
     this.Controls.Add(this.lblKullaniciAdi);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.vGridControl1);
     this.Name  = "frmYetkiler";
     this.Text  = "frmYetkiler";
     this.Load += new System.EventHandler(this.frmYetkiler_Load);
     ((System.ComponentModel.ISupportInitialize)(this.vGridControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }