namespace ICSSoft.Frame.APP { partial class FormICSInvTransferGauge { /// /// 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(FormICSInvTransferGauge)); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); 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.colcDLCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colirowno = new DevExpress.XtraGrid.Columns.GridColumn(); this.colcInvCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colcInvStd = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFROMStorageCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTOStorageCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn(); this.coliQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); this.colcTVBatch = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.panel1 = new System.Windows.Forms.Panel(); 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(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.gridControlGauge = new DevExpress.XtraGrid.GridControl(); this.gridViewGauge = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn27 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.advBandedGridView2 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); ((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.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControlGauge)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewGauge)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView2)).BeginInit(); this.SuspendLayout(); // // btnExit // this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.Appearance.ForeColor = System.Drawing.Color.White; this.btnExit.Appearance.Options.UseFont = true; this.btnExit.Appearance.Options.UseForeColor = true; this.btnExit.Appearance.Options.UseTextOptions = true; this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image"))); this.btnExit.Location = new System.Drawing.Point(236, 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.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; // // 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(97, 0); this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false; this.btnPrint.Name = "btnPrint"; this.btnPrint.Size = new System.Drawing.Size(80, 30); this.btnPrint.TabIndex = 124; 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(177, 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, 289); 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.colcDLCode, this.colirowno, this.colcInvCode, this.colINVNAME, this.colcInvStd, this.colFROMStorageCode, this.colTOStorageCode, this.colINVUOM, this.coliQuantity, this.colcTVBatch}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 40; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsBehavior.ReadOnly = true; 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); // // colcDLCode // this.colcDLCode.Caption = "调拨单号"; this.colcDLCode.FieldName = "cDLCode"; this.colcDLCode.Name = "colcDLCode"; this.colcDLCode.Visible = true; this.colcDLCode.VisibleIndex = 0; this.colcDLCode.Width = 90; // // colirowno // this.colirowno.Caption = "行号"; this.colirowno.FieldName = "irowno"; this.colirowno.Name = "colirowno"; this.colirowno.Visible = true; this.colirowno.VisibleIndex = 1; this.colirowno.Width = 70; // // colcInvCode // this.colcInvCode.Caption = "存货编码"; this.colcInvCode.FieldName = "cInvCode"; this.colcInvCode.Name = "colcInvCode"; this.colcInvCode.Visible = true; this.colcInvCode.VisibleIndex = 2; // // colINVNAME // this.colINVNAME.Caption = "存货名称"; this.colINVNAME.FieldName = "cInvName"; this.colINVNAME.Name = "colINVNAME"; this.colINVNAME.Visible = true; this.colINVNAME.VisibleIndex = 3; // // colcInvStd // this.colcInvStd.Caption = "规格型号"; this.colcInvStd.FieldName = "cInvStd"; this.colcInvStd.Name = "colcInvStd"; this.colcInvStd.Visible = true; this.colcInvStd.VisibleIndex = 4; // // colFROMStorageCode // this.colFROMStorageCode.Caption = "源仓库"; this.colFROMStorageCode.FieldName = "FROMStorageCode"; this.colFROMStorageCode.Name = "colFROMStorageCode"; this.colFROMStorageCode.Visible = true; this.colFROMStorageCode.VisibleIndex = 7; // // colTOStorageCode // this.colTOStorageCode.Caption = "目的仓库"; this.colTOStorageCode.FieldName = "TOStorageCode"; this.colTOStorageCode.Name = "colTOStorageCode"; this.colTOStorageCode.Visible = true; this.colTOStorageCode.VisibleIndex = 8; // // colINVUOM // this.colINVUOM.Caption = "单位"; this.colINVUOM.FieldName = "INVUOM"; this.colINVUOM.Name = "colINVUOM"; this.colINVUOM.Visible = true; this.colINVUOM.VisibleIndex = 5; // // coliQuantity // this.coliQuantity.Caption = "调拨数量"; this.coliQuantity.FieldName = "iQuantity"; this.coliQuantity.Name = "coliQuantity"; this.coliQuantity.Visible = true; this.coliQuantity.VisibleIndex = 6; // // colcTVBatch // this.colcTVBatch.Caption = "批次"; this.colcTVBatch.FieldName = "cTVBatch"; this.colcTVBatch.Name = "colcTVBatch"; this.colcTVBatch.Visible = true; this.colcTVBatch.VisibleIndex = 9; // // 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.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; // // 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(38, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 14); this.label1.TabIndex = 0; this.label1.Text = "单据号:"; // // groupBox1 // this.groupBox1.Controls.Add(this.grdDetail); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1036, 310); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "详细信息"; // // panel2 // this.panel2.Controls.Add(this.groupBox3); 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, 533); this.panel2.TabIndex = 14; // // groupBox3 // this.groupBox3.Controls.Add(this.gridControlGauge); this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox3.Location = new System.Drawing.Point(0, 310); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(1036, 223); this.groupBox3.TabIndex = 2; this.groupBox3.TabStop = false; this.groupBox3.Text = "调拨单拣料表"; // // gridControlGauge // this.gridControlGauge.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlGauge.Location = new System.Drawing.Point(3, 18); this.gridControlGauge.MainView = this.gridViewGauge; this.gridControlGauge.Name = "gridControlGauge"; this.gridControlGauge.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemMemoEdit1}); this.gridControlGauge.Size = new System.Drawing.Size(1030, 202); this.gridControlGauge.TabIndex = 0; this.gridControlGauge.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridViewGauge, this.advBandedGridView2}); // // gridViewGauge // this.gridViewGauge.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn11, this.gridColumn12, this.gridColumn13, this.gridColumn14, this.gridColumn15, this.gridColumn16, this.gridColumn17, this.gridColumn18, this.gridColumn19, this.gridColumn20, this.gridColumn22, this.gridColumn23, this.gridColumn24, this.gridColumn27, this.gridColumn25, this.gridColumn1}); this.gridViewGauge.GridControl = this.gridControlGauge; this.gridViewGauge.IndicatorWidth = 40; this.gridViewGauge.Name = "gridViewGauge"; this.gridViewGauge.OptionsBehavior.ReadOnly = true; this.gridViewGauge.OptionsSelection.MultiSelect = true; this.gridViewGauge.OptionsView.ColumnAutoWidth = false; this.gridViewGauge.OptionsView.ShowGroupPanel = false; this.gridViewGauge.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator); // // gridColumn11 // this.gridColumn11.Caption = "单据号"; this.gridColumn11.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn11.FieldName = "cDLCode"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 0; this.gridColumn11.Width = 90; // // repositoryItemMemoEdit1 // this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; // // gridColumn12 // this.gridColumn12.Caption = "行号"; this.gridColumn12.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn12.FieldName = "MOSEQ"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.Width = 70; // // gridColumn13 // this.gridColumn13.Caption = "存货编码"; this.gridColumn13.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn13.FieldName = "cInvCode"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 1; // // gridColumn14 // this.gridColumn14.Caption = "存货名称"; this.gridColumn14.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn14.FieldName = "cInvName"; this.gridColumn14.Name = "gridColumn14"; this.gridColumn14.Visible = true; this.gridColumn14.VisibleIndex = 2; // // gridColumn15 // this.gridColumn15.Caption = "规格型号"; this.gridColumn15.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn15.FieldName = "cInvStd"; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; this.gridColumn15.VisibleIndex = 3; // // gridColumn16 // this.gridColumn16.Caption = "子件存货编码"; this.gridColumn16.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn16.FieldName = "MOBITEMCODE"; this.gridColumn16.Name = "gridColumn16"; // // gridColumn17 // this.gridColumn17.Caption = "子件存货名称"; this.gridColumn17.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn17.FieldName = "CINVNAME"; this.gridColumn17.Name = "gridColumn17"; // // gridColumn18 // this.gridColumn18.Caption = "子件规格型号"; this.gridColumn18.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn18.FieldName = "CINVTYPE"; this.gridColumn18.Name = "gridColumn18"; // // gridColumn19 // this.gridColumn19.Caption = "单位"; this.gridColumn19.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn19.FieldName = "INVUOM"; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; this.gridColumn19.VisibleIndex = 4; // // gridColumn20 // this.gridColumn20.Caption = "调拨数量"; this.gridColumn20.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn20.FieldName = "iQuantity"; this.gridColumn20.Name = "gridColumn20"; this.gridColumn20.Visible = true; this.gridColumn20.VisibleIndex = 5; // // gridColumn22 // this.gridColumn22.Caption = "现存量"; this.gridColumn22.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn22.FieldName = "QTYTotal"; this.gridColumn22.Name = "gridColumn22"; this.gridColumn22.Visible = true; this.gridColumn22.VisibleIndex = 6; // // gridColumn23 // this.gridColumn23.Caption = "仓库"; this.gridColumn23.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn23.FieldName = "WHCode"; this.gridColumn23.Name = "gridColumn23"; this.gridColumn23.Visible = true; this.gridColumn23.VisibleIndex = 7; // // gridColumn24 // this.gridColumn24.Caption = "库位"; this.gridColumn24.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn24.FieldName = "BinCode"; this.gridColumn24.Name = "gridColumn24"; this.gridColumn24.Visible = true; this.gridColumn24.VisibleIndex = 8; // // gridColumn27 // this.gridColumn27.Caption = "条码"; this.gridColumn27.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn27.FieldName = "LotNO"; this.gridColumn27.Name = "gridColumn27"; this.gridColumn27.Visible = true; this.gridColumn27.VisibleIndex = 9; // // gridColumn25 // this.gridColumn25.Caption = "库位数量"; this.gridColumn25.ColumnEdit = this.repositoryItemMemoEdit1; this.gridColumn25.FieldName = "QTY"; this.gridColumn25.Name = "gridColumn25"; this.gridColumn25.Visible = true; this.gridColumn25.VisibleIndex = 10; // // gridColumn1 // this.gridColumn1.Caption = "零件号"; this.gridColumn1.FieldName = "cTVBatch"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 11; this.gridColumn1.Width = 89; // // advBandedGridView2 // this.advBandedGridView2.GridControl = this.gridControlGauge; this.advBandedGridView2.Name = "advBandedGridView2"; this.advBandedGridView2.OptionsBehavior.ReadOnly = true; this.advBandedGridView2.OptionsSelection.MultiSelect = true; this.advBandedGridView2.OptionsView.ShowFooter = true; this.advBandedGridView2.OptionsView.ShowGroupPanel = false; // // FormICSInvTransferGauge // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1036, 613); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSInvTransferGauge"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormICSInvTransferGauge"; this.Load += new System.EventHandler(this.FormICSInvTransferGauge_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.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControlGauge)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridViewGauge)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView2)).EndInit(); 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 colirowno; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraGrid.Columns.GridColumn colcDLCode; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevExpress.XtraGrid.Columns.GridColumn colcInvCode; private DevExpress.XtraGrid.Columns.GridColumn colINVNAME; private DevExpress.XtraGrid.Columns.GridColumn colcInvStd; private DevExpress.XtraGrid.Columns.GridColumn colFROMStorageCode; private DevExpress.XtraGrid.Columns.GridColumn colINVUOM; private DevExpress.XtraGrid.Columns.GridColumn coliQuantity; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox groupBox3; private DevExpress.XtraGrid.GridControl gridControlGauge; private DevExpress.XtraGrid.Views.Grid.GridView gridViewGauge; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; private DevExpress.XtraGrid.Columns.GridColumn gridColumn13; private DevExpress.XtraGrid.Columns.GridColumn gridColumn14; private DevExpress.XtraGrid.Columns.GridColumn gridColumn15; private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; private DevExpress.XtraGrid.Columns.GridColumn gridColumn17; private DevExpress.XtraGrid.Columns.GridColumn gridColumn18; private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn22; private DevExpress.XtraGrid.Columns.GridColumn gridColumn23; private DevExpress.XtraGrid.Columns.GridColumn gridColumn24; private DevExpress.XtraGrid.Columns.GridColumn gridColumn25; private DevExpress.XtraEditors.ComboBoxEdit cmbSEQ; private DevExpress.XtraEditors.GridLookUpEdit txtMOCode; private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View; private DevExpress.XtraEditors.SimpleButton btnOutPut; private DevExpress.XtraGrid.Columns.GridColumn gridColumn27; private DevExpress.XtraGrid.Columns.GridColumn colTOStorageCode; private DevExpress.XtraEditors.SimpleButton btnPrint; private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1; private DevExpress.XtraGrid.Columns.GridColumn colcTVBatch; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; } }