namespace ICSSoft.Frame.APP { partial class FormICSONWIPCheckAll { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSONWIPCheckAll)); this.btnOutPut = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnALL = new DevExpress.XtraEditors.SimpleButton(); this.btnTop = new DevExpress.XtraEditors.SimpleButton(); this.btnModify = new DevExpress.XtraEditors.SimpleButton(); this.btnCheck = new DevExpress.XtraEditors.SimpleButton(); this.btnCreate = new DevExpress.XtraEditors.SimpleButton(); this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton(); this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCheckMode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOPSEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colchkMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colBeginDateTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEndDateTime = new DevExpress.XtraGrid.Columns.GridColumn(); this.colResult = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTop = new DevExpress.XtraGrid.Columns.GridColumn(); this.colisCtrlType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOKQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCanCheck = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDetailID = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit(); this.SuspendLayout(); // // btnOutPut // this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White; this.btnOutPut.Appearance.Options.UseFont = true; this.btnOutPut.Appearance.Options.UseForeColor = true; this.btnOutPut.Appearance.Options.UseTextOptions = true; this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image"))); this.btnOutPut.Location = new System.Drawing.Point(308, 0); this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOutPut.Name = "btnOutPut"; this.btnOutPut.Size = new System.Drawing.Size(63, 30); this.btnOutPut.TabIndex = 2; this.btnOutPut.Text = "导出"; this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click); // // btnExit // this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.Appearance.ForeColor = System.Drawing.Color.White; this.btnExit.Appearance.Options.UseFont = true; this.btnExit.Appearance.Options.UseForeColor = true; this.btnExit.Appearance.Options.UseTextOptions = true; this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image"))); this.btnExit.Location = new System.Drawing.Point(429, 0); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(55, 30); this.btnExit.TabIndex = 10; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.btnALL); this.panelControl3.Controls.Add(this.btnTop); this.panelControl3.Controls.Add(this.btnModify); this.panelControl3.Controls.Add(this.btnCheck); this.panelControl3.Controls.Add(this.btnCreate); this.panelControl3.Controls.Add(this.btnCancelAll); this.panelControl3.Controls.Add(this.btnSelectAll); this.panelControl3.Controls.Add(this.lblTitle); this.panelControl3.Controls.Add(this.btnRefresh); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.btnExit); this.panelControl3.Controls.Add(this.btnOutPut); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1036, 30); this.panelControl3.TabIndex = 13; // // btnALL // this.btnALL.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnALL.Appearance.ForeColor = System.Drawing.Color.White; this.btnALL.Appearance.Options.UseFont = true; this.btnALL.Appearance.Options.UseForeColor = true; this.btnALL.Appearance.Options.UseTextOptions = true; this.btnALL.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnALL.Image = ((System.Drawing.Image)(resources.GetObject("btnALL.Image"))); this.btnALL.Location = new System.Drawing.Point(228, 0); this.btnALL.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnALL.LookAndFeel.UseDefaultLookAndFeel = false; this.btnALL.Name = "btnALL"; this.btnALL.Size = new System.Drawing.Size(80, 30); this.btnALL.TabIndex = 56; this.btnALL.Text = "显示全部"; this.btnALL.Click += new System.EventHandler(this.btnALL_Click); // // btnTop // this.btnTop.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnTop.Appearance.ForeColor = System.Drawing.Color.White; this.btnTop.Appearance.Options.UseFont = true; this.btnTop.Appearance.Options.UseForeColor = true; this.btnTop.Appearance.Options.UseTextOptions = true; this.btnTop.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnTop.Image = ((System.Drawing.Image)(resources.GetObject("btnTop.Image"))); this.btnTop.Location = new System.Drawing.Point(173, 0); this.btnTop.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnTop.LookAndFeel.UseDefaultLookAndFeel = false; this.btnTop.Name = "btnTop"; this.btnTop.Size = new System.Drawing.Size(55, 30); this.btnTop.TabIndex = 55; this.btnTop.Text = "置顶"; this.btnTop.Click += new System.EventHandler(this.btnTop_Click); // // btnModify // this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnModify.Appearance.ForeColor = System.Drawing.Color.White; this.btnModify.Appearance.Options.UseFont = true; this.btnModify.Appearance.Options.UseForeColor = true; this.btnModify.Appearance.Options.UseTextOptions = true; this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image"))); this.btnModify.Location = new System.Drawing.Point(600, 0); this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false; this.btnModify.Name = "btnModify"; this.btnModify.Size = new System.Drawing.Size(63, 30); this.btnModify.TabIndex = 24; this.btnModify.Text = "判退"; this.btnModify.Click += new System.EventHandler(this.btnModify_Click); // // btnCheck // this.btnCheck.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCheck.Appearance.ForeColor = System.Drawing.Color.White; this.btnCheck.Appearance.Options.UseFont = true; this.btnCheck.Appearance.Options.UseForeColor = true; this.btnCheck.Appearance.Options.UseTextOptions = true; this.btnCheck.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCheck.Image = ((System.Drawing.Image)(resources.GetObject("btnCheck.Image"))); this.btnCheck.Location = new System.Drawing.Point(484, 0); this.btnCheck.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCheck.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCheck.Name = "btnCheck"; this.btnCheck.Size = new System.Drawing.Size(58, 30); this.btnCheck.TabIndex = 23; this.btnCheck.Text = "巡检"; this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click); // // btnCreate // this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White; this.btnCreate.Appearance.Options.UseFont = true; this.btnCreate.Appearance.Options.UseForeColor = true; this.btnCreate.Appearance.Options.UseTextOptions = true; this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image"))); this.btnCreate.Location = new System.Drawing.Point(542, 0); this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(58, 30); this.btnCreate.TabIndex = 23; this.btnCreate.Text = "放行"; this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click); // // btnCancelAll // this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancelAll.Appearance.Options.UseFont = true; this.btnCancelAll.Appearance.Options.UseForeColor = true; this.btnCancelAll.Appearance.Options.UseTextOptions = true; this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image"))); this.btnCancelAll.Location = new System.Drawing.Point(115, 0); this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancelAll.Name = "btnCancelAll"; this.btnCancelAll.Size = new System.Drawing.Size(58, 30); this.btnCancelAll.TabIndex = 22; this.btnCancelAll.Text = "全消"; this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click); // // btnSelectAll // this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White; this.btnSelectAll.Appearance.Options.UseFont = true; this.btnSelectAll.Appearance.Options.UseForeColor = true; this.btnSelectAll.Appearance.Options.UseTextOptions = true; this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image"))); this.btnSelectAll.Location = new System.Drawing.Point(57, 0); this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(58, 30); this.btnSelectAll.TabIndex = 20; this.btnSelectAll.Text = "全选"; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(3, 3); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(112, 23); this.lblTitle.TabIndex = 19; this.lblTitle.Text = "检验"; // // btnRefresh // this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White; this.btnRefresh.Appearance.Options.UseFont = true; this.btnRefresh.Appearance.Options.UseForeColor = true; this.btnRefresh.Appearance.Options.UseTextOptions = true; this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image"))); this.btnRefresh.Location = new System.Drawing.Point(371, 0); this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false; this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(58, 30); this.btnRefresh.TabIndex = 17; this.btnRefresh.Text = "刷新"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnClose // this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(1010, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 30); this.btnClose.TabIndex = 14; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // groupControl1 // this.groupControl1.Controls.Add(this.grdDetail); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 30); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(1036, 409); this.groupControl1.TabIndex = 14; this.groupControl1.Text = "详细信息"; // // grdDetail // this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.grdDetail.Location = new System.Drawing.Point(2, 22); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(1032, 385); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail, this.grvAdvDetail}); // // grvDetail // this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colisSelect, this.colID, this.colStatus, this.colCode, this.colMTIME, this.colITEMCODE, this.colINVNAME, this.colINVSTD, this.colCheckMode, this.colOPSEQ, this.colOPCODE, this.colOPDESC, this.colQuantity, this.colMUSERName, this.colchkMUSERName, this.colBeginDateTime, this.colEndDateTime, this.colResult, this.colTop, this.colisCtrlType, this.colOKQuantity, this.colCanCheck, this.colDetailID}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 40; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator); this.grvDetail.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.grvDetail_RowStyle); this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick); // // colisSelect // this.colisSelect.Caption = "选择"; this.colisSelect.FieldName = "isSelect"; this.colisSelect.Name = "colisSelect"; this.colisSelect.Visible = true; this.colisSelect.VisibleIndex = 0; // // colID // this.colID.Caption = "ID"; this.colID.FieldName = "ID"; this.colID.Name = "colID"; this.colID.OptionsColumn.ReadOnly = true; // // colStatus // this.colStatus.Caption = "状态"; this.colStatus.FieldName = "Status"; this.colStatus.Name = "colStatus"; this.colStatus.OptionsColumn.ReadOnly = true; this.colStatus.Visible = true; this.colStatus.VisibleIndex = 2; // // colCode // this.colCode.Caption = "送检单号"; this.colCode.FieldName = "Code"; this.colCode.Name = "colCode"; this.colCode.OptionsColumn.ReadOnly = true; this.colCode.Visible = true; this.colCode.VisibleIndex = 1; this.colCode.Width = 105; // // colMTIME // this.colMTIME.Caption = "送检时间"; this.colMTIME.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colMTIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.colMTIME.FieldName = "MTIME"; this.colMTIME.Name = "colMTIME"; this.colMTIME.OptionsColumn.ReadOnly = true; this.colMTIME.Visible = true; this.colMTIME.VisibleIndex = 13; this.colMTIME.Width = 101; // // colITEMCODE // this.colITEMCODE.Caption = "物料编码"; this.colITEMCODE.FieldName = "ITEMCODE"; this.colITEMCODE.Name = "colITEMCODE"; this.colITEMCODE.OptionsColumn.ReadOnly = true; this.colITEMCODE.Visible = true; this.colITEMCODE.VisibleIndex = 4; // // colINVNAME // this.colINVNAME.Caption = "物料名称"; this.colINVNAME.FieldName = "INVNAME"; this.colINVNAME.Name = "colINVNAME"; this.colINVNAME.OptionsColumn.ReadOnly = true; this.colINVNAME.Visible = true; this.colINVNAME.VisibleIndex = 5; // // colINVSTD // this.colINVSTD.Caption = "规格型号"; this.colINVSTD.FieldName = "INVSTD"; this.colINVSTD.Name = "colINVSTD"; this.colINVSTD.OptionsColumn.ReadOnly = true; this.colINVSTD.Visible = true; this.colINVSTD.VisibleIndex = 6; // // colCheckMode // this.colCheckMode.Caption = "类型"; this.colCheckMode.FieldName = "CheckMode"; this.colCheckMode.Name = "colCheckMode"; this.colCheckMode.OptionsColumn.ReadOnly = true; this.colCheckMode.Visible = true; this.colCheckMode.VisibleIndex = 7; // // colOPSEQ // this.colOPSEQ.Caption = "工序次序"; this.colOPSEQ.FieldName = "OPSEQ"; this.colOPSEQ.Name = "colOPSEQ"; this.colOPSEQ.OptionsColumn.ReadOnly = true; this.colOPSEQ.Visible = true; this.colOPSEQ.VisibleIndex = 8; // // colOPCODE // this.colOPCODE.Caption = "工序代码"; this.colOPCODE.FieldName = "OPCODE"; this.colOPCODE.Name = "colOPCODE"; this.colOPCODE.OptionsColumn.ReadOnly = true; this.colOPCODE.Visible = true; this.colOPCODE.VisibleIndex = 9; // // colOPDESC // this.colOPDESC.Caption = "工序名称"; this.colOPDESC.FieldName = "OPDESC"; this.colOPDESC.Name = "colOPDESC"; this.colOPDESC.OptionsColumn.ReadOnly = true; this.colOPDESC.Visible = true; this.colOPDESC.VisibleIndex = 10; // // colQuantity // this.colQuantity.Caption = "送检数量"; this.colQuantity.FieldName = "Quantity"; this.colQuantity.Name = "colQuantity"; this.colQuantity.OptionsColumn.ReadOnly = true; this.colQuantity.Visible = true; this.colQuantity.VisibleIndex = 11; // // colMUSERName // this.colMUSERName.Caption = "送检人"; this.colMUSERName.FieldName = "MUSERName"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.OptionsColumn.ReadOnly = true; this.colMUSERName.Visible = true; this.colMUSERName.VisibleIndex = 12; // // colchkMUSERName // this.colchkMUSERName.Caption = "检验员"; this.colchkMUSERName.FieldName = "chkMUSERName"; this.colchkMUSERName.Name = "colchkMUSERName"; this.colchkMUSERName.OptionsColumn.ReadOnly = true; this.colchkMUSERName.Visible = true; this.colchkMUSERName.VisibleIndex = 14; // // colBeginDateTime // this.colBeginDateTime.Caption = "开始时间"; this.colBeginDateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colBeginDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.colBeginDateTime.FieldName = "BeginDateTime"; this.colBeginDateTime.Name = "colBeginDateTime"; this.colBeginDateTime.OptionsColumn.ReadOnly = true; this.colBeginDateTime.Visible = true; this.colBeginDateTime.VisibleIndex = 15; // // colEndDateTime // this.colEndDateTime.Caption = "结束时间"; this.colEndDateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colEndDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.colEndDateTime.FieldName = "EndDateTime"; this.colEndDateTime.Name = "colEndDateTime"; this.colEndDateTime.OptionsColumn.ReadOnly = true; this.colEndDateTime.Visible = true; this.colEndDateTime.VisibleIndex = 16; // // colResult // this.colResult.Caption = "结果"; this.colResult.FieldName = "Result"; this.colResult.Name = "colResult"; this.colResult.OptionsColumn.ReadOnly = true; this.colResult.Visible = true; this.colResult.VisibleIndex = 3; // // colTop // this.colTop.Caption = "置顶"; this.colTop.FieldName = "Top"; this.colTop.Name = "colTop"; this.colTop.OptionsColumn.ReadOnly = true; this.colTop.Visible = true; this.colTop.VisibleIndex = 17; // // colisCtrlType // this.colisCtrlType.Caption = "并行状态"; this.colisCtrlType.FieldName = "isCtrlType"; this.colisCtrlType.Name = "colisCtrlType"; this.colisCtrlType.OptionsColumn.ReadOnly = true; // // colOKQuantity // this.colOKQuantity.Caption = "合格数量"; this.colOKQuantity.FieldName = "OKQuantity"; this.colOKQuantity.Name = "colOKQuantity"; this.colOKQuantity.OptionsColumn.ReadOnly = true; // // colCanCheck // this.colCanCheck.Caption = "过程检验完成"; this.colCanCheck.FieldName = "CanCheck"; this.colCanCheck.Name = "colCanCheck"; // // colDetailID // this.colDetailID.Caption = "DetailID"; this.colDetailID.FieldName = "DetailID"; this.colDetailID.Name = "colDetailID"; this.colDetailID.OptionsColumn.ReadOnly = true; // // grvAdvDetail // this.grvAdvDetail.GridControl = this.grdDetail; this.grvAdvDetail.Name = "grvAdvDetail"; this.grvAdvDetail.OptionsBehavior.ReadOnly = true; this.grvAdvDetail.OptionsSelection.MultiSelect = true; this.grvAdvDetail.OptionsView.ShowFooter = true; this.grvAdvDetail.OptionsView.ShowGroupPanel = false; // // FormICSONWIPCheckAll // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1036, 439); this.Controls.Add(this.groupControl1); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSONWIPCheckAll"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "检验"; this.Load += new System.EventHandler(this.FormICSONWIPCheckAll_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnOutPut; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnRefresh; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton btnCreate; private DevExpress.XtraEditors.SimpleButton btnCancelAll; private DevExpress.XtraEditors.SimpleButton btnSelectAll; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colisSelect; private DevExpress.XtraGrid.Columns.GridColumn colID; private DevExpress.XtraGrid.Columns.GridColumn colMUSERName; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private DevExpress.XtraEditors.SimpleButton btnModify; private DevExpress.XtraGrid.Columns.GridColumn colCode; private DevExpress.XtraGrid.Columns.GridColumn colMTIME; private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colINVNAME; private DevExpress.XtraGrid.Columns.GridColumn colINVSTD; private DevExpress.XtraGrid.Columns.GridColumn colCheckMode; private DevExpress.XtraGrid.Columns.GridColumn colOPSEQ; private DevExpress.XtraGrid.Columns.GridColumn colOPCODE; private DevExpress.XtraGrid.Columns.GridColumn colOPDESC; private DevExpress.XtraGrid.Columns.GridColumn colQuantity; private DevExpress.XtraGrid.Columns.GridColumn colchkMUSERName; private DevExpress.XtraGrid.Columns.GridColumn colBeginDateTime; private DevExpress.XtraGrid.Columns.GridColumn colEndDateTime; private DevExpress.XtraGrid.Columns.GridColumn colResult; private DevExpress.XtraGrid.Columns.GridColumn colStatus; private DevExpress.XtraEditors.SimpleButton btnTop; private DevExpress.XtraGrid.Columns.GridColumn colTop; private DevExpress.XtraGrid.Columns.GridColumn colisCtrlType; private DevExpress.XtraGrid.Columns.GridColumn colOKQuantity; private DevExpress.XtraEditors.SimpleButton btnALL; private DevExpress.XtraGrid.Columns.GridColumn colCanCheck; private DevExpress.XtraEditors.SimpleButton btnCheck; private DevExpress.XtraGrid.Columns.GridColumn colDetailID; } }