namespace ICSSoft.Frame.APP { partial class FormICSItemBackNew { /// /// 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(FormICSItemBackNew)); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnCreate = new DevExpress.XtraEditors.SimpleButton(); this.btnModify = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); this.btnOutPut = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.MOTitle = new DevExpress.XtraEditors.LabelControl(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVTYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOBITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCINVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCINVTYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQTYB = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colID = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.chkAll = new System.Windows.Forms.CheckBox(); this.txtMOCode = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.cmbSEQ = new DevExpress.XtraEditors.ComboBoxEdit(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel2 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).BeginInit(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); 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(397, 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.btnCreate); this.panelControl3.Controls.Add(this.btnModify); this.panelControl3.Controls.Add(this.simpleButton1); this.panelControl3.Controls.Add(this.btnPrint); this.panelControl3.Controls.Add(this.btnOutPut); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.MOTitle); 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.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1036, 30); this.panelControl3.TabIndex = 13; // // 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(657, 0); this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(82, 30); this.btnCreate.TabIndex = 125; this.btnCreate.Text = "生成条码"; this.btnCreate.Visible = false; this.btnCreate.Click += new System.EventHandler(this.btnCreate_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(102, 0); this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false; this.btnModify.Name = "btnModify"; this.btnModify.Size = new System.Drawing.Size(63, 30); this.btnModify.TabIndex = 124; this.btnModify.Text = "保存"; this.btnModify.Click += new System.EventHandler(this.btnModify_Click); // // simpleButton1 // this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White; this.simpleButton1.Appearance.Options.UseBackColor = true; this.simpleButton1.Appearance.Options.UseFont = true; this.simpleButton1.Appearance.Options.UseForeColor = true; this.simpleButton1.Appearance.Options.UseTextOptions = true; this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image"))); this.simpleButton1.Location = new System.Drawing.Point(258, 0); this.simpleButton1.LookAndFeel.SkinName = "BlueButtonSkin"; this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false; this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(80, 30); this.simpleButton1.TabIndex = 123; this.simpleButton1.Text = "打印条码"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // btnPrint // this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White; this.btnPrint.Appearance.Options.UseBackColor = true; this.btnPrint.Appearance.Options.UseFont = true; this.btnPrint.Appearance.Options.UseForeColor = true; this.btnPrint.Appearance.Options.UseTextOptions = true; this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image"))); this.btnPrint.Location = new System.Drawing.Point(165, 0); this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false; this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(93, 30); this.btnPrint.TabIndex = 123; this.btnPrint.Text = "打印退料单"; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // 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(338, 0); this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOutPut.Name = "btnOutPut"; this.btnOutPut.Size = new System.Drawing.Size(59, 30); this.btnOutPut.TabIndex = 30; this.btnOutPut.Text = "导出"; this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(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); // // MOTitle // this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White; this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.MOTitle.Location = new System.Drawing.Point(3, 4); this.MOTitle.Name = "MOTitle"; this.MOTitle.Size = new System.Drawing.Size(100, 23); this.MOTitle.TabIndex = 19; this.MOTitle.Text = "退料申请"; // // grdDetail // this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.grdDetail.Location = new System.Drawing.Point(3, 18); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Name = "grdDetail"; this.grdDetail.Size = new System.Drawing.Size(1030, 403); 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.colMOCODE, this.colMOSEQ, this.colITEMCODE, this.colINVNAME, this.colINVTYPE, this.colMOBITEMCODE, this.colCINVNAME, this.colCINVTYPE, this.colINVUOM, this.colQTY, this.colQTYB, this.colLotNO, this.colSTATUS, this.colMUSERName, this.colMTIME, this.colTYPE, this.colID}); 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.ShowGroupPanel = false; this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator); this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick); // // 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; // // colMOCODE // this.colMOCODE.Caption = "生产订单号"; this.colMOCODE.FieldName = "MOCODE"; this.colMOCODE.Name = "colMOCODE"; this.colMOCODE.OptionsColumn.ReadOnly = true; this.colMOCODE.Visible = true; this.colMOCODE.VisibleIndex = 1; this.colMOCODE.Width = 90; // // colMOSEQ // this.colMOSEQ.Caption = "行号"; this.colMOSEQ.FieldName = "MOSEQ"; this.colMOSEQ.Name = "colMOSEQ"; this.colMOSEQ.OptionsColumn.ReadOnly = true; this.colMOSEQ.Visible = true; this.colMOSEQ.VisibleIndex = 2; this.colMOSEQ.Width = 70; // // 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; this.colINVNAME.Visible = true; this.colINVNAME.VisibleIndex = 4; // // colINVTYPE // this.colINVTYPE.Caption = "规格型号"; this.colINVTYPE.FieldName = "INVTYPE"; this.colINVTYPE.Name = "colINVTYPE"; this.colINVTYPE.OptionsColumn.ReadOnly = true; this.colINVTYPE.Visible = true; this.colINVTYPE.VisibleIndex = 5; // // colMOBITEMCODE // this.colMOBITEMCODE.Caption = "子件存货编码"; this.colMOBITEMCODE.FieldName = "MOBITEMCODE"; this.colMOBITEMCODE.Name = "colMOBITEMCODE"; this.colMOBITEMCODE.OptionsColumn.ReadOnly = true; this.colMOBITEMCODE.Visible = true; this.colMOBITEMCODE.VisibleIndex = 6; // // colCINVNAME // this.colCINVNAME.Caption = "子件存货名称"; this.colCINVNAME.FieldName = "CINVNAME"; this.colCINVNAME.Name = "colCINVNAME"; this.colCINVNAME.OptionsColumn.ReadOnly = true; this.colCINVNAME.Visible = true; this.colCINVNAME.VisibleIndex = 7; // // colCINVTYPE // this.colCINVTYPE.Caption = "子件规格型号"; this.colCINVTYPE.FieldName = "CINVTYPE"; this.colCINVTYPE.Name = "colCINVTYPE"; this.colCINVTYPE.OptionsColumn.ReadOnly = true; this.colCINVTYPE.Visible = true; this.colCINVTYPE.VisibleIndex = 8; // // colINVUOM // this.colINVUOM.Caption = "单位"; this.colINVUOM.FieldName = "INVUOM"; this.colINVUOM.Name = "colINVUOM"; this.colINVUOM.OptionsColumn.ReadOnly = true; this.colINVUOM.Visible = true; this.colINVUOM.VisibleIndex = 9; // // colQTY // this.colQTY.Caption = "应领数量"; this.colQTY.FieldName = "QTY"; this.colQTY.Name = "colQTY"; this.colQTY.OptionsColumn.ReadOnly = true; this.colQTY.Visible = true; this.colQTY.VisibleIndex = 10; // // colQTYB // this.colQTYB.Caption = "退料数量"; this.colQTYB.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.colQTYB.FieldName = "QTYB"; this.colQTYB.Name = "colQTYB"; this.colQTYB.Visible = true; this.colQTYB.VisibleIndex = 11; // // colLotNO // this.colLotNO.Caption = "物料条码"; this.colLotNO.FieldName = "LotNO"; this.colLotNO.Name = "colLotNO"; this.colLotNO.OptionsColumn.ReadOnly = true; this.colLotNO.Visible = true; this.colLotNO.VisibleIndex = 16; // // colSTATUS // this.colSTATUS.Caption = "状态"; this.colSTATUS.FieldName = "STATUS"; this.colSTATUS.Name = "colSTATUS"; this.colSTATUS.OptionsColumn.ReadOnly = true; this.colSTATUS.Visible = true; this.colSTATUS.VisibleIndex = 12; // // colMUSERName // this.colMUSERName.Caption = "申请人"; this.colMUSERName.FieldName = "MUSERName"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.OptionsColumn.ReadOnly = true; this.colMUSERName.Visible = true; this.colMUSERName.VisibleIndex = 13; // // colMTIME // this.colMTIME.Caption = "申请时间"; this.colMTIME.FieldName = "MTIME"; this.colMTIME.Name = "colMTIME"; this.colMTIME.OptionsColumn.ReadOnly = true; this.colMTIME.Visible = true; this.colMTIME.VisibleIndex = 14; // // colTYPE // this.colTYPE.Caption = "类型"; this.colTYPE.FieldName = "TYPE"; this.colTYPE.Name = "colTYPE"; this.colTYPE.OptionsColumn.ReadOnly = true; this.colTYPE.Visible = true; this.colTYPE.VisibleIndex = 15; // // colID // this.colID.Caption = "ID"; this.colID.FieldName = "ID"; this.colID.Name = "colID"; this.colID.OptionsColumn.ReadOnly = true; // // 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; // // panel1 // this.panel1.Controls.Add(this.chkAll); this.panel1.Controls.Add(this.txtMOCode); this.panel1.Controls.Add(this.cmbSEQ); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 30); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1036, 50); this.panel1.TabIndex = 1; // // chkAll // this.chkAll.AutoSize = true; this.chkAll.Location = new System.Drawing.Point(519, 18); this.chkAll.Name = "chkAll"; this.chkAll.Size = new System.Drawing.Size(74, 18); this.chkAll.TabIndex = 5; this.chkAll.Text = "显示全部"; this.chkAll.UseVisualStyleBackColor = true; this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged); // // txtMOCode // this.txtMOCode.EditValue = ""; this.txtMOCode.Location = new System.Drawing.Point(102, 16); this.txtMOCode.Name = "txtMOCode"; this.txtMOCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtMOCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtMOCode.Properties.View = this.gridLookUpEdit1View; this.txtMOCode.Size = new System.Drawing.Size(150, 20); this.txtMOCode.TabIndex = 1; this.txtMOCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged); // // gridLookUpEdit1View // this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridLookUpEdit1View.Name = "gridLookUpEdit1View"; this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // cmbSEQ // this.cmbSEQ.Location = new System.Drawing.Point(346, 16); this.cmbSEQ.Name = "cmbSEQ"; this.cmbSEQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmbSEQ.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.cmbSEQ.Size = new System.Drawing.Size(100, 20); this.cmbSEQ.TabIndex = 3; this.cmbSEQ.SelectedIndexChanged += new System.EventHandler(this.cmbSEQ_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(300, 19); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 14); this.label2.TabIndex = 0; this.label2.Text = "行号:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(34, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 14); this.label1.TabIndex = 0; this.label1.Text = "生产订单号:"; // // groupBox1 // this.groupBox1.Controls.Add(this.grdDetail); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1036, 424); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "退料信息"; // // panel2 // this.panel2.Controls.Add(this.groupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 80); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1036, 424); this.panel2.TabIndex = 14; // // FormICSItemBackNew // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1036, 504); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSItemBackNew"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormICSItemBackNew"; this.Load += new System.EventHandler(this.FormICSItemBackNew_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).EndInit(); this.groupBox1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl MOTitle; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraGrid.Columns.GridColumn colMOCODE; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colINVNAME; private DevExpress.XtraGrid.Columns.GridColumn colINVTYPE; private DevExpress.XtraGrid.Columns.GridColumn colMOBITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colCINVNAME; private DevExpress.XtraGrid.Columns.GridColumn colCINVTYPE; private DevExpress.XtraGrid.Columns.GridColumn colINVUOM; private DevExpress.XtraGrid.Columns.GridColumn colQTY; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel2; private DevExpress.XtraEditors.ComboBoxEdit cmbSEQ; private DevExpress.XtraEditors.GridLookUpEdit txtMOCode; private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View; private DevExpress.XtraEditors.SimpleButton btnOutPut; private DevExpress.XtraEditors.SimpleButton btnPrint; private DevExpress.XtraGrid.Columns.GridColumn colQTYB; private DevExpress.XtraEditors.SimpleButton simpleButton1; private DevExpress.XtraEditors.SimpleButton btnModify; private DevExpress.XtraEditors.SimpleButton btnCreate; private DevExpress.XtraGrid.Columns.GridColumn colisSelect; private DevExpress.XtraGrid.Columns.GridColumn colLotNO; private DevExpress.XtraGrid.Columns.GridColumn colSTATUS; private DevExpress.XtraGrid.Columns.GridColumn colMUSERName; private DevExpress.XtraGrid.Columns.GridColumn colMTIME; private DevExpress.XtraGrid.Columns.GridColumn colTYPE; private DevExpress.XtraGrid.Columns.GridColumn colID; private System.Windows.Forms.CheckBox chkAll; } }