|
|
namespace ICSSoft.Frame.APP { partial class FormDataAcquise { /// <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() { DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDataAcquise)); this.gridCK = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colCKITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCKITEMDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSetValueMax = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSetValueMin = new DevExpress.XtraGrid.Columns.GridColumn(); this.colziCKGROUP = new DevExpress.XtraGrid.Columns.GridColumn(); this.colActNum = new DevExpress.XtraGrid.Columns.GridColumn(); this.colXuHao = new DevExpress.XtraGrid.Columns.GridColumn(); this.colunQua = new DevExpress.XtraGrid.Columns.GridColumn(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvCKGView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCKGROUP = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCKGROUPDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridER = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colECSCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colECSDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colECSGCODEZI = new DevExpress.XtraGrid.Columns.GridColumn(); this.colselecttwo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridERDetail = new DevExpress.XtraGrid.GridControl(); this.gridERGDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colECGCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colECGDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colselectone = new DevExpress.XtraGrid.Columns.GridColumn(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.txtItemName = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.txtItemCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtRCard = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txtMo = new DevExpress.XtraEditors.TextEdit(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.txtOP = new System.Windows.Forms.Label(); this.txtRoute = new System.Windows.Forms.Label(); this.txtInfo = new System.Windows.Forms.Label(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.txtMessages = new System.Windows.Forms.RichTextBox(); this.txtMemo = new System.Windows.Forms.RichTextBox(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.rdNG = new System.Windows.Forms.RadioButton(); this.rdGood = new System.Windows.Forms.RadioButton(); this.txtERSCode = new DevExpress.XtraEditors.TextEdit(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); ((System.ComponentModel.ISupportInitialize)(this.gridCK)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvCKGView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridER)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridERDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridERGDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRCard.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtERSCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.SuspendLayout(); //
// gridCK
//
this.gridCK.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colCKITEMCODE, this.colCKITEMDESC, this.colSetValueMax, this.colSetValueMin, this.colziCKGROUP, this.colActNum, this.colXuHao, this.colunQua}); this.gridCK.GridControl = this.grdDetail; this.gridCK.Name = "gridCK"; this.gridCK.OptionsView.ColumnAutoWidth = false; this.gridCK.OptionsView.ShowGroupPanel = false; //
// colCKITEMCODE
//
this.colCKITEMCODE.Caption = "检验项代码"; this.colCKITEMCODE.FieldName = "CKITEMCODE"; this.colCKITEMCODE.Name = "colCKITEMCODE"; this.colCKITEMCODE.Visible = true; this.colCKITEMCODE.VisibleIndex = 1; this.colCKITEMCODE.Width = 97; //
// colCKITEMDESC
//
this.colCKITEMDESC.Caption = "检验项描述"; this.colCKITEMDESC.FieldName = "CKITEMDESC"; this.colCKITEMDESC.Name = "colCKITEMDESC"; this.colCKITEMDESC.Visible = true; this.colCKITEMDESC.VisibleIndex = 2; this.colCKITEMDESC.Width = 115; //
// colSetValueMax
//
this.colSetValueMax.Caption = "最大设定值"; this.colSetValueMax.FieldName = "SetValueMax"; this.colSetValueMax.Name = "colSetValueMax"; this.colSetValueMax.Visible = true; this.colSetValueMax.VisibleIndex = 3; //
// colSetValueMin
//
this.colSetValueMin.Caption = "最小设定值"; this.colSetValueMin.FieldName = "SetValueMin"; this.colSetValueMin.Name = "colSetValueMin"; this.colSetValueMin.Visible = true; this.colSetValueMin.VisibleIndex = 4; //
// colziCKGROUP
//
this.colziCKGROUP.Caption = "检验类型"; this.colziCKGROUP.FieldName = "CKGROUP"; this.colziCKGROUP.Name = "colziCKGROUP"; //
// colActNum
//
this.colActNum.Caption = "实际值"; this.colActNum.FieldName = "ActNum"; this.colActNum.Name = "colActNum"; this.colActNum.Visible = true; this.colActNum.VisibleIndex = 5; //
// colXuHao
//
this.colXuHao.Caption = " "; this.colXuHao.FieldName = "XuHao"; this.colXuHao.Name = "colXuHao"; this.colXuHao.Visible = true; this.colXuHao.VisibleIndex = 0; //
// colunQua
//
this.colunQua.Caption = "不合格"; this.colunQua.FieldName = "unQua"; this.colunQua.Name = "colunQua"; this.colunQua.Visible = true; this.colunQua.VisibleIndex = 6; //
// 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))); gridLevelNode1.LevelTemplate = this.gridCK; gridLevelNode1.RelationName = "Level1"; this.grdDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.grdDetail.Location = new System.Drawing.Point(0, 29); this.grdDetail.MainView = this.grvCKGView; this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(518, 212); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvCKGView, this.gridCK}); //
// grvCKGView
//
this.grvCKGView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colisSelect, this.colCKGROUP, this.colCKGROUPDESC}); this.grvCKGView.GridControl = this.grdDetail; this.grvCKGView.IndicatorWidth = 40; this.grvCKGView.Name = "grvCKGView"; this.grvCKGView.OptionsView.ColumnAutoWidth = false; this.grvCKGView.OptionsView.ShowGroupPanel = false; this.grvCKGView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator); this.grvCKGView.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.grvCKGView_MasterRowExpanded); this.grvCKGView.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.grvDetail_CellValueChanging); //
// colisSelect
//
this.colisSelect.Caption = " "; this.colisSelect.FieldName = "isSelect"; this.colisSelect.Name = "colisSelect"; this.colisSelect.Visible = true; this.colisSelect.VisibleIndex = 0; //
// colCKGROUP
//
this.colCKGROUP.Caption = "检验类型"; this.colCKGROUP.FieldName = "CKGROUP"; this.colCKGROUP.Name = "colCKGROUP"; this.colCKGROUP.Visible = true; this.colCKGROUP.VisibleIndex = 1; //
// colCKGROUPDESC
//
this.colCKGROUPDESC.Caption = "检验类型描述"; this.colCKGROUPDESC.FieldName = "CKGROUPDESC"; this.colCKGROUPDESC.Name = "colCKGROUPDESC"; this.colCKGROUPDESC.Visible = true; this.colCKGROUPDESC.VisibleIndex = 2; this.colCKGROUPDESC.Width = 113; //
// gridER
//
this.gridER.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colECSCODE, this.colECSDESC, this.colECSGCODEZI, this.colselecttwo}); this.gridER.GridControl = this.gridERDetail; this.gridER.Name = "gridER"; this.gridER.OptionsView.ColumnAutoWidth = false; this.gridER.OptionsView.ShowGroupPanel = false; //
// colECSCODE
//
this.colECSCODE.Caption = "不良代码"; this.colECSCODE.FieldName = "ECODE"; this.colECSCODE.Name = "colECSCODE"; this.colECSCODE.Visible = true; this.colECSCODE.VisibleIndex = 1; this.colECSCODE.Width = 101; //
// colECSDESC
//
this.colECSDESC.Caption = "不良描述"; this.colECSDESC.FieldName = "ECDESC"; this.colECSDESC.Name = "colECSDESC"; this.colECSDESC.Visible = true; this.colECSDESC.VisibleIndex = 2; this.colECSDESC.Width = 107; //
// colECSGCODEZI
//
this.colECSGCODEZI.Caption = "不良代码组"; this.colECSGCODEZI.FieldName = "ECGCODE"; this.colECSGCODEZI.Name = "colECSGCODEZI"; this.colECSGCODEZI.Visible = true; this.colECSGCODEZI.VisibleIndex = 3; this.colECSGCODEZI.Width = 79; //
// colselecttwo
//
this.colselecttwo.Caption = " "; this.colselecttwo.FieldName = "selecttwo"; this.colselecttwo.Name = "colselecttwo"; this.colselecttwo.Visible = true; this.colselecttwo.VisibleIndex = 0; //
// gridERDetail
//
this.gridERDetail.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))); gridLevelNode2.LevelTemplate = this.gridER; gridLevelNode2.RelationName = "Level2"; this.gridERDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode2}); this.gridERDetail.Location = new System.Drawing.Point(1, 29); this.gridERDetail.MainView = this.gridERGDetail; this.gridERDetail.Name = "gridERDetail"; this.gridERDetail.Size = new System.Drawing.Size(501, 212); this.gridERDetail.TabIndex = 18; this.gridERDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridERGDetail, this.gridER}); //
// gridERGDetail
//
this.gridERGDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colECGCODE, this.colECGDESC, this.colselectone}); this.gridERGDetail.GridControl = this.gridERDetail; this.gridERGDetail.IndicatorWidth = 40; this.gridERGDetail.Name = "gridERGDetail"; this.gridERGDetail.OptionsView.ColumnAutoWidth = false; this.gridERGDetail.OptionsView.ShowGroupPanel = false; this.gridERGDetail.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.gridERGDetail_MasterRowExpanded); this.gridERGDetail.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridERGDetail_CellValueChanging); //
// colECGCODE
//
this.colECGCODE.Caption = "不良代码组"; this.colECGCODE.FieldName = "ECGCODE"; this.colECGCODE.Name = "colECGCODE"; this.colECGCODE.Visible = true; this.colECGCODE.VisibleIndex = 1; this.colECGCODE.Width = 97; //
// colECGDESC
//
this.colECGDESC.Caption = "不良代码组描述"; this.colECGDESC.FieldName = "ECGDESC"; this.colECGDESC.Name = "colECGDESC"; this.colECGDESC.Visible = true; this.colECGDESC.VisibleIndex = 2; this.colECGDESC.Width = 142; //
// colselectone
//
this.colselectone.Caption = " "; this.colselectone.FieldName = "selectone"; this.colselectone.Name = "colselectone"; this.colselectone.Visible = true; this.colselectone.VisibleIndex = 0; //
// 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.lblTitle); 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; //
// 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(1010, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 29); this.btnClose.TabIndex = 25; this.btnClose.Click += new System.EventHandler(this.btnClose_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, 4); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(133, 23); this.lblTitle.TabIndex = 19; this.lblTitle.Text = "测试采集"; //
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(260, 20); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "生产工单:"; //
// panelControl1
//
this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.txtItemName); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.txtItemCode); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.txtRCard); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.txtMo); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Location = new System.Drawing.Point(0, 30); this.panelControl1.Margin = new System.Windows.Forms.Padding(0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1036, 52); this.panelControl1.TabIndex = 16; //
// txtItemName
//
this.txtItemName.Enabled = false; this.txtItemName.Location = new System.Drawing.Point(777, 17); this.txtItemName.Name = "txtItemName"; this.txtItemName.Properties.Mask.EditMask = "f0"; this.txtItemName.Size = new System.Drawing.Size(141, 20); this.txtItemName.TabIndex = 100; //
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(711, 20); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(60, 14); this.labelControl6.TabIndex = 99; this.labelControl6.Text = "存货名称:"; //
// txtItemCode
//
this.txtItemCode.Enabled = false; this.txtItemCode.Location = new System.Drawing.Point(551, 17); this.txtItemCode.Name = "txtItemCode"; this.txtItemCode.Properties.Mask.EditMask = "f0"; this.txtItemCode.Size = new System.Drawing.Size(141, 20); this.txtItemCode.TabIndex = 98; //
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(485, 20); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(60, 14); this.labelControl4.TabIndex = 97; this.labelControl4.Text = "存货编码:"; //
// txtRCard
//
this.txtRCard.Location = new System.Drawing.Point(91, 17); this.txtRCard.Name = "txtRCard"; this.txtRCard.Properties.Mask.EditMask = "f0"; this.txtRCard.Size = new System.Drawing.Size(150, 20); this.txtRCard.TabIndex = 95; this.txtRCard.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtRcard_KeyPress); //
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(13, 20); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(72, 14); this.labelControl2.TabIndex = 94; this.labelControl2.Text = "产品序列号:"; //
// txtMo
//
this.txtMo.Enabled = false; this.txtMo.Location = new System.Drawing.Point(326, 17); this.txtMo.Name = "txtMo"; this.txtMo.Properties.Mask.EditMask = "f0"; this.txtMo.Size = new System.Drawing.Size(141, 20); this.txtMo.TabIndex = 96; this.txtMo.EditValueChanged += new System.EventHandler(this.txtMo_EditValueChanged); //
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSave.Appearance.ForeColor = System.Drawing.Color.Black; this.btnSave.Appearance.Options.UseFont = true; this.btnSave.Appearance.Options.UseForeColor = true; this.btnSave.Appearance.Options.UseTextOptions = true; this.btnSave.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image"))); this.btnSave.Location = new System.Drawing.Point(536, 16); this.btnSave.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSave.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(63, 30); this.btnSave.TabIndex = 90; this.btnSave.Text = "保存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); //
// panelControl2
//
this.panelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl2.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.txtOP); this.panelControl2.Controls.Add(this.txtRoute); this.panelControl2.Controls.Add(this.txtInfo); this.panelControl2.Controls.Add(this.btnExit); this.panelControl2.Controls.Add(this.txtMessages); this.panelControl2.Controls.Add(this.txtMemo); this.panelControl2.Controls.Add(this.labelControl3); this.panelControl2.Controls.Add(this.rdNG); this.panelControl2.Controls.Add(this.rdGood); this.panelControl2.Controls.Add(this.btnSave); this.panelControl2.Location = new System.Drawing.Point(0, 327); this.panelControl2.Margin = new System.Windows.Forms.Padding(0); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(1036, 110); this.panelControl2.TabIndex = 17; //
// txtOP
//
this.txtOP.AutoSize = true; this.txtOP.Font = new System.Drawing.Font("Verdana", 12F); this.txtOP.Location = new System.Drawing.Point(708, 85); this.txtOP.Name = "txtOP"; this.txtOP.Size = new System.Drawing.Size(40, 18); this.txtOP.TabIndex = 103; this.txtOP.Text = "工序"; //
// txtRoute
//
this.txtRoute.AutoSize = true; this.txtRoute.Font = new System.Drawing.Font("Verdana", 12F); this.txtRoute.Location = new System.Drawing.Point(569, 85); this.txtRoute.Name = "txtRoute"; this.txtRoute.Size = new System.Drawing.Size(40, 18); this.txtRoute.TabIndex = 102; this.txtRoute.Text = "途程"; //
// txtInfo
//
this.txtInfo.AutoSize = true; this.txtInfo.Font = new System.Drawing.Font("Verdana", 12F); this.txtInfo.Location = new System.Drawing.Point(383, 85); this.txtInfo.Name = "txtInfo"; this.txtInfo.Size = new System.Drawing.Size(40, 18); this.txtInfo.TabIndex = 101; this.txtInfo.Text = "资源"; //
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 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.Black; 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(605, 16); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(63, 30); this.btnExit.TabIndex = 100; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click_1); //
// txtMessages
//
this.txtMessages.Location = new System.Drawing.Point(5, 3); this.txtMessages.Name = "txtMessages"; this.txtMessages.ReadOnly = true; this.txtMessages.Size = new System.Drawing.Size(372, 103); this.txtMessages.TabIndex = 98; this.txtMessages.Text = ""; //
// txtMemo
//
this.txtMemo.Location = new System.Drawing.Point(829, 3); this.txtMemo.Name = "txtMemo"; this.txtMemo.Size = new System.Drawing.Size(204, 103); this.txtMemo.TabIndex = 98; this.txtMemo.Text = ""; //
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(777, 6); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(36, 14); this.labelControl3.TabIndex = 96; this.labelControl3.Text = "备注:"; //
// rdNG
//
this.rdNG.AutoSize = true; this.rdNG.Location = new System.Drawing.Point(453, 22); this.rdNG.Name = "rdNG"; this.rdNG.Size = new System.Drawing.Size(61, 18); this.rdNG.TabIndex = 93; this.rdNG.Text = "不良品"; this.rdNG.UseVisualStyleBackColor = true; this.rdNG.CheckedChanged += new System.EventHandler(this.txtbuliang_CheckedChanged); //
// rdGood
//
this.rdGood.AutoSize = true; this.rdGood.Checked = true; this.rdGood.Location = new System.Drawing.Point(390, 22); this.rdGood.Name = "rdGood"; this.rdGood.Size = new System.Drawing.Size(49, 18); this.rdGood.TabIndex = 92; this.rdGood.TabStop = true; this.rdGood.Text = "良品"; this.rdGood.UseVisualStyleBackColor = true; this.rdGood.CheckedChanged += new System.EventHandler(this.txtliang_CheckedChanged); //
// txtERSCode
//
this.txtERSCode.Location = new System.Drawing.Point(76, 3); this.txtERSCode.Name = "txtERSCode"; this.txtERSCode.Properties.Mask.EditMask = "f0"; this.txtERSCode.Size = new System.Drawing.Size(141, 20); this.txtERSCode.TabIndex = 97; this.txtERSCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUnLiang_KeyPress); this.txtERSCode.Validated += new System.EventHandler(this.txtUnLiang_Validated); //
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(10, 3); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(60, 14); this.labelControl5.TabIndex = 98; this.labelControl5.Text = "不良代码:"; //
// splitContainerControl1
//
this.splitContainerControl1.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.splitContainerControl1.Appearance.BackColor = System.Drawing.Color.Gainsboro; this.splitContainerControl1.Appearance.Options.UseBackColor = true; this.splitContainerControl1.Location = new System.Drawing.Point(3, 82); this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(0); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Appearance.BorderColor = System.Drawing.Color.White; this.splitContainerControl1.Panel1.Appearance.ForeColor = System.Drawing.Color.White; this.splitContainerControl1.Panel1.Appearance.Options.UseBorderColor = true; this.splitContainerControl1.Panel1.Appearance.Options.UseForeColor = true; this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.splitContainerControl1.Panel1.Controls.Add(this.grdDetail); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D; this.splitContainerControl1.Panel2.Controls.Add(this.gridERDetail); this.splitContainerControl1.Panel2.Controls.Add(this.txtERSCode); this.splitContainerControl1.Panel2.Controls.Add(this.labelControl5); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1033, 245); this.splitContainerControl1.SplitterPosition = 518; this.splitContainerControl1.TabIndex = 99; this.splitContainerControl1.Text = "splitContainerControl1"; //
// FormDataAcquise
//
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.splitContainerControl1); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormDataAcquise"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; this.Load += new System.EventHandler(this.FormDataAcquise_Load); ((System.ComponentModel.ISupportInitialize)(this.gridCK)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvCKGView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridER)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridERDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridERGDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRCard.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtMo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); this.panelControl2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtERSCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvCKGView; private DevExpress.XtraGrid.Columns.GridColumn colisSelect; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.PanelControl panelControl2; private System.Windows.Forms.RadioButton rdNG; private System.Windows.Forms.RadioButton rdGood; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.TextEdit txtRCard; private DevExpress.XtraEditors.LabelControl labelControl3; private System.Windows.Forms.RichTextBox txtMemo; private DevExpress.XtraEditors.TextEdit txtMo; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txtItemCode; private DevExpress.XtraGrid.GridControl gridERDetail; private DevExpress.XtraGrid.Views.Grid.GridView gridERGDetail; private DevExpress.XtraGrid.Columns.GridColumn colCKGROUP; private DevExpress.XtraGrid.Columns.GridColumn colCKGROUPDESC; private DevExpress.XtraGrid.Views.Grid.GridView gridCK; private DevExpress.XtraGrid.Columns.GridColumn colCKITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colCKITEMDESC; private DevExpress.XtraGrid.Columns.GridColumn colSetValueMin; private DevExpress.XtraGrid.Columns.GridColumn colSetValueMax; private DevExpress.XtraGrid.Columns.GridColumn colziCKGROUP; private System.Windows.Forms.Label txtInfo; private DevExpress.XtraGrid.Columns.GridColumn colECGCODE; private DevExpress.XtraGrid.Columns.GridColumn colECGDESC; private DevExpress.XtraGrid.Views.Grid.GridView gridER; private DevExpress.XtraGrid.Columns.GridColumn colECSCODE; private DevExpress.XtraGrid.Columns.GridColumn colECSDESC; private DevExpress.XtraGrid.Columns.GridColumn colECSGCODEZI; private DevExpress.XtraGrid.Columns.GridColumn colActNum; private DevExpress.XtraGrid.Columns.GridColumn colXuHao; private DevExpress.XtraGrid.Columns.GridColumn colunQua; private DevExpress.XtraEditors.TextEdit txtERSCode; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraGrid.Columns.GridColumn colselecttwo; private DevExpress.XtraGrid.Columns.GridColumn colselectone; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraEditors.TextEdit txtItemName; private DevExpress.XtraEditors.LabelControl labelControl6; private System.Windows.Forms.RichTextBox txtMessages; private System.Windows.Forms.Label txtOP; private System.Windows.Forms.Label txtRoute;
} }
|