|
|
namespace ICSSoft.Frame.APP { partial class FormICSCreateXunjian { /// <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(FormICSCreateXunjian)); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); 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.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLastXJTIME = 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.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.colROUTECODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEQPCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCurrentQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTransNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.colOPUser = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDetailID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCustITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colItemVersion = 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(); //
// 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.btnRefresh); this.panelControl3.Controls.Add(this.lblTitle); this.panelControl3.Controls.Add(this.btnClose); 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; //
// 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(134, 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 = 20; this.btnRefresh.Text = "刷新"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_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 = "巡检"; //
// 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.colCurrentQTY, this.colEQPCODE, this.colLOTNO, this.colITEMCODE, this.colINVNAME, this.colCustITEMCODE, this.colItemVersion, this.colINVSTD, this.colOPSEQ, this.colOPCODE, this.colOPDESC, this.colOPUser, this.colTransNO, this.colQuantity, this.colLastXJTIME, this.colMUSERName, this.colStatus, this.colchkMUSERName, this.colBeginDateTime, this.colEndDateTime, this.colCheckMode, this.colMOCODE, this.colMOSEQ, this.colROUTECODE, 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"; //
// 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 = 14; //
// colLOTNO
//
this.colLOTNO.Caption = "跟踪单"; this.colLOTNO.FieldName = "LOTNO"; this.colLOTNO.Name = "colLOTNO"; this.colLOTNO.OptionsColumn.ReadOnly = true; this.colLOTNO.Visible = true; this.colLOTNO.VisibleIndex = 2; this.colLOTNO.Width = 105; //
// colLastXJTIME
//
this.colLastXJTIME.Caption = "巡检时间"; this.colLastXJTIME.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss"; this.colLastXJTIME.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; this.colLastXJTIME.FieldName = "LastXJTIME"; this.colLastXJTIME.Name = "colLastXJTIME"; this.colLastXJTIME.OptionsColumn.ReadOnly = true; this.colLastXJTIME.Visible = true; this.colLastXJTIME.VisibleIndex = 11; this.colLastXJTIME.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; //
// colOPSEQ
//
this.colOPSEQ.Caption = "工序次序"; this.colOPSEQ.FieldName = "OPSEQ"; this.colOPSEQ.Name = "colOPSEQ"; this.colOPSEQ.OptionsColumn.ReadOnly = true; this.colOPSEQ.Visible = true; this.colOPSEQ.VisibleIndex = 6; //
// colOPCODE
//
this.colOPCODE.Caption = "工序代码"; this.colOPCODE.FieldName = "OPCODE"; this.colOPCODE.Name = "colOPCODE"; this.colOPCODE.OptionsColumn.ReadOnly = true; this.colOPCODE.Visible = true; this.colOPCODE.VisibleIndex = 7; //
// colOPDESC
//
this.colOPDESC.Caption = "工序名称"; this.colOPDESC.FieldName = "OPDESC"; this.colOPDESC.Name = "colOPDESC"; this.colOPDESC.OptionsColumn.ReadOnly = true; this.colOPDESC.Visible = true; this.colOPDESC.VisibleIndex = 8; //
// colQuantity
//
this.colQuantity.Caption = "巡检数"; this.colQuantity.DisplayFormat.FormatString = "f0"; this.colQuantity.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colQuantity.FieldName = "Quantity"; this.colQuantity.Name = "colQuantity"; this.colQuantity.Visible = true; this.colQuantity.VisibleIndex = 12; //
// colMUSERName
//
this.colMUSERName.Caption = "巡检人"; this.colMUSERName.FieldName = "xjUser"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.OptionsColumn.ReadOnly = true; this.colMUSERName.Visible = true; this.colMUSERName.VisibleIndex = 13; //
// colchkMUSERName
//
this.colchkMUSERName.Caption = "检验员"; this.colchkMUSERName.FieldName = "chkUser"; this.colchkMUSERName.Name = "colchkMUSERName"; this.colchkMUSERName.OptionsColumn.ReadOnly = true; this.colchkMUSERName.Visible = true; this.colchkMUSERName.VisibleIndex = 15; //
// 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 = 16; //
// 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 = 17; //
// 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; //
// colROUTECODE
//
this.colROUTECODE.Caption = "工艺"; this.colROUTECODE.FieldName = "ROUTECODE"; this.colROUTECODE.Name = "colROUTECODE"; this.colROUTECODE.OptionsColumn.ReadOnly = true; //
// colEQPCODE
//
this.colEQPCODE.Caption = "机台"; this.colEQPCODE.FieldName = "EQPCODE"; this.colEQPCODE.Name = "colEQPCODE"; this.colEQPCODE.OptionsColumn.ReadOnly = true; this.colEQPCODE.Visible = true; this.colEQPCODE.VisibleIndex = 0; //
// colCurrentQTY
//
this.colCurrentQTY.Caption = "本次巡检数"; this.colCurrentQTY.DisplayFormat.FormatString = "f0"; this.colCurrentQTY.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colCurrentQTY.FieldName = "CurrentQTY"; this.colCurrentQTY.Name = "colCurrentQTY"; this.colCurrentQTY.Visible = true; this.colCurrentQTY.VisibleIndex = 1; this.colCurrentQTY.Width = 68; //
// colTransNO
//
this.colTransNO.Caption = "巡检单"; this.colTransNO.FieldName = "TransNO"; this.colTransNO.Name = "colTransNO"; this.colTransNO.Visible = true; this.colTransNO.VisibleIndex = 10; //
// 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; //
// colOPUser
//
this.colOPUser.Caption = "操作员"; this.colOPUser.FieldName = "OPUser"; this.colOPUser.Name = "colOPUser"; this.colOPUser.Visible = true; this.colOPUser.VisibleIndex = 9; //
// colDetailID
//
this.colDetailID.Caption = "DetailID"; this.colDetailID.FieldName = "DetailID"; this.colDetailID.Name = "colDetailID"; this.colDetailID.OptionsColumn.ReadOnly = true; //
// colCustITEMCODE
//
this.colCustITEMCODE.Caption = "物料号"; this.colCustITEMCODE.FieldName = "CustITEMCODE"; this.colCustITEMCODE.Name = "colCustITEMCODE"; this.colCustITEMCODE.OptionsColumn.ReadOnly = true; this.colCustITEMCODE.Visible = true; this.colCustITEMCODE.VisibleIndex = 4; //
// colItemVersion
//
this.colItemVersion.Caption = "版本号"; this.colItemVersion.FieldName = "ItemVersion"; this.colItemVersion.Name = "colItemVersion"; this.colItemVersion.Visible = true; this.colItemVersion.VisibleIndex = 5; //
// FormICSCreateXunjian
//
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 = "FormICSCreateXunjian"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "检验"; ((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.PanelControl panelControl3; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; 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.XtraGrid.Columns.GridColumn colLOTNO; private DevExpress.XtraGrid.Columns.GridColumn colLastXJTIME; 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 colStatus; private DevExpress.XtraGrid.Columns.GridColumn colMOCODE; private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ; private DevExpress.XtraGrid.Columns.GridColumn colROUTECODE; private DevExpress.XtraGrid.Columns.GridColumn colEQPCODE; private DevExpress.XtraEditors.SimpleButton btnRefresh; private DevExpress.XtraGrid.Columns.GridColumn colCurrentQTY; private DevExpress.XtraGrid.Columns.GridColumn colTransNO; private DevExpress.XtraGrid.Columns.GridColumn colOPUser; private DevExpress.XtraGrid.Columns.GridColumn colCustITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colItemVersion; private DevExpress.XtraGrid.Columns.GridColumn colDetailID; } }
|