Exemple #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.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.gridViewPaging1      = new Client.Utility.Controls.GridViewPaging();
     this.bt_Search            = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1         = new DevExpress.XtraGrid.GridControl();
     this.bindingSource        = new System.Windows.Forms.BindingSource(this.components);
     this.gv_ArrangedVouchCode = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colArrangedVouchCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateTime        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreator           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFormulaCode       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFormulaName       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colID                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInputWeight        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInterruptionRemark = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInterruptionTime   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLicenseNum         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaterialVouchCode  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colModifyPerson       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colModifyTime         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOutputWeight       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colProPlanNum         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRFIDCode           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTeachProgress      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUserStatus         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVehicleWeight      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVouchDate          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colVouchType          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWeighingPounds     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWeightMan          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.te_Date               = new DevExpress.XtraEditors.DateEdit();
     this.layoutControlGroup1   = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1    = new DevExpress.XtraLayout.LayoutControlItem();
     this.lb_Date               = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2    = new DevExpress.XtraLayout.LayoutControlItem();
     this.bgWait                = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gv_ArrangedVouchCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_Date.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_Date.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_Date)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridViewPaging1);
     this.layoutControl1.Controls.Add(this.bt_Search);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.te_Date);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(454, 157, 507, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(648, 350);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(12, 313);
     this.gridViewPaging1.MaximumSize    = new System.Drawing.Size(0, 27);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(624, 25);
     this.gridViewPaging1.TabIndex       = 7;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // bt_Search
     //
     this.bt_Search.Location        = new System.Drawing.Point(444, 12);
     this.bt_Search.Name            = "bt_Search";
     this.bt_Search.Size            = new System.Drawing.Size(192, 22);
     this.bt_Search.StyleController = this.layoutControl1;
     this.bt_Search.TabIndex        = 6;
     this.bt_Search.Text            = "搜索";
     this.bt_Search.Click          += new System.EventHandler(this.bt_Search_Click);
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.bindingSource;
     this.gridControl1.Location   = new System.Drawing.Point(12, 38);
     this.gridControl1.MainView   = this.gv_ArrangedVouchCode;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(624, 271);
     this.gridControl1.TabIndex   = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gv_ArrangedVouchCode
     });
     this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
     //
     // bindingSource
     //
     this.bindingSource.DataSource = typeof(LY.MES.WFCL.SRArrangedVouch.ArrangedVouch);
     //
     // gv_ArrangedVouchCode
     //
     this.gv_ArrangedVouchCode.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colArrangedVouchCode,
         this.colCreateTime,
         this.colCreator,
         this.colFormulaCode,
         this.colFormulaName,
         this.colID,
         this.colInputWeight,
         this.colInterruptionRemark,
         this.colInterruptionTime,
         this.colLicenseNum,
         this.colMaterialVouchCode,
         this.colModifyPerson,
         this.colModifyTime,
         this.colOutputWeight,
         this.colProPlanNum,
         this.colRFIDCode,
         this.colTeachProgress,
         this.colUserStatus,
         this.colVehicleWeight,
         this.colVouchDate,
         this.colVouchType,
         this.colWeighingPounds,
         this.colWeightMan
     });
     this.gv_ArrangedVouchCode.GridControl = this.gridControl1;
     this.gv_ArrangedVouchCode.Name        = "gv_ArrangedVouchCode";
     this.gv_ArrangedVouchCode.OptionsBehavior.Editable   = false;
     this.gv_ArrangedVouchCode.OptionsView.ShowGroupPanel = false;
     this.gv_ArrangedVouchCode.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colUserStatus, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colArrangedVouchCode
     //
     this.colArrangedVouchCode.Caption      = "排配单号";
     this.colArrangedVouchCode.FieldName    = "ArrangedVouchCode";
     this.colArrangedVouchCode.Name         = "colArrangedVouchCode";
     this.colArrangedVouchCode.Visible      = true;
     this.colArrangedVouchCode.VisibleIndex = 0;
     this.colArrangedVouchCode.Width        = 159;
     //
     // colCreateTime
     //
     this.colCreateTime.Caption      = "创建时间";
     this.colCreateTime.FieldName    = "CreateTime";
     this.colCreateTime.Name         = "colCreateTime";
     this.colCreateTime.Visible      = true;
     this.colCreateTime.VisibleIndex = 1;
     this.colCreateTime.Width        = 151;
     //
     // colCreator
     //
     this.colCreator.Caption      = "创建者";
     this.colCreator.FieldName    = "Creator";
     this.colCreator.Name         = "colCreator";
     this.colCreator.Visible      = true;
     this.colCreator.VisibleIndex = 2;
     this.colCreator.Width        = 173;
     //
     // colFormulaCode
     //
     this.colFormulaCode.Caption      = "配方编码";
     this.colFormulaCode.FieldName    = "FormulaCode";
     this.colFormulaCode.Name         = "colFormulaCode";
     this.colFormulaCode.Visible      = true;
     this.colFormulaCode.VisibleIndex = 3;
     this.colFormulaCode.Width        = 203;
     //
     // colFormulaName
     //
     this.colFormulaName.Caption      = "配方名称";
     this.colFormulaName.FieldName    = "FormulaName";
     this.colFormulaName.Name         = "colFormulaName";
     this.colFormulaName.Visible      = true;
     this.colFormulaName.VisibleIndex = 4;
     this.colFormulaName.Width        = 168;
     //
     // colID
     //
     this.colID.FieldName = "ID";
     this.colID.Name      = "colID";
     this.colID.Width     = 85;
     //
     // colInputWeight
     //
     this.colInputWeight.FieldName = "InputWeight";
     this.colInputWeight.Name      = "colInputWeight";
     this.colInputWeight.Width     = 81;
     //
     // colInterruptionRemark
     //
     this.colInterruptionRemark.FieldName = "InterruptionRemark";
     this.colInterruptionRemark.Name      = "colInterruptionRemark";
     this.colInterruptionRemark.Width     = 118;
     //
     // colInterruptionTime
     //
     this.colInterruptionTime.FieldName = "InterruptionTime";
     this.colInterruptionTime.Name      = "colInterruptionTime";
     this.colInterruptionTime.Width     = 92;
     //
     // colLicenseNum
     //
     this.colLicenseNum.FieldName = "LicenseNum";
     this.colLicenseNum.Name      = "colLicenseNum";
     this.colLicenseNum.Width     = 124;
     //
     // colMaterialVouchCode
     //
     this.colMaterialVouchCode.FieldName = "MaterialVouchCode";
     this.colMaterialVouchCode.Name      = "colMaterialVouchCode";
     this.colMaterialVouchCode.Width     = 132;
     //
     // colModifyPerson
     //
     this.colModifyPerson.FieldName = "ModifyPerson";
     this.colModifyPerson.Name      = "colModifyPerson";
     this.colModifyPerson.Width     = 99;
     //
     // colModifyTime
     //
     this.colModifyTime.FieldName = "ModifyTime";
     this.colModifyTime.Name      = "colModifyTime";
     this.colModifyTime.Width     = 53;
     //
     // colOutputWeight
     //
     this.colOutputWeight.FieldName = "OutputWeight";
     this.colOutputWeight.Name      = "colOutputWeight";
     this.colOutputWeight.Width     = 103;
     //
     // colProPlanNum
     //
     this.colProPlanNum.FieldName = "ProPlanNum";
     this.colProPlanNum.Name      = "colProPlanNum";
     this.colProPlanNum.Width     = 99;
     //
     // colRFIDCode
     //
     this.colRFIDCode.FieldName = "RFIDCode";
     this.colRFIDCode.Name      = "colRFIDCode";
     this.colRFIDCode.Width     = 97;
     //
     // colTeachProgress
     //
     this.colTeachProgress.FieldName = "TeachProgress";
     this.colTeachProgress.Name      = "colTeachProgress";
     this.colTeachProgress.Width     = 65;
     //
     // colUserStatus
     //
     this.colUserStatus.Caption      = "状态";
     this.colUserStatus.FieldName    = "UserStatus";
     this.colUserStatus.Name         = "colUserStatus";
     this.colUserStatus.Visible      = true;
     this.colUserStatus.VisibleIndex = 5;
     this.colUserStatus.Width        = 139;
     //
     // colVehicleWeight
     //
     this.colVehicleWeight.FieldName = "VehicleWeight";
     this.colVehicleWeight.Name      = "colVehicleWeight";
     this.colVehicleWeight.Width     = 62;
     //
     // colVouchDate
     //
     this.colVouchDate.FieldName = "VouchDate";
     this.colVouchDate.Name      = "colVouchDate";
     this.colVouchDate.Width     = 20;
     //
     // colVouchType
     //
     this.colVouchType.FieldName = "VouchType";
     this.colVouchType.Name      = "colVouchType";
     this.colVouchType.Width     = 20;
     //
     // colWeighingPounds
     //
     this.colWeighingPounds.FieldName = "WeighingPounds";
     this.colWeighingPounds.Name      = "colWeighingPounds";
     this.colWeighingPounds.Width     = 20;
     //
     // colWeightMan
     //
     this.colWeightMan.FieldName = "WeightMan";
     this.colWeightMan.Name      = "colWeightMan";
     this.colWeightMan.Width     = 20;
     //
     // te_Date
     //
     this.te_Date.EditValue = null;
     this.te_Date.Location  = new System.Drawing.Point(65, 12);
     this.te_Date.Name      = "te_Date";
     this.te_Date.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.te_Date.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.te_Date.Properties.CalendarTimeProperties.CloseUpKey       = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.te_Date.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.te_Date.Properties.Mask.EditMask = "";
     this.te_Date.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
     this.te_Date.Size            = new System.Drawing.Size(375, 20);
     this.te_Date.StyleController = this.layoutControl1;
     this.te_Date.TabIndex        = 5;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.lb_Date,
         this.layoutControlItem3,
         this.layoutControlItem2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(648, 350);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(628, 275);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // lb_Date
     //
     this.lb_Date.Control = this.te_Date;
     this.lb_Date.CustomizationFormText = "日期时间";
     this.lb_Date.Location              = new System.Drawing.Point(0, 0);
     this.lb_Date.Name                  = "lb_Date";
     this.lb_Date.Size                  = new System.Drawing.Size(432, 26);
     this.lb_Date.Text                  = "日期时间";
     this.lb_Date.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.lb_Date.TextSize              = new System.Drawing.Size(48, 14);
     this.lb_Date.TextToControlDistance = 5;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.bt_Search;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(432, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(196, 26);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.gridViewPaging1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 301);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(628, 29);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // bgWait
     //
     this.bgWait.WorkerReportsProgress = true;
     this.bgWait.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgWait_DoWork);
     this.bgWait.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWait_RunWorkerCompleted);
     //
     // ArrangedVouchCodeList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(648, 350);
     this.Controls.Add(this.layoutControl1);
     this.Name = "ArrangedVouchCodeList";
     this.Text = "排配单号列表";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gv_ArrangedVouchCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_Date.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_Date.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lb_Date)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.barManager1             = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight     = new DevExpress.XtraBars.BarDockControl();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.layoutControl1          = new DevExpress.XtraLayout.LayoutControl();
     this.dateEdit1       = new DevExpress.XtraEditors.DateEdit();
     this.gridViewPaging1 = new Client.Utility.Controls.GridViewPaging();
     this.gridControl1    = new DevExpress.XtraGrid.GridControl();
     this.qCFindLeakDrumsSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colAutoId1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate1      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDateTime1  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreatePerson1    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFrequency1       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeakDrums1       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMonth1           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWeek1            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit1           = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.BgWait1             = new System.ComponentModel.BackgroundWorker();
     this.colAutoId           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMonth            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWeek             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFrequency        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLeakDrums        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreatePerson     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDateTime   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.qCFindLeakDrumsSetBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form      = this;
     this.barManager1.MaxItemId = 3;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(828, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 414);
     this.barDockControlBottom.Size             = new System.Drawing.Size(828, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 414);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(828, 0);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 414);
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name       = "repositoryItemTextEdit1";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.dateEdit1);
     this.layoutControl1.Controls.Add(this.gridViewPaging1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.simpleButton1);
     this.layoutControl1.Controls.Add(this.textEdit1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(538, 143, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(828, 414);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue   = null;
     this.dateEdit1.Location    = new System.Drawing.Point(373, 12);
     this.dateEdit1.MenuManager = this.barManager1;
     this.dateEdit1.Name        = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.CloseUpKey       = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.dateEdit1.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.dateEdit1.Size            = new System.Drawing.Size(143, 20);
     this.dateEdit1.StyleController = this.layoutControl1;
     this.dateEdit1.TabIndex        = 7;
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(24, 362);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(780, 28);
     this.gridViewPaging1.TabIndex       = 5;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged_1);
     //
     // gridControl1
     //
     this.gridControl1.DataSource  = this.qCFindLeakDrumsSetBindingSource;
     this.gridControl1.Location    = new System.Drawing.Point(24, 70);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(780, 288);
     this.gridControl1.TabIndex    = 6;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
     //
     // qCFindLeakDrumsSetBindingSource
     //
     this.qCFindLeakDrumsSetBindingSource.DataSource = typeof(LY.MES.WFCL.SRQZDDrumesSet.QC_FindLeakDrumsSet);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colAutoId1,
         this.colCreateDate1,
         this.colCreateDateTime1,
         this.colCreatePerson1,
         this.colFrequency1,
         this.colLeakDrums1,
         this.colMonth1,
         this.colWeek1
     });
     this.gridView1.GridControl                = this.gridControl1;
     this.gridView1.IndicatorWidth             = 40;
     this.gridView1.Name                       = "gridView1";
     this.gridView1.OptionsBehavior.ReadOnly   = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // colAutoId1
     //
     this.colAutoId1.Caption      = "编号";
     this.colAutoId1.FieldName    = "ID";
     this.colAutoId1.Name         = "colAutoId1";
     this.colAutoId1.Visible      = true;
     this.colAutoId1.VisibleIndex = 0;
     this.colAutoId1.Width        = 105;
     //
     // colCreateDate1
     //
     this.colCreateDate1.Caption      = "创建日期";
     this.colCreateDate1.FieldName    = "CreateDate";
     this.colCreateDate1.Name         = "colCreateDate1";
     this.colCreateDate1.Visible      = true;
     this.colCreateDate1.VisibleIndex = 4;
     this.colCreateDate1.Width        = 105;
     //
     // colCreateDateTime1
     //
     this.colCreateDateTime1.Caption = "创建时间";
     this.colCreateDateTime1.DisplayFormat.FormatString = "yyyy/MM/dd hh:mm:ss";
     this.colCreateDateTime1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colCreateDateTime1.FieldName    = "CreateDateTime";
     this.colCreateDateTime1.Name         = "colCreateDateTime1";
     this.colCreateDateTime1.Visible      = true;
     this.colCreateDateTime1.VisibleIndex = 5;
     this.colCreateDateTime1.Width        = 134;
     //
     // colCreatePerson1
     //
     this.colCreatePerson1.Caption      = "创建人";
     this.colCreatePerson1.FieldName    = "CreatePerson";
     this.colCreatePerson1.Name         = "colCreatePerson1";
     this.colCreatePerson1.Visible      = true;
     this.colCreatePerson1.VisibleIndex = 6;
     this.colCreatePerson1.Width        = 79;
     //
     // colFrequency1
     //
     this.colFrequency1.Caption      = "班次";
     this.colFrequency1.FieldName    = "Frequency";
     this.colFrequency1.Name         = "colFrequency1";
     this.colFrequency1.Visible      = true;
     this.colFrequency1.VisibleIndex = 3;
     this.colFrequency1.Width        = 105;
     //
     // colLeakDrums1
     //
     this.colLeakDrums1.Caption   = "漏检转鼓";
     this.colLeakDrums1.FieldName = "LeakDrums";
     this.colLeakDrums1.Name      = "colLeakDrums1";
     //
     // colMonth1
     //
     this.colMonth1.Caption      = "月份";
     this.colMonth1.FieldName    = "Month";
     this.colMonth1.Name         = "colMonth1";
     this.colMonth1.Visible      = true;
     this.colMonth1.VisibleIndex = 1;
     this.colMonth1.Width        = 105;
     //
     // colWeek1
     //
     this.colWeek1.Caption      = "周次";
     this.colWeek1.FieldName    = "Week";
     this.colWeek1.Name         = "colWeek1";
     this.colWeek1.Visible      = true;
     this.colWeek1.VisibleIndex = 2;
     this.colWeek1.Width        = 105;
     //
     // simpleButton1
     //
     this.simpleButton1.Location        = new System.Drawing.Point(720, 12);
     this.simpleButton1.Name            = "simpleButton1";
     this.simpleButton1.Size            = new System.Drawing.Size(96, 22);
     this.simpleButton1.StyleController = this.layoutControl1;
     this.simpleButton1.TabIndex        = 5;
     this.simpleButton1.Text            = "查询";
     this.simpleButton1.Click          += new System.EventHandler(this.simpleButton1_Click);
     //
     // textEdit1
     //
     this.textEdit1.Location        = new System.Drawing.Point(561, 12);
     this.textEdit1.MenuManager     = this.barManager1;
     this.textEdit1.Name            = "textEdit1";
     this.textEdit1.Size            = new System.Drawing.Size(155, 20);
     this.textEdit1.StyleController = this.layoutControl1;
     this.textEdit1.TabIndex        = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.emptySpaceItem2,
         this.layoutControlGroup4,
         this.layoutControlItem6
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(828, 414);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.textEdit1;
     this.layoutControlItem1.CustomizationFormText = "编号:";
     this.layoutControlItem1.Location              = new System.Drawing.Point(508, 0);
     this.layoutControlItem1.Name                  = "layoutControlItem1";
     this.layoutControlItem1.Size                  = new System.Drawing.Size(200, 26);
     this.layoutControlItem1.Text                  = "编号:";
     this.layoutControlItem1.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize              = new System.Drawing.Size(36, 14);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.simpleButton1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location              = new System.Drawing.Point(708, 0);
     this.layoutControlItem2.MaxSize               = new System.Drawing.Size(100, 26);
     this.layoutControlItem2.MinSize               = new System.Drawing.Size(100, 26);
     this.layoutControlItem2.Name                  = "layoutControlItem2";
     this.layoutControlItem2.Size                  = new System.Drawing.Size(100, 26);
     this.layoutControlItem2.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text                  = "layoutControlItem2";
     this.layoutControlItem2.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack         = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem2.Name     = "emptySpaceItem2";
     this.emptySpaceItem2.Size     = new System.Drawing.Size(308, 26);
     this.emptySpaceItem2.Text     = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup4";
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem4,
         this.layoutControlItem5
     });
     this.layoutControlGroup4.Location = new System.Drawing.Point(0, 26);
     this.layoutControlGroup4.Name     = "layoutControlGroup4";
     this.layoutControlGroup4.Size     = new System.Drawing.Size(808, 368);
     this.layoutControlGroup4.Text     = "检漏设定列表";
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridControl1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(784, 292);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.gridViewPaging1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location              = new System.Drawing.Point(0, 292);
     this.layoutControlItem5.MaxSize               = new System.Drawing.Size(0, 32);
     this.layoutControlItem5.MinSize               = new System.Drawing.Size(104, 32);
     this.layoutControlItem5.Name                  = "layoutControlItem5";
     this.layoutControlItem5.Size                  = new System.Drawing.Size(784, 32);
     this.layoutControlItem5.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text                  = "layoutControlItem5";
     this.layoutControlItem5.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.dateEdit1;
     this.layoutControlItem6.CustomizationFormText = "创建日期";
     this.layoutControlItem6.Location              = new System.Drawing.Point(308, 0);
     this.layoutControlItem6.Name                  = "layoutControlItem6";
     this.layoutControlItem6.Size                  = new System.Drawing.Size(200, 26);
     this.layoutControlItem6.Text                  = "创建日期";
     this.layoutControlItem6.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem6.TextSize              = new System.Drawing.Size(48, 14);
     this.layoutControlItem6.TextToControlDistance = 5;
     //
     // BgWait1
     //
     this.BgWait1.WorkerReportsProgress = true;
     this.BgWait1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.BgWait1_DoWork);
     this.BgWait1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BgWait1_RunWorkerCompleted);
     //
     // colAutoId
     //
     this.colAutoId.Caption   = "编号";
     this.colAutoId.FieldName = "AutoId";
     this.colAutoId.Name      = "colAutoId";
     this.colAutoId.OptionsColumn.ReadOnly = true;
     this.colAutoId.Visible      = true;
     this.colAutoId.VisibleIndex = 0;
     //
     // colMonth
     //
     this.colMonth.Caption      = "月份";
     this.colMonth.FieldName    = "Month";
     this.colMonth.Name         = "colMonth";
     this.colMonth.Visible      = true;
     this.colMonth.VisibleIndex = 1;
     //
     // colWeek
     //
     this.colWeek.Caption      = "周次";
     this.colWeek.FieldName    = "Week";
     this.colWeek.Name         = "colWeek";
     this.colWeek.Visible      = true;
     this.colWeek.VisibleIndex = 2;
     //
     // colFrequency
     //
     this.colFrequency.Caption      = "班次";
     this.colFrequency.FieldName    = "Frequency";
     this.colFrequency.Name         = "colFrequency";
     this.colFrequency.Visible      = true;
     this.colFrequency.VisibleIndex = 3;
     //
     // colLeakDrums
     //
     this.colLeakDrums.Caption      = "漏检鼓号";
     this.colLeakDrums.FieldName    = "LeakDrums";
     this.colLeakDrums.Name         = "colLeakDrums";
     this.colLeakDrums.Visible      = true;
     this.colLeakDrums.VisibleIndex = 4;
     //
     // colCreatePerson
     //
     this.colCreatePerson.Caption      = "创建人";
     this.colCreatePerson.FieldName    = "CreatePerson";
     this.colCreatePerson.Name         = "colCreatePerson";
     this.colCreatePerson.Visible      = true;
     this.colCreatePerson.VisibleIndex = 5;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption      = "创建日期";
     this.colCreateDate.FieldName    = "CreateDate";
     this.colCreateDate.Name         = "colCreateDate";
     this.colCreateDate.Visible      = true;
     this.colCreateDate.VisibleIndex = 6;
     //
     // colCreateDateTime
     //
     this.colCreateDateTime.Caption      = "创建时间";
     this.colCreateDateTime.FieldName    = "CreateDateTime";
     this.colCreateDateTime.Name         = "colCreateDateTime";
     this.colCreateDateTime.Visible      = true;
     this.colCreateDateTime.VisibleIndex = 7;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(760, 278);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // frmQueryDrumsSetList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(828, 414);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "frmQueryDrumsSetList";
     this.Text  = "检漏设定列表";
     this.Load += new System.EventHandler(this.QuyryDrumsSet_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.qCFindLeakDrumsSetBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.bmTool                   = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                     = new DevExpress.XtraBars.Bar();
     this.bbtniAdd                 = new DevExpress.XtraBars.BarButtonItem();
     this.bbtniModify              = new DevExpress.XtraBars.BarButtonItem();
     this.bbtniParameter           = new DevExpress.XtraBars.BarButtonItem();
     this.bbtniInterface           = new DevExpress.XtraBars.BarButtonItem();
     this.bbtniExit                = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop        = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom     = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight      = new DevExpress.XtraBars.BarDockControl();
     this.barButtonItem1           = new DevExpress.XtraBars.BarButtonItem();
     this.splitContainerControl1   = new DevExpress.XtraEditors.SplitContainerControl();
     this.layoutControl2           = new DevExpress.XtraLayout.LayoutControl();
     this.tvDevClass               = new System.Windows.Forms.TreeView();
     this.layoutControlGroup2      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup3      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControl1           = new DevExpress.XtraLayout.LayoutControl();
     this.txtDevCCode              = new DevExpress.XtraEditors.TextEdit();
     this.txtDevName               = new DevExpress.XtraEditors.TextEdit();
     this.btnSearch                = new DevExpress.XtraEditors.SimpleButton();
     this.txtDevCode               = new DevExpress.XtraEditors.TextEdit();
     this.gridViewPaging1          = new Client.Utility.Controls.GridViewPaging();
     this.gcDevice                 = new DevExpress.XtraGrid.GridControl();
     this.vDeviceInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gvDevice                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDevCName              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAdminPerson           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAdminPhone            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreatePerson          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevCCode              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevCode               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevName               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevStd                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFactoryName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastDate              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastPerson            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLocalAddress          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOrigin                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRemark                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUseStatus             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup1      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup4      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup5      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem1          = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem4       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6       = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2          = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5       = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7       = new DevExpress.XtraLayout.LayoutControlItem();
     this.bgwWait                  = new System.ComponentModel.BackgroundWorker();
     this.backgroundWorker1        = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.bmTool)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDevCCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDevName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDevCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDevice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDeviceInfoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDevice)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     this.SuspendLayout();
     //
     // bmTool
     //
     this.bmTool.AllowMoveBarOnToolbar   = false;
     this.bmTool.AllowQuickCustomization = false;
     this.bmTool.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.bmTool.DockControls.Add(this.barDockControlTop);
     this.bmTool.DockControls.Add(this.barDockControlBottom);
     this.bmTool.DockControls.Add(this.barDockControlLeft);
     this.bmTool.DockControls.Add(this.barDockControlRight);
     this.bmTool.Form = this;
     this.bmTool.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItem1,
         this.bbtniAdd,
         this.bbtniModify,
         this.bbtniExit,
         this.bbtniParameter,
         this.bbtniInterface
     });
     this.bmTool.MainMenu   = this.bar2;
     this.bmTool.MaxItemId  = 7;
     this.bmTool.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bmTool_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniAdd),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniModify),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniParameter),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniInterface),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniExit)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bbtniAdd
     //
     this.bbtniAdd.Caption = "新增";
     this.bbtniAdd.Id      = 1;
     this.bbtniAdd.Name    = "bbtniAdd";
     //
     // bbtniModify
     //
     this.bbtniModify.Caption = "修改";
     this.bbtniModify.Id      = 2;
     this.bbtniModify.Name    = "bbtniModify";
     //
     // bbtniParameter
     //
     this.bbtniParameter.Caption = "设备参数";
     this.bbtniParameter.Id      = 4;
     this.bbtniParameter.Name    = "bbtniParameter";
     //
     // bbtniInterface
     //
     this.bbtniInterface.Caption = "设备接口";
     this.bbtniInterface.Id      = 5;
     this.bbtniInterface.Name    = "bbtniInterface";
     //
     // bbtniExit
     //
     this.bbtniExit.Caption = "退出";
     this.bbtniExit.Id      = 3;
     this.bbtniExit.Name    = "bbtniExit";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(1047, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 486);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1047, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 462);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1047, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 462);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 0;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 24);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.layoutControl2);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.layoutControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1047, 462);
     this.splitContainerControl1.SplitterPosition = 212;
     this.splitContainerControl1.TabIndex         = 5;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.tvDevClass);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(0, 0);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(212, 462);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // tvDevClass
     //
     this.tvDevClass.Location     = new System.Drawing.Point(10, 30);
     this.tvDevClass.Name         = "tvDevClass";
     this.tvDevClass.Size         = new System.Drawing.Size(192, 422);
     this.tvDevClass.TabIndex     = 4;
     this.tvDevClass.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvDevClass_AfterSelect);
     this.tvDevClass.MouseClick  += new System.Windows.Forms.MouseEventHandler(this.tvDevClass_MouseClick);
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText       = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup3
     });
     this.layoutControlGroup2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name        = "layoutControlGroup2";
     this.layoutControlGroup2.Padding     = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
     this.layoutControlGroup2.Size        = new System.Drawing.Size(212, 462);
     this.layoutControlGroup2.Text        = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "设备分类";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name     = "layoutControlGroup3";
     this.layoutControlGroup3.Padding  = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup3.Size     = new System.Drawing.Size(202, 452);
     this.layoutControlGroup3.Text     = "设备分类";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.tvDevClass;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(196, 426);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.txtDevCCode);
     this.layoutControl1.Controls.Add(this.txtDevName);
     this.layoutControl1.Controls.Add(this.btnSearch);
     this.layoutControl1.Controls.Add(this.txtDevCode);
     this.layoutControl1.Controls.Add(this.gridViewPaging1);
     this.layoutControl1.Controls.Add(this.gcDevice);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(400, 140, 460, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(830, 462);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // txtDevCCode
     //
     this.txtDevCCode.Location        = new System.Drawing.Point(592, 35);
     this.txtDevCCode.MenuManager     = this.bmTool;
     this.txtDevCCode.Name            = "txtDevCCode";
     this.txtDevCCode.Size            = new System.Drawing.Size(169, 20);
     this.txtDevCCode.StyleController = this.layoutControl1;
     this.txtDevCCode.TabIndex        = 9;
     //
     // txtDevName
     //
     this.txtDevName.Location        = new System.Drawing.Point(318, 35);
     this.txtDevName.MenuManager     = this.bmTool;
     this.txtDevName.Name            = "txtDevName";
     this.txtDevName.Size            = new System.Drawing.Size(193, 20);
     this.txtDevName.StyleController = this.layoutControl1;
     this.txtDevName.TabIndex        = 8;
     //
     // btnSearch
     //
     this.btnSearch.Location        = new System.Drawing.Point(719, 61);
     this.btnSearch.Name            = "btnSearch";
     this.btnSearch.Size            = new System.Drawing.Size(96, 22);
     this.btnSearch.StyleController = this.layoutControl1;
     this.btnSearch.TabIndex        = 7;
     this.btnSearch.Text            = "搜索";
     this.btnSearch.Click          += new System.EventHandler(this.btnSearch_Click);
     //
     // txtDevCode
     //
     this.txtDevCode.Location        = new System.Drawing.Point(68, 35);
     this.txtDevCode.MenuManager     = this.bmTool;
     this.txtDevCode.Name            = "txtDevCode";
     this.txtDevCode.Size            = new System.Drawing.Size(193, 20);
     this.txtDevCode.StyleController = this.layoutControl1;
     this.txtDevCode.TabIndex        = 6;
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(15, 419);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(800, 28);
     this.gridViewPaging1.TabIndex       = 5;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // gcDevice
     //
     this.gcDevice.DataSource  = this.vDeviceInfoBindingSource;
     this.gcDevice.Location    = new System.Drawing.Point(15, 123);
     this.gcDevice.MainView    = this.gvDevice;
     this.gcDevice.MenuManager = this.bmTool;
     this.gcDevice.Name        = "gcDevice";
     this.gcDevice.Size        = new System.Drawing.Size(800, 292);
     this.gcDevice.TabIndex    = 4;
     this.gcDevice.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvDevice
     });
     this.gcDevice.DoubleClick += new System.EventHandler(this.gcDevice_DoubleClick);
     //
     // vDeviceInfoBindingSource
     //
     this.vDeviceInfoBindingSource.DataSource = typeof(LY.MES.WFCL.SRDevice.VDeviceInfo);
     //
     // gvDevice
     //
     this.gvDevice.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDevCName,
         this.colAdminPerson,
         this.colAdminPhone,
         this.colCreateDate,
         this.colCreatePerson,
         this.colDevCCode,
         this.colDevCode,
         this.colDevName,
         this.colDevStd,
         this.colFactoryName,
         this.colLastDate,
         this.colLastPerson,
         this.colLocalAddress,
         this.colOrigin,
         this.colRemark,
         this.colUseStatus
     });
     this.gvDevice.GridControl                 = this.gcDevice;
     this.gvDevice.IndicatorWidth              = 40;
     this.gvDevice.Name                        = "gvDevice";
     this.gvDevice.OptionsBehavior.Editable    = false;
     this.gvDevice.OptionsView.ColumnAutoWidth = false;
     this.gvDevice.OptionsView.ShowGroupPanel  = false;
     //
     // colDevCName
     //
     this.colDevCName.Caption      = "设备分类名称";
     this.colDevCName.FieldName    = "DevCName";
     this.colDevCName.Name         = "colDevCName";
     this.colDevCName.Visible      = true;
     this.colDevCName.VisibleIndex = 2;
     this.colDevCName.Width        = 119;
     //
     // colAdminPerson
     //
     this.colAdminPerson.Caption      = "管理人员";
     this.colAdminPerson.FieldName    = "AdminPerson";
     this.colAdminPerson.Name         = "colAdminPerson";
     this.colAdminPerson.Visible      = true;
     this.colAdminPerson.VisibleIndex = 7;
     this.colAdminPerson.Width        = 108;
     //
     // colAdminPhone
     //
     this.colAdminPhone.Caption      = "管理联系电话";
     this.colAdminPhone.FieldName    = "AdminPhone";
     this.colAdminPhone.Name         = "colAdminPhone";
     this.colAdminPhone.Visible      = true;
     this.colAdminPhone.VisibleIndex = 8;
     this.colAdminPhone.Width        = 101;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption      = "创建时间";
     this.colCreateDate.FieldName    = "CreateDate";
     this.colCreateDate.Name         = "colCreateDate";
     this.colCreateDate.Visible      = true;
     this.colCreateDate.VisibleIndex = 11;
     this.colCreateDate.Width        = 90;
     //
     // colCreatePerson
     //
     this.colCreatePerson.Caption      = "创建人";
     this.colCreatePerson.FieldName    = "CreatePerson";
     this.colCreatePerson.Name         = "colCreatePerson";
     this.colCreatePerson.Visible      = true;
     this.colCreatePerson.VisibleIndex = 10;
     this.colCreatePerson.Width        = 84;
     //
     // colDevCCode
     //
     this.colDevCCode.Caption   = "设备分类编码";
     this.colDevCCode.FieldName = "DevCCode";
     this.colDevCCode.Name      = "colDevCCode";
     this.colDevCCode.Width     = 76;
     //
     // colDevCode
     //
     this.colDevCode.Caption      = "设备编码";
     this.colDevCode.FieldName    = "DevCode";
     this.colDevCode.Name         = "colDevCode";
     this.colDevCode.Visible      = true;
     this.colDevCode.VisibleIndex = 0;
     this.colDevCode.Width        = 133;
     //
     // colDevName
     //
     this.colDevName.Caption      = "设备名称";
     this.colDevName.FieldName    = "DevName";
     this.colDevName.Name         = "colDevName";
     this.colDevName.Visible      = true;
     this.colDevName.VisibleIndex = 1;
     this.colDevName.Width        = 140;
     //
     // colDevStd
     //
     this.colDevStd.Caption      = "设备规格";
     this.colDevStd.FieldName    = "DevStd";
     this.colDevStd.Name         = "colDevStd";
     this.colDevStd.Visible      = true;
     this.colDevStd.VisibleIndex = 3;
     this.colDevStd.Width        = 128;
     //
     // colFactoryName
     //
     this.colFactoryName.Caption      = "厂家名称";
     this.colFactoryName.FieldName    = "FactoryName";
     this.colFactoryName.Name         = "colFactoryName";
     this.colFactoryName.Visible      = true;
     this.colFactoryName.VisibleIndex = 4;
     this.colFactoryName.Width        = 102;
     //
     // colLastDate
     //
     this.colLastDate.Caption   = "最后修改时间";
     this.colLastDate.FieldName = "LastDate";
     this.colLastDate.Name      = "colLastDate";
     this.colLastDate.Width     = 20;
     //
     // colLastPerson
     //
     this.colLastPerson.Caption   = "最后修改人";
     this.colLastPerson.FieldName = "LastPerson";
     this.colLastPerson.Name      = "colLastPerson";
     this.colLastPerson.Width     = 20;
     //
     // colLocalAddress
     //
     this.colLocalAddress.Caption      = "放置所在领域";
     this.colLocalAddress.FieldName    = "LocalAddress";
     this.colLocalAddress.Name         = "colLocalAddress";
     this.colLocalAddress.Visible      = true;
     this.colLocalAddress.VisibleIndex = 6;
     this.colLocalAddress.Width        = 90;
     //
     // colOrigin
     //
     this.colOrigin.Caption      = "产地";
     this.colOrigin.FieldName    = "Origin";
     this.colOrigin.Name         = "colOrigin";
     this.colOrigin.Visible      = true;
     this.colOrigin.VisibleIndex = 5;
     this.colOrigin.Width        = 125;
     //
     // colRemark
     //
     this.colRemark.Caption   = "备注";
     this.colRemark.FieldName = "Remark";
     this.colRemark.Name      = "colRemark";
     this.colRemark.Width     = 44;
     //
     // colUseStatus
     //
     this.colUseStatus.Caption      = "使用状态";
     this.colUseStatus.FieldName    = "UseStatus";
     this.colUseStatus.Name         = "colUseStatus";
     this.colUseStatus.Visible      = true;
     this.colUseStatus.VisibleIndex = 9;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup4,
         this.layoutControlGroup5
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(830, 462);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "设备档案列表";
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem3
     });
     this.layoutControlGroup4.Location = new System.Drawing.Point(0, 88);
     this.layoutControlGroup4.Name     = "layoutControlGroup4";
     this.layoutControlGroup4.Padding  = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
     this.layoutControlGroup4.Size     = new System.Drawing.Size(820, 364);
     this.layoutControlGroup4.Text     = "设备档案列表";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.gcDevice;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(804, 296);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridViewPaging1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location              = new System.Drawing.Point(0, 296);
     this.layoutControlItem3.MaxSize               = new System.Drawing.Size(0, 32);
     this.layoutControlItem3.MinSize               = new System.Drawing.Size(104, 32);
     this.layoutControlItem3.Name                  = "layoutControlItem3";
     this.layoutControlItem3.Size                  = new System.Drawing.Size(804, 32);
     this.layoutControlItem3.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text                  = "layoutControlItem3";
     this.layoutControlItem3.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "搜索条件";
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem1,
         this.layoutControlItem4,
         this.layoutControlItem6,
         this.emptySpaceItem2,
         this.layoutControlItem5,
         this.layoutControlItem7
     });
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup5.Name     = "layoutControlGroup5";
     this.layoutControlGroup5.Padding  = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
     this.layoutControlGroup5.Size     = new System.Drawing.Size(820, 88);
     this.layoutControlGroup5.Text     = "搜索条件";
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(750, 0);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(54, 26);
     this.emptySpaceItem1.Text     = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.txtDevCode;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location              = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.MaxSize               = new System.Drawing.Size(250, 26);
     this.layoutControlItem4.MinSize               = new System.Drawing.Size(250, 26);
     this.layoutControlItem4.Name                  = "layoutControlItem4";
     this.layoutControlItem4.Size                  = new System.Drawing.Size(250, 26);
     this.layoutControlItem4.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text                  = "设备编码";
     this.layoutControlItem4.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem4.TextSize              = new System.Drawing.Size(48, 14);
     this.layoutControlItem4.TextToControlDistance = 5;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.txtDevName;
     this.layoutControlItem6.CustomizationFormText = "设备名称";
     this.layoutControlItem6.Location              = new System.Drawing.Point(250, 0);
     this.layoutControlItem6.MaxSize               = new System.Drawing.Size(250, 26);
     this.layoutControlItem6.MinSize               = new System.Drawing.Size(250, 26);
     this.layoutControlItem6.Name                  = "layoutControlItem6";
     this.layoutControlItem6.Size                  = new System.Drawing.Size(250, 26);
     this.layoutControlItem6.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.Text                  = "设备名称";
     this.layoutControlItem6.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem6.TextSize              = new System.Drawing.Size(48, 14);
     this.layoutControlItem6.TextToControlDistance = 5;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack         = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 26);
     this.emptySpaceItem2.Name     = "emptySpaceItem2";
     this.emptySpaceItem2.Size     = new System.Drawing.Size(704, 26);
     this.emptySpaceItem2.Text     = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.btnSearch;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location              = new System.Drawing.Point(704, 26);
     this.layoutControlItem5.MaxSize               = new System.Drawing.Size(100, 26);
     this.layoutControlItem5.MinSize               = new System.Drawing.Size(100, 26);
     this.layoutControlItem5.Name                  = "layoutControlItem5";
     this.layoutControlItem5.Size                  = new System.Drawing.Size(100, 26);
     this.layoutControlItem5.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text                  = "layoutControlItem5";
     this.layoutControlItem5.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.txtDevCCode;
     this.layoutControlItem7.CustomizationFormText = "设备分类编码";
     this.layoutControlItem7.Location              = new System.Drawing.Point(500, 0);
     this.layoutControlItem7.MaxSize               = new System.Drawing.Size(250, 26);
     this.layoutControlItem7.MinSize               = new System.Drawing.Size(250, 26);
     this.layoutControlItem7.Name                  = "layoutControlItem7";
     this.layoutControlItem7.Size                  = new System.Drawing.Size(250, 26);
     this.layoutControlItem7.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text                  = "设备分类编码";
     this.layoutControlItem7.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem7.TextSize              = new System.Drawing.Size(72, 14);
     this.layoutControlItem7.TextToControlDistance = 5;
     //
     // bgwWait
     //
     this.bgwWait.WorkerReportsProgress = true;
     this.bgwWait.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwWait_DoWork);
     this.bgwWait.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwWait_RunWorkerCompleted);
     //
     // frmDeviceList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1047, 486);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "frmDeviceList";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备档案";
     this.Load         += new System.EventHandler(this.frmDeviceList_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bmTool)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtDevCCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDevName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDevCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcDevice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vDeviceInfoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvDevice)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.layoutControl1  = new DevExpress.XtraLayout.LayoutControl();
     this.gridViewPaging1 = new Client.Utility.Controls.GridViewPaging();
     this.gridControl1    = new DevExpress.XtraGrid.GridControl();
     this.mainPipelineInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colAutoID           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreator          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeveCode         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeveName         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFrequency        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOperatingTime    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOperator         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOperatorReamrk   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPipelineStatus   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPromptDes        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.btn_Search          = new DevExpress.XtraEditors.SimpleButton();
     this.te_CheckEndTime     = new DevExpress.XtraEditors.DateEdit();
     this.te_CheckStartTime   = new DevExpress.XtraEditors.DateEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.backgroundWorker    = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainPipelineInfoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_CheckEndTime.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_CheckEndTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_CheckStartTime.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_CheckStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridViewPaging1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.btn_Search);
     this.layoutControl1.Controls.Add(this.te_CheckEndTime);
     this.layoutControl1.Controls.Add(this.te_CheckStartTime);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(423, 309, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(943, 502);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(24, 451);
     this.gridViewPaging1.MaximumSize    = new System.Drawing.Size(0, 27);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(895, 27);
     this.gridViewPaging1.TabIndex       = 8;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.mainPipelineInfoBindingSource;
     this.gridControl1.Location   = new System.Drawing.Point(24, 114);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(895, 333);
     this.gridControl1.TabIndex   = 7;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // mainPipelineInfoBindingSource
     //
     this.mainPipelineInfoBindingSource.DataSource = typeof(LY.MES.WFCL.SRPiPeline.MainPipelineInfo);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colAutoID,
         this.colCreateDate,
         this.colCreator,
         this.colDeveCode,
         this.colDeveName,
         this.colFrequency,
         this.colOperatingTime,
         this.colOperator,
         this.colOperatorReamrk,
         this.colPipelineStatus,
         this.colPromptDes
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // colAutoID
     //
     this.colAutoID.Caption      = "自动编号";
     this.colAutoID.FieldName    = "AutoID";
     this.colAutoID.Name         = "colAutoID";
     this.colAutoID.Visible      = true;
     this.colAutoID.VisibleIndex = 0;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption = "创建时间";
     this.colCreateDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colCreateDate.FieldName    = "CreateDate";
     this.colCreateDate.Name         = "colCreateDate";
     this.colCreateDate.Visible      = true;
     this.colCreateDate.VisibleIndex = 10;
     //
     // colCreator
     //
     this.colCreator.Caption      = "创建人";
     this.colCreator.FieldName    = "Creator";
     this.colCreator.Name         = "colCreator";
     this.colCreator.Visible      = true;
     this.colCreator.VisibleIndex = 9;
     //
     // colDeveCode
     //
     this.colDeveCode.Caption      = "管道编号";
     this.colDeveCode.FieldName    = "DeveCode";
     this.colDeveCode.Name         = "colDeveCode";
     this.colDeveCode.Visible      = true;
     this.colDeveCode.VisibleIndex = 1;
     //
     // colDeveName
     //
     this.colDeveName.Caption      = "管道名称";
     this.colDeveName.FieldName    = "DeveName";
     this.colDeveName.Name         = "colDeveName";
     this.colDeveName.Visible      = true;
     this.colDeveName.VisibleIndex = 2;
     //
     // colFrequency
     //
     this.colFrequency.Caption      = "班次";
     this.colFrequency.FieldName    = "Frequency";
     this.colFrequency.Name         = "colFrequency";
     this.colFrequency.Visible      = true;
     this.colFrequency.VisibleIndex = 6;
     //
     // colOperatingTime
     //
     this.colOperatingTime.Caption = "操作时间";
     this.colOperatingTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colOperatingTime.FieldName = "OperatingTime";
     this.colOperatingTime.Name      = "colOperatingTime";
     this.colOperatingTime.OptionsFilter.ShowEmptyDateFilter = true;
     this.colOperatingTime.Visible      = true;
     this.colOperatingTime.VisibleIndex = 8;
     //
     // colOperator
     //
     this.colOperator.Caption      = "操作人";
     this.colOperator.FieldName    = "Operator";
     this.colOperator.Name         = "colOperator";
     this.colOperator.Visible      = true;
     this.colOperator.VisibleIndex = 7;
     //
     // colOperatorReamrk
     //
     this.colOperatorReamrk.Caption      = "操作说明";
     this.colOperatorReamrk.FieldName    = "OperatorReamrk";
     this.colOperatorReamrk.Name         = "colOperatorReamrk";
     this.colOperatorReamrk.Visible      = true;
     this.colOperatorReamrk.VisibleIndex = 3;
     //
     // colPipelineStatus
     //
     this.colPipelineStatus.Caption      = "管道阀门状态";
     this.colPipelineStatus.FieldName    = "PipelineStatus";
     this.colPipelineStatus.Name         = "colPipelineStatus";
     this.colPipelineStatus.Visible      = true;
     this.colPipelineStatus.VisibleIndex = 4;
     //
     // colPromptDes
     //
     this.colPromptDes.Caption      = "提示说明";
     this.colPromptDes.FieldName    = "PromptDes";
     this.colPromptDes.Name         = "colPromptDes";
     this.colPromptDes.Visible      = true;
     this.colPromptDes.VisibleIndex = 5;
     //
     // btn_Search
     //
     this.btn_Search.Location        = new System.Drawing.Point(621, 44);
     this.btn_Search.Name            = "btn_Search";
     this.btn_Search.Size            = new System.Drawing.Size(202, 22);
     this.btn_Search.StyleController = this.layoutControl1;
     this.btn_Search.TabIndex        = 6;
     this.btn_Search.Text            = "搜索";
     this.btn_Search.Click          += new System.EventHandler(this.btn_Search_Click);
     //
     // te_CheckEndTime
     //
     this.te_CheckEndTime.EditValue = null;
     this.te_CheckEndTime.Location  = new System.Drawing.Point(379, 44);
     this.te_CheckEndTime.Name      = "te_CheckEndTime";
     this.te_CheckEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.te_CheckEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.te_CheckEndTime.Properties.CalendarTimeProperties.CloseUpKey       = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.te_CheckEndTime.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.te_CheckEndTime.Size            = new System.Drawing.Size(238, 20);
     this.te_CheckEndTime.StyleController = this.layoutControl1;
     this.te_CheckEndTime.TabIndex        = 5;
     //
     // te_CheckStartTime
     //
     this.te_CheckStartTime.EditValue = null;
     this.te_CheckStartTime.Location  = new System.Drawing.Point(99, 44);
     this.te_CheckStartTime.Name      = "te_CheckStartTime";
     this.te_CheckStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.te_CheckStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.te_CheckStartTime.Properties.CalendarTimeProperties.CloseUpKey       = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.te_CheckStartTime.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.te_CheckStartTime.Size            = new System.Drawing.Size(201, 20);
     this.te_CheckStartTime.StyleController = this.layoutControl1;
     this.te_CheckStartTime.TabIndex        = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup2,
         this.layoutControlGroup3
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(943, 502);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "收索条件";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.emptySpaceItem1
     });
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name     = "layoutControlGroup2";
     this.layoutControlGroup2.Size     = new System.Drawing.Size(923, 70);
     this.layoutControlGroup2.Text     = "搜索条件";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.te_CheckStartTime;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(280, 26);
     this.layoutControlItem1.Text     = "查询起始日期";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.te_CheckEndTime;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(280, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(317, 26);
     this.layoutControlItem2.Text     = "查询结束日期";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.btn_Search;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(597, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(206, 26);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(803, 0);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(96, 26);
     this.emptySpaceItem1.Text     = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "主管道操作历史记录";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem4,
         this.layoutControlItem5
     });
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 70);
     this.layoutControlGroup3.Name     = "layoutControlGroup3";
     this.layoutControlGroup3.Size     = new System.Drawing.Size(923, 412);
     this.layoutControlGroup3.Text     = "主管道操作历史记录";
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridControl1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(899, 337);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.gridViewPaging1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 337);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(899, 31);
     this.layoutControlItem5.Text     = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // backgroundWorker
     //
     this.backgroundWorker.WorkerReportsProgress = true;
     this.backgroundWorker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker_DoWork);
     this.backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker_RunWorkerCompleted);
     //
     // PipelineOperatingRecord
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(943, 502);
     this.Controls.Add(this.layoutControl1);
     this.Name = "PipelineOperatingRecord";
     this.Text = "主管道操作记录";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainPipelineInfoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_CheckEndTime.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_CheckEndTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_CheckStartTime.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_CheckStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.layoutControl1                = new DevExpress.XtraLayout.LayoutControl();
     this.gridViewPaging1               = new Client.Utility.Controls.GridViewPaging();
     this.Bt_Search                     = new DevExpress.XtraEditors.SimpleButton();
     this.TE_DevpCode                   = new DevExpress.XtraEditors.TextEdit();
     this.barManager1                   = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop             = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom          = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft            = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight           = new DevExpress.XtraBars.BarDockControl();
     this.TE_PDevCode                   = new DevExpress.XtraEditors.TextEdit();
     this.TE_DeveCode                   = new DevExpress.XtraEditors.TextEdit();
     this.gridControl1                  = new DevExpress.XtraGrid.GridControl();
     this.vCollectDataInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1                     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colAutoId                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeveCode                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCollValue                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOriginalValue              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeviCode                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeviName                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevpCode                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevpName                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIFDevCode                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPDevName                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIFDevName                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPDevCode                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeviceExecute              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TE_DeviCode                   = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1           = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2           = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2            = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7            = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup3           = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1            = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3            = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5            = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4            = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6            = new DevExpress.XtraLayout.LayoutControlItem();
     this.backgroundWorker1             = new System.ComponentModel.BackgroundWorker();
     this.colData       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsSuccess  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMessage    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStackTrace = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TE_DevpCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_PDevCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_DeveCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vCollectDataInfoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_DeviCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridViewPaging1);
     this.layoutControl1.Controls.Add(this.Bt_Search);
     this.layoutControl1.Controls.Add(this.TE_DevpCode);
     this.layoutControl1.Controls.Add(this.TE_PDevCode);
     this.layoutControl1.Controls.Add(this.TE_DeveCode);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.TE_DeviCode);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(635, 242, 641, 299);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(852, 385);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(24, 333);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(804, 28);
     this.gridViewPaging1.TabIndex       = 11;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // Bt_Search
     //
     this.Bt_Search.Location        = new System.Drawing.Point(741, 44);
     this.Bt_Search.MaximumSize     = new System.Drawing.Size(100, 0);
     this.Bt_Search.Name            = "Bt_Search";
     this.Bt_Search.Size            = new System.Drawing.Size(87, 22);
     this.Bt_Search.StyleController = this.layoutControl1;
     this.Bt_Search.TabIndex        = 10;
     this.Bt_Search.Text            = "搜索";
     this.Bt_Search.Click          += new System.EventHandler(this.Bt_Search_Click);
     //
     // TE_DevpCode
     //
     this.TE_DevpCode.Location        = new System.Drawing.Point(632, 44);
     this.TE_DevpCode.MenuManager     = this.barManager1;
     this.TE_DevpCode.Name            = "TE_DevpCode";
     this.TE_DevpCode.Size            = new System.Drawing.Size(105, 20);
     this.TE_DevpCode.StyleController = this.layoutControl1;
     this.TE_DevpCode.TabIndex        = 8;
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form      = this;
     this.barManager1.MaxItemId = 1;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(852, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 385);
     this.barDockControlBottom.Size             = new System.Drawing.Size(852, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 385);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(852, 0);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 385);
     //
     // TE_PDevCode
     //
     this.TE_PDevCode.Location        = new System.Drawing.Point(294, 44);
     this.TE_PDevCode.MenuManager     = this.barManager1;
     this.TE_PDevCode.Name            = "TE_PDevCode";
     this.TE_PDevCode.Size            = new System.Drawing.Size(92, 20);
     this.TE_PDevCode.StyleController = this.layoutControl1;
     this.TE_PDevCode.TabIndex        = 7;
     //
     // TE_DeveCode
     //
     this.TE_DeveCode.Location        = new System.Drawing.Point(89, 44);
     this.TE_DeveCode.MenuManager     = this.barManager1;
     this.TE_DeveCode.MinimumSize     = new System.Drawing.Size(50, 0);
     this.TE_DeveCode.Name            = "TE_DeveCode";
     this.TE_DeveCode.Size            = new System.Drawing.Size(114, 20);
     this.TE_DeveCode.StyleController = this.layoutControl1;
     this.TE_DeveCode.TabIndex        = 6;
     //
     // gridControl1
     //
     this.gridControl1.DataSource  = this.vCollectDataInfoBindingSource;
     this.gridControl1.Location    = new System.Drawing.Point(24, 114);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(804, 215);
     this.gridControl1.TabIndex    = 5;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // vCollectDataInfoBindingSource
     //
     this.vCollectDataInfoBindingSource.DataSource = typeof(LY.MES.WFCL.SRDataColl.VCollectDataInfo);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colAutoId,
         this.colDeveCode,
         this.colCollValue,
         this.colOriginalValue,
         this.colDeviCode,
         this.colDeviName,
         this.colDevpCode,
         this.colDevpName,
         this.colIFDevCode,
         this.colPDevName,
         this.colIFDevName,
         this.colPDevCode,
         this.colDeviceExecute,
         this.colCreateDate
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colOriginalValue, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colAutoId
     //
     this.colAutoId.Caption   = "自动编号";
     this.colAutoId.FieldName = "AutoId";
     this.colAutoId.Name      = "colAutoId";
     this.colAutoId.OptionsColumn.ReadOnly = true;
     this.colAutoId.Visible      = true;
     this.colAutoId.VisibleIndex = 0;
     this.colAutoId.Width        = 67;
     //
     // colDeveCode
     //
     this.colDeveCode.Caption   = "执行编号";
     this.colDeveCode.FieldName = "DeveCode";
     this.colDeveCode.Name      = "colDeveCode";
     this.colDeveCode.OptionsColumn.ReadOnly = true;
     this.colDeveCode.Visible      = true;
     this.colDeveCode.VisibleIndex = 1;
     this.colDeveCode.Width        = 67;
     //
     // colCollValue
     //
     this.colCollValue.Caption   = "采集值";
     this.colCollValue.FieldName = "CollValue";
     this.colCollValue.Name      = "colCollValue";
     this.colCollValue.OptionsColumn.ReadOnly = true;
     this.colCollValue.Visible      = true;
     this.colCollValue.VisibleIndex = 3;
     this.colCollValue.Width        = 55;
     //
     // colOriginalValue
     //
     this.colOriginalValue.Caption   = "初始值";
     this.colOriginalValue.FieldName = "OriginalValue";
     this.colOriginalValue.Name      = "colOriginalValue";
     this.colOriginalValue.OptionsColumn.ReadOnly = true;
     this.colOriginalValue.Visible      = true;
     this.colOriginalValue.VisibleIndex = 2;
     this.colOriginalValue.Width        = 68;
     //
     // colDeviCode
     //
     this.colDeviCode.Caption   = "接口编码";
     this.colDeviCode.FieldName = "DeviCode";
     this.colDeviCode.Name      = "colDeviCode";
     this.colDeviCode.OptionsColumn.ReadOnly = true;
     this.colDeviCode.Visible      = true;
     this.colDeviCode.VisibleIndex = 8;
     this.colDeviCode.Width        = 67;
     //
     // colDeviName
     //
     this.colDeviName.Caption   = "接口名称";
     this.colDeviName.FieldName = "DeviName";
     this.colDeviName.Name      = "colDeviName";
     this.colDeviName.OptionsColumn.ReadOnly = true;
     this.colDeviName.Visible      = true;
     this.colDeviName.VisibleIndex = 9;
     this.colDeviName.Width        = 67;
     //
     // colDevpCode
     //
     this.colDevpCode.Caption   = "参数编码";
     this.colDevpCode.FieldName = "DevpCode";
     this.colDevpCode.Name      = "colDevpCode";
     this.colDevpCode.OptionsColumn.ReadOnly = true;
     this.colDevpCode.Visible      = true;
     this.colDevpCode.VisibleIndex = 6;
     this.colDevpCode.Width        = 67;
     //
     // colDevpName
     //
     this.colDevpName.Caption   = "参数名称";
     this.colDevpName.FieldName = "DevpName";
     this.colDevpName.Name      = "colDevpName";
     this.colDevpName.OptionsColumn.ReadOnly = true;
     this.colDevpName.Visible      = true;
     this.colDevpName.VisibleIndex = 7;
     this.colDevpName.Width        = 67;
     //
     // colIFDevCode
     //
     this.colIFDevCode.Caption   = "接口设备编码";
     this.colIFDevCode.FieldName = "IFDevCode";
     this.colIFDevCode.Name      = "colIFDevCode";
     this.colIFDevCode.OptionsColumn.ReadOnly = true;
     this.colIFDevCode.Visible      = true;
     this.colIFDevCode.VisibleIndex = 4;
     this.colIFDevCode.Width        = 91;
     //
     // colPDevName
     //
     this.colPDevName.Caption   = "参数设备名称";
     this.colPDevName.FieldName = "PDevName";
     this.colPDevName.Name      = "colPDevName";
     this.colPDevName.OptionsColumn.ReadOnly = true;
     this.colPDevName.Visible      = true;
     this.colPDevName.VisibleIndex = 11;
     this.colPDevName.Width        = 91;
     //
     // colIFDevName
     //
     this.colIFDevName.Caption   = "接口设备名称";
     this.colIFDevName.FieldName = "IFDevName";
     this.colIFDevName.Name      = "colIFDevName";
     this.colIFDevName.OptionsColumn.ReadOnly = true;
     this.colIFDevName.Visible      = true;
     this.colIFDevName.VisibleIndex = 5;
     this.colIFDevName.Width        = 91;
     //
     // colPDevCode
     //
     this.colPDevCode.Caption   = "参数设备编码";
     this.colPDevCode.FieldName = "PDevCode";
     this.colPDevCode.Name      = "colPDevCode";
     this.colPDevCode.OptionsColumn.ReadOnly = true;
     this.colPDevCode.Visible      = true;
     this.colPDevCode.VisibleIndex = 10;
     this.colPDevCode.Width        = 91;
     //
     // colDeviceExecute
     //
     this.colDeviceExecute.FieldName = "DeviceExecute";
     this.colDeviceExecute.Name      = "colDeviceExecute";
     this.colDeviceExecute.OptionsColumn.ReadOnly = true;
     this.colDeviceExecute.Width = 104;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption = "创建时间";
     this.colCreateDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colCreateDate.FieldName = "CreateDate";
     this.colCreateDate.Name      = "colCreateDate";
     this.colCreateDate.OptionsColumn.ReadOnly = true;
     this.colCreateDate.Visible      = true;
     this.colCreateDate.VisibleIndex = 12;
     this.colCreateDate.Width        = 67;
     //
     // TE_DeviCode
     //
     this.TE_DeviCode.Location        = new System.Drawing.Point(455, 44);
     this.TE_DeviCode.MaximumSize     = new System.Drawing.Size(110, 0);
     this.TE_DeviCode.MenuManager     = this.barManager1;
     this.TE_DeviCode.Name            = "TE_DeviCode";
     this.TE_DeviCode.Size            = new System.Drawing.Size(108, 20);
     this.TE_DeviCode.StyleController = this.layoutControl1;
     this.TE_DeviCode.TabIndex        = 9;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup2,
         this.layoutControlGroup3
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(852, 385);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "采集列表";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem7
     });
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 70);
     this.layoutControlGroup2.Name     = "layoutControlGroup2";
     this.layoutControlGroup2.Size     = new System.Drawing.Size(832, 295);
     this.layoutControlGroup2.Text     = "采集列表";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.gridControl1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(808, 219);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.gridViewPaging1;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location              = new System.Drawing.Point(0, 219);
     this.layoutControlItem7.MaxSize               = new System.Drawing.Size(0, 32);
     this.layoutControlItem7.MinSize               = new System.Drawing.Size(104, 32);
     this.layoutControlItem7.Name                  = "layoutControlItem7";
     this.layoutControlItem7.Size                  = new System.Drawing.Size(808, 32);
     this.layoutControlItem7.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem7.Text                  = "layoutControlItem7";
     this.layoutControlItem7.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextToControlDistance = 0;
     this.layoutControlItem7.TextVisible           = false;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem3,
         this.layoutControlItem5,
         this.layoutControlItem4,
         this.layoutControlItem6
     });
     this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name     = "layoutControlGroup3";
     this.layoutControlGroup3.Size     = new System.Drawing.Size(832, 70);
     this.layoutControlGroup3.Text     = "搜索条件";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.TE_DeveCode;
     this.layoutControlItem1.CustomizationFormText = "执行编号:";
     this.layoutControlItem1.Location              = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.MaxSize               = new System.Drawing.Size(183, 26);
     this.layoutControlItem1.MinSize               = new System.Drawing.Size(183, 26);
     this.layoutControlItem1.Name                  = "layoutControlItem1";
     this.layoutControlItem1.Size                  = new System.Drawing.Size(183, 26);
     this.layoutControlItem1.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text                  = "执行编号:";
     this.layoutControlItem1.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize              = new System.Drawing.Size(60, 14);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.TE_PDevCode;
     this.layoutControlItem3.CustomizationFormText = "设备编号:";
     this.layoutControlItem3.Location            = new System.Drawing.Point(183, 0);
     this.layoutControlItem3.MaxSize             = new System.Drawing.Size(183, 26);
     this.layoutControlItem3.MinSize             = new System.Drawing.Size(183, 26);
     this.layoutControlItem3.Name                = "layoutControlItem3";
     this.layoutControlItem3.Size                = new System.Drawing.Size(183, 26);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text                = "参数设备编号:";
     this.layoutControlItem3.TextSize            = new System.Drawing.Size(84, 14);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.TE_DeviCode;
     this.layoutControlItem5.CustomizationFormText = "接口编号:";
     this.layoutControlItem5.Location              = new System.Drawing.Point(366, 0);
     this.layoutControlItem5.MaxSize               = new System.Drawing.Size(177, 26);
     this.layoutControlItem5.MinSize               = new System.Drawing.Size(177, 26);
     this.layoutControlItem5.Name                  = "layoutControlItem5";
     this.layoutControlItem5.Size                  = new System.Drawing.Size(177, 26);
     this.layoutControlItem5.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.Text                  = "接口编号:";
     this.layoutControlItem5.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem5.TextSize              = new System.Drawing.Size(60, 14);
     this.layoutControlItem5.TextToControlDistance = 5;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.TE_DevpCode;
     this.layoutControlItem4.CustomizationFormText = "参数编号:";
     this.layoutControlItem4.Location              = new System.Drawing.Point(543, 0);
     this.layoutControlItem4.MaxSize               = new System.Drawing.Size(174, 26);
     this.layoutControlItem4.MinSize               = new System.Drawing.Size(174, 26);
     this.layoutControlItem4.Name                  = "layoutControlItem4";
     this.layoutControlItem4.Size                  = new System.Drawing.Size(174, 26);
     this.layoutControlItem4.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text                  = "参数编号:";
     this.layoutControlItem4.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem4.TextSize              = new System.Drawing.Size(60, 14);
     this.layoutControlItem4.TextToControlDistance = 5;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.Bt_Search;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(717, 0);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Size     = new System.Drawing.Size(91, 26);
     this.layoutControlItem6.Text     = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible           = false;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress = true;
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     //
     // colData
     //
     this.colData.FieldName    = "Data";
     this.colData.Name         = "colData";
     this.colData.Visible      = true;
     this.colData.VisibleIndex = 0;
     //
     // colIsSuccess
     //
     this.colIsSuccess.FieldName    = "IsSuccess";
     this.colIsSuccess.Name         = "colIsSuccess";
     this.colIsSuccess.Visible      = true;
     this.colIsSuccess.VisibleIndex = 1;
     //
     // colMessage
     //
     this.colMessage.FieldName    = "Message";
     this.colMessage.Name         = "colMessage";
     this.colMessage.Visible      = true;
     this.colMessage.VisibleIndex = 2;
     //
     // colStackTrace
     //
     this.colStackTrace.FieldName    = "StackTrace";
     this.colStackTrace.Name         = "colStackTrace";
     this.colStackTrace.Visible      = true;
     this.colStackTrace.VisibleIndex = 3;
     //
     // frmDataCollcetion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(852, 385);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "frmDataCollcetion";
     this.Text  = "frmDataCollcetion";
     this.Load += new System.EventHandler(this.frmDataCollcetion_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TE_DevpCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_PDevCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_DeveCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vCollectDataInfoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TE_DeviCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                 = new DevExpress.XtraBars.Bar();
     this.bbtnensure           = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnexit             = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.backgroundWorker1    = new System.ComponentModel.BackgroundWorker();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.simpleButton1        = new DevExpress.XtraEditors.SimpleButton();
     this.ChecktextEdit        = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControl2       = new DevExpress.XtraLayout.LayoutControl();
     this.dataLayoutControl1   = new DevExpress.XtraDataLayout.DataLayoutControl();
     this.gridViewPaging1      = new Client.Utility.Controls.GridViewPaging();
     this.gridControl1         = new DevExpress.XtraGrid.GridControl();
     this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn7          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Root                 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup2  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.flowLayoutPanel1     = new System.Windows.Forms.FlowLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ChecktextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
     this.dataLayoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbtnensure,
         this.bbtnexit
     });
     this.barManager1.MainMenu   = this.bar2;
     this.barManager1.MaxItemId  = 2;
     this.barManager1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barManager1_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnensure),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnexit)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bbtnensure
     //
     this.bbtnensure.Caption    = "确定";
     this.bbtnensure.Id         = 0;
     this.bbtnensure.Name       = "bbtnensure";
     this.bbtnensure.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnensure_ItemClick);
     //
     // bbtnexit
     //
     this.bbtnexit.Caption = "退出";
     this.bbtnexit.Id      = 1;
     this.bbtnexit.Name    = "bbtnexit";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(1030, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 381);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1030, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 357);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1030, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 357);
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress = true;
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.simpleButton1);
     this.layoutControl1.Controls.Add(this.ChecktextEdit);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1030, 54);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // simpleButton1
     //
     this.simpleButton1.Location        = new System.Drawing.Point(738, 12);
     this.simpleButton1.Name            = "simpleButton1";
     this.simpleButton1.Size            = new System.Drawing.Size(280, 22);
     this.simpleButton1.StyleController = this.layoutControl1;
     this.simpleButton1.TabIndex        = 5;
     this.simpleButton1.Text            = "搜索";
     this.simpleButton1.Click          += new System.EventHandler(this.simpleButton1_Click);
     //
     // ChecktextEdit
     //
     this.ChecktextEdit.Location        = new System.Drawing.Point(75, 12);
     this.ChecktextEdit.MenuManager     = this.barManager1;
     this.ChecktextEdit.Name            = "ChecktextEdit";
     this.ChecktextEdit.Size            = new System.Drawing.Size(659, 20);
     this.ChecktextEdit.StyleController = this.layoutControl1;
     this.ChecktextEdit.TabIndex        = 4;
     this.ChecktextEdit.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.ChecktextEdit_KeyDown);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1030, 54);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.ChecktextEdit;
     this.layoutControlItem1.CustomizationFormText = "sha";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(726, 34);
     this.layoutControlItem1.Text     = " 搜索条件 :";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.simpleButton1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(726, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(284, 34);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.dataLayoutControl1);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(0, 78);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(1030, 303);
     this.layoutControl2.TabIndex = 5;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // dataLayoutControl1
     //
     this.dataLayoutControl1.Controls.Add(this.gridViewPaging1);
     this.dataLayoutControl1.Controls.Add(this.gridControl1);
     this.dataLayoutControl1.Location = new System.Drawing.Point(12, 12);
     this.dataLayoutControl1.Name     = "dataLayoutControl1";
     this.dataLayoutControl1.Root     = this.Root;
     this.dataLayoutControl1.Size     = new System.Drawing.Size(1006, 279);
     this.dataLayoutControl1.TabIndex = 4;
     this.dataLayoutControl1.Text     = "dataLayoutControl1";
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(12, 240);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(982, 27);
     this.gridViewPaging1.TabIndex       = 5;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // gridControl1
     //
     this.gridControl1.Location    = new System.Drawing.Point(12, 12);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(982, 224);
     this.gridControl1.TabIndex    = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.Click       += new System.EventHandler(this.gridControl1_Click);
     this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn7,
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn5,
         this.gridColumn4,
         this.gridColumn6
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable   = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption   = "日期";
     this.gridColumn7.FieldName = "生产日期";
     this.gridColumn7.Name      = "gridColumn7";
     this.gridColumn7.OptionsColumn.ReadOnly = true;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 0;
     this.gridColumn7.Width        = 154;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "销售方式";
     this.gridColumn1.FieldName    = "销售方式";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width        = 139;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "明细ID";
     this.gridColumn2.FieldName    = "明细ID";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 2;
     this.gridColumn2.Width        = 120;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption      = "机台";
     this.gridColumn3.FieldName    = "机台";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 3;
     this.gridColumn3.Width        = 142;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "规格";
     this.gridColumn5.FieldName    = "规格";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 6;
     this.gridColumn5.Width        = 138;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "线号";
     this.gridColumn4.FieldName    = "线号";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 4;
     this.gridColumn4.Width        = 142;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption   = "强度";
     this.gridColumn6.FieldName = "强度";
     this.gridColumn6.Name      = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit = false;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width        = 142;
     //
     // Root
     //
     this.Root.CustomizationFormText       = "Root";
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem4,
         this.layoutControlItem5
     });
     this.Root.Location    = new System.Drawing.Point(0, 0);
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(1006, 279);
     this.Root.Text        = "Root";
     this.Root.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridControl1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(986, 228);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.gridViewPaging1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 228);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(986, 31);
     this.layoutControlItem5.Text     = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText       = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3
     });
     this.layoutControlGroup2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name        = "layoutControlGroup2";
     this.layoutControlGroup2.Size        = new System.Drawing.Size(1030, 303);
     this.layoutControlGroup2.Text        = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.dataLayoutControl1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(1010, 283);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Location = new System.Drawing.Point(988, 468);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(200, 100);
     this.flowLayoutPanel1.TabIndex = 10;
     //
     // frmOrderChoose
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1030, 381);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.layoutControl2);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "frmOrderChoose";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "订单选择";
     this.Load         += new System.EventHandler(this.frmOrderChoose_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmOrderChoose_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ChecktextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
     this.dataLayoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.layoutControl1         = new DevExpress.XtraLayout.LayoutControl();
     this.tvPersonInfo           = new System.Windows.Forms.TreeView();
     this.layoutControlGroup1    = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup2    = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1     = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControl2         = new DevExpress.XtraLayout.LayoutControl();
     this.te_DepCode             = new DevExpress.XtraEditors.TextEdit();
     this.barManager             = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                    = new DevExpress.XtraBars.Bar();
     this.bbtniAdd                = new DevExpress.XtraBars.BarButtonItem();
     this.bbtniModify             = new DevExpress.XtraBars.BarButtonItem();
     this.bbtniExit               = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight     = new DevExpress.XtraBars.BarDockControl();
     this.gridViewPaging1         = new Client.Utility.Controls.GridViewPaging();
     this.bt_Search               = new DevExpress.XtraEditors.SimpleButton();
     this.te_PersonType           = new DevExpress.XtraEditors.TextEdit();
     this.te_PersonName           = new DevExpress.XtraEditors.TextEdit();
     this.te_PersonCode           = new DevExpress.XtraEditors.TextEdit();
     this.gcPerson                = new DevExpress.XtraGrid.GridControl();
     this.personInfobindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gvPerson                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDepCode              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPersonType           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPersonName           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPersonCode           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSex                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHeight               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWeight               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPersonEmai           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colPersonPhone          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsOperator           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOparatorCode         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colOparatorName         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup3     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlGroup4     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup5     = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7      = new DevExpress.XtraLayout.LayoutControlItem();
     this.bgWait                  = new System.ComponentModel.BackgroundWorker();
     this.colChannelFactory       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colClientCredentials    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colState                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colInnerChannel         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEndpoint             = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.te_DepCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_PersonType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_PersonName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_PersonCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcPerson)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.personInfobindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPerson)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 24);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.layoutControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.layoutControl2);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1007, 551);
     this.splitContainerControl1.SplitterPosition = 176;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.tvPersonInfo);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(176, 551);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // tvPersonInfo
     //
     this.tvPersonInfo.Location     = new System.Drawing.Point(24, 44);
     this.tvPersonInfo.Name         = "tvPersonInfo";
     this.tvPersonInfo.Size         = new System.Drawing.Size(128, 483);
     this.tvPersonInfo.TabIndex     = 4;
     this.tvPersonInfo.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvPersonInfo_AfterSelect);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(176, 551);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "部门列表";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name     = "layoutControlGroup2";
     this.layoutControlGroup2.Size     = new System.Drawing.Size(156, 531);
     this.layoutControlGroup2.Text     = "部门列表";
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.tvPersonInfo;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(132, 487);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.te_DepCode);
     this.layoutControl2.Controls.Add(this.gridViewPaging1);
     this.layoutControl2.Controls.Add(this.bt_Search);
     this.layoutControl2.Controls.Add(this.te_PersonType);
     this.layoutControl2.Controls.Add(this.te_PersonName);
     this.layoutControl2.Controls.Add(this.te_PersonCode);
     this.layoutControl2.Controls.Add(this.gcPerson);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(0, 0);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup3;
     this.layoutControl2.Size     = new System.Drawing.Size(826, 551);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // te_DepCode
     //
     this.te_DepCode.Location        = new System.Drawing.Point(466, 68);
     this.te_DepCode.MenuManager     = this.barManager;
     this.te_DepCode.Name            = "te_DepCode";
     this.te_DepCode.Size            = new System.Drawing.Size(107, 20);
     this.te_DepCode.StyleController = this.layoutControl2;
     this.te_DepCode.TabIndex        = 10;
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbtniAdd,
         this.bbtniModify,
         this.bbtniExit
     });
     this.barManager.MainMenu   = this.bar2;
     this.barManager.MaxItemId  = 3;
     this.barManager.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barManager_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniAdd),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniModify),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniExit)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bbtniAdd
     //
     this.bbtniAdd.Caption = "新增";
     this.bbtniAdd.Id      = 0;
     this.bbtniAdd.Name    = "bbtniAdd";
     //
     // bbtniModify
     //
     this.bbtniModify.Caption = "修改";
     this.bbtniModify.Id      = 1;
     this.bbtniModify.Name    = "bbtniModify";
     //
     // bbtniExit
     //
     this.bbtniExit.Caption = "退出";
     this.bbtniExit.Id      = 2;
     this.bbtniExit.Name    = "bbtniExit";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(1007, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 575);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1007, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 551);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1007, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 551);
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(24, 502);
     this.gridViewPaging1.MaximumSize    = new System.Drawing.Size(0, 29);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(778, 25);
     this.gridViewPaging1.TabIndex       = 9;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // bt_Search
     //
     this.bt_Search.Location        = new System.Drawing.Point(577, 68);
     this.bt_Search.Name            = "bt_Search";
     this.bt_Search.Size            = new System.Drawing.Size(225, 22);
     this.bt_Search.StyleController = this.layoutControl2;
     this.bt_Search.TabIndex        = 8;
     this.bt_Search.Text            = "搜索";
     this.bt_Search.Click          += new System.EventHandler(this.bt_Search_Click);
     //
     // te_PersonType
     //
     this.te_PersonType.Location        = new System.Drawing.Point(75, 68);
     this.te_PersonType.MenuManager     = this.barManager;
     this.te_PersonType.Name            = "te_PersonType";
     this.te_PersonType.Size            = new System.Drawing.Size(336, 20);
     this.te_PersonType.StyleController = this.layoutControl2;
     this.te_PersonType.TabIndex        = 7;
     //
     // te_PersonName
     //
     this.te_PersonName.Location        = new System.Drawing.Point(466, 44);
     this.te_PersonName.MenuManager     = this.barManager;
     this.te_PersonName.Name            = "te_PersonName";
     this.te_PersonName.Size            = new System.Drawing.Size(336, 20);
     this.te_PersonName.StyleController = this.layoutControl2;
     this.te_PersonName.TabIndex        = 6;
     //
     // te_PersonCode
     //
     this.te_PersonCode.Location        = new System.Drawing.Point(75, 44);
     this.te_PersonCode.MenuManager     = this.barManager;
     this.te_PersonCode.Name            = "te_PersonCode";
     this.te_PersonCode.Size            = new System.Drawing.Size(336, 20);
     this.te_PersonCode.StyleController = this.layoutControl2;
     this.te_PersonCode.TabIndex        = 5;
     //
     // gcPerson
     //
     this.gcPerson.DataSource  = this.personInfobindingSource;
     this.gcPerson.Location    = new System.Drawing.Point(24, 138);
     this.gcPerson.MainView    = this.gvPerson;
     this.gcPerson.MenuManager = this.barManager;
     this.gcPerson.Name        = "gcPerson";
     this.gcPerson.Size        = new System.Drawing.Size(778, 360);
     this.gcPerson.TabIndex    = 4;
     this.gcPerson.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gvPerson
     });
     this.gcPerson.DoubleClick += new System.EventHandler(this.gcPerson_DoubleClick);
     //
     // personInfobindingSource
     //
     this.personInfobindingSource.DataSource = typeof(LY.MES.WFCL.SRPersonInfo.Person);
     //
     // gvPerson
     //
     this.gvPerson.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDepCode,
         this.colPersonType,
         this.colPersonName,
         this.colPersonCode,
         this.colSex,
         this.colHeight,
         this.colWeight,
         this.colPersonEmai,
         this.colPersonPhone,
         this.colIsOperator,
         this.colOparatorCode,
         this.colOparatorName
     });
     this.gvPerson.GridControl = this.gcPerson;
     this.gvPerson.Name        = "gvPerson";
     this.gvPerson.OptionsBehavior.Editable   = false;
     this.gvPerson.OptionsView.ShowGroupPanel = false;
     //
     // colDepCode
     //
     this.colDepCode.Caption      = "部门编码";
     this.colDepCode.FieldName    = "DepCode";
     this.colDepCode.Name         = "colDepCode";
     this.colDepCode.Visible      = true;
     this.colDepCode.VisibleIndex = 0;
     //
     // colPersonType
     //
     this.colPersonType.Caption      = "职员类型";
     this.colPersonType.FieldName    = "PersonType";
     this.colPersonType.Name         = "colPersonType";
     this.colPersonType.Visible      = true;
     this.colPersonType.VisibleIndex = 1;
     //
     // colPersonName
     //
     this.colPersonName.Caption      = "职员姓名";
     this.colPersonName.FieldName    = "PersonName";
     this.colPersonName.Name         = "colPersonName";
     this.colPersonName.Visible      = true;
     this.colPersonName.VisibleIndex = 3;
     //
     // colPersonCode
     //
     this.colPersonCode.Caption      = "职员编码";
     this.colPersonCode.FieldName    = "PersonCode";
     this.colPersonCode.Name         = "colPersonCode";
     this.colPersonCode.Visible      = true;
     this.colPersonCode.VisibleIndex = 2;
     //
     // colSex
     //
     this.colSex.Caption      = "性别";
     this.colSex.FieldName    = "Sex";
     this.colSex.Name         = "colSex";
     this.colSex.Visible      = true;
     this.colSex.VisibleIndex = 4;
     //
     // colHeight
     //
     this.colHeight.Caption      = "身高";
     this.colHeight.FieldName    = "Height";
     this.colHeight.Name         = "colHeight";
     this.colHeight.Visible      = true;
     this.colHeight.VisibleIndex = 5;
     //
     // colWeight
     //
     this.colWeight.Caption      = "体重";
     this.colWeight.FieldName    = "Weight";
     this.colWeight.Name         = "colWeight";
     this.colWeight.Visible      = true;
     this.colWeight.VisibleIndex = 6;
     //
     // colPersonEmai
     //
     this.colPersonEmai.Caption      = "电子邮件";
     this.colPersonEmai.FieldName    = "PersonEmai";
     this.colPersonEmai.Name         = "colPersonEmai";
     this.colPersonEmai.Visible      = true;
     this.colPersonEmai.VisibleIndex = 8;
     //
     // colPersonPhone
     //
     this.colPersonPhone.Caption      = "电话";
     this.colPersonPhone.FieldName    = "PersonPhone";
     this.colPersonPhone.Name         = "colPersonPhone";
     this.colPersonPhone.Visible      = true;
     this.colPersonPhone.VisibleIndex = 7;
     //
     // colIsOperator
     //
     this.colIsOperator.Caption      = "是否操作员";
     this.colIsOperator.FieldName    = "IsOperator";
     this.colIsOperator.Name         = "colIsOperator";
     this.colIsOperator.Visible      = true;
     this.colIsOperator.VisibleIndex = 9;
     //
     // colOparatorCode
     //
     this.colOparatorCode.Caption      = "操作员编码";
     this.colOparatorCode.FieldName    = "OparatorCode";
     this.colOparatorCode.Name         = "colOparatorCode";
     this.colOparatorCode.Visible      = true;
     this.colOparatorCode.VisibleIndex = 10;
     //
     // colOparatorName
     //
     this.colOparatorName.Caption      = "操作员名称";
     this.colOparatorName.FieldName    = "OparatorName";
     this.colOparatorName.Name         = "colOparatorName";
     this.colOparatorName.Visible      = true;
     this.colOparatorName.VisibleIndex = 11;
     //
     // layoutControlGroup3
     //
     this.layoutControlGroup3.CustomizationFormText       = "layoutControlGroup3";
     this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup3.GroupBordersVisible         = false;
     this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlGroup4,
         this.layoutControlGroup5
     });
     this.layoutControlGroup3.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup3.Name        = "layoutControlGroup3";
     this.layoutControlGroup3.Size        = new System.Drawing.Size(826, 551);
     this.layoutControlGroup3.Text        = "layoutControlGroup3";
     this.layoutControlGroup3.TextVisible = false;
     //
     // layoutControlGroup4
     //
     this.layoutControlGroup4.CustomizationFormText = "搜索条件";
     this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem8
     });
     this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup4.Name     = "layoutControlGroup4";
     this.layoutControlGroup4.Size     = new System.Drawing.Size(806, 94);
     this.layoutControlGroup4.Text     = "搜索条件";
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.te_PersonCode;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(391, 24);
     this.layoutControlItem3.Text     = "职员编码";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.te_PersonName;
     this.layoutControlItem4.CustomizationFormText = "职员姓名";
     this.layoutControlItem4.Location = new System.Drawing.Point(391, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(391, 24);
     this.layoutControlItem4.Text     = "职员姓名";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.te_PersonType;
     this.layoutControlItem5.CustomizationFormText = "职员类别";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(391, 26);
     this.layoutControlItem5.Text     = "职员类别";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.bt_Search;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(553, 24);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Size     = new System.Drawing.Size(229, 26);
     this.layoutControlItem6.Text     = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible           = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.te_DepCode;
     this.layoutControlItem8.CustomizationFormText = "部门编号";
     this.layoutControlItem8.Location = new System.Drawing.Point(391, 24);
     this.layoutControlItem8.Name     = "layoutControlItem8";
     this.layoutControlItem8.Size     = new System.Drawing.Size(162, 26);
     this.layoutControlItem8.Text     = "部门编号";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
     //
     // layoutControlGroup5
     //
     this.layoutControlGroup5.CustomizationFormText = "学生信息列表";
     this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem7
     });
     this.layoutControlGroup5.Location = new System.Drawing.Point(0, 94);
     this.layoutControlGroup5.Name     = "layoutControlGroup5";
     this.layoutControlGroup5.Size     = new System.Drawing.Size(806, 437);
     this.layoutControlGroup5.Text     = "职员信息列表";
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.gcPerson;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(782, 364);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.gridViewPaging1;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 364);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.Size     = new System.Drawing.Size(782, 29);
     this.layoutControlItem7.Text     = "layoutControlItem7";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextToControlDistance = 0;
     this.layoutControlItem7.TextVisible           = false;
     //
     // bgWait
     //
     this.bgWait.WorkerReportsProgress = true;
     this.bgWait.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgWait_DoWork);
     this.bgWait.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWait_RunWorkerCompleted);
     //
     // colChannelFactory
     //
     this.colChannelFactory.FieldName = "ChannelFactory";
     this.colChannelFactory.Name      = "colChannelFactory";
     this.colChannelFactory.OptionsColumn.ReadOnly = true;
     this.colChannelFactory.Visible      = true;
     this.colChannelFactory.VisibleIndex = 0;
     //
     // colClientCredentials
     //
     this.colClientCredentials.FieldName = "ClientCredentials";
     this.colClientCredentials.Name      = "colClientCredentials";
     this.colClientCredentials.OptionsColumn.ReadOnly = true;
     this.colClientCredentials.Visible      = true;
     this.colClientCredentials.VisibleIndex = 1;
     //
     // colState
     //
     this.colState.FieldName = "State";
     this.colState.Name      = "colState";
     this.colState.OptionsColumn.ReadOnly = true;
     this.colState.Visible      = true;
     this.colState.VisibleIndex = 2;
     //
     // colInnerChannel
     //
     this.colInnerChannel.FieldName = "InnerChannel";
     this.colInnerChannel.Name      = "colInnerChannel";
     this.colInnerChannel.OptionsColumn.ReadOnly = true;
     this.colInnerChannel.Visible      = true;
     this.colInnerChannel.VisibleIndex = 3;
     //
     // colEndpoint
     //
     this.colEndpoint.FieldName = "Endpoint";
     this.colEndpoint.Name      = "colEndpoint";
     this.colEndpoint.OptionsColumn.ReadOnly = true;
     this.colEndpoint.Visible      = true;
     this.colEndpoint.VisibleIndex = 4;
     //
     // frmPersonalInfoList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1007, 575);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "frmPersonalInfoList";
     this.Text  = "frmPersonalInformationList";
     this.Load += new System.EventHandler(this.frmPersonalInfoList_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.te_DepCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_PersonType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_PersonName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.te_PersonCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcPerson)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.personInfobindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvPerson)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.barManager1                = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                       = new DevExpress.XtraBars.Bar();
     this.bbtnEnsure                 = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnExit                   = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop          = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight        = new DevExpress.XtraBars.BarDockControl();
     this.layoutControl1             = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControl3             = new DevExpress.XtraLayout.LayoutControl();
     this.simpleButton1              = new DevExpress.XtraEditors.SimpleButton();
     this.CheckTextEdit              = new DevExpress.XtraEditors.TextEdit();
     this.Root                       = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup1        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1         = new DevExpress.XtraLayout.LayoutControlItem();
     this.backgroundWorker1          = new System.ComponentModel.BackgroundWorker();
     this.deviceExecuteBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.layoutControl2             = new DevExpress.XtraLayout.LayoutControl();
     this.gridViewPaging1            = new Client.Utility.Controls.GridViewPaging();
     this.gridControl1               = new DevExpress.XtraGrid.GridControl();
     this.gridView1                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCollFrequency           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreatePerson            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevCode                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeveCode                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeviCode                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevpCode                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastDate                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastPerson              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUserStatus              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup2        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem4         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5         = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
     this.layoutControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CheckTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deviceExecuteBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbtnEnsure,
         this.bbtnExit
     });
     this.barManager1.MainMenu   = this.bar2;
     this.barManager1.MaxItemId  = 2;
     this.barManager1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barManager1_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnEnsure),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnExit)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bbtnEnsure
     //
     this.bbtnEnsure.Caption = "确定";
     this.bbtnEnsure.Id      = 0;
     this.bbtnEnsure.Name    = "bbtnEnsure";
     //
     // bbtnExit
     //
     this.bbtnExit.Caption = "退出";
     this.bbtnExit.Id      = 1;
     this.bbtnExit.Name    = "bbtnExit";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(967, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 446);
     this.barDockControlBottom.Size             = new System.Drawing.Size(967, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 422);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(967, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 422);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.layoutControl3);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(56, 204, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(967, 92);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // layoutControl3
     //
     this.layoutControl3.Controls.Add(this.simpleButton1);
     this.layoutControl3.Controls.Add(this.CheckTextEdit);
     this.layoutControl3.Location = new System.Drawing.Point(12, 12);
     this.layoutControl3.Name     = "layoutControl3";
     this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(318, 189, 250, 350);
     this.layoutControl3.Root     = this.Root;
     this.layoutControl3.Size     = new System.Drawing.Size(943, 66);
     this.layoutControl3.TabIndex = 4;
     this.layoutControl3.Text     = "layoutControl3";
     //
     // simpleButton1
     //
     this.simpleButton1.Location        = new System.Drawing.Point(719, 12);
     this.simpleButton1.Name            = "simpleButton1";
     this.simpleButton1.Size            = new System.Drawing.Size(212, 22);
     this.simpleButton1.StyleController = this.layoutControl3;
     this.simpleButton1.TabIndex        = 5;
     this.simpleButton1.Text            = "搜索";
     this.simpleButton1.Click          += new System.EventHandler(this.simpleButton1_Click);
     //
     // CheckTextEdit
     //
     this.CheckTextEdit.Location        = new System.Drawing.Point(71, 12);
     this.CheckTextEdit.MenuManager     = this.barManager1;
     this.CheckTextEdit.Name            = "CheckTextEdit";
     this.CheckTextEdit.Size            = new System.Drawing.Size(644, 20);
     this.CheckTextEdit.StyleController = this.layoutControl3;
     this.CheckTextEdit.TabIndex        = 4;
     //
     // Root
     //
     this.Root.CustomizationFormText       = "Root";
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem3
     });
     this.Root.Location    = new System.Drawing.Point(0, 0);
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(943, 66);
     this.Root.Text        = "Root";
     this.Root.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.CheckTextEdit;
     this.layoutControlItem2.CustomizationFormText = " 搜索条件 ";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(707, 46);
     this.layoutControlItem2.Text     = " 搜索条件 ";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(56, 14);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.simpleButton1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(707, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(216, 46);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(967, 92);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.layoutControl3;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(947, 72);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress = true;
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     //
     // deviceExecuteBindingSource
     //
     this.deviceExecuteBindingSource.DataSource = typeof(LY.MES.WFCL.SRExcute.DeviceExecute);
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.gridViewPaging1);
     this.layoutControl2.Controls.Add(this.gridControl1);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(0, 116);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(967, 330);
     this.layoutControl2.TabIndex = 5;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // gridViewPaging1
     //
     paging1.CurrentPage             = ((long)(1));
     paging1.IsPaging                = true;
     paging1.PageSize                = ((long)(20));
     paging1.RowCount                = ((long)(0));
     this.gridViewPaging1.DataPaging = paging1;
     this.gridViewPaging1.Location   = new System.Drawing.Point(12, 293);
     this.gridViewPaging1.Name       = "gridViewPaging1";
     this.gridViewPaging1.Size       = new System.Drawing.Size(943, 25);
     this.gridViewPaging1.TabIndex   = 5;
     //
     // gridControl1
     //
     this.gridControl1.DataSource  = this.deviceExecuteBindingSource;
     this.gridControl1.Location    = new System.Drawing.Point(12, 12);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(943, 277);
     this.gridControl1.TabIndex    = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCollFrequency,
         this.colCreateDate,
         this.colCreatePerson,
         this.colDevCode,
         this.colDeveCode,
         this.colDeviCode,
         this.colDevpCode,
         this.colLastDate,
         this.colLastPerson,
         this.colUserStatus
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colCollFrequency, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // colCollFrequency
     //
     this.colCollFrequency.Caption   = "传输频率";
     this.colCollFrequency.FieldName = "CollFrequency";
     this.colCollFrequency.Name      = "colCollFrequency";
     this.colCollFrequency.OptionsColumn.ReadOnly = true;
     this.colCollFrequency.Visible      = true;
     this.colCollFrequency.VisibleIndex = 4;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption      = "创建日期";
     this.colCreateDate.FieldName    = "CreateDate";
     this.colCreateDate.Name         = "colCreateDate";
     this.colCreateDate.Visible      = true;
     this.colCreateDate.VisibleIndex = 5;
     //
     // colCreatePerson
     //
     this.colCreatePerson.Caption      = "创建人";
     this.colCreatePerson.FieldName    = "CreatePerson";
     this.colCreatePerson.Name         = "colCreatePerson";
     this.colCreatePerson.Visible      = true;
     this.colCreatePerson.VisibleIndex = 6;
     //
     // colDevCode
     //
     this.colDevCode.Caption      = "设备编码";
     this.colDevCode.FieldName    = "DevCode";
     this.colDevCode.Name         = "colDevCode";
     this.colDevCode.Visible      = true;
     this.colDevCode.VisibleIndex = 1;
     //
     // colDeveCode
     //
     this.colDeveCode.Caption      = "自动编码";
     this.colDeveCode.FieldName    = "DeveCode";
     this.colDeveCode.Name         = "colDeveCode";
     this.colDeveCode.Visible      = true;
     this.colDeveCode.VisibleIndex = 0;
     //
     // colDeviCode
     //
     this.colDeviCode.Caption      = "接口编码";
     this.colDeviCode.FieldName    = "DeviCode";
     this.colDeviCode.Name         = "colDeviCode";
     this.colDeviCode.Visible      = true;
     this.colDeviCode.VisibleIndex = 2;
     //
     // colDevpCode
     //
     this.colDevpCode.Caption      = "参数编码";
     this.colDevpCode.FieldName    = "DevpCode";
     this.colDevpCode.Name         = "colDevpCode";
     this.colDevpCode.Visible      = true;
     this.colDevpCode.VisibleIndex = 3;
     //
     // colLastDate
     //
     this.colLastDate.Caption      = "最后修改日期";
     this.colLastDate.FieldName    = "LastDate";
     this.colLastDate.Name         = "colLastDate";
     this.colLastDate.Visible      = true;
     this.colLastDate.VisibleIndex = 7;
     //
     // colLastPerson
     //
     this.colLastPerson.Caption      = "最后修改人";
     this.colLastPerson.FieldName    = "LastPerson";
     this.colLastPerson.Name         = "colLastPerson";
     this.colLastPerson.Visible      = true;
     this.colLastPerson.VisibleIndex = 8;
     //
     // colUserStatus
     //
     this.colUserStatus.Caption      = "使用状态";
     this.colUserStatus.FieldName    = "UserStatus";
     this.colUserStatus.Name         = "colUserStatus";
     this.colUserStatus.Visible      = true;
     this.colUserStatus.VisibleIndex = 9;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText       = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem4,
         this.layoutControlItem5
     });
     this.layoutControlGroup2.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name        = "layoutControlGroup2";
     this.layoutControlGroup2.Size        = new System.Drawing.Size(967, 330);
     this.layoutControlGroup2.Text        = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridControl1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(947, 281);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.gridViewPaging1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 281);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(947, 29);
     this.layoutControlItem5.Text     = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // frmExecuteChoose
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(967, 446);
     this.Controls.Add(this.layoutControl2);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "frmExecuteChoose";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备执行列表";
     this.Load         += new System.EventHandler(this.frmExecuteChoose_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
     this.layoutControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.CheckTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deviceExecuteBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.deviceParameterBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                 = new DevExpress.XtraBars.Bar();
     this.bbtiEnsure           = new DevExpress.XtraBars.BarButtonItem();
     this.bbtiClear            = new DevExpress.XtraBars.BarButtonItem();
     this.bbtiExit             = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.gridViewPaging1      = new Client.Utility.Controls.GridViewPaging();
     this.gridControl1         = new DevExpress.XtraGrid.GridControl();
     this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDevCode           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevice            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeviceInterfaces  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevpCode          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevpName          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxValue          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMinValue          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRemark            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStandardValue     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.FiltrateSimpleButton = new DevExpress.XtraEditors.SimpleButton();
     this.FiltrateTextEdit     = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.FiltrateControlItem  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     this.backgroundWorker1    = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.deviceParameterBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FiltrateTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FiltrateControlItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     this.SuspendLayout();
     //
     // deviceParameterBindingSource
     //
     this.deviceParameterBindingSource.DataSource = typeof(LY.MES.WFCL.SRDevice.DeviceParameter);
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbtiEnsure,
         this.bbtiClear,
         this.bbtiExit
     });
     this.barManager1.MainMenu   = this.bar2;
     this.barManager1.MaxItemId  = 3;
     this.barManager1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barManager1_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtiEnsure),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtiClear),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtiExit)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bbtiEnsure
     //
     this.bbtiEnsure.Caption = "确定";
     this.bbtiEnsure.Id      = 0;
     this.bbtiEnsure.Name    = "bbtiEnsure";
     //
     // bbtiClear
     //
     this.bbtiClear.Caption    = "清除";
     this.bbtiClear.Id         = 1;
     this.bbtiClear.Name       = "bbtiClear";
     this.bbtiClear.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // bbtiExit
     //
     this.bbtiExit.Caption = "退出";
     this.bbtiExit.Id      = 2;
     this.bbtiExit.Name    = "bbtiExit";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(801, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 475);
     this.barDockControlBottom.Size             = new System.Drawing.Size(801, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 451);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(801, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 451);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridViewPaging1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.FiltrateSimpleButton);
     this.layoutControl1.Controls.Add(this.FiltrateTextEdit);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(801, 451);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(12, 412);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(767, 27);
     this.gridViewPaging1.TabIndex       = 7;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // gridControl1
     //
     this.gridControl1.DataSource  = this.deviceParameterBindingSource;
     this.gridControl1.Location    = new System.Drawing.Point(12, 38);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(777, 370);
     this.gridControl1.TabIndex    = 6;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
     //
     // gridView1
     //
     this.gridView1.Appearance.GroupPanel.ForeColor            = System.Drawing.Color.Black;
     this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDevCode,
         this.colDevice,
         this.colDeviceInterfaces,
         this.colDevpCode,
         this.colDevpName,
         this.colMaxValue,
         this.colMinValue,
         this.colRemark,
         this.colStandardValue
     });
     this.gridView1.GridControl              = this.gridControl1;
     this.gridView1.GroupPanelText           = "参数列表";
     this.gridView1.Name                     = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsBehavior.ReadOnly = true;
     //
     // colDevCode
     //
     this.colDevCode.Caption      = "设备编码";
     this.colDevCode.FieldName    = "DevCode";
     this.colDevCode.Name         = "colDevCode";
     this.colDevCode.Visible      = true;
     this.colDevCode.VisibleIndex = 0;
     //
     // colDevice
     //
     this.colDevice.FieldName = "Device";
     this.colDevice.Name      = "colDevice";
     //
     // colDeviceInterfaces
     //
     this.colDeviceInterfaces.FieldName = "DeviceInterfaces";
     this.colDeviceInterfaces.Name      = "colDeviceInterfaces";
     //
     // colDevpCode
     //
     this.colDevpCode.Caption      = "参数编码";
     this.colDevpCode.FieldName    = "DevpCode";
     this.colDevpCode.Name         = "colDevpCode";
     this.colDevpCode.Visible      = true;
     this.colDevpCode.VisibleIndex = 1;
     //
     // colDevpName
     //
     this.colDevpName.Caption      = "参数名称";
     this.colDevpName.FieldName    = "DevpName";
     this.colDevpName.Name         = "colDevpName";
     this.colDevpName.Visible      = true;
     this.colDevpName.VisibleIndex = 2;
     //
     // colMaxValue
     //
     this.colMaxValue.Caption      = "最大值";
     this.colMaxValue.FieldName    = "MaxValue";
     this.colMaxValue.Name         = "colMaxValue";
     this.colMaxValue.Visible      = true;
     this.colMaxValue.VisibleIndex = 3;
     //
     // colMinValue
     //
     this.colMinValue.Caption      = "最小值";
     this.colMinValue.FieldName    = "MinValue";
     this.colMinValue.Name         = "colMinValue";
     this.colMinValue.Visible      = true;
     this.colMinValue.VisibleIndex = 4;
     //
     // colRemark
     //
     this.colRemark.Caption      = "备注";
     this.colRemark.FieldName    = "Remark";
     this.colRemark.Name         = "colRemark";
     this.colRemark.Visible      = true;
     this.colRemark.VisibleIndex = 6;
     //
     // colStandardValue
     //
     this.colStandardValue.Caption      = "标准值";
     this.colStandardValue.FieldName    = "StandardValue";
     this.colStandardValue.Name         = "colStandardValue";
     this.colStandardValue.Visible      = true;
     this.colStandardValue.VisibleIndex = 5;
     //
     // FiltrateSimpleButton
     //
     this.FiltrateSimpleButton.Location        = new System.Drawing.Point(688, 12);
     this.FiltrateSimpleButton.Name            = "FiltrateSimpleButton";
     this.FiltrateSimpleButton.Size            = new System.Drawing.Size(101, 22);
     this.FiltrateSimpleButton.StyleController = this.layoutControl1;
     this.FiltrateSimpleButton.TabIndex        = 5;
     this.FiltrateSimpleButton.Text            = "过滤(Ctrl+F)";
     this.FiltrateSimpleButton.Click          += new System.EventHandler(this.FiltrateSimpleButton_Click);
     //
     // FiltrateTextEdit
     //
     this.FiltrateTextEdit.EditValue       = "";
     this.FiltrateTextEdit.Location        = new System.Drawing.Point(63, 12);
     this.FiltrateTextEdit.MenuManager     = this.barManager1;
     this.FiltrateTextEdit.Name            = "FiltrateTextEdit";
     this.FiltrateTextEdit.Size            = new System.Drawing.Size(621, 20);
     this.FiltrateTextEdit.StyleController = this.layoutControl1;
     this.FiltrateTextEdit.TabIndex        = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.FiltrateControlItem,
         this.layoutControlItem2,
         this.emptySpaceItem2,
         this.layoutControlItem3,
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(801, 451);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // FiltrateControlItem
     //
     this.FiltrateControlItem.Control = this.FiltrateTextEdit;
     this.FiltrateControlItem.CustomizationFormText = "过滤条件";
     this.FiltrateControlItem.Location = new System.Drawing.Point(0, 0);
     this.FiltrateControlItem.Name     = "FiltrateControlItem";
     this.FiltrateControlItem.Size     = new System.Drawing.Size(676, 26);
     this.FiltrateControlItem.Text     = "过滤条件";
     this.FiltrateControlItem.TextSize = new System.Drawing.Size(48, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.FiltrateSimpleButton;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(676, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(105, 26);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack         = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location            = new System.Drawing.Point(771, 400);
     this.emptySpaceItem2.MaxSize             = new System.Drawing.Size(10, 31);
     this.emptySpaceItem2.MinSize             = new System.Drawing.Size(10, 31);
     this.emptySpaceItem2.Name                = "emptySpaceItem2";
     this.emptySpaceItem2.Size                = new System.Drawing.Size(10, 31);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.Text                = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridControl1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(781, 374);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridViewPaging1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 400);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(771, 31);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.WorkerReportsProgress = true;
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     //
     // frmParChoose
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(801, 475);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "frmParChoose";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "参数选择列表";
     this.Load         += new System.EventHandler(this.frmParChoose_Load);
     ((System.ComponentModel.ISupportInitialize)(this.deviceParameterBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FiltrateTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FiltrateControlItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging2 = new Client.Utility.Controls.Paging();
     this.barManager1                  = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                         = new DevExpress.XtraBars.Bar();
     this.bbtnEnsure                   = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnExit                     = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop            = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft           = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight          = new DevExpress.XtraBars.BarDockControl();
     this.layoutControl1               = new DevExpress.XtraLayout.LayoutControl();
     this.gridControl1                 = new DevExpress.XtraGrid.GridControl();
     this.deviceInterfaceBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1                    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDataType                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevCode                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeviCode                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeviName                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevpAddress               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevpCode                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsTwoWay                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRemark                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSendFormat                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUserStatus                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridViewPaging1              = new Client.Utility.Controls.GridViewPaging();
     this.CheckSimpleButton            = new DevExpress.XtraEditors.SimpleButton();
     this.CheckTextEdit                = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1          = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3           = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1              = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem4           = new DevExpress.XtraLayout.LayoutControlItem();
     this.BGW1                         = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deviceInterfaceBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CheckTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbtnEnsure,
         this.bbtnExit
     });
     this.barManager1.MainMenu   = this.bar2;
     this.barManager1.MaxItemId  = 2;
     this.barManager1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barManager1_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnEnsure),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnExit)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bbtnEnsure
     //
     this.bbtnEnsure.Caption = "确定";
     this.bbtnEnsure.Id      = 0;
     this.bbtnEnsure.Name    = "bbtnEnsure";
     //
     // bbtnExit
     //
     this.bbtnExit.Caption = "退出";
     this.bbtnExit.Id      = 1;
     this.bbtnExit.Name    = "bbtnExit";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(909, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 492);
     this.barDockControlBottom.Size             = new System.Drawing.Size(909, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 468);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(909, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 468);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.gridViewPaging1);
     this.layoutControl1.Controls.Add(this.CheckSimpleButton);
     this.layoutControl1.Controls.Add(this.CheckTextEdit);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(909, 468);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridControl1
     //
     this.gridControl1.DataSource  = this.deviceInterfaceBindingSource;
     this.gridControl1.Location    = new System.Drawing.Point(12, 38);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(885, 386);
     this.gridControl1.TabIndex    = 6;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
     //
     // deviceInterfaceBindingSource
     //
     this.deviceInterfaceBindingSource.DataSource = typeof(LY.MES.WFCL.SRDevice.DeviceInterface);
     //
     // gridView1
     //
     this.gridView1.Appearance.GroupPanel.ForeColor            = System.Drawing.Color.Black;
     this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDataType,
         this.colDevCode,
         this.colDeviCode,
         this.colDeviName,
         this.colDevpAddress,
         this.colDevpCode,
         this.colIsTwoWay,
         this.colRemark,
         this.colSendFormat,
         this.colUserStatus
     });
     this.gridView1.GridControl              = this.gridControl1;
     this.gridView1.GroupPanelText           = "设备接口参数列表";
     this.gridView1.Name                     = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsBehavior.ReadOnly = true;
     //
     // colDataType
     //
     this.colDataType.Caption      = "数据类型";
     this.colDataType.FieldName    = "DataType";
     this.colDataType.Name         = "colDataType";
     this.colDataType.Visible      = true;
     this.colDataType.VisibleIndex = 5;
     this.colDataType.Width        = 64;
     //
     // colDevCode
     //
     this.colDevCode.Caption      = "设备编码";
     this.colDevCode.FieldName    = "DevCode";
     this.colDevCode.Name         = "colDevCode";
     this.colDevCode.Visible      = true;
     this.colDevCode.VisibleIndex = 0;
     this.colDevCode.Width        = 64;
     //
     // colDeviCode
     //
     this.colDeviCode.Caption      = "接口编码";
     this.colDeviCode.FieldName    = "DeviCode";
     this.colDeviCode.Name         = "colDeviCode";
     this.colDeviCode.Visible      = true;
     this.colDeviCode.VisibleIndex = 1;
     this.colDeviCode.Width        = 64;
     //
     // colDeviName
     //
     this.colDeviName.Caption      = "接口名称";
     this.colDeviName.FieldName    = "DeviName";
     this.colDeviName.Name         = "colDeviName";
     this.colDeviName.Visible      = true;
     this.colDeviName.VisibleIndex = 2;
     this.colDeviName.Width        = 64;
     //
     // colDevpAddress
     //
     this.colDevpAddress.Caption      = "接口地址";
     this.colDevpAddress.FieldName    = "DevpAddress";
     this.colDevpAddress.Name         = "colDevpAddress";
     this.colDevpAddress.Visible      = true;
     this.colDevpAddress.VisibleIndex = 4;
     this.colDevpAddress.Width        = 80;
     //
     // colDevpCode
     //
     this.colDevpCode.Caption      = "参数编码";
     this.colDevpCode.FieldName    = "DevpCode";
     this.colDevpCode.Name         = "colDevpCode";
     this.colDevpCode.Visible      = true;
     this.colDevpCode.VisibleIndex = 3;
     this.colDevpCode.Width        = 70;
     //
     // colIsTwoWay
     //
     this.colIsTwoWay.Caption      = "是否双向通讯";
     this.colIsTwoWay.FieldName    = "IsTwoWay";
     this.colIsTwoWay.Name         = "colIsTwoWay";
     this.colIsTwoWay.Visible      = true;
     this.colIsTwoWay.VisibleIndex = 6;
     this.colIsTwoWay.Width        = 89;
     //
     // colRemark
     //
     this.colRemark.Caption      = "备注";
     this.colRemark.FieldName    = "Remark";
     this.colRemark.Name         = "colRemark";
     this.colRemark.Visible      = true;
     this.colRemark.VisibleIndex = 8;
     this.colRemark.Width        = 45;
     //
     // colSendFormat
     //
     this.colSendFormat.Caption      = "发送格式";
     this.colSendFormat.FieldName    = "SendFormat";
     this.colSendFormat.Name         = "colSendFormat";
     this.colSendFormat.Visible      = true;
     this.colSendFormat.VisibleIndex = 7;
     this.colSendFormat.Width        = 45;
     //
     // colUserStatus
     //
     this.colUserStatus.Caption      = "使用状态";
     this.colUserStatus.FieldName    = "UserStatus";
     this.colUserStatus.Name         = "colUserStatus";
     this.colUserStatus.Visible      = true;
     this.colUserStatus.VisibleIndex = 9;
     this.colUserStatus.Width        = 57;
     //
     // gridViewPaging1
     //
     paging2.CurrentPage                 = ((long)(1));
     paging2.IsPaging                    = true;
     paging2.PageSize                    = ((long)(20));
     paging2.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging2;
     this.gridViewPaging1.Location       = new System.Drawing.Point(12, 428);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(874, 28);
     this.gridViewPaging1.TabIndex       = 7;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // CheckSimpleButton
     //
     this.CheckSimpleButton.Location        = new System.Drawing.Point(645, 12);
     this.CheckSimpleButton.Name            = "CheckSimpleButton";
     this.CheckSimpleButton.Size            = new System.Drawing.Size(252, 22);
     this.CheckSimpleButton.StyleController = this.layoutControl1;
     this.CheckSimpleButton.TabIndex        = 5;
     this.CheckSimpleButton.Text            = "搜索";
     this.CheckSimpleButton.Click          += new System.EventHandler(this.CheckSimpleButton_Click);
     //
     // CheckTextEdit
     //
     this.CheckTextEdit.Location        = new System.Drawing.Point(65, 12);
     this.CheckTextEdit.MenuManager     = this.barManager1;
     this.CheckTextEdit.Name            = "CheckTextEdit";
     this.CheckTextEdit.Size            = new System.Drawing.Size(576, 20);
     this.CheckTextEdit.StyleController = this.layoutControl1;
     this.CheckTextEdit.TabIndex        = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.emptySpaceItem1,
         this.layoutControlItem4
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(909, 468);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.CheckTextEdit;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location              = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.MaxSize               = new System.Drawing.Size(633, 26);
     this.layoutControlItem1.MinSize               = new System.Drawing.Size(633, 26);
     this.layoutControlItem1.Name                  = "layoutControlItem1";
     this.layoutControlItem1.Size                  = new System.Drawing.Size(633, 26);
     this.layoutControlItem1.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem1.Text                  = "搜索条件";
     this.layoutControlItem1.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize              = new System.Drawing.Size(48, 14);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.CheckSimpleButton;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(633, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(256, 26);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridControl1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(889, 390);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location            = new System.Drawing.Point(878, 416);
     this.emptySpaceItem1.MaxSize             = new System.Drawing.Size(11, 32);
     this.emptySpaceItem1.MinSize             = new System.Drawing.Size(11, 32);
     this.emptySpaceItem1.Name                = "emptySpaceItem1";
     this.emptySpaceItem1.Size                = new System.Drawing.Size(11, 32);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem1.Text                = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize            = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridViewPaging1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 416);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(878, 32);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // BGW1
     //
     this.BGW1.WorkerReportsProgress = true;
     this.BGW1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.BGW1_DoWork);
     this.BGW1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BGW1_RunWorkerCompleted);
     //
     // frmInterfaceChoose
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(909, 492);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "frmInterfaceChoose";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备接口列表";
     this.Load         += new System.EventHandler(this.frmInterfaceChoose_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deviceInterfaceBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CheckTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.layoutControl1  = new DevExpress.XtraLayout.LayoutControl();
     this.dateEdit1       = new DevExpress.XtraEditors.DateEdit();
     this.layoutControl2  = new DevExpress.XtraLayout.LayoutControl();
     this.gridViewPaging1 = new Client.Utility.Controls.GridViewPaging();
     this.gridControl1    = new DevExpress.XtraGrid.GridControl();
     this.qCDrumsFindLeakReportBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.检漏单号                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMonth            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colWeek             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevCode          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDrumsName        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFrequency        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFLSituation      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colFLResult         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colRemark           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreatePerson     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateTime       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSourceCode       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Root                = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem3  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit1           = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2     = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem5  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6  = new DevExpress.XtraLayout.LayoutControlItem();
     this.BgWait1             = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.qCDrumsFindLeakReportBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.dateEdit1);
     this.layoutControl1.Controls.Add(this.layoutControl2);
     this.layoutControl1.Controls.Add(this.simpleButton1);
     this.layoutControl1.Controls.Add(this.textEdit1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(422, 215, 411, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(944, 419);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(489, 12);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.CloseUpKey       = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.dateEdit1.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.dateEdit1.Size            = new System.Drawing.Size(143, 20);
     this.dateEdit1.StyleController = this.layoutControl1;
     this.dateEdit1.TabIndex        = 9;
     //
     // layoutControl2
     //
     this.layoutControl2.Controls.Add(this.gridViewPaging1);
     this.layoutControl2.Controls.Add(this.gridControl1);
     this.layoutControl2.Location = new System.Drawing.Point(12, 38);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(222, 150, 250, 350);
     this.layoutControl2.Root     = this.Root;
     this.layoutControl2.Size     = new System.Drawing.Size(920, 369);
     this.layoutControl2.TabIndex = 8;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(12, 329);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(896, 28);
     this.gridViewPaging1.TabIndex       = 7;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.qCDrumsFindLeakReportBindingSource;
     this.gridControl1.Location   = new System.Drawing.Point(12, 12);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(896, 313);
     this.gridControl1.TabIndex   = 6;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.检漏单号,
         this.colMonth,
         this.colWeek,
         this.colDevCode,
         this.colDrumsName,
         this.colFrequency,
         this.colFLSituation,
         this.colFLResult,
         this.colRemark,
         this.colCreatePerson,
         this.colCreateDate,
         this.colCreateTime,
         this.colSourceCode
     });
     this.gridView1.GridControl                         = this.gridControl1;
     this.gridView1.IndicatorWidth                      = 40;
     this.gridView1.Name                                = "gridView1";
     this.gridView1.OptionsBehavior.ReadOnly            = true;
     this.gridView1.OptionsView.ColumnAutoWidth         = false;
     this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView1.OptionsView.EnableAppearanceOddRow  = true;
     this.gridView1.OptionsView.ShowGroupPanel          = false;
     //
     // 检漏单号
     //
     this.检漏单号.Caption      = "检漏单号";
     this.检漏单号.FieldName    = "FLVCode";
     this.检漏单号.Name         = "检漏单号";
     this.检漏单号.Visible      = true;
     this.检漏单号.VisibleIndex = 0;
     this.检漏单号.Width        = 173;
     //
     // colMonth
     //
     this.colMonth.Caption      = "月份";
     this.colMonth.FieldName    = "Month";
     this.colMonth.Name         = "colMonth";
     this.colMonth.Visible      = true;
     this.colMonth.VisibleIndex = 1;
     //
     // colWeek
     //
     this.colWeek.Caption      = "周次";
     this.colWeek.FieldName    = "Week";
     this.colWeek.Name         = "colWeek";
     this.colWeek.Visible      = true;
     this.colWeek.VisibleIndex = 2;
     //
     // colDevCode
     //
     this.colDevCode.Caption      = "转鼓编码";
     this.colDevCode.FieldName    = "DevCode";
     this.colDevCode.Name         = "colDevCode";
     this.colDevCode.Visible      = true;
     this.colDevCode.VisibleIndex = 4;
     this.colDevCode.Width        = 118;
     //
     // colDrumsName
     //
     this.colDrumsName.Caption      = "转鼓名称";
     this.colDrumsName.FieldName    = "DevName";
     this.colDrumsName.Name         = "colDrumsName";
     this.colDrumsName.Visible      = true;
     this.colDrumsName.VisibleIndex = 5;
     this.colDrumsName.Width        = 145;
     //
     // colFrequency
     //
     this.colFrequency.Caption      = "班次";
     this.colFrequency.FieldName    = "Frequency";
     this.colFrequency.Name         = "colFrequency";
     this.colFrequency.Visible      = true;
     this.colFrequency.VisibleIndex = 3;
     //
     // colFLSituation
     //
     this.colFLSituation.Caption      = "检漏情况";
     this.colFLSituation.FieldName    = "FLSituation";
     this.colFLSituation.Name         = "colFLSituation";
     this.colFLSituation.Visible      = true;
     this.colFLSituation.VisibleIndex = 7;
     this.colFLSituation.Width        = 173;
     //
     // colFLResult
     //
     this.colFLResult.Caption      = "检漏结果";
     this.colFLResult.FieldName    = "FLResult";
     this.colFLResult.Name         = "colFLResult";
     this.colFLResult.Visible      = true;
     this.colFLResult.VisibleIndex = 6;
     //
     // colRemark
     //
     this.colRemark.Caption      = "补充说明";
     this.colRemark.FieldName    = "Remark";
     this.colRemark.Name         = "colRemark";
     this.colRemark.Visible      = true;
     this.colRemark.VisibleIndex = 8;
     this.colRemark.Width        = 121;
     //
     // colCreatePerson
     //
     this.colCreatePerson.Caption      = "创建人";
     this.colCreatePerson.FieldName    = "CreatePerson";
     this.colCreatePerson.Name         = "colCreatePerson";
     this.colCreatePerson.Visible      = true;
     this.colCreatePerson.VisibleIndex = 10;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption      = "创建日期";
     this.colCreateDate.FieldName    = "CreateDate";
     this.colCreateDate.Name         = "colCreateDate";
     this.colCreateDate.Visible      = true;
     this.colCreateDate.VisibleIndex = 11;
     this.colCreateDate.Width        = 134;
     //
     // colCreateTime
     //
     this.colCreateTime.Caption   = "创建时间";
     this.colCreateTime.FieldName = "CreateTime";
     this.colCreateTime.Name      = "colCreateTime";
     //
     // colSourceCode
     //
     this.colSourceCode.Caption      = "来源单号";
     this.colSourceCode.FieldName    = "SourceCode";
     this.colSourceCode.Name         = "colSourceCode";
     this.colSourceCode.Visible      = true;
     this.colSourceCode.VisibleIndex = 9;
     this.colSourceCode.Width        = 145;
     //
     // Root
     //
     this.Root.CustomizationFormText       = "Root";
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem3,
         this.layoutControlItem4
     });
     this.Root.Location    = new System.Drawing.Point(0, 0);
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(920, 369);
     this.Root.Text        = "Root";
     this.Root.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.gridControl1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(900, 317);
     this.layoutControlItem3.Text     = "layoutControlItem3";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.gridViewPaging1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location              = new System.Drawing.Point(0, 317);
     this.layoutControlItem4.MaxSize               = new System.Drawing.Size(0, 32);
     this.layoutControlItem4.MinSize               = new System.Drawing.Size(104, 32);
     this.layoutControlItem4.Name                  = "layoutControlItem4";
     this.layoutControlItem4.Size                  = new System.Drawing.Size(900, 32);
     this.layoutControlItem4.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text                  = "layoutControlItem4";
     this.layoutControlItem4.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // simpleButton1
     //
     this.simpleButton1.Location        = new System.Drawing.Point(836, 12);
     this.simpleButton1.Name            = "simpleButton1";
     this.simpleButton1.Size            = new System.Drawing.Size(96, 22);
     this.simpleButton1.StyleController = this.layoutControl1;
     this.simpleButton1.TabIndex        = 5;
     this.simpleButton1.Text            = "查询";
     this.simpleButton1.Click          += new System.EventHandler(this.simpleButton1_Click);
     //
     // textEdit1
     //
     this.textEdit1.Location        = new System.Drawing.Point(701, 12);
     this.textEdit1.Name            = "textEdit1";
     this.textEdit1.Size            = new System.Drawing.Size(131, 20);
     this.textEdit1.StyleController = this.layoutControl1;
     this.textEdit1.TabIndex        = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.emptySpaceItem2,
         this.layoutControlItem5,
         this.layoutControlItem6
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(944, 419);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.textEdit1;
     this.layoutControlItem1.CustomizationFormText = "检漏单号:";
     this.layoutControlItem1.Location              = new System.Drawing.Point(624, 0);
     this.layoutControlItem1.Name                  = "layoutControlItem1";
     this.layoutControlItem1.Size                  = new System.Drawing.Size(200, 26);
     this.layoutControlItem1.Text                  = "检漏单号:";
     this.layoutControlItem1.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem1.TextSize              = new System.Drawing.Size(60, 14);
     this.layoutControlItem1.TextToControlDistance = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.simpleButton1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location              = new System.Drawing.Point(824, 0);
     this.layoutControlItem2.MaxSize               = new System.Drawing.Size(100, 26);
     this.layoutControlItem2.MinSize               = new System.Drawing.Size(100, 26);
     this.layoutControlItem2.Name                  = "layoutControlItem2";
     this.layoutControlItem2.Size                  = new System.Drawing.Size(100, 26);
     this.layoutControlItem2.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text                  = "layoutControlItem2";
     this.layoutControlItem2.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack         = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 0);
     this.emptySpaceItem2.Name     = "emptySpaceItem2";
     this.emptySpaceItem2.Size     = new System.Drawing.Size(424, 26);
     this.emptySpaceItem2.Text     = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.layoutControl2;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(924, 373);
     this.layoutControlItem5.Text     = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.dateEdit1;
     this.layoutControlItem6.CustomizationFormText = "创建日期";
     this.layoutControlItem6.Location              = new System.Drawing.Point(424, 0);
     this.layoutControlItem6.Name                  = "layoutControlItem6";
     this.layoutControlItem6.Size                  = new System.Drawing.Size(200, 26);
     this.layoutControlItem6.Text                  = "创建日期";
     this.layoutControlItem6.TextAlignMode         = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
     this.layoutControlItem6.TextSize              = new System.Drawing.Size(48, 14);
     this.layoutControlItem6.TextToControlDistance = 5;
     //
     // BgWait1
     //
     this.BgWait1.WorkerReportsProgress = true;
     this.BgWait1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.BgWait1_DoWork);
     this.BgWait1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BgWait1_RunWorkerCompleted);
     //
     // frmQueryFindLeakList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(944, 419);
     this.Controls.Add(this.layoutControl1);
     this.Name  = "frmQueryFindLeakList";
     this.Text  = "检漏报告查询表";
     this.Load += new System.EventHandler(this.QueryFindLeak_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.qCDrumsFindLeakReportBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Client.Utility.Controls.Paging paging1 = new Client.Utility.Controls.Paging();
     this.barManager1                = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                       = new DevExpress.XtraBars.Bar();
     this.bbtniAdd                   = new DevExpress.XtraBars.BarButtonItem();
     this.bbtniUpdate                = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnExit                   = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop          = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight        = new DevExpress.XtraBars.BarDockControl();
     this.bbtniDel                   = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1             = new DevExpress.XtraBars.BarButtonItem();
     this.bbtnOrder                  = new DevExpress.XtraBars.BarButtonItem();
     this.layoutControl1             = new DevExpress.XtraLayout.LayoutControl();
     this.gridViewPaging1            = new Client.Utility.Controls.GridViewPaging();
     this.gridControl1               = new DevExpress.XtraGrid.GridControl();
     this.deviceExecuteBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDeveCode                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDevpCode                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDeviCode                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCollDevCode             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDataType                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCollFrequency           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colIsTwoWay                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUserStatus              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreateDate              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCreatePerson            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastDate                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLastPerson              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.simpleButton1              = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit3                  = new DevExpress.XtraEditors.TextEdit();
     this.textEdit2                  = new DevExpress.XtraEditors.TextEdit();
     this.textEdit1                  = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlGroup2        = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem5         = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6         = new DevExpress.XtraLayout.LayoutControlItem();
     this.BgWait1                    = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deviceExecuteBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbtniAdd,
         this.bbtniUpdate,
         this.bbtniDel,
         this.bbtnExit,
         this.barButtonItem1,
         this.bbtnOrder
     });
     this.barManager1.MainMenu   = this.bar2;
     this.barManager1.MaxItemId  = 7;
     this.barManager1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barManager1_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniAdd),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtniUpdate),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbtnExit)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // bbtniAdd
     //
     this.bbtniAdd.Caption    = "新增";
     this.bbtniAdd.Id         = 0;
     this.bbtniAdd.Name       = "bbtniAdd";
     this.bbtniAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // bbtniUpdate
     //
     this.bbtniUpdate.Caption    = "修改";
     this.bbtniUpdate.Id         = 1;
     this.bbtniUpdate.Name       = "bbtniUpdate";
     this.bbtniUpdate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // bbtnExit
     //
     this.bbtnExit.Caption = "退出";
     this.bbtnExit.Id      = 4;
     this.bbtnExit.Name    = "bbtnExit";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(1097, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 374);
     this.barDockControlBottom.Size             = new System.Drawing.Size(1097, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 350);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1097, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 350);
     //
     // bbtniDel
     //
     this.bbtniDel.Caption = "删除";
     this.bbtniDel.Id      = 3;
     this.bbtniDel.Name    = "bbtniDel";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "更新";
     this.barButtonItem1.Id      = 5;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // bbtnOrder
     //
     this.bbtnOrder.Caption = "测试通信协议";
     this.bbtnOrder.Id      = 6;
     this.bbtnOrder.Name    = "bbtnOrder";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.gridViewPaging1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.simpleButton1);
     this.layoutControl1.Controls.Add(this.textEdit3);
     this.layoutControl1.Controls.Add(this.textEdit2);
     this.layoutControl1.Controls.Add(this.textEdit1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 24);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(357, 14, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1097, 350);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridViewPaging1
     //
     paging1.CurrentPage                 = ((long)(1));
     paging1.IsPaging                    = true;
     paging1.PageSize                    = ((long)(20));
     paging1.RowCount                    = ((long)(0));
     this.gridViewPaging1.DataPaging     = paging1;
     this.gridViewPaging1.Location       = new System.Drawing.Point(24, 298);
     this.gridViewPaging1.Name           = "gridViewPaging1";
     this.gridViewPaging1.Size           = new System.Drawing.Size(1049, 28);
     this.gridViewPaging1.TabIndex       = 9;
     this.gridViewPaging1.PagingChanged += new Client.Utility.Controls.EventPagingChanged(this.gridViewPaging1_PagingChanged);
     //
     // gridControl1
     //
     this.gridControl1.DataSource  = this.deviceExecuteBindingSource;
     this.gridControl1.Location    = new System.Drawing.Point(24, 70);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(1049, 224);
     this.gridControl1.TabIndex    = 8;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
     //
     // deviceExecuteBindingSource
     //
     this.deviceExecuteBindingSource.DataSource = typeof(LY.MES.WFCL.SRExcute.DeviceExecute);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDeveCode,
         this.colDevpCode,
         this.colDeviCode,
         this.colCollDevCode,
         this.colDataType,
         this.colCollFrequency,
         this.colIsTwoWay,
         this.colUserStatus,
         this.colCreateDate,
         this.colCreatePerson,
         this.colLastDate,
         this.colLastPerson
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.Editable   = false;
     this.gridView1.OptionsBehavior.ReadOnly   = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // colDeveCode
     //
     this.colDeveCode.Caption   = "执行编号";
     this.colDeveCode.FieldName = "DeveCode";
     this.colDeveCode.Name      = "colDeveCode";
     this.colDeveCode.OptionsColumn.ReadOnly = true;
     this.colDeveCode.Visible      = true;
     this.colDeveCode.VisibleIndex = 0;
     this.colDeveCode.Width        = 78;
     //
     // colDevpCode
     //
     this.colDevpCode.Caption      = "参数编号";
     this.colDevpCode.FieldName    = "DevpCode";
     this.colDevpCode.Name         = "colDevpCode";
     this.colDevpCode.Visible      = true;
     this.colDevpCode.VisibleIndex = 1;
     this.colDevpCode.Width        = 78;
     //
     // colDeviCode
     //
     this.colDeviCode.Caption      = "接口编号";
     this.colDeviCode.FieldName    = "DeviCode";
     this.colDeviCode.Name         = "colDeviCode";
     this.colDeviCode.Visible      = true;
     this.colDeviCode.VisibleIndex = 2;
     this.colDeviCode.Width        = 78;
     //
     // colCollDevCode
     //
     this.colCollDevCode.Caption      = "设备编号";
     this.colCollDevCode.FieldName    = "DevCode";
     this.colCollDevCode.Name         = "colCollDevCode";
     this.colCollDevCode.Visible      = true;
     this.colCollDevCode.VisibleIndex = 3;
     this.colCollDevCode.Width        = 78;
     //
     // colDataType
     //
     this.colDataType.Caption      = "设备类型";
     this.colDataType.FieldName    = "DataType";
     this.colDataType.Name         = "colDataType";
     this.colDataType.Visible      = true;
     this.colDataType.VisibleIndex = 4;
     this.colDataType.Width        = 78;
     //
     // colCollFrequency
     //
     this.colCollFrequency.Caption      = "采集频率";
     this.colCollFrequency.FieldName    = "CollFrequency";
     this.colCollFrequency.Name         = "colCollFrequency";
     this.colCollFrequency.Visible      = true;
     this.colCollFrequency.VisibleIndex = 5;
     this.colCollFrequency.Width        = 78;
     //
     // colIsTwoWay
     //
     this.colIsTwoWay.Caption      = "是否双向通信";
     this.colIsTwoWay.FieldName    = "IsTwoWay";
     this.colIsTwoWay.Name         = "colIsTwoWay";
     this.colIsTwoWay.Visible      = true;
     this.colIsTwoWay.VisibleIndex = 6;
     this.colIsTwoWay.Width        = 100;
     //
     // colUserStatus
     //
     this.colUserStatus.Caption      = "使用状态";
     this.colUserStatus.FieldName    = "UserStatus";
     this.colUserStatus.Name         = "colUserStatus";
     this.colUserStatus.Visible      = true;
     this.colUserStatus.VisibleIndex = 7;
     this.colUserStatus.Width        = 73;
     //
     // colCreateDate
     //
     this.colCreateDate.Caption      = "创建日期";
     this.colCreateDate.FieldName    = "CreateDate";
     this.colCreateDate.Name         = "colCreateDate";
     this.colCreateDate.Visible      = true;
     this.colCreateDate.VisibleIndex = 8;
     this.colCreateDate.Width        = 73;
     //
     // colCreatePerson
     //
     this.colCreatePerson.Caption      = "创建人";
     this.colCreatePerson.FieldName    = "CreatePerson";
     this.colCreatePerson.Name         = "colCreatePerson";
     this.colCreatePerson.Visible      = true;
     this.colCreatePerson.VisibleIndex = 9;
     this.colCreatePerson.Width        = 73;
     //
     // colLastDate
     //
     this.colLastDate.Caption      = "最后修改日期";
     this.colLastDate.FieldName    = "LastDate";
     this.colLastDate.Name         = "colLastDate";
     this.colLastDate.Visible      = true;
     this.colLastDate.VisibleIndex = 10;
     this.colLastDate.Width        = 73;
     //
     // colLastPerson
     //
     this.colLastPerson.Caption      = "最后修改人";
     this.colLastPerson.FieldName    = "LastPerson";
     this.colLastPerson.Name         = "colLastPerson";
     this.colLastPerson.Visible      = true;
     this.colLastPerson.VisibleIndex = 11;
     this.colLastPerson.Width        = 83;
     //
     // simpleButton1
     //
     this.simpleButton1.Location        = new System.Drawing.Point(818, 12);
     this.simpleButton1.Name            = "simpleButton1";
     this.simpleButton1.Size            = new System.Drawing.Size(267, 22);
     this.simpleButton1.StyleController = this.layoutControl1;
     this.simpleButton1.TabIndex        = 7;
     this.simpleButton1.Text            = "搜索";
     this.simpleButton1.Click          += new System.EventHandler(this.simpleButton1_Click);
     //
     // textEdit3
     //
     this.textEdit3.Location        = new System.Drawing.Point(343, 12);
     this.textEdit3.MenuManager     = this.barManager1;
     this.textEdit3.Name            = "textEdit3";
     this.textEdit3.Size            = new System.Drawing.Size(218, 20);
     this.textEdit3.StyleController = this.layoutControl1;
     this.textEdit3.TabIndex        = 6;
     this.textEdit3.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.textEdit3_KeyDown);
     //
     // textEdit2
     //
     this.textEdit2.Location        = new System.Drawing.Point(628, 12);
     this.textEdit2.MenuManager     = this.barManager1;
     this.textEdit2.Name            = "textEdit2";
     this.textEdit2.Size            = new System.Drawing.Size(186, 20);
     this.textEdit2.StyleController = this.layoutControl1;
     this.textEdit2.TabIndex        = 5;
     this.textEdit2.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.textEdit2_KeyDown);
     //
     // textEdit1
     //
     this.textEdit1.Location        = new System.Drawing.Point(75, 12);
     this.textEdit1.MenuManager     = this.barManager1;
     this.textEdit1.Name            = "textEdit1";
     this.textEdit1.Size            = new System.Drawing.Size(201, 20);
     this.textEdit1.StyleController = this.layoutControl1;
     this.textEdit1.TabIndex        = 4;
     this.textEdit1.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.textEdit1_KeyDown);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlGroup2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1097, 350);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.textEdit1;
     this.layoutControlItem1.CustomizationFormText = "DeveCode:";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(268, 26);
     this.layoutControlItem1.Text     = "设备编号:";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.textEdit2;
     this.layoutControlItem2.CustomizationFormText = "DevpCode:";
     this.layoutControlItem2.Location = new System.Drawing.Point(553, 0);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(253, 26);
     this.layoutControlItem2.Text     = "参数编号:";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.textEdit3;
     this.layoutControlItem3.CustomizationFormText = "DeviCode:";
     this.layoutControlItem3.Location = new System.Drawing.Point(268, 0);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(285, 26);
     this.layoutControlItem3.Text     = "接口编号:";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.simpleButton1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(806, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(271, 26);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "设备执行信息列表";
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem5,
         this.layoutControlItem6
     });
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 26);
     this.layoutControlGroup2.Name     = "layoutControlGroup2";
     this.layoutControlGroup2.Size     = new System.Drawing.Size(1077, 304);
     this.layoutControlGroup2.Text     = "设备执行信息列表";
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.gridControl1;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(1053, 228);
     this.layoutControlItem5.Text     = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible           = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.gridViewPaging1;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location              = new System.Drawing.Point(0, 228);
     this.layoutControlItem6.MaxSize               = new System.Drawing.Size(0, 32);
     this.layoutControlItem6.MinSize               = new System.Drawing.Size(104, 32);
     this.layoutControlItem6.Name                  = "layoutControlItem6";
     this.layoutControlItem6.Size                  = new System.Drawing.Size(1053, 32);
     this.layoutControlItem6.SizeConstraintsType   = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem6.Text                  = "layoutControlItem6";
     this.layoutControlItem6.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible           = false;
     //
     // BgWait1
     //
     this.BgWait1.WorkerReportsProgress = true;
     this.BgWait1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.BgWait1_DoWork);
     this.BgWait1.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.BgWait1_ProgressChanged);
     this.BgWait1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BgWait1_RunWorkerCompleted);
     //
     // frmDeviceExecuteList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1097, 374);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "frmDeviceExecuteList";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备执行表";
     this.Load         += new System.EventHandler(this.frmDeviceExecute_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmDeviceExecuteList_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deviceExecuteBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     this.ResumeLayout(false);
 }