435 lines
24 KiB
C#
435 lines
24 KiB
C#
namespace WMS.FrmReport
|
|
{
|
|
partial class FrmRKReport
|
|
{
|
|
/// <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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.dateEdit2 = new DevExpress.XtraEditors.DateEdit();
|
|
this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
|
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
|
|
this.gdvStorage = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colLOT_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPlcID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODSID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODSNAME = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_TYPEID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTASKTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colGOODS_TYPE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSHELF_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colONDATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colPRODUCTION_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colinstand = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colBARCODE = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colSCALE_UNIT = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.bgcRKData = new System.Windows.Forms.BindingSource(this.components);
|
|
this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
|
|
this.splitContainerControl1.Panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
|
|
this.splitContainerControl1.Panel2.SuspendLayout();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gdvStorage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bgcRKData)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
|
|
this.splitContainerControl1.Horizontal = false;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
//
|
|
// splitContainerControl1.Panel1
|
|
//
|
|
this.splitContainerControl1.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.dateEdit2);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.dateEdit1);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl10);
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl8);
|
|
//
|
|
// splitContainerControl1.Panel2
|
|
//
|
|
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.gridControlCustom1);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1563, 552);
|
|
this.splitContainerControl1.SplitterPosition = 64;
|
|
this.splitContainerControl1.TabIndex = 2;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
//
|
|
// dateEdit2
|
|
//
|
|
this.dateEdit2.EditValue = new System.DateTime(2018, 4, 1, 9, 26, 0, 0);
|
|
this.dateEdit2.Location = new System.Drawing.Point(423, 23);
|
|
this.dateEdit2.Name = "dateEdit2";
|
|
this.dateEdit2.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.dateEdit2.Properties.Appearance.Options.UseFont = true;
|
|
this.dateEdit2.Properties.AutoHeight = false;
|
|
this.dateEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dateEdit2.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
|
|
this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dateEdit2.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
|
|
this.dateEdit2.Properties.DisplayFormat.FormatString = "G";
|
|
this.dateEdit2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.dateEdit2.Properties.EditFormat.FormatString = "G";
|
|
this.dateEdit2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.dateEdit2.Properties.Mask.EditMask = "G";
|
|
this.dateEdit2.Properties.NullDate = "";
|
|
this.dateEdit2.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
|
|
this.dateEdit2.Size = new System.Drawing.Size(213, 26);
|
|
this.dateEdit2.TabIndex = 169;
|
|
//
|
|
// dateEdit1
|
|
//
|
|
this.dateEdit1.EditValue = new System.DateTime(2018, 4, 1, 9, 26, 0, 0);
|
|
this.dateEdit1.Location = new System.Drawing.Point(96, 22);
|
|
this.dateEdit1.Name = "dateEdit1";
|
|
this.dateEdit1.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.dateEdit1.Properties.Appearance.Options.UseFont = true;
|
|
this.dateEdit1.Properties.AutoHeight = false;
|
|
this.dateEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dateEdit1.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
|
|
this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dateEdit1.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
|
|
this.dateEdit1.Properties.DisplayFormat.FormatString = "G";
|
|
this.dateEdit1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.dateEdit1.Properties.EditFormat.FormatString = "G";
|
|
this.dateEdit1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
this.dateEdit1.Properties.Mask.EditMask = "G";
|
|
this.dateEdit1.Properties.NullDate = "";
|
|
this.dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
|
|
this.dateEdit1.Size = new System.Drawing.Size(213, 26);
|
|
this.dateEdit1.TabIndex = 168;
|
|
this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
|
|
//
|
|
// labelControl10
|
|
//
|
|
this.labelControl10.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.labelControl10.Appearance.Options.UseFont = true;
|
|
this.labelControl10.Location = new System.Drawing.Point(353, 26);
|
|
this.labelControl10.Name = "labelControl10";
|
|
this.labelControl10.Size = new System.Drawing.Size(64, 20);
|
|
this.labelControl10.TabIndex = 167;
|
|
this.labelControl10.Text = "结束日期";
|
|
//
|
|
// labelControl8
|
|
//
|
|
this.labelControl8.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
|
|
this.labelControl8.Appearance.Options.UseFont = true;
|
|
this.labelControl8.Location = new System.Drawing.Point(26, 26);
|
|
this.labelControl8.Name = "labelControl8";
|
|
this.labelControl8.Size = new System.Drawing.Size(64, 20);
|
|
this.labelControl8.TabIndex = 162;
|
|
this.labelControl8.Text = "开始日期";
|
|
//
|
|
// gridControlCustom1
|
|
//
|
|
this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorApproveValue = null;
|
|
this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorPassValue = null;
|
|
this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorRepealValue = null;
|
|
this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorReWorkValue = null;
|
|
this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorShortageFlagColumn = null;
|
|
this.gridControlCustom1.ColorShortageValue = null;
|
|
this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorUnExecuteValue = null;
|
|
this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorUnPassValue = null;
|
|
this.gridControlCustom1.ColorVerify = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorVerifyFlagColumn = null;
|
|
this.gridControlCustom1.ColorVerifyValue = null;
|
|
this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty;
|
|
this.gridControlCustom1.ColorWarningValue = null;
|
|
this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControlCustom1.EnableAppearanceEvenRow = true;
|
|
this.gridControlCustom1.IndicatorWidth = 40;
|
|
this.gridControlCustom1.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControlCustom1.MainView = this.gdvStorage;
|
|
this.gridControlCustom1.Name = "gridControlCustom1";
|
|
this.gridControlCustom1.ShowRowID = true;
|
|
this.gridControlCustom1.Size = new System.Drawing.Size(1555, 470);
|
|
this.gridControlCustom1.TabIndex = 1;
|
|
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gdvStorage});
|
|
//
|
|
// gdvStorage
|
|
//
|
|
this.gdvStorage.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
|
|
this.gdvStorage.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gdvStorage.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.gdvStorage.Appearance.HeaderPanel.Options.UseFont = true;
|
|
this.gdvStorage.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
|
|
this.gdvStorage.Appearance.Row.Options.UseFont = true;
|
|
this.gdvStorage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colLOT_ID,
|
|
this.colPlcID,
|
|
this.colCTL,
|
|
this.colLOCATION_ID,
|
|
this.colGOODSID,
|
|
this.colGOODSNAME,
|
|
this.colGOODS_TYPEID,
|
|
this.colTASKTYPE,
|
|
this.colGOODS_TYPE_ID,
|
|
this.colSHELF_NUM,
|
|
this.colONDATE,
|
|
this.colSTATUS,
|
|
this.colPRODUCTION_DATE,
|
|
this.colinstand,
|
|
this.colBARCODE,
|
|
this.colSCALE_UNIT,
|
|
this.gridColumn1});
|
|
this.gdvStorage.GridControl = this.gridControlCustom1;
|
|
this.gdvStorage.IndicatorWidth = 34;
|
|
this.gdvStorage.Name = "gdvStorage";
|
|
this.gdvStorage.OptionsBehavior.Editable = false;
|
|
this.gdvStorage.OptionsFind.AlwaysVisible = true;
|
|
this.gdvStorage.OptionsView.ColumnAutoWidth = false;
|
|
this.gdvStorage.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gdvStorage.OptionsView.ShowAutoFilterRow = true;
|
|
this.gdvStorage.OptionsView.ShowFooter = true;
|
|
this.gdvStorage.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colLOT_ID
|
|
//
|
|
this.colLOT_ID.Caption = "入库单号";
|
|
this.colLOT_ID.FieldName = "LOT_ID";
|
|
this.colLOT_ID.Name = "colLOT_ID";
|
|
this.colLOT_ID.Visible = true;
|
|
this.colLOT_ID.VisibleIndex = 0;
|
|
this.colLOT_ID.Width = 100;
|
|
//
|
|
// colPlcID
|
|
//
|
|
this.colPlcID.Caption = "PLC任务号";
|
|
this.colPlcID.FieldName = "PLCID";
|
|
this.colPlcID.Name = "colPlcID";
|
|
this.colPlcID.Visible = true;
|
|
this.colPlcID.VisibleIndex = 1;
|
|
this.colPlcID.Width = 100;
|
|
//
|
|
// colCTL
|
|
//
|
|
this.colCTL.Caption = "料箱号";
|
|
this.colCTL.FieldName = "CTL";
|
|
this.colCTL.Name = "colCTL";
|
|
this.colCTL.Visible = true;
|
|
this.colCTL.VisibleIndex = 2;
|
|
//
|
|
// colLOCATION_ID
|
|
//
|
|
this.colLOCATION_ID.Caption = "库位";
|
|
this.colLOCATION_ID.FieldName = "LOCATION_ID";
|
|
this.colLOCATION_ID.Name = "colLOCATION_ID";
|
|
this.colLOCATION_ID.Visible = true;
|
|
this.colLOCATION_ID.VisibleIndex = 3;
|
|
this.colLOCATION_ID.Width = 136;
|
|
//
|
|
// colGOODSID
|
|
//
|
|
this.colGOODSID.Caption = "物料编号";
|
|
this.colGOODSID.FieldName = "GOODSID";
|
|
this.colGOODSID.Name = "colGOODSID";
|
|
this.colGOODSID.Visible = true;
|
|
this.colGOODSID.VisibleIndex = 5;
|
|
this.colGOODSID.Width = 100;
|
|
//
|
|
// colGOODSNAME
|
|
//
|
|
this.colGOODSNAME.Caption = "物料名称";
|
|
this.colGOODSNAME.FieldName = "GOODSNAME";
|
|
this.colGOODSNAME.Name = "colGOODSNAME";
|
|
this.colGOODSNAME.Width = 200;
|
|
//
|
|
// colGOODS_TYPEID
|
|
//
|
|
this.colGOODS_TYPEID.FieldName = "GOODS_TYPEID";
|
|
this.colGOODS_TYPEID.Name = "colGOODS_TYPEID";
|
|
this.colGOODS_TYPEID.Width = 100;
|
|
//
|
|
// colTASKTYPE
|
|
//
|
|
this.colTASKTYPE.Caption = "任务类型";
|
|
this.colTASKTYPE.FieldName = "STORAGE_MODE";
|
|
this.colTASKTYPE.Name = "colTASKTYPE";
|
|
this.colTASKTYPE.Visible = true;
|
|
this.colTASKTYPE.VisibleIndex = 6;
|
|
//
|
|
// colGOODS_TYPE_ID
|
|
//
|
|
this.colGOODS_TYPE_ID.FieldName = "GOODS_TYPE_ID";
|
|
this.colGOODS_TYPE_ID.Name = "colGOODS_TYPE_ID";
|
|
//
|
|
// colSHELF_NUM
|
|
//
|
|
this.colSHELF_NUM.Caption = "入库数量";
|
|
this.colSHELF_NUM.FieldName = "SHELF_NUM";
|
|
this.colSHELF_NUM.Name = "colSHELF_NUM";
|
|
this.colSHELF_NUM.Visible = true;
|
|
this.colSHELF_NUM.VisibleIndex = 7;
|
|
this.colSHELF_NUM.Width = 100;
|
|
//
|
|
// colONDATE
|
|
//
|
|
this.colONDATE.Caption = "入库时间";
|
|
this.colONDATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.colONDATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.colONDATE.FieldName = "ONDATE";
|
|
this.colONDATE.Name = "colONDATE";
|
|
this.colONDATE.Visible = true;
|
|
this.colONDATE.VisibleIndex = 8;
|
|
this.colONDATE.Width = 148;
|
|
//
|
|
// colSTATUS
|
|
//
|
|
this.colSTATUS.FieldName = "STATUS";
|
|
this.colSTATUS.Name = "colSTATUS";
|
|
this.colSTATUS.Width = 100;
|
|
//
|
|
// colPRODUCTION_DATE
|
|
//
|
|
this.colPRODUCTION_DATE.FieldName = "PRODUCTION_DATE";
|
|
this.colPRODUCTION_DATE.Name = "colPRODUCTION_DATE";
|
|
//
|
|
// colinstand
|
|
//
|
|
this.colinstand.FieldName = "instand";
|
|
this.colinstand.Name = "colinstand";
|
|
//
|
|
// colBARCODE
|
|
//
|
|
this.colBARCODE.Caption = "内外箱条码";
|
|
this.colBARCODE.FieldName = "BARCODE";
|
|
this.colBARCODE.Name = "colBARCODE";
|
|
this.colBARCODE.Visible = true;
|
|
this.colBARCODE.VisibleIndex = 4;
|
|
this.colBARCODE.Width = 189;
|
|
//
|
|
// colSCALE_UNIT
|
|
//
|
|
this.colSCALE_UNIT.Caption = "周期";
|
|
this.colSCALE_UNIT.FieldName = "SCALE_UNIT";
|
|
this.colSCALE_UNIT.Name = "colSCALE_UNIT";
|
|
this.colSCALE_UNIT.Visible = true;
|
|
this.colSCALE_UNIT.VisibleIndex = 9;
|
|
//
|
|
// gridColumn1
|
|
//
|
|
this.gridColumn1.Caption = "子库编码";
|
|
this.gridColumn1.FieldName = "PRODUCLOTID";
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
this.gridColumn1.Visible = true;
|
|
this.gridColumn1.VisibleIndex = 10;
|
|
//
|
|
// bgcRKData
|
|
//
|
|
this.bgcRKData.DataSource = typeof(WMS.Model.Report.RKReportModel);
|
|
//
|
|
// FrmRKReport
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1563, 552);
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.Name = "FrmRKReport";
|
|
this.Text = "FrmRKReport";
|
|
this.Load += new System.EventHandler(this.FrmRKReport_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
|
|
this.splitContainerControl1.Panel1.ResumeLayout(false);
|
|
this.splitContainerControl1.Panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
|
|
this.splitContainerControl1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gdvStorage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.bgcRKData)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private DevExpress.XtraEditors.DateEdit dateEdit2;
|
|
private DevExpress.XtraEditors.DateEdit dateEdit1;
|
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private Ctrl.GridControlCustom gridControlCustom1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gdvStorage;
|
|
private System.Windows.Forms.BindingSource bgcRKData;
|
|
private DevExpress.Utils.Behaviors.BehaviorManager behaviorManager1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colinstand;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPlcID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOT_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCTL;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODSID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODSNAME;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPE_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSHELF_NUM;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colONDATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_TYPEID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colPRODUCTION_DATE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTASKTYPE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colBARCODE;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colSCALE_UNIT;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
}
|
|
} |