|
|
namespace ICSSoft.Frame.APP { partial class FormICSWareHouseLotInfoLog { /// <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(FormICSWareHouseLotInfoLog)); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn(); this.colReceiptNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colReceiptLine = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRECTYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colIQCStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVCONTROLTYPE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVendorCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVendorName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colROHS = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRECEIVEQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQualifyQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colACTQTY = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStorageCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStackCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.colMEMO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colITEMLot = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.btnConfig = new DevExpress.XtraEditors.SimpleButton(); this.btnFilter = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); this.btnCancle = new DevExpress.XtraEditors.SimpleButton(); this.btnExit = new DevExpress.XtraEditors.SimpleButton(); this.btnStorage = new DevExpress.XtraEditors.SimpleButton(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); this.SuspendLayout(); //
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3}); this.gridView1.GridControl = this.grdDetail; this.gridView1.Name = "gridView1"; //
// gridColumn1
//
this.gridColumn1.Caption = "gridColumn1"; this.gridColumn1.FieldName = "DCTCode"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; //
// gridColumn2
//
this.gridColumn2.Caption = "gridColumn2"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; //
// gridColumn3
//
this.gridColumn3.Caption = "gridColumn3"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; //
// grdDetail
//
this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdDetail.Location = new System.Drawing.Point(2, 30); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.grdDetail.Name = "grdDetail"; this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemButtonEdit3, this.repositoryItemButtonEdit4}); this.grdDetail.Size = new System.Drawing.Size(1476, 570); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail, this.grvAdvDetail, this.gridView1}); //
// grvDetail
//
this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colisSelect, this.colReceiptNO, this.colReceiptLine, this.colRECTYPE, this.colIQCStatus, this.colITEMCODE, this.colINVCONTROLTYPE, this.colINVDESC, this.colINVUOM, this.colVendorCode, this.colVendorName, this.colROHS, this.colRECEIVEQTY, this.colQualifyQTY, this.colACTQTY, this.colStorageCode, this.colStackCode, this.colMEMO, this.colITEMLot, this.colMUSERName, this.colMTIME}); 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.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; this.grvDetail.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; 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); //
// colisSelect
//
this.colisSelect.Caption = "选择"; this.colisSelect.FieldName = "isSelect"; this.colisSelect.Name = "colisSelect"; this.colisSelect.OptionsColumn.AllowEdit = false; this.colisSelect.Visible = true; this.colisSelect.VisibleIndex = 0; this.colisSelect.Width = 39; //
// colReceiptNO
//
this.colReceiptNO.Caption = "入库单号"; this.colReceiptNO.FieldName = "ReceiptNO"; this.colReceiptNO.Name = "colReceiptNO"; this.colReceiptNO.Visible = true; this.colReceiptNO.VisibleIndex = 1; //
// colReceiptLine
//
this.colReceiptLine.Caption = "入库单行号"; this.colReceiptLine.FieldName = "ReceiptLine"; this.colReceiptLine.Name = "colReceiptLine"; this.colReceiptLine.Visible = true; this.colReceiptLine.VisibleIndex = 2; //
// colRECTYPE
//
this.colRECTYPE.Caption = "入库单类型"; this.colRECTYPE.FieldName = "RECTYPE"; this.colRECTYPE.Name = "colRECTYPE"; this.colRECTYPE.Visible = true; this.colRECTYPE.VisibleIndex = 3; //
// colIQCStatus
//
this.colIQCStatus.Caption = "检验结果"; this.colIQCStatus.FieldName = "IQCStatus"; this.colIQCStatus.Name = "colIQCStatus"; this.colIQCStatus.Visible = true; this.colIQCStatus.VisibleIndex = 4; //
// colITEMCODE
//
this.colITEMCODE.Caption = "物料代码"; this.colITEMCODE.FieldName = "ITEMCODE"; this.colITEMCODE.Name = "colITEMCODE"; this.colITEMCODE.Visible = true; this.colITEMCODE.VisibleIndex = 5; //
// colINVCONTROLTYPE
//
this.colINVCONTROLTYPE.Caption = "物料管控类型"; this.colINVCONTROLTYPE.FieldName = "INVCONTROLTYPE"; this.colINVCONTROLTYPE.Name = "colINVCONTROLTYPE"; this.colINVCONTROLTYPE.Visible = true; this.colINVCONTROLTYPE.VisibleIndex = 6; this.colINVCONTROLTYPE.Width = 82; //
// colINVDESC
//
this.colINVDESC.Caption = "描述"; this.colINVDESC.FieldName = "INVDESC"; this.colINVDESC.Name = "colINVDESC"; this.colINVDESC.Visible = true; this.colINVDESC.VisibleIndex = 7; this.colINVDESC.Width = 43; //
// colINVUOM
//
this.colINVUOM.Caption = "单位"; this.colINVUOM.FieldName = "INVUOM"; this.colINVUOM.Name = "colINVUOM"; this.colINVUOM.Visible = true; this.colINVUOM.VisibleIndex = 8; this.colINVUOM.Width = 46; //
// colVendorCode
//
this.colVendorCode.Caption = "供应商代码"; this.colVendorCode.FieldName = "VendorCode"; this.colVendorCode.Name = "colVendorCode"; this.colVendorCode.Visible = true; this.colVendorCode.VisibleIndex = 9; //
// colVendorName
//
this.colVendorName.Caption = "供应商名称"; this.colVendorName.FieldName = "VendorName"; this.colVendorName.Name = "colVendorName"; this.colVendorName.Visible = true; this.colVendorName.VisibleIndex = 10; //
// colROHS
//
this.colROHS.Caption = "ROHS标志"; this.colROHS.FieldName = "ROHS"; this.colROHS.Name = "colROHS"; this.colROHS.Visible = true; this.colROHS.VisibleIndex = 11; //
// colRECEIVEQTY
//
this.colRECEIVEQTY.Caption = "收货数量"; this.colRECEIVEQTY.FieldName = "RECEIVEQTY"; this.colRECEIVEQTY.Name = "colRECEIVEQTY"; this.colRECEIVEQTY.Visible = true; this.colRECEIVEQTY.VisibleIndex = 12; //
// colQualifyQTY
//
this.colQualifyQTY.Caption = "合格数量"; this.colQualifyQTY.FieldName = "QualifyQTY"; this.colQualifyQTY.Name = "colQualifyQTY"; this.colQualifyQTY.Visible = true; this.colQualifyQTY.VisibleIndex = 13; //
// colACTQTY
//
this.colACTQTY.Caption = "入库数量"; this.colACTQTY.FieldName = "ACTQTY"; this.colACTQTY.Name = "colACTQTY"; this.colACTQTY.Visible = true; this.colACTQTY.VisibleIndex = 14; //
// colStorageCode
//
this.colStorageCode.Caption = "库别"; this.colStorageCode.FieldName = "StorageCode"; this.colStorageCode.Name = "colStorageCode"; this.colStorageCode.Visible = true; this.colStorageCode.VisibleIndex = 15; this.colStorageCode.Width = 67; //
// colStackCode
//
this.colStackCode.Caption = "库位"; this.colStackCode.ColumnEdit = this.repositoryItemButtonEdit3; this.colStackCode.FieldName = "StackCode"; this.colStackCode.Name = "colStackCode"; this.colStackCode.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; this.colStackCode.Visible = true; this.colStackCode.VisibleIndex = 16; this.colStackCode.Width = 55; //
// repositoryItemButtonEdit3
//
this.repositoryItemButtonEdit3.AutoHeight = false; this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3"; this.repositoryItemButtonEdit3.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_BottonClick); //
// colMEMO
//
this.colMEMO.Caption = "备注"; this.colMEMO.FieldName = "MEMO"; this.colMEMO.Name = "colMEMO"; this.colMEMO.Visible = true; this.colMEMO.VisibleIndex = 17; this.colMEMO.Width = 47; //
// colITEMLot
//
this.colITEMLot.Caption = "追溯信息维护"; this.colITEMLot.ColumnEdit = this.repositoryItemButtonEdit4; this.colITEMLot.FieldName = "ITEMLot"; this.colITEMLot.Name = "colITEMLot"; this.colITEMLot.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; this.colITEMLot.Visible = true; this.colITEMLot.VisibleIndex = 18; this.colITEMLot.Width = 82; //
// repositoryItemButtonEdit4
//
this.repositoryItemButtonEdit4.AutoHeight = false; this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4"; this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.repositoryItemButtonEdit4.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_BottonClick); //
// colMUSERName
//
this.colMUSERName.Caption = "维护人"; this.colMUSERName.FieldName = "MUSERName"; this.colMUSERName.Name = "colMUSERName"; this.colMUSERName.Visible = true; this.colMUSERName.VisibleIndex = 19; //
// colMTIME
//
this.colMTIME.Caption = "维护时间"; this.colMTIME.FieldName = "MTIME"; this.colMTIME.Name = "colMTIME"; this.colMTIME.OptionsColumn.AllowEdit = false; this.colMTIME.Visible = true; this.colMTIME.VisibleIndex = 20; //
// 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; //
// repositoryItemButtonEdit1
//
this.repositoryItemButtonEdit1.AutoHeight = false; this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_BottonClick); //
// repositoryItemButtonEdit2
//
this.repositoryItemButtonEdit2.AutoHeight = false; this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2"; this.repositoryItemButtonEdit2.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit2_BottonClick); //
// btnConfig
//
this.btnConfig.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnConfig.Appearance.ForeColor = System.Drawing.Color.White; this.btnConfig.Appearance.Options.UseFont = true; this.btnConfig.Appearance.Options.UseForeColor = true; this.btnConfig.Appearance.Options.UseTextOptions = true; this.btnConfig.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnConfig.Image = ((System.Drawing.Image)(resources.GetObject("btnConfig.Image"))); this.btnConfig.Location = new System.Drawing.Point(256, 0); this.btnConfig.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnConfig.LookAndFeel.UseDefaultLookAndFeel = false; this.btnConfig.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnConfig.Name = "btnConfig"; this.btnConfig.Size = new System.Drawing.Size(131, 47); this.btnConfig.TabIndex = 4; this.btnConfig.Text = "数据源设置"; this.btnConfig.Click += new System.EventHandler(this.btnConfig_Click); //
// btnFilter
//
this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White; this.btnFilter.Appearance.Options.UseFont = true; this.btnFilter.Appearance.Options.UseForeColor = true; this.btnFilter.Appearance.Options.UseTextOptions = true; this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnFilter.Image = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image"))); this.btnFilter.Location = new System.Drawing.Point(171, 0); this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false; this.btnFilter.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnFilter.Name = "btnFilter"; this.btnFilter.Size = new System.Drawing.Size(84, 47); this.btnFilter.TabIndex = 11; this.btnFilter.Text = "过滤"; this.btnFilter.Click += new System.EventHandler(this.btnFilter_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.btnRefresh); this.panelControl3.Controls.Add(this.btnCancle); this.panelControl3.Controls.Add(this.btnExit); this.panelControl3.Controls.Add(this.btnStorage); this.panelControl3.Controls.Add(this.lblTitle); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Controls.Add(this.btnFilter); this.panelControl3.Controls.Add(this.btnConfig); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1480, 47); this.panelControl3.TabIndex = 13; //
// btnRefresh
//
this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White; this.btnRefresh.Appearance.Options.UseFont = true; this.btnRefresh.Appearance.Options.UseForeColor = true; this.btnRefresh.Appearance.Options.UseTextOptions = true; this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image"))); this.btnRefresh.Location = new System.Drawing.Point(556, 0); this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false; this.btnRefresh.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(83, 47); this.btnRefresh.TabIndex = 18; this.btnRefresh.Text = "刷新"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); //
// btnCancle
//
this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancle.Appearance.Options.UseFont = true; this.btnCancle.Appearance.Options.UseForeColor = true; this.btnCancle.Appearance.Options.UseTextOptions = true; this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image"))); this.btnCancle.Location = new System.Drawing.Point(470, 0); this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(86, 47); this.btnCancle.TabIndex = 28; this.btnCancle.Text = "关闭"; this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click); //
// 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(639, 0); this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false; this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(79, 47); this.btnExit.TabIndex = 11; this.btnExit.Text = "退出"; this.btnExit.Click += new System.EventHandler(this.btnExit_Click_1); //
// btnStorage
//
this.btnStorage.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnStorage.Appearance.ForeColor = System.Drawing.Color.White; this.btnStorage.Appearance.Options.UseFont = true; this.btnStorage.Appearance.Options.UseForeColor = true; this.btnStorage.Appearance.Options.UseTextOptions = true; this.btnStorage.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnStorage.Image = ((System.Drawing.Image)(resources.GetObject("btnStorage.Image"))); this.btnStorage.Location = new System.Drawing.Point(387, 0); this.btnStorage.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnStorage.LookAndFeel.UseDefaultLookAndFeel = false; this.btnStorage.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnStorage.Name = "btnStorage"; this.btnStorage.Size = new System.Drawing.Size(83, 47); this.btnStorage.TabIndex = 27; this.btnStorage.Text = "入库"; this.btnStorage.Click += new System.EventHandler(this.btnStorage_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(4, 6); this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(150, 36); this.lblTitle.TabIndex = 19; this.lblTitle.Text = "物料收料入库"; //
// btnClose
//
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(1443, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(37, 47); this.btnClose.TabIndex = 14; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); //
// 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, 649); this.rptPage.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.rptPage.Name = "rptPage"; this.rptPage.PageIndex = 0; this.rptPage.PageSize = 0; this.rptPage.RecordNum = 0; this.rptPage.Size = new System.Drawing.Size(1480, 41); 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, 47); this.groupControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(1480, 602); this.groupControl1.TabIndex = 14; this.groupControl1.Text = "详细信息"; //
// FormICSWareHouseLotInfoLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1480, 690); this.Controls.Add(this.groupControl1); this.Controls.Add(this.rptPage); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FormICSWareHouseLotInfoLog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; this.Load += new System.EventHandler(this.FormDCT_Load); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnConfig; private DevExpress.XtraEditors.SimpleButton btnFilter; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; 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 colisSelect; private DevExpress.XtraGrid.Columns.GridColumn colMUSERName; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private DevExpress.XtraGrid.Columns.GridColumn colReceiptNO; private DevExpress.XtraGrid.Columns.GridColumn colReceiptLine; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn colRECTYPE; private DevExpress.XtraGrid.Columns.GridColumn colIQCStatus; private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE; private DevExpress.XtraGrid.Columns.GridColumn colINVCONTROLTYPE; private DevExpress.XtraGrid.Columns.GridColumn colINVDESC; private DevExpress.XtraGrid.Columns.GridColumn colINVUOM; private DevExpress.XtraGrid.Columns.GridColumn colVendorCode; private DevExpress.XtraGrid.Columns.GridColumn colVendorName; private DevExpress.XtraGrid.Columns.GridColumn colROHS; private DevExpress.XtraGrid.Columns.GridColumn colRECEIVEQTY; private DevExpress.XtraGrid.Columns.GridColumn colQualifyQTY; private DevExpress.XtraGrid.Columns.GridColumn colACTQTY; private DevExpress.XtraGrid.Columns.GridColumn colStorageCode; private DevExpress.XtraGrid.Columns.GridColumn colStackCode; private DevExpress.XtraGrid.Columns.GridColumn colMEMO; private DevExpress.XtraGrid.Columns.GridColumn colITEMLot; private DevExpress.XtraEditors.SimpleButton btnStorage; private DevExpress.XtraEditors.SimpleButton btnExit; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit4; private DevExpress.XtraEditors.SimpleButton btnCancle; private DevExpress.XtraEditors.SimpleButton btnRefresh; private DevExpress.XtraGrid.Columns.GridColumn colMTIME; } }
|