|
|
namespace ICSSoft.Frame.APP { partial class FormMatterShow { /// <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(FormMatterShow)); this.tRoll = new System.Windows.Forms.Timer(); this.INVRTitle = new DevExpress.XtraEditors.LabelControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.tRefresh = new System.Windows.Forms.Timer(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colNum = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn(); this.colWHCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStorageName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colBinCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStackName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVCODE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVDESC = new DevExpress.XtraGrid.Columns.GridColumn(); this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn(); this.colLotQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEATTRIBUTE1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.coldaytime = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); ((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.SuspendLayout(); //
// tRoll
//
this.tRoll.Interval = 1000; this.tRoll.Tick += new System.EventHandler(this.tRoll_Tick); //
// INVRTitle
//
this.INVRTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.INVRTitle.Appearance.ForeColor = System.Drawing.Color.White; this.INVRTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.INVRTitle.Location = new System.Drawing.Point(3, 4); this.INVRTitle.Name = "INVRTitle"; this.INVRTitle.Size = new System.Drawing.Size(134, 23); this.INVRTitle.TabIndex = 19; this.INVRTitle.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(850, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(26, 30); this.btnClose.TabIndex = 30; this.btnClose.Click += new System.EventHandler(this.btnClose_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.btnClose); this.panelControl3.Controls.Add(this.INVRTitle); 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(876, 30); this.panelControl3.TabIndex = 13; //
// tRefresh
//
this.tRefresh.Interval = 1000; this.tRefresh.Tick += new System.EventHandler(this.tRefresh_Tick); //
// groupControl1
//
this.groupControl1.Controls.Add(this.grdDetail); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 30); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(876, 409); this.groupControl1.TabIndex = 15; 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(872, 385); this.grdDetail.TabIndex = 0; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail, this.grvAdvDetail}); //
// grvDetail
//
this.grvDetail.Appearance.HeaderPanel.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.grvDetail.Appearance.HeaderPanel.Options.UseFont = true; this.grvDetail.Appearance.Row.Font = new System.Drawing.Font("Consolas", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grvDetail.Appearance.Row.Options.UseFont = true; this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colNum, this.colLotNO, this.colWHCode, this.colStorageName, this.colBinCode, this.colStackName, this.colINVCODE, this.colINVNAME, this.colINVDESC, this.colINVUOM, this.colLotQty, this.colEATTRIBUTE1, this.coldaytime, this.colMTIME}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsBehavior.Editable = false; 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; //
// colNum
//
this.colNum.Caption = "行号"; this.colNum.FieldName = "Num"; this.colNum.Name = "colNum"; //
// colLotNO
//
this.colLotNO.Caption = "条码"; this.colLotNO.FieldName = "LotNO"; this.colLotNO.Name = "colLotNO"; this.colLotNO.Visible = true; this.colLotNO.VisibleIndex = 0; //
// colWHCode
//
this.colWHCode.Caption = "仓库编码"; this.colWHCode.FieldName = "WHCode"; this.colWHCode.Name = "colWHCode"; //
// colStorageName
//
this.colStorageName.Caption = "仓库名称"; this.colStorageName.FieldName = "StorageName"; this.colStorageName.Name = "colStorageName"; //
// colBinCode
//
this.colBinCode.Caption = "库位编码"; this.colBinCode.FieldName = "BinCode"; this.colBinCode.Name = "colBinCode"; this.colBinCode.Visible = true; this.colBinCode.VisibleIndex = 1; //
// colStackName
//
this.colStackName.Caption = "库位名称"; this.colStackName.FieldName = "StackName"; this.colStackName.Name = "colStackName"; //
// colINVCODE
//
this.colINVCODE.Caption = "存货编码"; this.colINVCODE.FieldName = "INVCODE"; this.colINVCODE.Name = "colINVCODE"; this.colINVCODE.Visible = true; this.colINVCODE.VisibleIndex = 2; //
// colINVNAME
//
this.colINVNAME.Caption = "存货名称"; this.colINVNAME.FieldName = "INVNAME"; this.colINVNAME.Name = "colINVNAME"; this.colINVNAME.Visible = true; this.colINVNAME.VisibleIndex = 3; //
// colINVDESC
//
this.colINVDESC.Caption = "物料描述"; this.colINVDESC.FieldName = "INVDESC"; this.colINVDESC.Name = "colINVDESC"; //
// colINVUOM
//
this.colINVUOM.Caption = "单位"; this.colINVUOM.FieldName = "INVUOM"; this.colINVUOM.Name = "colINVUOM"; this.colINVUOM.Visible = true; this.colINVUOM.VisibleIndex = 4; //
// colLotQty
//
this.colLotQty.Caption = "库存数量"; this.colLotQty.FieldName = "LotQty"; this.colLotQty.Name = "colLotQty"; this.colLotQty.Visible = true; this.colLotQty.VisibleIndex = 5; //
// colEATTRIBUTE1
//
this.colEATTRIBUTE1.Caption = "保质期"; this.colEATTRIBUTE1.FieldName = "EATTRIBUTE1"; this.colEATTRIBUTE1.Name = "colEATTRIBUTE1"; this.colEATTRIBUTE1.Visible = true; this.colEATTRIBUTE1.VisibleIndex = 6; //
// coldaytime
//
this.coldaytime.Caption = "到期日"; this.coldaytime.FieldName = "daytime"; this.coldaytime.Name = "coldaytime"; this.coldaytime.Visible = true; this.coldaytime.VisibleIndex = 7; //
// colMTIME
//
this.colMTIME.Caption = "入库时间"; this.colMTIME.FieldName = "MTIME"; this.colMTIME.Name = "colMTIME"; this.colMTIME.Visible = true; this.colMTIME.VisibleIndex = 8; //
// 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; //
// FormMatterShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(876, 439); this.Controls.Add(this.groupControl1); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FormMatterShow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormGridReport"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMatterShow_FormClosing); this.Load += new System.EventHandler(this.FormMatterShow_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.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer tRoll; private DevExpress.XtraEditors.LabelControl INVRTitle; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.PanelControl panelControl3; private System.Windows.Forms.Timer tRefresh; private DevExpress.XtraEditors.GroupControl groupControl1; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn colNum; private DevExpress.XtraGrid.Columns.GridColumn colLotNO; private DevExpress.XtraGrid.Columns.GridColumn colWHCode; private DevExpress.XtraGrid.Columns.GridColumn colStorageName; private DevExpress.XtraGrid.Columns.GridColumn colBinCode; private DevExpress.XtraGrid.Columns.GridColumn colStackName; private DevExpress.XtraGrid.Columns.GridColumn colINVCODE; private DevExpress.XtraGrid.Columns.GridColumn colINVNAME; private DevExpress.XtraGrid.Columns.GridColumn colINVDESC; private DevExpress.XtraGrid.Columns.GridColumn colINVUOM; private DevExpress.XtraGrid.Columns.GridColumn colLotQty; private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1; private DevExpress.XtraGrid.Columns.GridColumn coldaytime; private DevExpress.XtraGrid.Columns.GridColumn colMTIME; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; } }
|