|
|
namespace ICSSoft.Frame.APP { partial class FormICSPurchaseLOT { /// <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(FormICSPurchaseLOT)); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton(); this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton(); this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnCreate = new DevExpress.XtraEditors.SimpleButton(); this.MOTitle = new DevExpress.XtraEditors.LabelControl(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLOTNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPOCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPORow = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVenderLotNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPrintTimes = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPRODUCTDATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colisInput = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.grdMoDetail = new DevExpress.XtraGrid.GridControl(); this.grvMoDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colMoId = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMoIsSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOPLANQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMOSEQ1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVSTD = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMoCode1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.advBandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.txtQuantity = new DevExpress.XtraEditors.TextEdit(); this.txtINVSTD = new DevExpress.XtraEditors.TextEdit(); this.txtInvCode = new DevExpress.XtraEditors.TextEdit(); this.txtINVNAME = new DevExpress.XtraEditors.TextEdit(); this.txtPOCode = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.PORow = new DevExpress.XtraEditors.ComboBoxEdit(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); ((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.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMoDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvMoDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtINVSTD.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtInvCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtINVNAME.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPOCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PORow.Properties)).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(423, 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.simpleButton4); this.panelControl3.Controls.Add(this.btnCancelAll); this.panelControl3.Controls.Add(this.btnSelectAll); this.panelControl3.Controls.Add(this.btnDel); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.btnCreate); 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(1173, 30); this.panelControl3.TabIndex = 13; //
// simpleButton4
//
this.simpleButton4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.simpleButton4.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton4.Appearance.ForeColor = System.Drawing.Color.White; this.simpleButton4.Appearance.Options.UseBackColor = true; this.simpleButton4.Appearance.Options.UseFont = true; this.simpleButton4.Appearance.Options.UseForeColor = true; this.simpleButton4.Appearance.Options.UseTextOptions = true; this.simpleButton4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image"))); this.simpleButton4.Location = new System.Drawing.Point(316, 0); this.simpleButton4.LookAndFeel.SkinName = "BlueButtonSkin"; this.simpleButton4.LookAndFeel.UseDefaultLookAndFeel = false; this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(107, 30); this.simpleButton4.TabIndex = 121; this.simpleButton4.Text = "打印采购条码"; this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click); //
// btnCancelAll
//
this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancelAll.Appearance.Options.UseFont = true; this.btnCancelAll.Appearance.Options.UseForeColor = true; this.btnCancelAll.Appearance.Options.UseTextOptions = true; this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image"))); this.btnCancelAll.Location = new System.Drawing.Point(143, 0); this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancelAll.Name = "btnCancelAll"; this.btnCancelAll.Size = new System.Drawing.Size(57, 30); this.btnCancelAll.TabIndex = 28; this.btnCancelAll.Text = "全消"; this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click); //
// btnSelectAll
//
this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White; this.btnSelectAll.Appearance.Options.UseFont = true; this.btnSelectAll.Appearance.Options.UseForeColor = true; this.btnSelectAll.Appearance.Options.UseTextOptions = true; this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image"))); this.btnSelectAll.Location = new System.Drawing.Point(86, 0); this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false; this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(57, 30); this.btnSelectAll.TabIndex = 27; this.btnSelectAll.Text = "全选"; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); //
// btnDel
//
this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDel.Appearance.ForeColor = System.Drawing.Color.White; this.btnDel.Appearance.Options.UseFont = true; this.btnDel.Appearance.Options.UseForeColor = true; this.btnDel.Appearance.Options.UseTextOptions = true; this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image"))); this.btnDel.Location = new System.Drawing.Point(258, 0); this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false; this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(58, 30); this.btnDel.TabIndex = 26; this.btnDel.Text = "删除"; this.btnDel.Click += new System.EventHandler(this.btnDel_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(1147, 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); //
// 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(200, 0); this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCreate.Name = "btnCreate"; this.btnCreate.Size = new System.Drawing.Size(58, 30); this.btnCreate.TabIndex = 23; this.btnCreate.Text = "生成"; this.btnCreate.Click += new System.EventHandler(this.btnCreate_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(4, 4); this.MOTitle.Name = "MOTitle"; this.MOTitle.Size = new System.Drawing.Size(100, 23); this.MOTitle.TabIndex = 19; this.MOTitle.Text = "物料条码"; //
// rptPage
//
this.rptPage.Appearance.BackColor = System.Drawing.Color.White; this.rptPage.Appearance.Options.UseBackColor = true; this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom; this.rptPage.isInit = false; this.rptPage.Location = new System.Drawing.Point(0, 413); this.rptPage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.rptPage.Name = "rptPage"; this.rptPage.PageIndex = 0; this.rptPage.PageSize = 0; this.rptPage.RecordNum = 0; this.rptPage.Size = new System.Drawing.Size(1173, 26); this.rptPage.TabIndex = 15; this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged); //
// groupControl1
//
this.groupControl1.Controls.Add(this.grdDetail); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 250); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(1173, 163); 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(1169, 139); 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.colID, this.colisSelect, this.colLOTNO, this.colQuantity, this.colINVUOM, this.colPOCode, this.colPORow, this.colVenderLotNO, this.colPrintTimes, this.colPRODUCTDATE, this.colSupplier, this.colMUSERName, this.colisInput}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 40; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsBehavior.Editable = false; 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.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell); this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick); //
// colID
//
this.colID.Caption = "ID"; this.colID.FieldName = "ID"; this.colID.Name = "colID"; //
// 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; this.colisSelect.Width = 45; //
// colLOTNO
//
this.colLOTNO.Caption = "物料条码"; this.colLOTNO.FieldName = "LOTNO"; this.colLOTNO.Name = "colLOTNO"; this.colLOTNO.Visible = true; this.colLOTNO.VisibleIndex = 1; this.colLOTNO.Width = 156; //
// colQuantity
//
this.colQuantity.Caption = "数量"; this.colQuantity.FieldName = "LOTQTY"; this.colQuantity.Name = "colQuantity"; this.colQuantity.Visible = true; this.colQuantity.VisibleIndex = 2; //
// colINVUOM
//
this.colINVUOM.Caption = "单位"; this.colINVUOM.FieldName = "INVUOM"; this.colINVUOM.Name = "colINVUOM"; this.colINVUOM.Visible = true; this.colINVUOM.VisibleIndex = 3; //
// colPOCode
//
this.colPOCode.Caption = "单据号"; this.colPOCode.FieldName = "CodeNo"; this.colPOCode.Name = "colPOCode"; this.colPOCode.Visible = true; this.colPOCode.VisibleIndex = 4; //
// colPORow
//
this.colPORow.Caption = "行号"; this.colPORow.FieldName = "CodeRow"; this.colPORow.Name = "colPORow"; this.colPORow.Visible = true; this.colPORow.VisibleIndex = 5; //
// colVenderLotNO
//
this.colVenderLotNO.Caption = "生产批次"; this.colVenderLotNO.FieldName = "VenderLotNO"; this.colVenderLotNO.Name = "colVenderLotNO"; this.colVenderLotNO.Visible = true; this.colVenderLotNO.VisibleIndex = 6; //
// colPrintTimes
//
this.colPrintTimes.Caption = "打印次数"; this.colPrintTimes.FieldName = "PrintTimes"; this.colPrintTimes.Name = "colPrintTimes"; //
// colPRODUCTDATE
//
this.colPRODUCTDATE.Caption = "生产日期"; this.colPRODUCTDATE.FieldName = "PRODUCTDATE"; this.colPRODUCTDATE.Name = "colPRODUCTDATE"; this.colPRODUCTDATE.Visible = true; this.colPRODUCTDATE.VisibleIndex = 7; //
// colSupplier
//
this.colSupplier.Caption = "供应商批次"; this.colSupplier.FieldName = "供应商批次"; this.colSupplier.Name = "colSupplier"; this.colSupplier.Width = 101; //
// colMUSERName
//
this.colMUSERName.Caption = "维护人"; this.colMUSERName.FieldName = "MUSERName"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.Visible = true; this.colMUSERName.VisibleIndex = 8; //
// colisInput
//
this.colisInput.Caption = "已入库"; this.colisInput.FieldName = "isInput"; this.colisInput.Name = "colisInput"; //
// 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.grdMoDetail); this.panel1.Controls.Add(this.txtQuantity); this.panel1.Controls.Add(this.txtINVSTD); this.panel1.Controls.Add(this.txtInvCode); this.panel1.Controls.Add(this.txtINVNAME); this.panel1.Controls.Add(this.txtPOCode); this.panel1.Controls.Add(this.PORow); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); 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(1173, 220); this.panel1.TabIndex = 16; //
// grdMoDetail
//
this.grdMoDetail.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.grdMoDetail.Location = new System.Drawing.Point(5, 41); this.grdMoDetail.MainView = this.grvMoDetail; this.grdMoDetail.Name = "grdMoDetail"; this.grdMoDetail.Size = new System.Drawing.Size(1166, 176); this.grdMoDetail.TabIndex = 7; this.grdMoDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvMoDetail, this.advBandedGridView1}); this.grdMoDetail.DoubleClick += new System.EventHandler(this.grdMoDetail_DoubleClick); //
// grvMoDetail
//
this.grvMoDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colMoId, this.colMoIsSelect, this.colITEMCODE, this.colMOPLANQTY, this.colINVNAME, this.colMOSEQ1, this.colINVSTD, this.colMoCode1}); this.grvMoDetail.GridControl = this.grdMoDetail; this.grvMoDetail.IndicatorWidth = 40; this.grvMoDetail.Name = "grvMoDetail"; this.grvMoDetail.OptionsBehavior.Editable = false; this.grvMoDetail.OptionsSelection.MultiSelect = true; this.grvMoDetail.OptionsView.ColumnAutoWidth = false; this.grvMoDetail.OptionsView.ShowFooter = true; this.grvMoDetail.OptionsView.ShowGroupPanel = false; //
// colMoId
//
this.colMoId.Caption = "ID"; this.colMoId.FieldName = "MoID"; this.colMoId.Name = "colMoId"; //
// colMoIsSelect
//
this.colMoIsSelect.Caption = "选择"; this.colMoIsSelect.FieldName = "MoIsSelect"; this.colMoIsSelect.Name = "colMoIsSelect"; this.colMoIsSelect.OptionsColumn.AllowEdit = false; this.colMoIsSelect.OptionsColumn.ReadOnly = true; this.colMoIsSelect.Visible = true; this.colMoIsSelect.VisibleIndex = 0; this.colMoIsSelect.Width = 45; //
// colITEMCODE
//
this.colITEMCODE.Caption = "物料代码"; this.colITEMCODE.FieldName = "ITEMCODE"; this.colITEMCODE.Name = "colITEMCODE"; this.colITEMCODE.Visible = true; this.colITEMCODE.VisibleIndex = 3; this.colITEMCODE.Width = 156; //
// colMOPLANQTY
//
this.colMOPLANQTY.Caption = "数量"; this.colMOPLANQTY.FieldName = "MOPLANQTY"; this.colMOPLANQTY.Name = "colMOPLANQTY"; this.colMOPLANQTY.Visible = true; this.colMOPLANQTY.VisibleIndex = 6; //
// colINVNAME
//
this.colINVNAME.Caption = "存货名称"; this.colINVNAME.FieldName = "INVNAME"; this.colINVNAME.Name = "colINVNAME"; this.colINVNAME.Visible = true; this.colINVNAME.VisibleIndex = 4; //
// colMOSEQ1
//
this.colMOSEQ1.Caption = "行号"; this.colMOSEQ1.FieldName = "MOSEQ"; this.colMOSEQ1.Name = "colMOSEQ1"; this.colMOSEQ1.Visible = true; this.colMOSEQ1.VisibleIndex = 2; //
// colINVSTD
//
this.colINVSTD.Caption = "规格型号"; this.colINVSTD.FieldName = "INVSTD"; this.colINVSTD.Name = "colINVSTD"; this.colINVSTD.Visible = true; this.colINVSTD.VisibleIndex = 5; //
// colMoCode1
//
this.colMoCode1.Caption = "单据号"; this.colMoCode1.FieldName = "MOCODE"; this.colMoCode1.Name = "colMoCode1"; this.colMoCode1.Visible = true; this.colMoCode1.VisibleIndex = 1; //
// advBandedGridView1
//
this.advBandedGridView1.GridControl = this.grdMoDetail; this.advBandedGridView1.Name = "advBandedGridView1"; this.advBandedGridView1.OptionsBehavior.ReadOnly = true; this.advBandedGridView1.OptionsSelection.MultiSelect = true; this.advBandedGridView1.OptionsView.ShowFooter = true; this.advBandedGridView1.OptionsView.ShowGroupPanel = false; //
// txtQuantity
//
this.txtQuantity.Location = new System.Drawing.Point(988, 16); this.txtQuantity.Name = "txtQuantity"; this.txtQuantity.Properties.ReadOnly = true; this.txtQuantity.Size = new System.Drawing.Size(120, 20); this.txtQuantity.TabIndex = 4; this.txtQuantity.Visible = false; //
// txtINVSTD
//
this.txtINVSTD.Location = new System.Drawing.Point(818, 16); this.txtINVSTD.Name = "txtINVSTD"; this.txtINVSTD.Properties.ReadOnly = true; this.txtINVSTD.Size = new System.Drawing.Size(120, 20); this.txtINVSTD.TabIndex = 4; this.txtINVSTD.Visible = false; //
// txtInvCode
//
this.txtInvCode.Location = new System.Drawing.Point(429, 16); this.txtInvCode.Name = "txtInvCode"; this.txtInvCode.Properties.ReadOnly = true; this.txtInvCode.Size = new System.Drawing.Size(120, 20); this.txtInvCode.TabIndex = 4; this.txtInvCode.Visible = false; //
// txtINVNAME
//
this.txtINVNAME.Location = new System.Drawing.Point(623, 16); this.txtINVNAME.Name = "txtINVNAME"; this.txtINVNAME.Properties.ReadOnly = true; this.txtINVNAME.Size = new System.Drawing.Size(120, 20); this.txtINVNAME.TabIndex = 4; this.txtINVNAME.Visible = false; //
// txtPOCode
//
this.txtPOCode.EditValue = ""; this.txtPOCode.Location = new System.Drawing.Point(57, 16); this.txtPOCode.Name = "txtPOCode"; this.txtPOCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtPOCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.txtPOCode.Properties.View = this.gridLookUpEdit1View; this.txtPOCode.Size = new System.Drawing.Size(120, 20); this.txtPOCode.TabIndex = 1; this.txtPOCode.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; //
// PORow
//
this.PORow.Location = new System.Drawing.Point(233, 16); this.PORow.Name = "PORow"; this.PORow.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.PORow.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.PORow.Size = new System.Drawing.Size(120, 20); this.PORow.TabIndex = 3; this.PORow.Visible = false; this.PORow.SelectedIndexChanged += new System.EventHandler(this.cmbSEQ_SelectedIndexChanged); //
// label5
//
this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(947, 19); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(46, 14); this.label5.TabIndex = 0; this.label5.Text = "数量:"; this.label5.Visible = false; //
// label6
//
this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(361, 19); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(72, 14); this.label6.TabIndex = 0; this.label6.Text = "物料代码:"; this.label6.Visible = false; //
// label4
//
this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(749, 19); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(72, 14); this.label4.TabIndex = 0; this.label4.Text = "规格型号:"; this.label4.Visible = false; //
// label3
//
this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(555, 19); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(72, 14); this.label3.TabIndex = 0; this.label3.Text = "存货名称:"; this.label3.Visible = false; //
// 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(187, 19); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 14); this.label2.TabIndex = 0; this.label2.Text = "行号:"; this.label2.Visible = false; //
// 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(2, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 14); this.label1.TabIndex = 0; this.label1.Text = "单据号:"; //
// FormICSPurchaseLOT
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1173, 439); this.Controls.Add(this.groupControl1); this.Controls.Add(this.panel1); this.Controls.Add(this.rptPage); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormICSPurchaseLOT"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormICSPurchaseLOT"; this.Load += new System.EventHandler(this.FormICSPurchaseLOT_Load); ((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.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdMoDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvMoDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.advBandedGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtINVSTD.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtInvCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtINVNAME.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPOCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PORow.Properties)).EndInit(); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.LabelControl MOTitle; private DevExpress.XtraEditors.SimpleButton btnCreate; private Base.UserControl.FormControl.PageNavTool rptPage; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colLOTNO; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnDel; private DevExpress.XtraGrid.Columns.GridColumn colisSelect; private DevExpress.XtraEditors.SimpleButton btnSelectAll; private DevExpress.XtraEditors.SimpleButton btnCancelAll; private DevExpress.XtraGrid.Columns.GridColumn colQuantity; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.GridLookUpEdit txtPOCode; private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View; private DevExpress.XtraEditors.ComboBoxEdit PORow; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.TextEdit txtQuantity; private DevExpress.XtraEditors.TextEdit txtINVSTD; private DevExpress.XtraEditors.TextEdit txtINVNAME; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private DevExpress.XtraGrid.Columns.GridColumn colID; private DevExpress.XtraEditors.SimpleButton simpleButton4; private DevExpress.XtraGrid.Columns.GridColumn colPOCode; private DevExpress.XtraGrid.Columns.GridColumn colPORow; private DevExpress.XtraGrid.Columns.GridColumn colVenderLotNO; private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTDATE; private DevExpress.XtraGrid.Columns.GridColumn colMUSERName; private DevExpress.XtraGrid.Columns.GridColumn colisInput; private DevExpress.XtraEditors.TextEdit txtInvCode; private System.Windows.Forms.Label label6; private DevExpress.XtraGrid.Columns.GridColumn colINVUOM; private DevExpress.XtraGrid.Columns.GridColumn colSupplier; private DevExpress.XtraGrid.GridControl grdMoDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvMoDetail; private DevExpress.XtraGrid.Columns.GridColumn colMoId; private DevExpress.XtraGrid.Columns.GridColumn colMoIsSelect; private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colMOPLANQTY; private DevExpress.XtraGrid.Columns.GridColumn colINVNAME; private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ1; private DevExpress.XtraGrid.Columns.GridColumn colINVSTD; private DevExpress.XtraGrid.Columns.GridColumn colMoCode1; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView advBandedGridView1; private DevExpress.XtraGrid.Columns.GridColumn colPrintTimes; } }
|