|
|
namespace OrderConfirm
|
|
|
{
|
|
|
partial class OrderConfirmForm
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.syncBtn = new System.Windows.Forms.Button();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.finishNumberLabel = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.setTop = new System.Windows.Forms.CheckBox();
|
|
|
this.existBtn = new System.Windows.Forms.Button();
|
|
|
this.orderLabel = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.uDatePicker1 = new BWP.WinFormControl.UDatePicker();
|
|
|
this.orderGrid = new BWP.WinFormControl.UDataGridView();
|
|
|
this.C_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_IsHurryButcher = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_WeightBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_SecondarySplit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_OrderState = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_Date = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_Technics = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_Order = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_B3WeighBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_Supplier_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_LiveColonyHouse_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.C_OK = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
|
this.C_Finish = new System.Windows.Forms.DataGridViewButtonColumn();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGrid)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// syncBtn
|
|
|
//
|
|
|
this.syncBtn.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.syncBtn.Location = new System.Drawing.Point(359, 12);
|
|
|
this.syncBtn.Name = "syncBtn";
|
|
|
this.syncBtn.Size = new System.Drawing.Size(108, 41);
|
|
|
this.syncBtn.TabIndex = 9;
|
|
|
this.syncBtn.Text = "同步数据";
|
|
|
this.syncBtn.UseVisualStyleBackColor = true;
|
|
|
this.syncBtn.Click += new System.EventHandler(this.syncBtn_Click);
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.label1.Location = new System.Drawing.Point(43, 22);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(109, 20);
|
|
|
this.label1.TabIndex = 7;
|
|
|
this.label1.Text = "宰杀日期:";
|
|
|
//
|
|
|
// vScrollBar1
|
|
|
//
|
|
|
this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.vScrollBar1.Location = new System.Drawing.Point(1042, 73);
|
|
|
this.vScrollBar1.Name = "vScrollBar1";
|
|
|
this.vScrollBar1.Size = new System.Drawing.Size(40, 698);
|
|
|
this.vScrollBar1.TabIndex = 52;
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel1.Controls.Add(this.finishNumberLabel);
|
|
|
this.panel1.Controls.Add(this.label4);
|
|
|
this.panel1.Controls.Add(this.setTop);
|
|
|
this.panel1.Controls.Add(this.existBtn);
|
|
|
this.panel1.Controls.Add(this.orderLabel);
|
|
|
this.panel1.Controls.Add(this.label2);
|
|
|
this.panel1.Location = new System.Drawing.Point(495, 5);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(609, 56);
|
|
|
this.panel1.TabIndex = 56;
|
|
|
//
|
|
|
// finishNumberLabel
|
|
|
//
|
|
|
this.finishNumberLabel.AutoSize = true;
|
|
|
this.finishNumberLabel.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
this.finishNumberLabel.ForeColor = System.Drawing.Color.Red;
|
|
|
this.finishNumberLabel.Location = new System.Drawing.Point(279, 12);
|
|
|
this.finishNumberLabel.Name = "finishNumberLabel";
|
|
|
this.finishNumberLabel.Size = new System.Drawing.Size(30, 31);
|
|
|
this.finishNumberLabel.TabIndex = 61;
|
|
|
this.finishNumberLabel.Text = "0";
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.label4.Location = new System.Drawing.Point(181, 17);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(109, 20);
|
|
|
this.label4.TabIndex = 60;
|
|
|
this.label4.Text = "已杀头数:";
|
|
|
//
|
|
|
// setTop
|
|
|
//
|
|
|
this.setTop.AutoSize = true;
|
|
|
this.setTop.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.setTop.Location = new System.Drawing.Point(371, 16);
|
|
|
this.setTop.Name = "setTop";
|
|
|
this.setTop.Size = new System.Drawing.Size(68, 24);
|
|
|
this.setTop.TabIndex = 59;
|
|
|
this.setTop.Text = "置顶";
|
|
|
this.setTop.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// existBtn
|
|
|
//
|
|
|
this.existBtn.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.existBtn.Location = new System.Drawing.Point(491, 8);
|
|
|
this.existBtn.Name = "existBtn";
|
|
|
this.existBtn.Size = new System.Drawing.Size(108, 41);
|
|
|
this.existBtn.TabIndex = 58;
|
|
|
this.existBtn.Text = "退出";
|
|
|
this.existBtn.UseVisualStyleBackColor = true;
|
|
|
this.existBtn.Click += new System.EventHandler(this.existBtn_Click);
|
|
|
//
|
|
|
// orderLabel
|
|
|
//
|
|
|
this.orderLabel.AutoSize = true;
|
|
|
this.orderLabel.Font = new System.Drawing.Font("宋体", 23F);
|
|
|
this.orderLabel.ForeColor = System.Drawing.Color.Red;
|
|
|
this.orderLabel.Location = new System.Drawing.Point(119, 11);
|
|
|
this.orderLabel.Name = "orderLabel";
|
|
|
this.orderLabel.Size = new System.Drawing.Size(30, 31);
|
|
|
this.orderLabel.TabIndex = 57;
|
|
|
this.orderLabel.Text = "0";
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.label2.Location = new System.Drawing.Point(21, 17);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(109, 20);
|
|
|
this.label2.TabIndex = 56;
|
|
|
this.label2.Text = "排宰顺序:";
|
|
|
//
|
|
|
// uDatePicker1
|
|
|
//
|
|
|
this.uDatePicker1.BackColor = System.Drawing.Color.White;
|
|
|
this.uDatePicker1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.uDatePicker1.Date = new System.DateTime(2017, 9, 5, 0, 0, 0, 0);
|
|
|
this.uDatePicker1.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.uDatePicker1.Location = new System.Drawing.Point(158, 17);
|
|
|
this.uDatePicker1.Name = "uDatePicker1";
|
|
|
this.uDatePicker1.Size = new System.Drawing.Size(175, 30);
|
|
|
this.uDatePicker1.TabIndex = 8;
|
|
|
this.uDatePicker1.Text = "2017/09/05";
|
|
|
this.uDatePicker1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
this.uDatePicker1.Type = BWP.WinFormControl.DateTimeType.Date;
|
|
|
//
|
|
|
// orderGrid
|
|
|
//
|
|
|
this.orderGrid.AllowUserToAddRows = false;
|
|
|
this.orderGrid.AllowUserToDeleteRows = false;
|
|
|
this.orderGrid.AllowUserToResizeColumns = false;
|
|
|
this.orderGrid.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.orderGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
this.orderGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.orderGrid.BackgroundColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.orderGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
this.orderGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.orderGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.C_ID,
|
|
|
this.C_IsHurryButcher,
|
|
|
this.C_WeightBill_ID,
|
|
|
this.C_SecondarySplit,
|
|
|
this.C_OrderState,
|
|
|
this.C_Date,
|
|
|
this.C_Technics,
|
|
|
this.C_Order,
|
|
|
this.C_B3WeighBill_ID,
|
|
|
this.C_Supplier_Name,
|
|
|
this.C_LiveColonyHouse_Name,
|
|
|
this.C_PlanNumber,
|
|
|
this.C_OK,
|
|
|
this.C_Finish});
|
|
|
this.orderGrid.Location = new System.Drawing.Point(35, 73);
|
|
|
this.orderGrid.MultiSelect = false;
|
|
|
this.orderGrid.Name = "orderGrid";
|
|
|
this.orderGrid.ReadOnly = true;
|
|
|
this.orderGrid.RowHeadersVisible = false;
|
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.Black;
|
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.Black;
|
|
|
this.orderGrid.RowsDefaultCellStyle = dataGridViewCellStyle10;
|
|
|
this.orderGrid.RowTemplate.Height = 80;
|
|
|
this.orderGrid.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
|
this.orderGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.orderGrid.Size = new System.Drawing.Size(1006, 698);
|
|
|
this.orderGrid.TabIndex = 0;
|
|
|
this.orderGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellClick);
|
|
|
this.orderGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellContentClick);
|
|
|
//
|
|
|
// C_ID
|
|
|
//
|
|
|
this.C_ID.DataPropertyName = "ID";
|
|
|
this.C_ID.HeaderText = "ID";
|
|
|
this.C_ID.Name = "C_ID";
|
|
|
this.C_ID.ReadOnly = true;
|
|
|
this.C_ID.Visible = false;
|
|
|
//
|
|
|
// C_IsHurryButcher
|
|
|
//
|
|
|
this.C_IsHurryButcher.DataPropertyName = "IsHurryButcher";
|
|
|
this.C_IsHurryButcher.HeaderText = "IsHurryButcher";
|
|
|
this.C_IsHurryButcher.Name = "C_IsHurryButcher";
|
|
|
this.C_IsHurryButcher.ReadOnly = true;
|
|
|
this.C_IsHurryButcher.Visible = false;
|
|
|
//
|
|
|
// C_WeightBill_ID
|
|
|
//
|
|
|
this.C_WeightBill_ID.DataPropertyName = "WeightBill_ID";
|
|
|
this.C_WeightBill_ID.HeaderText = "WeightBill_ID";
|
|
|
this.C_WeightBill_ID.Name = "C_WeightBill_ID";
|
|
|
this.C_WeightBill_ID.ReadOnly = true;
|
|
|
this.C_WeightBill_ID.Visible = false;
|
|
|
//
|
|
|
// C_SecondarySplit
|
|
|
//
|
|
|
this.C_SecondarySplit.DataPropertyName = "SecondarySplit";
|
|
|
this.C_SecondarySplit.HeaderText = "SecondarySplit";
|
|
|
this.C_SecondarySplit.Name = "C_SecondarySplit";
|
|
|
this.C_SecondarySplit.ReadOnly = true;
|
|
|
this.C_SecondarySplit.Visible = false;
|
|
|
//
|
|
|
// C_OrderState
|
|
|
//
|
|
|
this.C_OrderState.DataPropertyName = "OrderState";
|
|
|
this.C_OrderState.HeaderText = "OrderState";
|
|
|
this.C_OrderState.Name = "C_OrderState";
|
|
|
this.C_OrderState.ReadOnly = true;
|
|
|
this.C_OrderState.Visible = false;
|
|
|
//
|
|
|
// C_Date
|
|
|
//
|
|
|
this.C_Date.DataPropertyName = "Date";
|
|
|
this.C_Date.HeaderText = "Date";
|
|
|
this.C_Date.Name = "C_Date";
|
|
|
this.C_Date.ReadOnly = true;
|
|
|
this.C_Date.Visible = false;
|
|
|
//
|
|
|
// C_Technics
|
|
|
//
|
|
|
this.C_Technics.DataPropertyName = "Technics";
|
|
|
this.C_Technics.HeaderText = "Technics";
|
|
|
this.C_Technics.Name = "C_Technics";
|
|
|
this.C_Technics.ReadOnly = true;
|
|
|
this.C_Technics.Visible = false;
|
|
|
//
|
|
|
// C_Order
|
|
|
//
|
|
|
this.C_Order.DataPropertyName = "Order";
|
|
|
this.C_Order.HeaderText = "序号";
|
|
|
this.C_Order.Name = "C_Order";
|
|
|
this.C_Order.ReadOnly = true;
|
|
|
//
|
|
|
// C_B3WeighBill_ID
|
|
|
//
|
|
|
this.C_B3WeighBill_ID.DataPropertyName = "B3WeighBill_ID";
|
|
|
this.C_B3WeighBill_ID.HeaderText = "磅单号";
|
|
|
this.C_B3WeighBill_ID.Name = "C_B3WeighBill_ID";
|
|
|
this.C_B3WeighBill_ID.ReadOnly = true;
|
|
|
//
|
|
|
// C_Supplier_Name
|
|
|
//
|
|
|
this.C_Supplier_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
this.C_Supplier_Name.DataPropertyName = "Supplier_Name";
|
|
|
this.C_Supplier_Name.HeaderText = "供应商";
|
|
|
this.C_Supplier_Name.MinimumWidth = 150;
|
|
|
this.C_Supplier_Name.Name = "C_Supplier_Name";
|
|
|
this.C_Supplier_Name.ReadOnly = true;
|
|
|
this.C_Supplier_Name.Width = 150;
|
|
|
//
|
|
|
// C_LiveColonyHouse_Name
|
|
|
//
|
|
|
this.C_LiveColonyHouse_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.C_LiveColonyHouse_Name.DataPropertyName = "LiveColonyHouse_Name";
|
|
|
this.C_LiveColonyHouse_Name.HeaderText = "圈舍";
|
|
|
this.C_LiveColonyHouse_Name.Name = "C_LiveColonyHouse_Name";
|
|
|
this.C_LiveColonyHouse_Name.ReadOnly = true;
|
|
|
//
|
|
|
// C_PlanNumber
|
|
|
//
|
|
|
this.C_PlanNumber.DataPropertyName = "PlanNumber";
|
|
|
this.C_PlanNumber.HeaderText = "头数";
|
|
|
this.C_PlanNumber.Name = "C_PlanNumber";
|
|
|
this.C_PlanNumber.ReadOnly = true;
|
|
|
//
|
|
|
// C_OK
|
|
|
//
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(10);
|
|
|
this.C_OK.DefaultCellStyle = dataGridViewCellStyle8;
|
|
|
this.C_OK.HeaderText = "开始";
|
|
|
this.C_OK.Name = "C_OK";
|
|
|
this.C_OK.ReadOnly = true;
|
|
|
this.C_OK.Text = "";
|
|
|
this.C_OK.Width = 170;
|
|
|
//
|
|
|
// C_Finish
|
|
|
//
|
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle9.Padding = new System.Windows.Forms.Padding(10);
|
|
|
this.C_Finish.DefaultCellStyle = dataGridViewCellStyle9;
|
|
|
this.C_Finish.HeaderText = "完毕";
|
|
|
this.C_Finish.Name = "C_Finish";
|
|
|
this.C_Finish.ReadOnly = true;
|
|
|
this.C_Finish.Text = "完毕";
|
|
|
this.C_Finish.UseColumnTextForButtonValue = true;
|
|
|
this.C_Finish.Width = 170;
|
|
|
//
|
|
|
// OrderConfirmForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1105, 805);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Controls.Add(this.vScrollBar1);
|
|
|
this.Controls.Add(this.syncBtn);
|
|
|
this.Controls.Add(this.uDatePicker1);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.orderGrid);
|
|
|
this.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
this.KeyPreview = true;
|
|
|
this.Name = "OrderConfirmForm";
|
|
|
this.Text = "上线确认";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OrderConfirmForm_KeyUp);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGrid)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private BWP.WinFormControl.UDataGridView orderGrid;
|
|
|
private System.Windows.Forms.Button syncBtn;
|
|
|
private BWP.WinFormControl.UDatePicker uDatePicker1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.VScrollBar vScrollBar1;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Label finishNumberLabel;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private System.Windows.Forms.CheckBox setTop;
|
|
|
private System.Windows.Forms.Button existBtn;
|
|
|
private System.Windows.Forms.Label orderLabel;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_ID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_IsHurryButcher;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_WeightBill_ID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_SecondarySplit;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_OrderState;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_Date;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_Technics;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_Order;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_B3WeighBill_ID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_Supplier_Name;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_LiveColonyHouse_Name;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn C_PlanNumber;
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn C_OK;
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn C_Finish;
|
|
|
}
|
|
|
}
|