namespace ICSSoft.Frame.APP { partial class FormICSITEMROUTE2OP { /// /// 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(FormICSITEMROUTE2OP)); DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnADD = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); 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.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colaITEMID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colaITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.coldINVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.coldINVDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colaROUTEID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colaROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.coleROUTEDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colbISREF = new DevExpress.XtraGrid.Columns.GridColumn(); this.colaOPID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colaOPCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colfOPDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colcOPSEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.colcOPCONTROL = new DevExpress.XtraGrid.Columns.GridColumn(); this.colaIDMERGETYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colaIDMERGERULE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWorkPoint = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_componentloading = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_testing = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_idtranslate = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_packing = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_oqc = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_ts = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_spc = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_deduct = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_midistoutput = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_midistinput = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_ComponentDown = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_BurnIn = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_BurnOut = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOP_Offline = 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.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = 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(); // // 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(226, 0); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(79, 47); 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.btnClose); this.panelControl3.Controls.Add(this.btnADD); this.panelControl3.Controls.Add(this.lblTitle); this.panelControl3.Controls.Add(this.btnExit); 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(4, 5, 4, 5); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1541, 47); this.panelControl3.TabIndex = 13; // // 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(1503, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(39, 47); this.btnClose.TabIndex = 25; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnADD // this.btnADD.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnADD.Appearance.ForeColor = System.Drawing.Color.White; this.btnADD.Appearance.Options.UseFont = true; this.btnADD.Appearance.Options.UseForeColor = true; this.btnADD.Appearance.Options.UseTextOptions = true; this.btnADD.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnADD.Image = ((System.Drawing.Image)(resources.GetObject("btnADD.Image"))); this.btnADD.Location = new System.Drawing.Point(143, 0); this.btnADD.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnADD.LookAndFeel.UseDefaultLookAndFeel = false; this.btnADD.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnADD.Name = "btnADD"; this.btnADD.Size = new System.Drawing.Size(83, 47); this.btnADD.TabIndex = 20; this.btnADD.Text = "修改"; this.btnADD.Click += new System.EventHandler(this.btnADD_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(4, 6); this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(139, 36); this.lblTitle.TabIndex = 19; this.lblTitle.Text = " 产品途程工序"; // // 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, 649); this.rptPage.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6); this.rptPage.Name = "rptPage"; this.rptPage.PageIndex = 1; this.rptPage.PageSize = 10000; this.rptPage.RecordNum = 0; this.rptPage.Size = new System.Drawing.Size(1541, 41); this.rptPage.TabIndex = 15; // // groupControl1 // this.groupControl1.Controls.Add(this.grdDetail); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 47); this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(1541, 602); 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(4, 5, 4, 5); gridLevelNode1.RelationName = "Level1"; this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.grdDetail.Location = new System.Drawing.Point(2, 30); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(1537, 570); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail, this.grvAdvDetail}); this.grdDetail.Click += new System.EventHandler(this.grdDetail_Click); this.grdDetail.DoubleClick += new System.EventHandler(this.grdDetail_DoubleClick); // // grvDetail // this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colisSelect, this.colaITEMID, this.colaITEMCODE, this.coldINVNAME, this.coldINVDESC, this.colaROUTEID, this.colaROUTECODE, this.coleROUTEDESC, this.colbISREF, this.colaOPID, this.colaOPCODE, this.colfOPDESC, this.colcOPSEQ, this.colcOPCONTROL, this.colaIDMERGETYPE, this.colaIDMERGERULE, this.colMUSER, this.colMUSERName, this.colMTIME, this.colWorkPoint, this.colOP_componentloading, this.colOP_testing, this.colOP_idtranslate, this.colOP_packing, this.colOP_oqc, this.colOP_ts, this.colOP_spc, this.colOP_deduct, this.colOP_midistoutput, this.colOP_midistinput, this.colOP_ComponentDown, this.colOP_BurnIn, this.colOP_BurnOut, this.colOP_Offline, this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4, this.gridColumn5, this.gridColumn6, this.gridColumn7}); this.grvDetail.FixedLineWidth = 3; this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 30; 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.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator); this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell); // // colisSelect // this.colisSelect.Caption = "选择"; this.colisSelect.FieldName = "isSelect"; this.colisSelect.Name = "colisSelect"; this.colisSelect.OptionsColumn.AllowEdit = false; this.colisSelect.OptionsColumn.ReadOnly = true; this.colisSelect.Visible = true; this.colisSelect.VisibleIndex = 0; // // colaITEMID // this.colaITEMID.Caption = "产品guid"; this.colaITEMID.FieldName = "aITEMID"; this.colaITEMID.Name = "colaITEMID"; // // colaITEMCODE // this.colaITEMCODE.Caption = "产品编码"; this.colaITEMCODE.FieldName = "aITEMCODE"; this.colaITEMCODE.Name = "colaITEMCODE"; this.colaITEMCODE.Visible = true; this.colaITEMCODE.VisibleIndex = 1; this.colaITEMCODE.Width = 78; // // coldINVNAME // this.coldINVNAME.Caption = "产品名称"; this.coldINVNAME.FieldName = "dINVNAME"; this.coldINVNAME.Name = "coldINVNAME"; this.coldINVNAME.Visible = true; this.coldINVNAME.VisibleIndex = 2; this.coldINVNAME.Width = 66; // // coldINVDESC // this.coldINVDESC.Caption = "规格型号"; this.coldINVDESC.FieldName = "dINVDESC"; this.coldINVDESC.Name = "coldINVDESC"; this.coldINVDESC.Visible = true; this.coldINVDESC.VisibleIndex = 3; this.coldINVDESC.Width = 63; // // colaROUTEID // this.colaROUTEID.Caption = "途程guid"; this.colaROUTEID.FieldName = "aROUTEID"; this.colaROUTEID.Name = "colaROUTEID"; // // colaROUTECODE // this.colaROUTECODE.Caption = "工艺路线代码"; this.colaROUTECODE.FieldName = "aROUTECODE"; this.colaROUTECODE.Name = "colaROUTECODE"; this.colaROUTECODE.Visible = true; this.colaROUTECODE.VisibleIndex = 4; this.colaROUTECODE.Width = 97; // // coleROUTEDESC // this.coleROUTEDESC.Caption = "工艺路线描述"; this.coleROUTEDESC.FieldName = "eROUTEDESC"; this.coleROUTEDESC.Name = "coleROUTEDESC"; this.coleROUTEDESC.Visible = true; this.coleROUTEDESC.VisibleIndex = 5; this.coleROUTEDESC.Width = 89; // // colbISREF // this.colbISREF.Caption = "默认工艺路线"; this.colbISREF.FieldName = "bISREF"; this.colbISREF.Name = "colbISREF"; this.colbISREF.Visible = true; this.colbISREF.VisibleIndex = 6; this.colbISREF.Width = 118; // // colaOPID // this.colaOPID.Caption = "工序guid"; this.colaOPID.FieldName = "aOPID"; this.colaOPID.Name = "colaOPID"; // // colaOPCODE // this.colaOPCODE.Caption = "工序代码"; this.colaOPCODE.FieldName = "aOPCODE"; this.colaOPCODE.Name = "colaOPCODE"; this.colaOPCODE.Visible = true; this.colaOPCODE.VisibleIndex = 7; this.colaOPCODE.Width = 99; // // colfOPDESC // this.colfOPDESC.Caption = "工序描述"; this.colfOPDESC.FieldName = "fOPDESC"; this.colfOPDESC.Name = "colfOPDESC"; this.colfOPDESC.Visible = true; this.colfOPDESC.VisibleIndex = 8; this.colfOPDESC.Width = 105; // // colcOPSEQ // this.colcOPSEQ.Caption = "工序次序"; this.colcOPSEQ.FieldName = "cOPSEQ"; this.colcOPSEQ.Name = "colcOPSEQ"; this.colcOPSEQ.Visible = true; this.colcOPSEQ.VisibleIndex = 9; this.colcOPSEQ.Width = 101; // // colcOPCONTROL // this.colcOPCONTROL.Caption = "工序类型记录"; this.colcOPCONTROL.FieldName = "cOPCONTROL"; this.colcOPCONTROL.Name = "colcOPCONTROL"; this.colcOPCONTROL.Width = 117; // // colaIDMERGETYPE // this.colaIDMERGETYPE.Caption = "单件工时"; this.colaIDMERGETYPE.FieldName = "aIDMERGETYPE"; this.colaIDMERGETYPE.Name = "colaIDMERGETYPE"; this.colaIDMERGETYPE.Width = 125; // // colaIDMERGERULE // this.colaIDMERGERULE.Caption = "分板比例"; this.colaIDMERGERULE.FieldName = "aIDMERGERULE"; this.colaIDMERGERULE.Name = "colaIDMERGERULE"; // // colMUSER // this.colMUSER.Caption = "维护人"; this.colMUSER.FieldName = "MUSER"; this.colMUSER.Name = "colMUSER"; this.colMUSER.Width = 123; // // colMUSERName // this.colMUSERName.Caption = "维护人"; this.colMUSERName.FieldName = "MUSERName"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.Visible = true; this.colMUSERName.VisibleIndex = 16; this.colMUSERName.Width = 102; // // colMTIME // this.colMTIME.Caption = "维护时间"; this.colMTIME.FieldName = "MTIME"; this.colMTIME.Name = "colMTIME"; this.colMTIME.Visible = true; this.colMTIME.VisibleIndex = 17; this.colMTIME.Width = 111; // // colWorkPoint // this.colWorkPoint.Caption = "站点"; this.colWorkPoint.FieldName = "WorkPoint"; this.colWorkPoint.Name = "colWorkPoint"; // // colOP_componentloading // this.colOP_componentloading.Caption = "1.上料工序"; this.colOP_componentloading.FieldName = "OP_componentloading"; this.colOP_componentloading.Name = "colOP_componentloading"; // // colOP_testing // this.colOP_testing.Caption = "2.测试工序"; this.colOP_testing.FieldName = "OP_testing"; this.colOP_testing.Name = "colOP_testing"; // // colOP_idtranslate // this.colOP_idtranslate.Caption = "3.序号转换工序"; this.colOP_idtranslate.FieldName = "OP_idtranslate"; this.colOP_idtranslate.Name = "colOP_idtranslate"; // // colOP_packing // this.colOP_packing.Caption = "3.包装工序"; this.colOP_packing.FieldName = "OP_packing"; this.colOP_packing.Name = "colOP_packing"; // // colOP_oqc // this.colOP_oqc.Caption = "5.OQC工序"; this.colOP_oqc.FieldName = "OP_oqc"; this.colOP_oqc.Name = "colOP_oqc"; // // colOP_ts // this.colOP_ts.Caption = "4.维修工序"; this.colOP_ts.FieldName = "OP_ts"; this.colOP_ts.Name = "colOP_ts"; // // colOP_spc // this.colOP_spc.Caption = "7.SPC工序"; this.colOP_spc.FieldName = "OP_spc"; this.colOP_spc.Name = "colOP_spc"; // // colOP_deduct // this.colOP_deduct.Caption = "8.扣料工序"; this.colOP_deduct.FieldName = "OP_deduct"; this.colOP_deduct.Name = "colOP_deduct"; // // colOP_midistoutput // this.colOP_midistoutput.Caption = "9.中间产量工序"; this.colOP_midistoutput.FieldName = "OP_midistoutput"; this.colOP_midistoutput.Name = "colOP_midistoutput"; // // colOP_midistinput // this.colOP_midistinput.Caption = "10.中间投入工序"; this.colOP_midistinput.FieldName = "OP_midistinput"; this.colOP_midistinput.Name = "colOP_midistinput"; // // colOP_ComponentDown // this.colOP_ComponentDown.Caption = "11.下料工序"; this.colOP_ComponentDown.FieldName = "OP_ComponentDown"; this.colOP_ComponentDown.Name = "colOP_ComponentDown"; // // colOP_BurnIn // this.colOP_BurnIn.Caption = "12.Burn In工序"; this.colOP_BurnIn.FieldName = "OP_BurnIn"; this.colOP_BurnIn.Name = "colOP_BurnIn"; // // colOP_BurnOut // this.colOP_BurnOut.Caption = "13.Burn Out工序"; this.colOP_BurnOut.FieldName = "OP_BurnOut"; this.colOP_BurnOut.Name = "colOP_BurnOut"; // // colOP_Offline // this.colOP_Offline.Caption = "14.下线工序"; this.colOP_Offline.FieldName = "OP_Offline"; this.colOP_Offline.Name = "colOP_Offline"; // // gridColumn1 // this.gridColumn1.Name = "gridColumn1"; // // gridColumn2 // this.gridColumn2.Caption = "设备型号"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 12; this.gridColumn2.Width = 86; // // gridColumn3 // this.gridColumn3.Caption = "F01"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 13; // // gridColumn4 // this.gridColumn4.Caption = "F03"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 14; // // gridColumn5 // this.gridColumn5.Caption = "F05"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 15; // // 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; // // gridColumn6 // this.gridColumn6.Caption = "标准工时"; this.gridColumn6.FieldName = "STIME"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 10; // // gridColumn7 // this.gridColumn7.Caption = "准备工时"; this.gridColumn7.FieldName = "RTIME"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 11; // // FormICSITEMROUTE2OP // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1541, 690); 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(4, 5, 4, 5); this.Name = "FormICSITEMROUTE2OP"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; this.Load += new System.EventHandler(this.FormICSITEMROUTE2OP_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 btnExit; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton btnADD; 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 colaITEMID; private DevExpress.XtraGrid.Columns.GridColumn colaITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn coldINVNAME; private DevExpress.XtraGrid.Columns.GridColumn coldINVDESC; private DevExpress.XtraGrid.Columns.GridColumn colaROUTEID; private DevExpress.XtraGrid.Columns.GridColumn colaROUTECODE; private DevExpress.XtraGrid.Columns.GridColumn coleROUTEDESC; private DevExpress.XtraGrid.Columns.GridColumn colbISREF; private DevExpress.XtraGrid.Columns.GridColumn colaOPID; private DevExpress.XtraGrid.Columns.GridColumn colaOPCODE; private DevExpress.XtraGrid.Columns.GridColumn colfOPDESC; private DevExpress.XtraGrid.Columns.GridColumn colcOPSEQ; private DevExpress.XtraGrid.Columns.GridColumn colcOPCONTROL; private DevExpress.XtraGrid.Columns.GridColumn colaOPTIONALOP; private DevExpress.XtraGrid.Columns.GridColumn colRTIME; private DevExpress.XtraGrid.Columns.GridColumn colaIDMERGETYPE; private DevExpress.XtraGrid.Columns.GridColumn colaIDMERGERULE; private DevExpress.XtraGrid.Columns.GridColumn colMUSER; private DevExpress.XtraGrid.Columns.GridColumn colMUSERName; private DevExpress.XtraGrid.Columns.GridColumn colMTIME; private DevExpress.XtraGrid.Columns.GridColumn colWorkPoint; private DevExpress.XtraGrid.Columns.GridColumn colOP_componentloading; private DevExpress.XtraGrid.Columns.GridColumn colOP_testing; private DevExpress.XtraGrid.Columns.GridColumn colOP_idtranslate; private DevExpress.XtraGrid.Columns.GridColumn colOP_packing; private DevExpress.XtraGrid.Columns.GridColumn colOP_oqc; private DevExpress.XtraGrid.Columns.GridColumn colOP_ts; private DevExpress.XtraGrid.Columns.GridColumn colOP_spc; private DevExpress.XtraGrid.Columns.GridColumn colOP_deduct; private DevExpress.XtraGrid.Columns.GridColumn colOP_midistoutput; private DevExpress.XtraGrid.Columns.GridColumn colOP_midistinput; private DevExpress.XtraGrid.Columns.GridColumn colOP_ComponentDown; private DevExpress.XtraGrid.Columns.GridColumn colOP_BurnIn; private DevExpress.XtraGrid.Columns.GridColumn colOP_BurnOut; private DevExpress.XtraGrid.Columns.GridColumn colOP_Offline; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; } }