namespace ICSSoft.Frame.APP
{
partial class FormMatter
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMatter));
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.btnShow = new DevExpress.XtraEditors.SimpleButton();
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
this.INVRTitle = 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.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();
this.tRefresh = new System.Windows.Forms.Timer(this.components);
this.Check = new System.Windows.Forms.Timer(this.components);
this.CheckDate = new System.Windows.Forms.Timer(this.components);
((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();
//
// 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.btnShow);
this.panelControl3.Controls.Add(this.btnRefresh);
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(846, 30);
this.panelControl3.TabIndex = 13;
//
// btnShow
//
this.btnShow.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnShow.Appearance.ForeColor = System.Drawing.Color.White;
this.btnShow.Appearance.Options.UseFont = true;
this.btnShow.Appearance.Options.UseForeColor = true;
this.btnShow.Appearance.Options.UseTextOptions = true;
this.btnShow.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
this.btnShow.Image = ((System.Drawing.Image)(resources.GetObject("btnShow.Image")));
this.btnShow.Location = new System.Drawing.Point(211, 0);
this.btnShow.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnShow.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnShow.Name = "btnShow";
this.btnShow.Size = new System.Drawing.Size(73, 30);
this.btnShow.TabIndex = 36;
this.btnShow.Text = "显示看板";
this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
//
// 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(153, 0);
this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(58, 30);
this.btnRefresh.TabIndex = 18;
this.btnRefresh.Text = "刷新";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// 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(820, 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);
//
// INVRTitle
//
this.INVRTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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(119, 23);
this.INVRTitle.TabIndex = 19;
this.INVRTitle.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(846, 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, 30);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(846, 383);
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(842, 359);
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.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;
this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
this.grvDetail.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.grvDetail_RowStyle);
//
// 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;
//
// tRefresh
//
this.tRefresh.Interval = 1000;
this.tRefresh.Tick += new System.EventHandler(this.tRefresh_Tick);
//
// Check
//
this.Check.Interval = 1000;
this.Check.Tick += new System.EventHandler(this.Check_Tick);
//
// CheckDate
//
this.CheckDate.Interval = 1000;
this.CheckDate.Tick += new System.EventHandler(this.CheckDate_Tick);
//
// FormMatter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(846, 439);
this.Controls.Add(this.groupControl1);
this.Controls.Add(this.rptPage);
this.Controls.Add(this.panelControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FormMatter";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormGridReport";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMatter_FormClosing);
this.Load += new System.EventHandler(this.FormMatter_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 DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl INVRTitle;
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.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
private DevExpress.XtraGrid.Columns.GridColumn colNum;
private DevExpress.XtraEditors.SimpleButton btnClose;
private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
private DevExpress.XtraGrid.Columns.GridColumn colWHCode;
private DevExpress.XtraGrid.Columns.GridColumn colBinCode;
private DevExpress.XtraGrid.Columns.GridColumn colINVCODE;
private DevExpress.XtraGrid.Columns.GridColumn colLotQty;
private System.Windows.Forms.Timer tRefresh;
private DevExpress.XtraEditors.SimpleButton btnRefresh;
private DevExpress.XtraEditors.SimpleButton btnShow;
private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
private DevExpress.XtraGrid.Columns.GridColumn colEATTRIBUTE1;
private DevExpress.XtraGrid.Columns.GridColumn colStorageName;
private DevExpress.XtraGrid.Columns.GridColumn colStackName;
private DevExpress.XtraGrid.Columns.GridColumn colINVDESC;
private DevExpress.XtraGrid.Columns.GridColumn coldaytime;
private System.Windows.Forms.Timer Check;
private System.Windows.Forms.Timer CheckDate;
}
}