namespace ICSSoft.Frame.APP { partial class FormICSLotInCollection { /// /// 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(FormICSLotInCollection)); this.btnConfig = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.btnFilter = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.txtLot = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton(); this.MOTitle = new DevExpress.XtraEditors.LabelControl(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colROUTEDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLOTQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNGQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLotNoSplit = new DevExpress.XtraGrid.Columns.GridColumn(); this.Result = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.COLFPTYPE = new DevExpress.XtraGrid.Columns.GridColumn(); ((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(); // // btnConfig // this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White; this.btnConfig.Appearance.Options.UseFont = true; this.btnConfig.Appearance.Options.UseForeColor = true; this.btnConfig.Appearance.Options.UseTextOptions = true; this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image"))); this.btnConfig.Location = new System.Drawing.Point(200, 0); this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false; this.btnConfig.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnConfig.Name = "btnConfig"; this.btnConfig.Size = new System.Drawing.Size(103, 39); this.btnConfig.TabIndex = 4; this.btnConfig.Text = "数据源设置"; this.btnConfig.Click += new System.EventHandler(this.btnConfig_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(630, 0); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(63, 39); this.btnExit.TabIndex = 10; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnFilter // this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White; this.btnFilter.Appearance.Options.UseFont = true; this.btnFilter.Appearance.Options.UseForeColor = true; this.btnFilter.Appearance.Options.UseTextOptions = true; this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image"))); this.btnFilter.Location = new System.Drawing.Point(135, 0); this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false; this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnFilter.Name = "btnFilter"; this.btnFilter.Size = new System.Drawing.Size(65, 39); this.btnFilter.TabIndex = 11; this.btnFilter.Text = "过滤"; this.btnFilter.Click += new System.EventHandler(this.btnFilter_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.txtLot); this.panelControl3.Controls.Add(this.btnExit); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.btnCancelAll); this.panelControl3.Controls.Add(this.btnDel); this.panelControl3.Controls.Add(this.btnSelectAll); this.panelControl3.Controls.Add(this.MOTitle); this.panelControl3.Controls.Add(this.btnRefresh); this.panelControl3.Controls.Add(this.btnFilter); this.panelControl3.Controls.Add(this.btnConfig); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1355, 39); this.panelControl3.TabIndex = 13; // // txtLot // this.txtLot.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtLot.Appearance.ForeColor = System.Drawing.Color.White; this.txtLot.Appearance.Options.UseFont = true; this.txtLot.Appearance.Options.UseForeColor = true; this.txtLot.Appearance.Options.UseTextOptions = true; this.txtLot.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.txtLot.Image = ((System.Drawing.Image)(resources.GetObject("txtLot.Image"))); this.txtLot.Location = new System.Drawing.Point(433, 0); this.txtLot.LookAndFeel.SkinName = "BlueButtonSkin"; this.txtLot.LookAndFeel.UseDefaultLookAndFeel = false; this.txtLot.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtLot.Name = "txtLot"; this.txtLot.Size = new System.Drawing.Size(64, 39); this.txtLot.TabIndex = 34; this.txtLot.Text = "分批"; this.txtLot.Click += new System.EventHandler(this.txtLot_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 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.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(1326, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(30, 37); this.btnClose.TabIndex = 25; this.btnClose.Click += new System.EventHandler(this.btnClose_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(368, 0); this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancelAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancelAll.Name = "btnCancelAll"; this.btnCancelAll.Size = new System.Drawing.Size(65, 39); this.btnCancelAll.TabIndex = 22; this.btnCancelAll.Text = "全消"; this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click); // // btnDel // this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDel.Appearance.ForeColor = System.Drawing.Color.White; this.btnDel.Appearance.Options.UseFont = true; this.btnDel.Appearance.Options.UseForeColor = true; this.btnDel.Appearance.Options.UseTextOptions = true; this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image"))); this.btnDel.Location = new System.Drawing.Point(497, 0); this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false; this.btnDel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(66, 39); this.btnDel.TabIndex = 21; this.btnDel.Text = "删除"; this.btnDel.Click += new System.EventHandler(this.btnDel_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(303, 0); this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSelectAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(65, 39); this.btnSelectAll.TabIndex = 20; this.btnSelectAll.Text = "全选"; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // MOTitle // this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White; this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.MOTitle.Location = new System.Drawing.Point(3, 5); this.MOTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.MOTitle.Name = "MOTitle"; this.MOTitle.Size = new System.Drawing.Size(126, 30); this.MOTitle.TabIndex = 19; this.MOTitle.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(563, 0); this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false; this.btnRefresh.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(66, 39); this.btnRefresh.TabIndex = 17; this.btnRefresh.Text = "刷新"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // rptPage // this.rptPage.Appearance.BackColor = System.Drawing.Color.White; this.rptPage.Appearance.Options.UseBackColor = true; this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom; this.rptPage.isInit = false; this.rptPage.Location = new System.Drawing.Point(0, 531); this.rptPage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.rptPage.Name = "rptPage"; this.rptPage.PageIndex = 1; this.rptPage.PageSize = 10000; this.rptPage.RecordNum = 0; this.rptPage.Size = new System.Drawing.Size(1355, 33); this.rptPage.TabIndex = 15; this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged); // // groupControl1 // this.groupControl1.Controls.Add(this.grdDetail); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 39); this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(1355, 492); this.groupControl1.TabIndex = 14; this.groupControl1.Text = "详细信息"; // // grdDetail // this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDetail.Location = new System.Drawing.Point(2, 26); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(1351, 464); 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.colID, this.colisSelect, this.colLOTNO, this.colMOCODE, this.colMOSEQ, this.colITEMCODE, this.colITEMNAME, this.colROUTECODE, this.colROUTEDESC, this.colOPCODE, this.colOPDESC, this.colLOTQTY, this.colGOODQTY, this.colNGQTY, this.colMUSERName, this.colMTIME, this.colLotNoSplit, this.Result, this.COLFPTYPE}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsBehavior.Editable = false; this.grvDetail.OptionsBehavior.ReadOnly = true; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick); // // colID // this.colID.Caption = "guid"; this.colID.FieldName = "ID"; this.colID.Name = "colID"; // // colisSelect // this.colisSelect.Caption = "选择"; this.colisSelect.FieldName = "isSelect"; this.colisSelect.Name = "colisSelect"; this.colisSelect.Visible = true; this.colisSelect.VisibleIndex = 0; // // colLOTNO // this.colLOTNO.Caption = "产品跟踪单号"; this.colLOTNO.FieldName = "LOTNO"; this.colLOTNO.Name = "colLOTNO"; this.colLOTNO.Visible = true; this.colLOTNO.VisibleIndex = 1; // // colMOCODE // this.colMOCODE.Caption = "生产工单号"; this.colMOCODE.FieldName = "MOCODE"; this.colMOCODE.Name = "colMOCODE"; this.colMOCODE.Visible = true; this.colMOCODE.VisibleIndex = 2; this.colMOCODE.Width = 106; // // colMOSEQ // this.colMOSEQ.Caption = "生产工单行"; this.colMOSEQ.FieldName = "MOSEQ"; this.colMOSEQ.Name = "colMOSEQ"; this.colMOSEQ.Visible = true; this.colMOSEQ.VisibleIndex = 3; this.colMOSEQ.Width = 97; // // colITEMCODE // this.colITEMCODE.Caption = "产品编码"; this.colITEMCODE.FieldName = "ITEMCODE"; this.colITEMCODE.Name = "colITEMCODE"; this.colITEMCODE.Visible = true; this.colITEMCODE.VisibleIndex = 4; // // colITEMNAME // this.colITEMNAME.Caption = "产品名称"; this.colITEMNAME.FieldName = "ITEMNAME"; this.colITEMNAME.Name = "colITEMNAME"; this.colITEMNAME.Visible = true; this.colITEMNAME.VisibleIndex = 5; // // colROUTECODE // this.colROUTECODE.Caption = "工艺路线编码"; this.colROUTECODE.FieldName = "ROUTECODE"; this.colROUTECODE.Name = "colROUTECODE"; this.colROUTECODE.Visible = true; this.colROUTECODE.VisibleIndex = 6; // // colROUTEDESC // this.colROUTEDESC.Caption = "工艺路线描述"; this.colROUTEDESC.FieldName = "ROUTEDESC"; this.colROUTEDESC.Name = "colROUTEDESC"; this.colROUTEDESC.Visible = true; this.colROUTEDESC.VisibleIndex = 7; // // colOPCODE // this.colOPCODE.Caption = "工序代码"; this.colOPCODE.FieldName = "OPCODE"; this.colOPCODE.Name = "colOPCODE"; this.colOPCODE.Visible = true; this.colOPCODE.VisibleIndex = 8; // // colOPDESC // this.colOPDESC.Caption = "工序名称"; this.colOPDESC.FieldName = "OPDESC"; this.colOPDESC.Name = "colOPDESC"; this.colOPDESC.Visible = true; this.colOPDESC.VisibleIndex = 9; // // colLOTQTY // this.colLOTQTY.Caption = "跟踪单数量"; this.colLOTQTY.FieldName = "LOTQTY"; this.colLOTQTY.Name = "colLOTQTY"; this.colLOTQTY.Visible = true; this.colLOTQTY.VisibleIndex = 10; // // colGOODQTY // this.colGOODQTY.Caption = "合格数量"; this.colGOODQTY.FieldName = "GOODQTY"; this.colGOODQTY.Name = "colGOODQTY"; this.colGOODQTY.Visible = true; this.colGOODQTY.VisibleIndex = 11; // // colNGQTY // this.colNGQTY.Caption = "不合格数量"; this.colNGQTY.FieldName = "NGQTY"; this.colNGQTY.Name = "colNGQTY"; this.colNGQTY.Visible = true; this.colNGQTY.VisibleIndex = 12; // // colMUSERName // this.colMUSERName.Caption = "维护人"; this.colMUSERName.FieldName = "MUSERName"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.Visible = true; this.colMUSERName.VisibleIndex = 14; // // colMTIME // this.colMTIME.Caption = "维护时间"; this.colMTIME.FieldName = "MTIME"; this.colMTIME.Name = "colMTIME"; this.colMTIME.Visible = true; this.colMTIME.VisibleIndex = 15; // // colLotNoSplit // this.colLotNoSplit.Caption = "LotNoSplit"; this.colLotNoSplit.FieldName = "LotNoSplit"; this.colLotNoSplit.Name = "colLotNoSplit"; // // Result // this.Result.Caption = "评审结果"; this.Result.FieldName = "RESULT"; this.Result.Name = "Result"; this.Result.Visible = true; this.Result.VisibleIndex = 16; // // 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; // // COLFPTYPE // this.COLFPTYPE.Caption = "分批类型"; this.COLFPTYPE.FieldName = "FPTYPE"; this.COLFPTYPE.Name = "COLFPTYPE"; this.COLFPTYPE.Visible = true; this.COLFPTYPE.VisibleIndex = 13; // // FormICSLotInCollection // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1355, 564); this.Controls.Add(this.groupControl1); this.Controls.Add(this.rptPage); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormICSLotInCollection"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; this.Load += new System.EventHandler(this.FormICSMO_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 btnConfig; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.SimpleButton btnFilter; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.SimpleButton btnRefresh; private DevExpress.XtraEditors.LabelControl MOTitle; private DevExpress.XtraEditors.SimpleButton btnCancelAll; private DevExpress.XtraEditors.SimpleButton btnDel; private DevExpress.XtraEditors.SimpleButton btnSelectAll; private Base.UserControl.FormControl.PageNavTool rptPage; 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.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private DevExpress.XtraGrid.Columns.GridColumn colID; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraGrid.Columns.GridColumn colMOCODE; private DevExpress.XtraEditors.SimpleButton txtLot; private DevExpress.XtraGrid.Columns.GridColumn colLOTNO; private DevExpress.XtraGrid.Columns.GridColumn colLOTQTY; private DevExpress.XtraGrid.Columns.GridColumn colMTIME; private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colROUTECODE; private DevExpress.XtraGrid.Columns.GridColumn colOPCODE; private DevExpress.XtraGrid.Columns.GridColumn colOPDESC; private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ; private DevExpress.XtraGrid.Columns.GridColumn colITEMNAME; private DevExpress.XtraGrid.Columns.GridColumn colROUTEDESC; private DevExpress.XtraGrid.Columns.GridColumn colGOODQTY; private DevExpress.XtraGrid.Columns.GridColumn colNGQTY; private DevExpress.XtraGrid.Columns.GridColumn colMUSERName; private DevExpress.XtraGrid.Columns.GridColumn colLotNoSplit; private DevExpress.XtraGrid.Columns.GridColumn Result; private DevExpress.XtraGrid.Columns.GridColumn COLFPTYPE; } }