BaoKai_202508-Wcs-Jingwang..../WCSIce/FormTask.Designer.cs

491 lines
24 KiB
C#
Raw Normal View History

2025-08-24 12:51:29 +08:00
namespace WCS
{
partial class FormTask
{
/// <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.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
this.gridControl3 = new DevExpress.XtraGrid.GridControl();
this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
this.groupControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
this.SuspendLayout();
//
// groupControl1
//
this.groupControl1.Controls.Add(this.gridControl1);
this.groupControl1.Location = new System.Drawing.Point(9, 47);
this.groupControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(1101, 250);
this.groupControl1.TabIndex = 1;
this.groupControl1.Text = "入库任务";
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.gridControl1.Location = new System.Drawing.Point(2, 23);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1097, 225);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn7,
this.gridColumn3,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10,
this.gridColumn11});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// gridColumn1
//
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn1.Caption = "任务号";
this.gridColumn1.FieldName = "PLCID";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
this.gridColumn1.Width = 100;
//
// gridColumn2
//
this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn2.Caption = "库位";
this.gridColumn2.FieldName = "LOCATION_ID";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 3;
this.gridColumn2.Width = 120;
//
// gridColumn7
//
this.gridColumn7.Caption = "托盘";
this.gridColumn7.FieldName = "CTL";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 4;
this.gridColumn7.Width = 134;
//
// gridColumn3
//
this.gridColumn3.Caption = "物料编号";
this.gridColumn3.FieldName = "GOODSID";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 1;
this.gridColumn3.Width = 136;
//
// gridColumn8
//
this.gridColumn8.Caption = "物料名称";
this.gridColumn8.FieldName = "GOODSNAME";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 2;
this.gridColumn8.Width = 150;
//
// gridColumn9
//
this.gridColumn9.Caption = "数量";
this.gridColumn9.FieldName = "SHELF_NUM";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 5;
this.gridColumn9.Width = 198;
//
// gridColumn10
//
this.gridColumn10.Caption = "订单时间";
this.gridColumn10.FieldName = "ONDATE";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 6;
this.gridColumn10.Width = 198;
//
// gridColumn11
//
this.gridColumn11.Caption = "订单状态";
this.gridColumn11.FieldName = "STATUS";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 7;
this.gridColumn11.Width = 198;
//
// groupControl2
//
this.groupControl2.Controls.Add(this.gridControl2);
this.groupControl2.Location = new System.Drawing.Point(9, 303);
this.groupControl2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new System.Drawing.Size(1101, 250);
this.groupControl2.TabIndex = 2;
this.groupControl2.Text = "出库任务";
//
// gridControl2
//
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.gridControl2.Location = new System.Drawing.Point(2, 23);
this.gridControl2.MainView = this.gridView2;
this.gridControl2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.gridControl2.Name = "gridControl2";
this.gridControl2.Size = new System.Drawing.Size(1097, 225);
this.gridControl2.TabIndex = 1;
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
//
// gridView2
//
this.gridView2.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView2.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn12,
this.gridColumn13,
this.gridColumn14,
this.gridColumn15,
this.gridColumn16});
this.gridView2.GridControl = this.gridControl2;
this.gridView2.Name = "gridView2";
this.gridView2.OptionsView.ShowGroupPanel = false;
//
// gridColumn4
//
this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn4.Caption = "任务号";
this.gridColumn4.FieldName = "PLCID";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 0;
this.gridColumn4.Width = 100;
//
// gridColumn5
//
this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn5.Caption = "库位";
this.gridColumn5.FieldName = "LOC_ID";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 3;
this.gridColumn5.Width = 120;
//
// gridColumn6
//
this.gridColumn6.Caption = "托盘";
this.gridColumn6.FieldName = "CTL";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 4;
this.gridColumn6.Width = 134;
//
// gridColumn12
//
this.gridColumn12.Caption = "物料编号";
this.gridColumn12.FieldName = "GOODSID";
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.Visible = true;
this.gridColumn12.VisibleIndex = 1;
this.gridColumn12.Width = 136;
//
// gridColumn13
//
this.gridColumn13.Caption = "物料名称";
this.gridColumn13.FieldName = "GOODSNAME";
this.gridColumn13.Name = "gridColumn13";
this.gridColumn13.Visible = true;
this.gridColumn13.VisibleIndex = 2;
this.gridColumn13.Width = 150;
//
// gridColumn14
//
this.gridColumn14.Caption = "数量";
this.gridColumn14.FieldName = "PICKING_NUM";
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 5;
this.gridColumn14.Width = 198;
//
// gridColumn15
//
this.gridColumn15.Caption = "订单时间";
this.gridColumn15.FieldName = "ONDATE";
this.gridColumn15.Name = "gridColumn15";
this.gridColumn15.Visible = true;
this.gridColumn15.VisibleIndex = 6;
this.gridColumn15.Width = 198;
//
// gridColumn16
//
this.gridColumn16.Caption = "订单状态";
this.gridColumn16.FieldName = "STATUS";
this.gridColumn16.Name = "gridColumn16";
this.gridColumn16.Visible = true;
this.gridColumn16.VisibleIndex = 7;
this.gridColumn16.Width = 198;
//
// groupControl3
//
this.groupControl3.Controls.Add(this.gridControl3);
this.groupControl3.Location = new System.Drawing.Point(9, 558);
this.groupControl3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.groupControl3.Name = "groupControl3";
this.groupControl3.Size = new System.Drawing.Size(1101, 250);
this.groupControl3.TabIndex = 3;
this.groupControl3.Text = "移库任务";
//
// gridControl3
//
this.gridControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl3.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.gridControl3.Location = new System.Drawing.Point(2, 23);
this.gridControl3.MainView = this.gridView3;
this.gridControl3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.gridControl3.Name = "gridControl3";
this.gridControl3.Size = new System.Drawing.Size(1097, 225);
this.gridControl3.TabIndex = 1;
this.gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView3});
//
// gridView3
//
this.gridView3.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView3.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn17,
this.gridColumn18,
this.gridColumn19,
this.gridColumn20,
this.gridColumn21,
this.gridColumn23,
this.gridColumn24});
this.gridView3.GridControl = this.gridControl3;
this.gridView3.Name = "gridView3";
this.gridView3.OptionsView.ShowGroupPanel = false;
//
// gridColumn17
//
this.gridColumn17.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn17.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn17.Caption = "任务号";
this.gridColumn17.FieldName = "PLCID";
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.Visible = true;
this.gridColumn17.VisibleIndex = 0;
this.gridColumn17.Width = 100;
//
// gridColumn18
//
this.gridColumn18.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn18.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn18.Caption = "起始库位";
this.gridColumn18.FieldName = "START_LOCATION";
this.gridColumn18.Name = "gridColumn18";
this.gridColumn18.Visible = true;
this.gridColumn18.VisibleIndex = 3;
this.gridColumn18.Width = 120;
//
// gridColumn19
//
this.gridColumn19.Caption = "目的库位";
this.gridColumn19.FieldName = "END_LOCATION";
this.gridColumn19.Name = "gridColumn19";
this.gridColumn19.Visible = true;
this.gridColumn19.VisibleIndex = 4;
this.gridColumn19.Width = 134;
//
// gridColumn20
//
this.gridColumn20.Caption = "物料编号";
this.gridColumn20.FieldName = "GOODSID";
this.gridColumn20.Name = "gridColumn20";
this.gridColumn20.Visible = true;
this.gridColumn20.VisibleIndex = 1;
this.gridColumn20.Width = 136;
//
// gridColumn21
//
this.gridColumn21.Caption = "物料名称";
this.gridColumn21.FieldName = "GOODSNAME";
this.gridColumn21.Name = "gridColumn21";
this.gridColumn21.Visible = true;
this.gridColumn21.VisibleIndex = 2;
this.gridColumn21.Width = 150;
//
// gridColumn23
//
this.gridColumn23.Caption = "订单时间";
this.gridColumn23.FieldName = "ONDATE";
this.gridColumn23.Name = "gridColumn23";
this.gridColumn23.Visible = true;
this.gridColumn23.VisibleIndex = 5;
this.gridColumn23.Width = 198;
//
// gridColumn24
//
this.gridColumn24.Caption = "订单状态";
this.gridColumn24.FieldName = "STATUS";
this.gridColumn24.Name = "gridColumn24";
this.gridColumn24.Visible = true;
this.gridColumn24.VisibleIndex = 6;
this.gridColumn24.Width = 198;
//
// button1
//
this.button1.Location = new System.Drawing.Point(25, 10);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(56, 31);
this.button1.TabIndex = 4;
this.button1.Text = "刷新";
this.button1.UseVisualStyleBackColor = true;
//
// FormTask
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1134, 840);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupControl3);
this.Controls.Add(this.groupControl2);
this.Controls.Add(this.groupControl1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FormTask";
this.Text = "入库/出库/移库任务";
this.Load += new System.EventHandler(this.FormTask_Load);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
this.groupControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
this.groupControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private DevExpress.XtraEditors.GroupControl groupControl2;
private DevExpress.XtraGrid.GridControl gridControl2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
private DevExpress.XtraEditors.GroupControl groupControl3;
private DevExpress.XtraGrid.GridControl gridControl3;
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn24;
private System.Windows.Forms.Button button1;
}
}