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

351 lines
16 KiB
C#

namespace WMS.FrmCK
{
partial class FrmFhData
{
/// <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.gr_Order = new WMS.Ctrl.GridControlCustom();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colPALLET_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPICKINGID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOUT_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBARCODE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_AREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSCANDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPROT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPROTEND = new DevExpress.XtraGrid.Columns.GridColumn();
this.colENDDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPRINTCT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBOXTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRFDATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGOODS_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colFHNUM = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLOCATION_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.gr_Order)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// gr_Order
//
this.gr_Order.ColorApprove = System.Drawing.Color.Empty;
this.gr_Order.ColorApproveValue = null;
this.gr_Order.ColorPass = System.Drawing.Color.Empty;
this.gr_Order.ColorPassValue = null;
this.gr_Order.ColorRepeal = System.Drawing.Color.Empty;
this.gr_Order.ColorRepealValue = null;
this.gr_Order.ColorReWork = System.Drawing.Color.Empty;
this.gr_Order.ColorReWorkValue = null;
this.gr_Order.ColorSelectedRow = System.Drawing.Color.Empty;
this.gr_Order.ColorShortage = System.Drawing.Color.Empty;
this.gr_Order.ColorShortageFlagColumn = null;
this.gr_Order.ColorShortageValue = null;
this.gr_Order.ColorUnExecute = System.Drawing.Color.Empty;
this.gr_Order.ColorUnExecuteValue = null;
this.gr_Order.ColorUnPass = System.Drawing.Color.Empty;
this.gr_Order.ColorUnPassValue = null;
this.gr_Order.ColorVerify = System.Drawing.Color.Empty;
this.gr_Order.ColorVerifyFlagColumn = null;
this.gr_Order.ColorVerifyValue = null;
this.gr_Order.ColorWarning = System.Drawing.Color.Empty;
this.gr_Order.ColorWarningValue = null;
this.gr_Order.DataSource = this.bindingSource1;
this.gr_Order.Dock = System.Windows.Forms.DockStyle.Fill;
this.gr_Order.EnableAppearanceEvenRow = true;
this.gr_Order.IndicatorWidth = 40;
this.gr_Order.Location = new System.Drawing.Point(0, 100);
this.gr_Order.MainView = this.gridView1;
this.gr_Order.Name = "gr_Order";
this.gr_Order.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckEdit1});
this.gr_Order.ShowRowID = true;
this.gr_Order.Size = new System.Drawing.Size(960, 420);
this.gr_Order.TabIndex = 1;
this.gr_Order.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(WMS.Model.CK.FhOrderModel);
//
// gridView1
//
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 11F);
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colPALLET_ID,
this.colPICKINGID,
this.colOUT_ID,
this.colBARCODE,
this.colSTORAGE_AREA_ID,
this.colSCANDATE,
this.colPROT,
this.colPROTEND,
this.colENDDATE,
this.colSTATUS,
this.colPRINTCT,
this.colBOXTYPE,
this.colRFDATE,
this.colGOODS_ID,
this.colFHNUM,
this.colLOCATION_ID,
this.colUSER_ID});
this.gridView1.GridControl = this.gr_Order;
this.gridView1.IndicatorWidth = 34;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
this.gridView1.OptionsView.ShowFooter = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// colPALLET_ID
//
this.colPALLET_ID.FieldName = "PALLET_ID";
this.colPALLET_ID.Name = "colPALLET_ID";
this.colPALLET_ID.Visible = true;
this.colPALLET_ID.VisibleIndex = 0;
//
// colPICKINGID
//
this.colPICKINGID.FieldName = "PICKINGID";
this.colPICKINGID.Name = "colPICKINGID";
this.colPICKINGID.Visible = true;
this.colPICKINGID.VisibleIndex = 1;
//
// colOUT_ID
//
this.colOUT_ID.FieldName = "OUT_ID";
this.colOUT_ID.Name = "colOUT_ID";
this.colOUT_ID.Visible = true;
this.colOUT_ID.VisibleIndex = 2;
//
// colBARCODE
//
this.colBARCODE.FieldName = "BARCODE";
this.colBARCODE.Name = "colBARCODE";
this.colBARCODE.Visible = true;
this.colBARCODE.VisibleIndex = 3;
//
// colSTORAGE_AREA_ID
//
this.colSTORAGE_AREA_ID.FieldName = "STORAGE_AREA_ID";
this.colSTORAGE_AREA_ID.Name = "colSTORAGE_AREA_ID";
this.colSTORAGE_AREA_ID.Visible = true;
this.colSTORAGE_AREA_ID.VisibleIndex = 4;
//
// colSCANDATE
//
this.colSCANDATE.FieldName = "SCANDATE";
this.colSCANDATE.Name = "colSCANDATE";
this.colSCANDATE.Visible = true;
this.colSCANDATE.VisibleIndex = 5;
//
// colPROT
//
this.colPROT.FieldName = "PROT";
this.colPROT.Name = "colPROT";
this.colPROT.Visible = true;
this.colPROT.VisibleIndex = 6;
//
// colPROTEND
//
this.colPROTEND.FieldName = "PROTEND";
this.colPROTEND.Name = "colPROTEND";
this.colPROTEND.Visible = true;
this.colPROTEND.VisibleIndex = 7;
//
// colENDDATE
//
this.colENDDATE.FieldName = "ENDDATE";
this.colENDDATE.Name = "colENDDATE";
this.colENDDATE.Visible = true;
this.colENDDATE.VisibleIndex = 8;
//
// colSTATUS
//
this.colSTATUS.FieldName = "STATUS";
this.colSTATUS.Name = "colSTATUS";
this.colSTATUS.Visible = true;
this.colSTATUS.VisibleIndex = 9;
//
// colPRINTCT
//
this.colPRINTCT.FieldName = "PRINTCT";
this.colPRINTCT.Name = "colPRINTCT";
this.colPRINTCT.Visible = true;
this.colPRINTCT.VisibleIndex = 10;
//
// colBOXTYPE
//
this.colBOXTYPE.FieldName = "BOXTYPE";
this.colBOXTYPE.Name = "colBOXTYPE";
this.colBOXTYPE.Visible = true;
this.colBOXTYPE.VisibleIndex = 11;
//
// colRFDATE
//
this.colRFDATE.FieldName = "RFDATE";
this.colRFDATE.Name = "colRFDATE";
this.colRFDATE.Visible = true;
this.colRFDATE.VisibleIndex = 12;
//
// colGOODS_ID
//
this.colGOODS_ID.FieldName = "GOODS_ID";
this.colGOODS_ID.Name = "colGOODS_ID";
this.colGOODS_ID.Visible = true;
this.colGOODS_ID.VisibleIndex = 13;
//
// colFHNUM
//
this.colFHNUM.FieldName = "FHNUM";
this.colFHNUM.Name = "colFHNUM";
this.colFHNUM.Visible = true;
this.colFHNUM.VisibleIndex = 14;
//
// colLOCATION_ID
//
this.colLOCATION_ID.FieldName = "LOCATION_ID";
this.colLOCATION_ID.Name = "colLOCATION_ID";
this.colLOCATION_ID.Visible = true;
this.colLOCATION_ID.VisibleIndex = 15;
//
// colUSER_ID
//
this.colUSER_ID.FieldName = "USER_ID";
this.colUSER_ID.Name = "colUSER_ID";
this.colUSER_ID.Visible = true;
this.colUSER_ID.VisibleIndex = 16;
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Caption = "Check";
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.simpleButton1);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(960, 100);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(479, 33);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 2;
this.simpleButton1.Text = "simpleButton1";
//
// button2
//
this.button2.Font = new System.Drawing.Font("宋体", 11F);
this.button2.Location = new System.Drawing.Point(191, 42);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(129, 35);
this.button2.TabIndex = 1;
this.button2.Text = "确认发货";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 11F);
this.button1.Location = new System.Drawing.Point(29, 42);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(129, 35);
this.button1.TabIndex = 0;
this.button1.Text = "解除绑定";
this.button1.UseVisualStyleBackColor = true;
//
// FrmFhData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(960, 520);
this.Controls.Add(this.gr_Order);
this.Controls.Add(this.groupBox1);
this.Name = "FrmFhData";
this.Text = "FrmFhData";
((System.ComponentModel.ISupportInitialize)(this.gr_Order)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Ctrl.GridControlCustom gr_Order;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.BindingSource bindingSource1;
private DevExpress.XtraGrid.Columns.GridColumn colPALLET_ID;
private DevExpress.XtraGrid.Columns.GridColumn colPICKINGID;
private DevExpress.XtraGrid.Columns.GridColumn colOUT_ID;
private DevExpress.XtraGrid.Columns.GridColumn colBARCODE;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSCANDATE;
private DevExpress.XtraGrid.Columns.GridColumn colPROT;
private DevExpress.XtraGrid.Columns.GridColumn colPROTEND;
private DevExpress.XtraGrid.Columns.GridColumn colENDDATE;
private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
private DevExpress.XtraGrid.Columns.GridColumn colPRINTCT;
private DevExpress.XtraGrid.Columns.GridColumn colBOXTYPE;
private DevExpress.XtraGrid.Columns.GridColumn colRFDATE;
private DevExpress.XtraGrid.Columns.GridColumn colGOODS_ID;
private DevExpress.XtraGrid.Columns.GridColumn colFHNUM;
private DevExpress.XtraGrid.Columns.GridColumn colLOCATION_ID;
private DevExpress.XtraGrid.Columns.GridColumn colUSER_ID;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}