|
|
namespace ICSSoft.Frame.APP { partial class FormICSONWIPCheckNCR { /// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); }
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSONWIPCheckNCR)); this.btnOutPut = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnCalculate = new DevExpress.XtraEditors.SimpleButton(); this.btnModify = 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.txtResult = new DevExpress.XtraEditors.TextEdit(); this.txtErrOP = new DevExpress.XtraEditors.TextEdit(); this.lblErrOP = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); 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.colLOTNO = 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.colOPCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOPDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEQPCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEQPName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNCRNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMemo = new DevExpress.XtraGrid.Columns.GridColumn(); this.colIsInput = new DevExpress.XtraGrid.Columns.GridColumn(); this.colResult = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSetValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.colUNIT = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNcrID = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colOPSEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colisBatch = new DevExpress.XtraGrid.Columns.GridColumn(); this.colISWWRW = 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.txtResult.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtErrOP.Properties)).BeginInit(); ((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(383, 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(504, 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.btnCalculate); this.panelControl3.Controls.Add(this.btnModify); 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; //
// btnCalculate
//
this.btnCalculate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCalculate.Appearance.ForeColor = System.Drawing.Color.White; this.btnCalculate.Appearance.Options.UseFont = true; this.btnCalculate.Appearance.Options.UseForeColor = true; this.btnCalculate.Appearance.Options.UseTextOptions = true; this.btnCalculate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCalculate.Image = ((System.Drawing.Image)(resources.GetObject("btnCalculate.Image"))); this.btnCalculate.Location = new System.Drawing.Point(662, 0); this.btnCalculate.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCalculate.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCalculate.Name = "btnCalculate"; this.btnCalculate.Size = new System.Drawing.Size(79, 31); this.btnCalculate.TabIndex = 50; this.btnCalculate.Text = "结算工费"; this.btnCalculate.Visible = false; this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_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(307, 0); this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false; this.btnModify.Name = "btnModify"; this.btnModify.Size = new System.Drawing.Size(76, 30); this.btnModify.TabIndex = 24; this.btnModify.Text = "结果判定"; this.btnModify.Click += new System.EventHandler(this.btnModify_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(237, 0); this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(70, 30); this.btnCreate.TabIndex = 23; this.btnCreate.Text = "上传OA"; 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(179, 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(121, 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(446, 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.txtResult); this.groupControl1.Controls.Add(this.txtErrOP); this.groupControl1.Controls.Add(this.lblErrOP); this.groupControl1.Controls.Add(this.label2); 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 = "详细信息"; //
// txtResult
//
this.txtResult.Location = new System.Drawing.Point(82, 25); this.txtResult.Name = "txtResult"; this.txtResult.Properties.ReadOnly = true; this.txtResult.Size = new System.Drawing.Size(155, 20); this.txtResult.TabIndex = 186; this.txtResult.Visible = false; //
// txtErrOP
//
this.txtErrOP.Location = new System.Drawing.Point(325, 25); this.txtErrOP.Name = "txtErrOP"; this.txtErrOP.Properties.ReadOnly = true; this.txtErrOP.Size = new System.Drawing.Size(164, 20); this.txtErrOP.TabIndex = 186; this.txtErrOP.Visible = false; //
// lblErrOP
//
this.lblErrOP.AutoSize = true; this.lblErrOP.Location = new System.Drawing.Point(260, 28); this.lblErrOP.Name = "lblErrOP"; this.lblErrOP.Size = new System.Drawing.Size(67, 14); this.lblErrOP.TabIndex = 184; this.lblErrOP.Text = "责任工序:"; this.lblErrOP.Visible = false; //
// label2
//
this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(9, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 14); this.label2.TabIndex = 184; this.label2.Text = "结果判定:"; //
// grdDetail
//
this.grdDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grdDetail.Location = new System.Drawing.Point(2, 51); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(1032, 356); 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.colLOTNO, this.colMTIME, this.colITEMCODE, this.colINVNAME, this.colINVSTD, this.colCheckMode, this.colOPCODE, this.colOPDESC, this.colQuantity, this.colEQPCODE, this.colEQPName, this.colNCRNo, this.colMUSERName, this.colMOCODE, this.colMOSEQ, this.colMemo, this.colIsInput, this.colResult, this.colSetValue, this.colUNIT, this.colNcrID, this.gridColumn2, this.gridColumn3, this.colOPSEQ, this.gridColumn5, this.gridColumn6, this.gridColumn1, this.colisBatch, this.colISWWRW}); 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); //
// 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 = "OA判定结果"; this.colStatus.FieldName = "Status"; this.colStatus.Name = "colStatus"; this.colStatus.OptionsColumn.ReadOnly = true; this.colStatus.Visible = true; this.colStatus.VisibleIndex = 2; //
// colLOTNO
//
this.colLOTNO.Caption = "产品跟踪单号"; this.colLOTNO.FieldName = "LOTNO"; this.colLOTNO.Name = "colLOTNO"; this.colLOTNO.OptionsColumn.ReadOnly = true; this.colLOTNO.Visible = true; this.colLOTNO.VisibleIndex = 12; this.colLOTNO.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 = 15; 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 = 3; //
// colINVNAME
//
this.colINVNAME.Caption = "物料名称"; this.colINVNAME.FieldName = "INVNAME"; this.colINVNAME.Name = "colINVNAME"; this.colINVNAME.OptionsColumn.ReadOnly = true; //
// colINVSTD
//
this.colINVSTD.Caption = "规格型号"; this.colINVSTD.FieldName = "INVSTD"; this.colINVSTD.Name = "colINVSTD"; this.colINVSTD.OptionsColumn.ReadOnly = true; //
// colCheckMode
//
this.colCheckMode.Caption = "类型"; this.colCheckMode.FieldName = "CheckMode"; this.colCheckMode.Name = "colCheckMode"; this.colCheckMode.OptionsColumn.ReadOnly = true; this.colCheckMode.Visible = true; this.colCheckMode.VisibleIndex = 1; //
// colOPCODE
//
this.colOPCODE.Caption = "工序代码"; this.colOPCODE.FieldName = "OPCODE"; this.colOPCODE.Name = "colOPCODE"; this.colOPCODE.OptionsColumn.ReadOnly = true; //
// colOPDESC
//
this.colOPDESC.Caption = "工序名称"; this.colOPDESC.FieldName = "OPDESC"; this.colOPDESC.Name = "colOPDESC"; this.colOPDESC.OptionsColumn.ReadOnly = true; this.colOPDESC.Visible = true; this.colOPDESC.VisibleIndex = 9; //
// colQuantity
//
this.colQuantity.Caption = "跟踪单数量"; this.colQuantity.FieldName = "Quantity"; this.colQuantity.Name = "colQuantity"; this.colQuantity.OptionsColumn.ReadOnly = true; this.colQuantity.Visible = true; this.colQuantity.VisibleIndex = 6; //
// colEQPCODE
//
this.colEQPCODE.Caption = "设备编码"; this.colEQPCODE.FieldName = "EQPCODE"; this.colEQPCODE.Name = "colEQPCODE"; this.colEQPCODE.Visible = true; this.colEQPCODE.VisibleIndex = 10; //
// colEQPName
//
this.colEQPName.Caption = "设备名称"; this.colEQPName.FieldName = "EQPName"; this.colEQPName.Name = "colEQPName"; //
// colNCRNo
//
this.colNCRNo.Caption = "单据号"; this.colNCRNo.FieldName = "NCRNo"; this.colNCRNo.Name = "colNCRNo"; this.colNCRNo.Visible = true; this.colNCRNo.VisibleIndex = 13; //
// colMUSERName
//
this.colMUSERName.Caption = "操作人"; this.colMUSERName.FieldName = "MUSERName"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.OptionsColumn.ReadOnly = true; //
// colMOCODE
//
this.colMOCODE.Caption = "生产订单号"; this.colMOCODE.FieldName = "MOCODE"; this.colMOCODE.Name = "colMOCODE"; this.colMOCODE.OptionsColumn.ReadOnly = true; //
// colMOSEQ
//
this.colMOSEQ.Caption = "生产订单行号"; this.colMOSEQ.FieldName = "MOSEQ"; this.colMOSEQ.Name = "colMOSEQ"; this.colMOSEQ.OptionsColumn.ReadOnly = true; //
// colMemo
//
this.colMemo.Caption = "备注"; this.colMemo.FieldName = "Memo"; this.colMemo.Name = "colMemo"; this.colMemo.Visible = true; this.colMemo.VisibleIndex = 16; //
// colIsInput
//
this.colIsInput.Caption = "结算"; this.colIsInput.FieldName = "IsInput"; this.colIsInput.Name = "colIsInput"; this.colIsInput.OptionsColumn.ReadOnly = true; //
// colResult
//
this.colResult.Caption = "单据状态"; this.colResult.FieldName = "Result"; this.colResult.Name = "colResult"; this.colResult.OptionsColumn.ReadOnly = true; //
// colSetValue
//
this.colSetValue.Caption = "不良数量"; this.colSetValue.FieldName = "SetValue"; this.colSetValue.Name = "colSetValue"; this.colSetValue.OptionsColumn.ReadOnly = true; this.colSetValue.Visible = true; this.colSetValue.VisibleIndex = 7; //
// colUNIT
//
this.colUNIT.Caption = "不良类型"; this.colUNIT.FieldName = "UNIT"; this.colUNIT.Name = "colUNIT"; this.colUNIT.OptionsColumn.ReadOnly = true; this.colUNIT.Visible = true; this.colUNIT.VisibleIndex = 18; //
// colNcrID
//
this.colNcrID.Caption = "NcrID"; this.colNcrID.FieldName = "NcrID"; this.colNcrID.Name = "colNcrID"; //
// gridColumn2
//
this.gridColumn2.Caption = "产品料号"; this.gridColumn2.FieldName = "客户料号"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 4; //
// gridColumn3
//
this.gridColumn3.Caption = "产品版本"; this.gridColumn3.FieldName = "物料版本"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 5; //
// colOPSEQ
//
this.colOPSEQ.Caption = "工序次序"; this.colOPSEQ.FieldName = "OPSEQ"; this.colOPSEQ.Name = "colOPSEQ"; this.colOPSEQ.Visible = true; this.colOPSEQ.VisibleIndex = 8; //
// gridColumn5
//
this.gridColumn5.Caption = "批次号"; this.gridColumn5.FieldName = "批次号"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 11; //
// gridColumn6
//
this.gridColumn6.Caption = "检验员"; this.gridColumn6.FieldName = "检验员"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 14; //
// gridColumn1
//
this.gridColumn1.Caption = "不良原因"; this.gridColumn1.FieldName = "不良备注"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 17; //
// colisBatch
//
this.colisBatch.Caption = "批量处理"; this.colisBatch.FieldName = "IsBatch"; this.colisBatch.Name = "colisBatch"; this.colisBatch.Visible = true; this.colisBatch.VisibleIndex = 19; //
// colISWWRW
//
this.colISWWRW.Caption = "返工"; this.colISWWRW.FieldName = "ISWWRW"; this.colISWWRW.Name = "colISWWRW"; this.colISWWRW.Visible = true; this.colISWWRW.VisibleIndex = 20; //
// 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; //
// FormICSONWIPCheckNCR
//
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 = "FormICSONWIPCheckNCR"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "不合格评审上传"; this.Load += new System.EventHandler(this.FormICSONWIPCheckNCR_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtResult.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtErrOP.Properties)).EndInit(); ((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 colLOTNO; 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 colOPCODE; private DevExpress.XtraGrid.Columns.GridColumn colOPDESC; private DevExpress.XtraGrid.Columns.GridColumn colQuantity; private DevExpress.XtraGrid.Columns.GridColumn colMOCODE; private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ; private DevExpress.XtraGrid.Columns.GridColumn colMemo; private DevExpress.XtraGrid.Columns.GridColumn colIsInput; private DevExpress.XtraGrid.Columns.GridColumn colStatus; private DevExpress.XtraEditors.SimpleButton btnCalculate; private DevExpress.XtraGrid.Columns.GridColumn colEQPCODE; private DevExpress.XtraGrid.Columns.GridColumn colEQPName; private DevExpress.XtraGrid.Columns.GridColumn colNCRNo; private DevExpress.XtraGrid.Columns.GridColumn colResult; private DevExpress.XtraGrid.Columns.GridColumn colSetValue; private DevExpress.XtraGrid.Columns.GridColumn colUNIT; private DevExpress.XtraGrid.Columns.GridColumn colNcrID; private System.Windows.Forms.Label label2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn colOPSEQ; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn colisBatch; private System.Windows.Forms.Label lblErrOP; private DevExpress.XtraEditors.TextEdit txtErrOP; private DevExpress.XtraGrid.Columns.GridColumn colISWWRW; private DevExpress.XtraEditors.TextEdit txtResult; } }
|