268 lines
13 KiB
C#
268 lines
13 KiB
C#
|
|
namespace WMS.FrmReport
|
|||
|
|
{
|
|||
|
|
partial class FrmMIStockSearch
|
|||
|
|
{
|
|||
|
|
/// <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()
|
|||
|
|
{
|
|||
|
|
this.components = new System.ComponentModel.Container();
|
|||
|
|
this.GCMiStock = new WMS.Ctrl.GridControlCustom();
|
|||
|
|
this.bgsStock = new System.Windows.Forms.BindingSource(this.components);
|
|||
|
|
this.GVMiStock = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
|
this.colPUTIN_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_TYPENAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colVERSION = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_TYPEID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colGOODS_MEASURE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSHELVES_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colPRODUCTION_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colWARE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
this.colSTS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bgsStock)).BeginInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// GCMiStock
|
|||
|
|
//
|
|||
|
|
this.GCMiStock.ColorApprove = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorApproveValue = null;
|
|||
|
|
this.GCMiStock.ColorPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorPassValue = null;
|
|||
|
|
this.GCMiStock.ColorRepeal = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorRepealValue = null;
|
|||
|
|
this.GCMiStock.ColorReWork = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorReWorkValue = null;
|
|||
|
|
this.GCMiStock.ColorSelectedRow = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorShortage = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorShortageFlagColumn = null;
|
|||
|
|
this.GCMiStock.ColorShortageValue = null;
|
|||
|
|
this.GCMiStock.ColorUnExecute = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorUnExecuteValue = null;
|
|||
|
|
this.GCMiStock.ColorUnPass = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorUnPassValue = "0";
|
|||
|
|
this.GCMiStock.ColorVerify = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
|||
|
|
this.GCMiStock.ColorVerifyFlagColumn = "FLAG";
|
|||
|
|
this.GCMiStock.ColorVerifyValue = "1";
|
|||
|
|
this.GCMiStock.ColorWarning = System.Drawing.Color.Empty;
|
|||
|
|
this.GCMiStock.ColorWarningValue = null;
|
|||
|
|
this.GCMiStock.DataSource = this.bgsStock;
|
|||
|
|
this.GCMiStock.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
|
this.GCMiStock.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GCMiStock.IndicatorWidth = 40;
|
|||
|
|
this.GCMiStock.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.GCMiStock.MainView = this.GVMiStock;
|
|||
|
|
this.GCMiStock.Name = "GCMiStock";
|
|||
|
|
this.GCMiStock.ShowRowID = true;
|
|||
|
|
this.GCMiStock.Size = new System.Drawing.Size(1584, 606);
|
|||
|
|
this.GCMiStock.TabIndex = 1;
|
|||
|
|
this.GCMiStock.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
|
this.GVMiStock});
|
|||
|
|
//
|
|||
|
|
// bgsStock
|
|||
|
|
//
|
|||
|
|
this.bgsStock.DataSource = typeof(WMS.Model.Stock.MIStockModel);
|
|||
|
|
//
|
|||
|
|
// GVMiStock
|
|||
|
|
//
|
|||
|
|
this.GVMiStock.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|||
|
|
this.GVMiStock.Appearance.EvenRow.Options.UseBackColor = true;
|
|||
|
|
this.GVMiStock.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.GVMiStock.Appearance.HeaderPanel.Options.UseFont = true;
|
|||
|
|
this.GVMiStock.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
|
|||
|
|
this.GVMiStock.Appearance.Row.Options.UseFont = true;
|
|||
|
|
this.GVMiStock.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|||
|
|
this.colPUTIN_ID,
|
|||
|
|
this.colCTL,
|
|||
|
|
this.colLOCATION_ID,
|
|||
|
|
this.colGOODS_TYPENAME,
|
|||
|
|
this.colGOODS_ID,
|
|||
|
|
this.colVERSION,
|
|||
|
|
this.colGOODS_TYPEID,
|
|||
|
|
this.colGOODS_NAME,
|
|||
|
|
this.colGOODS_MEASURE_ID,
|
|||
|
|
this.colSHELVES_NUM,
|
|||
|
|
this.colPRODUCTION_DATE,
|
|||
|
|
this.colWARE_DATE,
|
|||
|
|
this.colSTS});
|
|||
|
|
this.GVMiStock.GridControl = this.GCMiStock;
|
|||
|
|
this.GVMiStock.IndicatorWidth = 34;
|
|||
|
|
this.GVMiStock.Name = "GVMiStock";
|
|||
|
|
this.GVMiStock.OptionsBehavior.Editable = false;
|
|||
|
|
this.GVMiStock.OptionsFind.AlwaysVisible = true;
|
|||
|
|
this.GVMiStock.OptionsView.ColumnAutoWidth = false;
|
|||
|
|
this.GVMiStock.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
|
this.GVMiStock.OptionsView.EnableAppearanceEvenRow = true;
|
|||
|
|
this.GVMiStock.OptionsView.ShowAutoFilterRow = true;
|
|||
|
|
this.GVMiStock.OptionsView.ShowFooter = true;
|
|||
|
|
this.GVMiStock.OptionsView.ShowGroupPanel = false;
|
|||
|
|
this.GVMiStock.DoubleClick += new System.EventHandler(this.GVMiStock_DoubleClick);
|
|||
|
|
//
|
|||
|
|
// colPUTIN_ID
|
|||
|
|
//
|
|||
|
|
this.colPUTIN_ID.FieldName = "PUTIN_ID";
|
|||
|
|
this.colPUTIN_ID.Name = "colPUTIN_ID";
|
|||
|
|
this.colPUTIN_ID.Visible = true;
|
|||
|
|
this.colPUTIN_ID.VisibleIndex = 0;
|
|||
|
|
this.colPUTIN_ID.Width = 120;
|
|||
|
|
//
|
|||
|
|
// colCTL
|
|||
|
|
//
|
|||
|
|
this.colCTL.FieldName = "CTL";
|
|||
|
|
this.colCTL.Name = "colCTL";
|
|||
|
|
this.colCTL.Visible = true;
|
|||
|
|
this.colCTL.VisibleIndex = 1;
|
|||
|
|
this.colCTL.Width = 103;
|
|||
|
|
//
|
|||
|
|
// colLOCATION_ID
|
|||
|
|
//
|
|||
|
|
this.colLOCATION_ID.FieldName = "LOCATION_ID";
|
|||
|
|
this.colLOCATION_ID.Name = "colLOCATION_ID";
|
|||
|
|
this.colLOCATION_ID.Visible = true;
|
|||
|
|
this.colLOCATION_ID.VisibleIndex = 2;
|
|||
|
|
//
|
|||
|
|
// colGOODS_TYPENAME
|
|||
|
|
//
|
|||
|
|
this.colGOODS_TYPENAME.FieldName = "GOODS_TYPENAME";
|
|||
|
|
this.colGOODS_TYPENAME.Name = "colGOODS_TYPENAME";
|
|||
|
|
this.colGOODS_TYPENAME.Visible = true;
|
|||
|
|
this.colGOODS_TYPENAME.VisibleIndex = 3;
|
|||
|
|
this.colGOODS_TYPENAME.Width = 120;
|
|||
|
|
//
|
|||
|
|
// colGOODS_ID
|
|||
|
|
//
|
|||
|
|
this.colGOODS_ID.FieldName = "GOODS_ID";
|
|||
|
|
this.colGOODS_ID.Name = "colGOODS_ID";
|
|||
|
|
this.colGOODS_ID.Visible = true;
|
|||
|
|
this.colGOODS_ID.VisibleIndex = 4;
|
|||
|
|
this.colGOODS_ID.Width = 120;
|
|||
|
|
//
|
|||
|
|
// colVERSION
|
|||
|
|
//
|
|||
|
|
this.colVERSION.FieldName = "VERSION";
|
|||
|
|
this.colVERSION.Name = "colVERSION";
|
|||
|
|
this.colVERSION.Visible = true;
|
|||
|
|
this.colVERSION.VisibleIndex = 5;
|
|||
|
|
this.colVERSION.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colGOODS_TYPEID
|
|||
|
|
//
|
|||
|
|
this.colGOODS_TYPEID.FieldName = "GOODS_TYPEID";
|
|||
|
|
this.colGOODS_TYPEID.Name = "colGOODS_TYPEID";
|
|||
|
|
this.colGOODS_TYPEID.Visible = true;
|
|||
|
|
this.colGOODS_TYPEID.VisibleIndex = 6;
|
|||
|
|
this.colGOODS_TYPEID.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colGOODS_NAME
|
|||
|
|
//
|
|||
|
|
this.colGOODS_NAME.FieldName = "GOODS_NAME";
|
|||
|
|
this.colGOODS_NAME.Name = "colGOODS_NAME";
|
|||
|
|
this.colGOODS_NAME.Width = 100;
|
|||
|
|
//
|
|||
|
|
// colGOODS_MEASURE_ID
|
|||
|
|
//
|
|||
|
|
this.colGOODS_MEASURE_ID.FieldName = "GOODS_MEASURE_ID";
|
|||
|
|
this.colGOODS_MEASURE_ID.Name = "colGOODS_MEASURE_ID";
|
|||
|
|
this.colGOODS_MEASURE_ID.Visible = true;
|
|||
|
|
this.colGOODS_MEASURE_ID.VisibleIndex = 7;
|
|||
|
|
this.colGOODS_MEASURE_ID.Width = 150;
|
|||
|
|
//
|
|||
|
|
// colSHELVES_NUM
|
|||
|
|
//
|
|||
|
|
this.colSHELVES_NUM.FieldName = "SHELVES_NUM";
|
|||
|
|
this.colSHELVES_NUM.Name = "colSHELVES_NUM";
|
|||
|
|
this.colSHELVES_NUM.Visible = true;
|
|||
|
|
this.colSHELVES_NUM.VisibleIndex = 8;
|
|||
|
|
//
|
|||
|
|
// colPRODUCTION_DATE
|
|||
|
|
//
|
|||
|
|
this.colPRODUCTION_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|||
|
|
this.colPRODUCTION_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.colPRODUCTION_DATE.FieldName = "PRODUCTION_DATE";
|
|||
|
|
this.colPRODUCTION_DATE.Name = "colPRODUCTION_DATE";
|
|||
|
|
this.colPRODUCTION_DATE.Visible = true;
|
|||
|
|
this.colPRODUCTION_DATE.VisibleIndex = 9;
|
|||
|
|
this.colPRODUCTION_DATE.Width = 120;
|
|||
|
|
//
|
|||
|
|
// colWARE_DATE
|
|||
|
|
//
|
|||
|
|
this.colWARE_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|||
|
|
this.colWARE_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|||
|
|
this.colWARE_DATE.FieldName = "WARE_DATE";
|
|||
|
|
this.colWARE_DATE.Name = "colWARE_DATE";
|
|||
|
|
this.colWARE_DATE.Visible = true;
|
|||
|
|
this.colWARE_DATE.VisibleIndex = 10;
|
|||
|
|
this.colWARE_DATE.Width = 120;
|
|||
|
|
//
|
|||
|
|
// colSTS
|
|||
|
|
//
|
|||
|
|
this.colSTS.FieldName = "STS";
|
|||
|
|
this.colSTS.Name = "colSTS";
|
|||
|
|
this.colSTS.Visible = true;
|
|||
|
|
this.colSTS.VisibleIndex = 11;
|
|||
|
|
this.colSTS.Width = 100;
|
|||
|
|
//
|
|||
|
|
// FrmMIStockSearch
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1584, 606);
|
|||
|
|
this.Controls.Add(this.GCMiStock);
|
|||
|
|
this.MaximizeBox = false;
|
|||
|
|
this.MinimizeBox = false;
|
|||
|
|
this.Name = "FrmMIStockSearch";
|
|||
|
|
this.Text = "库存查看";
|
|||
|
|
this.Load += new System.EventHandler(this.FrmMIStockSearch_Load);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GCMiStock)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.bgsStock)).EndInit();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.GVMiStock)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
private Ctrl.GridControlCustom GCMiStock;
|
|||
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GVMiStock;
|
|||
|
|
private System.Windows.Forms.BindingSource bgsStock;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTS;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCTL;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPUTIN_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPEID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPENAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHELVES_NUM;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVERSION;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
|
|||
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_MEASURE_ID;
|
|||
|
|
}
|
|||
|
|
}
|