BaoKai_202508-Wms-Jingwang..../WMS.FrmReport/FrmCKReport.Designer.cs
2025-08-24 09:35:55 +08:00

404 lines
21 KiB
C#

namespace WMS.FrmReport
{
partial class FrmCKReport
{
/// <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.dt_End = new DevExpress.XtraEditors.DateEdit();
this.label3 = new System.Windows.Forms.Label();
this.dt_Start = new DevExpress.XtraEditors.DateEdit();
this.label2 = new System.Windows.Forms.Label();
this.gdc_Ckdata = new WMS.Ctrl.GridControlCustom();
this.bs_Data = new System.Windows.Forms.BindingSource(this.components);
this.gdv_CKView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colPUTIN_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colplcId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBARCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOOD_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCTL = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLoc_Id = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPICKING_NUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.coloutStand = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOPERATOR_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWARE_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
((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.dt_End.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dt_End.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dt_Start.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dt_Start.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gdc_Ckdata)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs_Data)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gdv_CKView)).BeginInit();
this.SuspendLayout();
//
// splitContainerControl1
//
this.splitContainerControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
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.dt_End);
this.splitContainerControl1.Panel1.Controls.Add(this.label3);
this.splitContainerControl1.Panel1.Controls.Add(this.dt_Start);
this.splitContainerControl1.Panel1.Controls.Add(this.label2);
this.splitContainerControl1.Panel1.Text = "Panel1";
//
// splitContainerControl1.Panel2
//
this.splitContainerControl1.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.splitContainerControl1.Panel2.Controls.Add(this.gdc_Ckdata);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(1575, 561);
this.splitContainerControl1.SplitterPosition = 78;
this.splitContainerControl1.TabIndex = 1;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// dt_End
//
this.dt_End.EditValue = null;
this.dt_End.Location = new System.Drawing.Point(426, 30);
this.dt_End.Name = "dt_End";
this.dt_End.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.dt_End.Properties.Appearance.Options.UseFont = true;
this.dt_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dt_End.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
this.dt_End.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dt_End.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
this.dt_End.Properties.DisplayFormat.FormatString = "g";
this.dt_End.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.dt_End.Properties.EditFormat.FormatString = "g";
this.dt_End.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.dt_End.Properties.Mask.EditMask = "g";
this.dt_End.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
this.dt_End.Size = new System.Drawing.Size(213, 26);
this.dt_End.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label3.Location = new System.Drawing.Point(346, 33);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 20);
this.label3.TabIndex = 3;
this.label3.Text = "结束日期";
//
// dt_Start
//
this.dt_Start.EditValue = null;
this.dt_Start.Location = new System.Drawing.Point(107, 30);
this.dt_Start.Name = "dt_Start";
this.dt_Start.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.dt_Start.Properties.Appearance.Options.UseFont = true;
this.dt_Start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dt_Start.Properties.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.True;
this.dt_Start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dt_Start.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
this.dt_Start.Properties.DisplayFormat.FormatString = "g";
this.dt_Start.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.dt_Start.Properties.EditFormat.FormatString = "g";
this.dt_Start.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
this.dt_Start.Properties.Mask.EditMask = "g";
this.dt_Start.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
this.dt_Start.Size = new System.Drawing.Size(213, 26);
this.dt_Start.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.label2.Location = new System.Drawing.Point(28, 33);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(73, 20);
this.label2.TabIndex = 1;
this.label2.Text = "开始日期";
//
// gdc_Ckdata
//
this.gdc_Ckdata.ColorApprove = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorApproveValue = null;
this.gdc_Ckdata.ColorPass = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorPassValue = null;
this.gdc_Ckdata.ColorRepeal = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorRepealValue = null;
this.gdc_Ckdata.ColorReWork = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorReWorkValue = null;
this.gdc_Ckdata.ColorSelectedRow = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorShortage = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorShortageFlagColumn = null;
this.gdc_Ckdata.ColorShortageValue = null;
this.gdc_Ckdata.ColorUnExecute = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorUnExecuteValue = null;
this.gdc_Ckdata.ColorUnPass = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorUnPassValue = null;
this.gdc_Ckdata.ColorVerify = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorVerifyFlagColumn = null;
this.gdc_Ckdata.ColorVerifyValue = null;
this.gdc_Ckdata.ColorWarning = System.Drawing.Color.Empty;
this.gdc_Ckdata.ColorWarningValue = null;
this.gdc_Ckdata.Cursor = System.Windows.Forms.Cursors.HSplit;
this.gdc_Ckdata.DataSource = this.bs_Data;
this.gdc_Ckdata.Dock = System.Windows.Forms.DockStyle.Fill;
this.gdc_Ckdata.EnableAppearanceEvenRow = true;
this.gdc_Ckdata.Font = new System.Drawing.Font("Tahoma", 12F);
this.gdc_Ckdata.IndicatorWidth = 40;
this.gdc_Ckdata.Location = new System.Drawing.Point(0, 0);
this.gdc_Ckdata.MainView = this.gdv_CKView;
this.gdc_Ckdata.Name = "gdc_Ckdata";
this.gdc_Ckdata.ShowRowID = true;
this.gdc_Ckdata.Size = new System.Drawing.Size(1567, 465);
this.gdc_Ckdata.TabIndex = 0;
this.gdc_Ckdata.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gdv_CKView});
//
// bs_Data
//
this.bs_Data.DataSource = typeof(WMS.Model.Report.CKReportModel);
//
// gdv_CKView
//
this.gdv_CKView.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gdv_CKView.Appearance.EvenRow.Options.UseBackColor = true;
this.gdv_CKView.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
this.gdv_CKView.Appearance.HeaderPanel.Options.UseFont = true;
this.gdv_CKView.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 12F);
this.gdv_CKView.Appearance.Row.Options.UseFont = true;
this.gdv_CKView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
this.gdv_CKView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colPUTIN_ID,
this.colplcId,
this.colBARCODE,
this.colGOOD_ID,
this.colGOODS_NAME,
this.colCTL,
this.colLoc_Id,
this.colPICKING_NUM,
this.coloutStand,
this.colOPERATOR_DATE,
this.colWARE_DATE,
this.colRemark,
this.gridColumn1});
this.gdv_CKView.GridControl = this.gdc_Ckdata;
this.gdv_CKView.IndicatorWidth = 34;
this.gdv_CKView.Name = "gdv_CKView";
this.gdv_CKView.OptionsBehavior.Editable = false;
this.gdv_CKView.OptionsFind.AlwaysVisible = true;
this.gdv_CKView.OptionsView.ColumnAutoWidth = false;
this.gdv_CKView.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.False;
this.gdv_CKView.OptionsView.EnableAppearanceEvenRow = true;
this.gdv_CKView.OptionsView.ShowAutoFilterRow = true;
this.gdv_CKView.OptionsView.ShowFooter = true;
this.gdv_CKView.OptionsView.ShowGroupPanel = false;
//
// colPUTIN_ID
//
this.colPUTIN_ID.FieldName = "PICKINGID";
this.colPUTIN_ID.Name = "colPUTIN_ID";
this.colPUTIN_ID.Visible = true;
this.colPUTIN_ID.VisibleIndex = 0;
this.colPUTIN_ID.Width = 150;
//
// colplcId
//
this.colplcId.FieldName = "plcId";
this.colplcId.Name = "colplcId";
this.colplcId.Visible = true;
this.colplcId.VisibleIndex = 1;
this.colplcId.Width = 100;
//
// colBARCODE
//
this.colBARCODE.FieldName = "BARCODE";
this.colBARCODE.Name = "colBARCODE";
this.colBARCODE.Visible = true;
this.colBARCODE.VisibleIndex = 2;
this.colBARCODE.Width = 200;
//
// colGOOD_ID
//
this.colGOOD_ID.FieldName = "GOOD_ID";
this.colGOOD_ID.Name = "colGOOD_ID";
this.colGOOD_ID.Visible = true;
this.colGOOD_ID.VisibleIndex = 3;
this.colGOOD_ID.Width = 120;
//
// colGOODS_NAME
//
this.colGOODS_NAME.FieldName = "Storage_id";
this.colGOODS_NAME.Name = "colGOODS_NAME";
this.colGOODS_NAME.Visible = true;
this.colGOODS_NAME.VisibleIndex = 4;
this.colGOODS_NAME.Width = 171;
//
// colCTL
//
this.colCTL.FieldName = "CTL";
this.colCTL.Name = "colCTL";
this.colCTL.Visible = true;
this.colCTL.VisibleIndex = 5;
//
// colLoc_Id
//
this.colLoc_Id.FieldName = "Loc_Id";
this.colLoc_Id.Name = "colLoc_Id";
this.colLoc_Id.Visible = true;
this.colLoc_Id.VisibleIndex = 6;
//
// colPICKING_NUM
//
this.colPICKING_NUM.FieldName = "PICKING_NUM";
this.colPICKING_NUM.Name = "colPICKING_NUM";
this.colPICKING_NUM.Visible = true;
this.colPICKING_NUM.VisibleIndex = 7;
//
// coloutStand
//
this.coloutStand.FieldName = "outStand";
this.coloutStand.Name = "coloutStand";
//
// colOPERATOR_DATE
//
this.colOPERATOR_DATE.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
this.colOPERATOR_DATE.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colOPERATOR_DATE.FieldName = "OPERATOR_DATE";
this.colOPERATOR_DATE.Name = "colOPERATOR_DATE";
this.colOPERATOR_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 = 8;
this.colWARE_DATE.Width = 120;
//
// colRemark
//
this.colRemark.FieldName = "Remark";
this.colRemark.Name = "colRemark";
this.colRemark.Visible = true;
this.colRemark.VisibleIndex = 9;
//
// gridColumn3
//
this.gridColumn3.Caption = "gridColumn2";
this.gridColumn3.FieldName = "PLCID";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 8;
//
// gridColumn4
//
this.gridColumn4.Caption = "gridColumn2";
this.gridColumn4.FieldName = "PLCID";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 8;
//
// gridColumn1
//
this.gridColumn1.FieldName = "Pick_num";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 10;
//
// FrmCKReport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1575, 561);
this.Controls.Add(this.splitContainerControl1);
this.Name = "FrmCKReport";
this.Text = "出库";
this.Load += new System.EventHandler(this.ForCK_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.dt_End.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dt_End.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dt_Start.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dt_Start.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gdc_Ckdata)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs_Data)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gdv_CKView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private DevExpress.XtraEditors.DateEdit dt_End;
private System.Windows.Forms.Label label3;
private DevExpress.XtraEditors.DateEdit dt_Start;
private System.Windows.Forms.Label label2;
private Ctrl.GridControlCustom gdc_Ckdata;
private DevExpress.XtraGrid.Views.Grid.GridView gdv_CKView;
private System.Windows.Forms.BindingSource bs_Data;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn colRemark;
private DevExpress.XtraGrid.Columns.GridColumn colBARCODE;
private DevExpress.XtraGrid.Columns.GridColumn colPICKING_NUM;
private DevExpress.XtraGrid.Columns.GridColumn colplcId;
private DevExpress.XtraGrid.Columns.GridColumn coloutStand;
private DevExpress.XtraGrid.Columns.GridColumn colOPERATOR_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colWARE_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colGOOD_ID;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colLoc_Id;
private DevExpress.XtraGrid.Columns.GridColumn colCTL;
private DevExpress.XtraGrid.Columns.GridColumn colPUTIN_ID;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
}
}