屠宰场客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1012 lines
49 KiB

namespace ButcherManage.GradeAndWeight_
{
partial class GradeAndWeightForm
{
/// <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 dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.uTimerLabel1 = new WinFormControl.UTimerLabel();
this.closeBtn = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.uWeightControl1 = new WinFormControl.UWeightControl();
this.nButton1 = new WinFormControl.NButton();
this.isPrintCheckBox = new System.Windows.Forms.CheckBox();
this.netStateWatch1 = new WinFormControl.NetStateWatch();
this.nButton2 = new WinFormControl.NButton();
this.uLabel1 = new WinFormControl.ULabel();
this.datePicker = new System.Windows.Forms.TextBox();
this.nButton3 = new WinFormControl.NButton();
this.panel4 = new System.Windows.Forms.Panel();
this.productBatchSelect = new System.Windows.Forms.ComboBox();
this.uLabel9 = new WinFormControl.ULabel();
this.panel7 = new System.Windows.Forms.Panel();
this.nButton6 = new WinFormControl.NButton();
this.modifyPanel = new System.Windows.Forms.Panel();
this.cancelBtn = new System.Windows.Forms.Button();
this.stateLabel = new System.Windows.Forms.Label();
this.nButton5 = new WinFormControl.NButton();
this.lblSucessed = new System.Windows.Forms.Label();
this.nButton4 = new WinFormControl.NButton();
this.alreadyLabel = new WinFormControl.ULabel();
this.uLabel8 = new WinFormControl.ULabel();
this.orderLabel = new WinFormControl.ULabel();
this.uLabel5 = new WinFormControl.ULabel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ttPanel = new System.Windows.Forms.FlowLayoutPanel();
this.tangScrollBar = new System.Windows.Forms.VScrollBar();
this.tangGridView = new WinFormControl.UDataGridView();
this.T_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.T_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.T_WeightID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.T_Order = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.T_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.T_Already = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.T_Btn = new System.Windows.Forms.DataGridViewButtonColumn();
this.uLabel2 = new WinFormControl.ULabel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.mbPanel = new System.Windows.Forms.FlowLayoutPanel();
this.maoScrollBar = new System.Windows.Forms.VScrollBar();
this.maoGridView = new WinFormControl.UDataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewButtonColumn1 = new System.Windows.Forms.DataGridViewButtonColumn();
this.uLabel3 = new WinFormControl.ULabel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.historyGrid = new WinFormControl.UDataGridView();
this.H_SID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_IsDrop = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Technics = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_OrderIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Order = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Technics_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Livestock_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.vScrollBar2 = new System.Windows.Forms.VScrollBar();
this.uLabel4 = new WinFormControl.ULabel();
this.discontPanel = new System.Windows.Forms.FlowLayoutPanel();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.panel7.SuspendLayout();
this.modifyPanel.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tangGridView)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.maoGridView)).BeginInit();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.historyGrid)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(88)))), ((int)(((byte)(216)))));
this.panel1.Controls.Add(this.panel6);
this.panel1.Controls.Add(this.uTimerLabel1);
this.panel1.Controls.Add(this.closeBtn);
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1364, 50);
this.panel1.TabIndex = 0;
//
// panel6
//
this.panel6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.panel6.BackColor = System.Drawing.Color.White;
this.panel6.Location = new System.Drawing.Point(1308, 7);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(1, 38);
this.panel6.TabIndex = 36;
//
// uTimerLabel1
//
this.uTimerLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.uTimerLabel1.AutoSize = true;
this.uTimerLabel1.BackColor = System.Drawing.Color.Transparent;
this.uTimerLabel1.Font = new System.Drawing.Font("黑体", 13F);
this.uTimerLabel1.ForeColor = System.Drawing.Color.White;
this.uTimerLabel1.Format = "M月d日 H:mm:ss";
this.uTimerLabel1.Location = new System.Drawing.Point(1155, 17);
this.uTimerLabel1.Name = "uTimerLabel1";
this.uTimerLabel1.Size = new System.Drawing.Size(134, 18);
this.uTimerLabel1.TabIndex = 35;
this.uTimerLabel1.Text = "7月6日 8:38:49";
//
// closeBtn
//
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.closeBtn.BackColor = System.Drawing.Color.Transparent;
this.closeBtn.BackgroundImage = global::ButcherManage.Properties.Resources.close;
this.closeBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.closeBtn.Location = new System.Drawing.Point(1321, 12);
this.closeBtn.Name = "closeBtn";
this.closeBtn.Size = new System.Drawing.Size(31, 23);
this.closeBtn.TabIndex = 34;
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Transparent;
this.panel3.BackgroundImage = global::ButcherManage.Properties.Resources.title;
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel3.Location = new System.Drawing.Point(70, 14);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(159, 20);
this.panel3.TabIndex = 1;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Transparent;
this.panel2.BackgroundImage = global::ButcherManage.Properties.Resources.wfLogo;
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel2.Location = new System.Drawing.Point(12, 8);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(60, 35);
this.panel2.TabIndex = 1;
//
// uWeightControl1
//
this.uWeightControl1.BackColor = System.Drawing.Color.Transparent;
this.uWeightControl1.Location = new System.Drawing.Point(3, 3);
this.uWeightControl1.Name = "uWeightControl1";
this.uWeightControl1.Size = new System.Drawing.Size(349, 78);
this.uWeightControl1.TabIndex = 1;
this.uWeightControl1.WeightFalg = null;
//
// nButton1
//
this.nButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton1.ClickColor = System.Drawing.Color.YellowGreen;
this.nButton1.Font = new System.Drawing.Font("宋体", 12F);
this.nButton1.ForeColor = System.Drawing.Color.White;
this.nButton1.Location = new System.Drawing.Point(472, 4);
this.nButton1.Name = "nButton1";
this.nButton1.PlaySound = false;
this.nButton1.Size = new System.Drawing.Size(108, 35);
this.nButton1.SoundType = WinFormControl.SoundType.Click;
this.nButton1.TabIndex = 2;
this.nButton1.Text = "打印选中";
this.nButton1.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton1.UseVisualStyleBackColor = false;
//
// isPrintCheckBox
//
this.isPrintCheckBox.AutoSize = true;
this.isPrintCheckBox.Font = new System.Drawing.Font("宋体", 15F);
this.isPrintCheckBox.Location = new System.Drawing.Point(358, 9);
this.isPrintCheckBox.Name = "isPrintCheckBox";
this.isPrintCheckBox.Size = new System.Drawing.Size(108, 24);
this.isPrintCheckBox.TabIndex = 32;
this.isPrintCheckBox.Text = "打印条码";
this.isPrintCheckBox.UseVisualStyleBackColor = true;
//
// netStateWatch1
//
this.netStateWatch1.BackColor = System.Drawing.Color.Transparent;
this.netStateWatch1.Location = new System.Drawing.Point(606, 3);
this.netStateWatch1.Name = "netStateWatch1";
this.netStateWatch1.Size = new System.Drawing.Size(90, 39);
this.netStateWatch1.TabIndex = 33;
//
// nButton2
//
this.nButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton2.ClickColor = System.Drawing.Color.YellowGreen;
this.nButton2.Font = new System.Drawing.Font("宋体", 12F);
this.nButton2.ForeColor = System.Drawing.Color.White;
this.nButton2.Location = new System.Drawing.Point(47, 1);
this.nButton2.Name = "nButton2";
this.nButton2.PlaySound = false;
this.nButton2.Size = new System.Drawing.Size(108, 35);
this.nButton2.SoundType = WinFormControl.SoundType.Click;
this.nButton2.TabIndex = 34;
this.nButton2.Text = "扣重项";
this.nButton2.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton2.UseVisualStyleBackColor = false;
//
// uLabel1
//
this.uLabel1.AutoSize = true;
this.uLabel1.BackColor = System.Drawing.Color.Transparent;
this.uLabel1.Font = new System.Drawing.Font("宋体", 15F);
this.uLabel1.Location = new System.Drawing.Point(11, 100);
this.uLabel1.Name = "uLabel1";
this.uLabel1.Size = new System.Drawing.Size(109, 20);
this.uLabel1.TabIndex = 35;
this.uLabel1.Text = "宰杀日期:";
//
// datePicker
//
this.datePicker.Font = new System.Drawing.Font("宋体", 15F);
this.datePicker.Location = new System.Drawing.Point(118, 97);
this.datePicker.Name = "datePicker";
this.datePicker.ReadOnly = true;
this.datePicker.Size = new System.Drawing.Size(227, 30);
this.datePicker.TabIndex = 36;
//
// nButton3
//
this.nButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton3.ClickColor = System.Drawing.Color.YellowGreen;
this.nButton3.Font = new System.Drawing.Font("宋体", 12F);
this.nButton3.ForeColor = System.Drawing.Color.White;
this.nButton3.Location = new System.Drawing.Point(358, 95);
this.nButton3.Name = "nButton3";
this.nButton3.PlaySound = false;
this.nButton3.Size = new System.Drawing.Size(108, 35);
this.nButton3.SoundType = WinFormControl.SoundType.Click;
this.nButton3.TabIndex = 37;
this.nButton3.Text = "同步数据";
this.nButton3.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton3.UseVisualStyleBackColor = false;
this.nButton3.WithStataHode = true;
//
// panel4
//
this.panel4.Controls.Add(this.productBatchSelect);
this.panel4.Controls.Add(this.uLabel9);
this.panel4.Controls.Add(this.panel7);
this.panel4.Controls.Add(this.netStateWatch1);
this.panel4.Controls.Add(this.alreadyLabel);
this.panel4.Controls.Add(this.uLabel8);
this.panel4.Controls.Add(this.orderLabel);
this.panel4.Controls.Add(this.uLabel5);
this.panel4.Controls.Add(this.uWeightControl1);
this.panel4.Controls.Add(this.nButton3);
this.panel4.Controls.Add(this.nButton1);
this.panel4.Controls.Add(this.datePicker);
this.panel4.Controls.Add(this.isPrintCheckBox);
this.panel4.Controls.Add(this.uLabel1);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 50);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(1364, 139);
this.panel4.TabIndex = 38;
//
// productBatchSelect
//
this.productBatchSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.productBatchSelect.Font = new System.Drawing.Font("宋体", 15F);
this.productBatchSelect.FormattingEnabled = true;
this.productBatchSelect.Location = new System.Drawing.Point(472, 54);
this.productBatchSelect.Name = "productBatchSelect";
this.productBatchSelect.Size = new System.Drawing.Size(224, 28);
this.productBatchSelect.TabIndex = 49;
//
// uLabel9
//
this.uLabel9.AutoSize = true;
this.uLabel9.BackColor = System.Drawing.Color.Transparent;
this.uLabel9.Font = new System.Drawing.Font("宋体", 15F);
this.uLabel9.Location = new System.Drawing.Point(397, 58);
this.uLabel9.Name = "uLabel9";
this.uLabel9.Size = new System.Drawing.Size(69, 20);
this.uLabel9.TabIndex = 48;
this.uLabel9.Text = "批次:";
//
// panel7
//
this.panel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.panel7.Controls.Add(this.nButton2);
this.panel7.Controls.Add(this.nButton6);
this.panel7.Controls.Add(this.modifyPanel);
this.panel7.Controls.Add(this.nButton5);
this.panel7.Controls.Add(this.lblSucessed);
this.panel7.Controls.Add(this.nButton4);
this.panel7.Location = new System.Drawing.Point(803, 1);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(560, 138);
this.panel7.TabIndex = 47;
//
// nButton6
//
this.nButton6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton6.ClickColor = System.Drawing.Color.YellowGreen;
this.nButton6.Font = new System.Drawing.Font("宋体", 12F);
this.nButton6.ForeColor = System.Drawing.Color.White;
this.nButton6.Location = new System.Drawing.Point(183, 1);
this.nButton6.Name = "nButton6";
this.nButton6.PlaySound = false;
this.nButton6.Size = new System.Drawing.Size(108, 35);
this.nButton6.SoundType = WinFormControl.SoundType.Click;
this.nButton6.TabIndex = 46;
this.nButton6.Text = "掉猪";
this.nButton6.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton6.UseVisualStyleBackColor = false;
//
// modifyPanel
//
this.modifyPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.modifyPanel.Controls.Add(this.cancelBtn);
this.modifyPanel.Controls.Add(this.stateLabel);
this.modifyPanel.Location = new System.Drawing.Point(50, 78);
this.modifyPanel.Name = "modifyPanel";
this.modifyPanel.Size = new System.Drawing.Size(438, 57);
this.modifyPanel.TabIndex = 42;
this.modifyPanel.Visible = false;
//
// cancelBtn
//
this.cancelBtn.Font = new System.Drawing.Font("宋体", 15F);
this.cancelBtn.ForeColor = System.Drawing.Color.Red;
this.cancelBtn.Location = new System.Drawing.Point(330, 6);
this.cancelBtn.Name = "cancelBtn";
this.cancelBtn.Size = new System.Drawing.Size(102, 43);
this.cancelBtn.TabIndex = 36;
this.cancelBtn.Text = "取消";
this.cancelBtn.UseVisualStyleBackColor = true;
//
// stateLabel
//
this.stateLabel.AutoSize = true;
this.stateLabel.Font = new System.Drawing.Font("宋体", 15F);
this.stateLabel.ForeColor = System.Drawing.Color.Red;
this.stateLabel.Location = new System.Drawing.Point(14, 19);
this.stateLabel.Name = "stateLabel";
this.stateLabel.Size = new System.Drawing.Size(289, 20);
this.stateLabel.TabIndex = 35;
this.stateLabel.Text = "您正在修改序号为 1000 的信息";
//
// nButton5
//
this.nButton5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton5.ClickColor = System.Drawing.Color.YellowGreen;
this.nButton5.Font = new System.Drawing.Font("宋体", 12F);
this.nButton5.ForeColor = System.Drawing.Color.White;
this.nButton5.Location = new System.Drawing.Point(445, 1);
this.nButton5.Name = "nButton5";
this.nButton5.PlaySound = false;
this.nButton5.Size = new System.Drawing.Size(108, 35);
this.nButton5.SoundType = WinFormControl.SoundType.Click;
this.nButton5.TabIndex = 45;
this.nButton5.Text = "数据校验";
this.nButton5.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton5.UseVisualStyleBackColor = false;
//
// lblSucessed
//
this.lblSucessed.BackColor = System.Drawing.Color.Lime;
this.lblSucessed.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSucessed.ForeColor = System.Drawing.Color.Red;
this.lblSucessed.Location = new System.Drawing.Point(9, 38);
this.lblSucessed.Name = "lblSucessed";
this.lblSucessed.Size = new System.Drawing.Size(267, 39);
this.lblSucessed.TabIndex = 43;
this.lblSucessed.Text = "插入级别成功";
this.lblSucessed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblSucessed.Visible = false;
//
// nButton4
//
this.nButton4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton4.ClickColor = System.Drawing.Color.YellowGreen;
this.nButton4.Font = new System.Drawing.Font("宋体", 12F);
this.nButton4.ForeColor = System.Drawing.Color.White;
this.nButton4.Location = new System.Drawing.Point(314, 1);
this.nButton4.Name = "nButton4";
this.nButton4.PlaySound = false;
this.nButton4.Size = new System.Drawing.Size(108, 35);
this.nButton4.SoundType = WinFormControl.SoundType.Click;
this.nButton4.TabIndex = 44;
this.nButton4.Text = "删除";
this.nButton4.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.nButton4.UseVisualStyleBackColor = false;
//
// alreadyLabel
//
this.alreadyLabel.AutoSize = true;
this.alreadyLabel.BackColor = System.Drawing.Color.Transparent;
this.alreadyLabel.Font = new System.Drawing.Font("宋体", 15F);
this.alreadyLabel.ForeColor = System.Drawing.Color.Red;
this.alreadyLabel.Location = new System.Drawing.Point(778, 107);
this.alreadyLabel.Name = "alreadyLabel";
this.alreadyLabel.Size = new System.Drawing.Size(19, 20);
this.alreadyLabel.TabIndex = 41;
this.alreadyLabel.Text = "0";
//
// uLabel8
//
this.uLabel8.AutoSize = true;
this.uLabel8.BackColor = System.Drawing.Color.Transparent;
this.uLabel8.Font = new System.Drawing.Font("宋体", 15F);
this.uLabel8.Location = new System.Drawing.Point(675, 107);
this.uLabel8.Name = "uLabel8";
this.uLabel8.Size = new System.Drawing.Size(109, 20);
this.uLabel8.TabIndex = 40;
this.uLabel8.Text = "已杀头数:";
//
// orderLabel
//
this.orderLabel.AutoSize = true;
this.orderLabel.BackColor = System.Drawing.Color.Transparent;
this.orderLabel.Font = new System.Drawing.Font("宋体", 15F);
this.orderLabel.ForeColor = System.Drawing.Color.Red;
this.orderLabel.Location = new System.Drawing.Point(602, 107);
this.orderLabel.Name = "orderLabel";
this.orderLabel.Size = new System.Drawing.Size(19, 20);
this.orderLabel.TabIndex = 39;
this.orderLabel.Text = "0";
//
// uLabel5
//
this.uLabel5.AutoSize = true;
this.uLabel5.BackColor = System.Drawing.Color.Transparent;
this.uLabel5.Font = new System.Drawing.Font("宋体", 15F);
this.uLabel5.Location = new System.Drawing.Point(506, 107);
this.uLabel5.Name = "uLabel5";
this.uLabel5.Size = new System.Drawing.Size(109, 20);
this.uLabel5.TabIndex = 38;
this.uLabel5.Text = "屠宰顺序:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.ttPanel);
this.groupBox1.Controls.Add(this.tangScrollBar);
this.groupBox1.Controls.Add(this.tangGridView);
this.groupBox1.Controls.Add(this.uLabel2);
this.groupBox1.Location = new System.Drawing.Point(12, 206);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(837, 239);
this.groupBox1.TabIndex = 39;
this.groupBox1.TabStop = false;
//
// ttPanel
//
this.ttPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.ttPanel.Location = new System.Drawing.Point(492, 36);
this.ttPanel.Name = "ttPanel";
this.ttPanel.Size = new System.Drawing.Size(337, 194);
this.ttPanel.TabIndex = 53;
//
// tangScrollBar
//
this.tangScrollBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.tangScrollBar.Location = new System.Drawing.Point(446, 36);
this.tangScrollBar.Name = "tangScrollBar";
this.tangScrollBar.Size = new System.Drawing.Size(40, 194);
this.tangScrollBar.TabIndex = 52;
//
// tangGridView
//
this.tangGridView.AllowUserToAddRows = false;
this.tangGridView.AllowUserToDeleteRows = false;
this.tangGridView.AllowUserToResizeColumns = false;
this.tangGridView.AllowUserToResizeRows = false;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.tangGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
this.tangGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.tangGridView.BackgroundColor = System.Drawing.Color.White;
this.tangGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.tangGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.tangGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.tangGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.T_OrderDetail_ID,
this.T_Finish,
this.T_WeightID,
this.T_Order,
this.T_Number,
this.T_Already,
this.T_Btn});
this.tangGridView.Location = new System.Drawing.Point(4, 36);
this.tangGridView.MultiSelect = false;
this.tangGridView.Name = "tangGridView";
this.tangGridView.ReadOnly = true;
this.tangGridView.RowHeadersVisible = false;
dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.tangGridView.RowsDefaultCellStyle = dataGridViewCellStyle12;
this.tangGridView.RowTemplate.Height = 23;
this.tangGridView.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.tangGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.tangGridView.Size = new System.Drawing.Size(440, 194);
this.tangGridView.TabIndex = 1;
//
// T_OrderDetail_ID
//
this.T_OrderDetail_ID.HeaderText = "OrderDetail_ID";
this.T_OrderDetail_ID.Name = "T_OrderDetail_ID";
this.T_OrderDetail_ID.ReadOnly = true;
this.T_OrderDetail_ID.Visible = false;
//
// T_Finish
//
this.T_Finish.HeaderText = "Finish";
this.T_Finish.Name = "T_Finish";
this.T_Finish.ReadOnly = true;
this.T_Finish.Visible = false;
//
// T_WeightID
//
this.T_WeightID.HeaderText = "磅单号";
this.T_WeightID.Name = "T_WeightID";
this.T_WeightID.ReadOnly = true;
this.T_WeightID.Width = 90;
//
// T_Order
//
this.T_Order.HeaderText = "顺序号";
this.T_Order.Name = "T_Order";
this.T_Order.ReadOnly = true;
this.T_Order.Width = 90;
//
// T_Number
//
this.T_Number.HeaderText = "头数";
this.T_Number.Name = "T_Number";
this.T_Number.ReadOnly = true;
this.T_Number.Width = 80;
//
// T_Already
//
this.T_Already.HeaderText = "已宰";
this.T_Already.Name = "T_Already";
this.T_Already.ReadOnly = true;
this.T_Already.Width = 80;
//
// T_Btn
//
this.T_Btn.HeaderText = "完毕";
this.T_Btn.Name = "T_Btn";
this.T_Btn.ReadOnly = true;
//
// uLabel2
//
this.uLabel2.AutoSize = true;
this.uLabel2.BackColor = System.Drawing.Color.Transparent;
this.uLabel2.Font = new System.Drawing.Font("宋体", 15F);
this.uLabel2.Location = new System.Drawing.Point(0, -1);
this.uLabel2.Name = "uLabel2";
this.uLabel2.Size = new System.Drawing.Size(49, 20);
this.uLabel2.TabIndex = 0;
this.uLabel2.Text = "烫褪";
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.groupBox2.Controls.Add(this.mbPanel);
this.groupBox2.Controls.Add(this.maoScrollBar);
this.groupBox2.Controls.Add(this.maoGridView);
this.groupBox2.Controls.Add(this.uLabel3);
this.groupBox2.Location = new System.Drawing.Point(12, 464);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(837, 242);
this.groupBox2.TabIndex = 40;
this.groupBox2.TabStop = false;
//
// mbPanel
//
this.mbPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.mbPanel.Location = new System.Drawing.Point(494, 39);
this.mbPanel.Name = "mbPanel";
this.mbPanel.Size = new System.Drawing.Size(337, 194);
this.mbPanel.TabIndex = 56;
//
// maoScrollBar
//
this.maoScrollBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.maoScrollBar.Location = new System.Drawing.Point(448, 39);
this.maoScrollBar.Name = "maoScrollBar";
this.maoScrollBar.Size = new System.Drawing.Size(40, 194);
this.maoScrollBar.TabIndex = 55;
//
// maoGridView
//
this.maoGridView.AllowUserToAddRows = false;
this.maoGridView.AllowUserToDeleteRows = false;
this.maoGridView.AllowUserToResizeColumns = false;
this.maoGridView.AllowUserToResizeRows = false;
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.maoGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
this.maoGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.maoGridView.BackgroundColor = System.Drawing.Color.White;
this.maoGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.maoGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
this.maoGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.maoGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewButtonColumn1});
this.maoGridView.Location = new System.Drawing.Point(6, 39);
this.maoGridView.MultiSelect = false;
this.maoGridView.Name = "maoGridView";
this.maoGridView.ReadOnly = true;
this.maoGridView.RowHeadersVisible = false;
dataGridViewCellStyle15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.maoGridView.RowsDefaultCellStyle = dataGridViewCellStyle15;
this.maoGridView.RowTemplate.Height = 23;
this.maoGridView.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.maoGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.maoGridView.Size = new System.Drawing.Size(440, 194);
this.maoGridView.TabIndex = 54;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "OrderDetail_ID";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Visible = false;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.HeaderText = "Finish";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Visible = false;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.HeaderText = "磅单号";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
this.dataGridViewTextBoxColumn3.Width = 90;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.HeaderText = "顺序号";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
this.dataGridViewTextBoxColumn4.Width = 90;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "头数";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
this.dataGridViewTextBoxColumn5.Width = 80;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.HeaderText = "已宰";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
this.dataGridViewTextBoxColumn6.Width = 80;
//
// dataGridViewButtonColumn1
//
this.dataGridViewButtonColumn1.HeaderText = "完毕";
this.dataGridViewButtonColumn1.Name = "dataGridViewButtonColumn1";
this.dataGridViewButtonColumn1.ReadOnly = true;
//
// uLabel3
//
this.uLabel3.AutoSize = true;
this.uLabel3.BackColor = System.Drawing.Color.Transparent;
this.uLabel3.Font = new System.Drawing.Font("宋体", 15F);
this.uLabel3.Location = new System.Drawing.Point(0, -2);
this.uLabel3.Name = "uLabel3";
this.uLabel3.Size = new System.Drawing.Size(49, 20);
this.uLabel3.TabIndex = 1;
this.uLabel3.Text = "毛剥";
//
// groupBox3
//
this.groupBox3.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.groupBox3.Controls.Add(this.historyGrid);
this.groupBox3.Controls.Add(this.vScrollBar2);
this.groupBox3.Controls.Add(this.uLabel4);
this.groupBox3.Location = new System.Drawing.Point(860, 206);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(422, 500);
this.groupBox3.TabIndex = 41;
this.groupBox3.TabStop = false;
this.groupBox3.Text = " ";
//
// historyGrid
//
this.historyGrid.AllowUserToAddRows = false;
this.historyGrid.AllowUserToDeleteRows = false;
this.historyGrid.AllowUserToResizeColumns = false;
this.historyGrid.AllowUserToResizeRows = false;
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.historyGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;
this.historyGrid.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.historyGrid.BackgroundColor = System.Drawing.Color.White;
this.historyGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.historyGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;
this.historyGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.historyGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.H_SID,
this.H_Livestock_ID,
this.H_IsDrop,
this.H_Technics,
this.H_OrderIndex,
this.H_Index,
this.H_Order,
this.H_Technics_Name,
this.H_Livestock_Name,
this.H_Weight,
this.H_Time});
this.historyGrid.Location = new System.Drawing.Point(6, 36);
this.historyGrid.MultiSelect = false;
this.historyGrid.Name = "historyGrid";
this.historyGrid.ReadOnly = true;
this.historyGrid.RowHeadersVisible = false;
dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.historyGrid.RowsDefaultCellStyle = dataGridViewCellStyle18;
this.historyGrid.RowTemplate.Height = 23;
this.historyGrid.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.historyGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.historyGrid.Size = new System.Drawing.Size(370, 455);
this.historyGrid.TabIndex = 54;
//
// H_SID
//
this.H_SID.HeaderText = "SID";
this.H_SID.Name = "H_SID";
this.H_SID.ReadOnly = true;
this.H_SID.Visible = false;
//
// H_Livestock_ID
//
this.H_Livestock_ID.HeaderText = "Livestock_ID";
this.H_Livestock_ID.Name = "H_Livestock_ID";
this.H_Livestock_ID.ReadOnly = true;
this.H_Livestock_ID.Visible = false;
//
// H_IsDrop
//
this.H_IsDrop.HeaderText = "IsDrop";
this.H_IsDrop.Name = "H_IsDrop";
this.H_IsDrop.ReadOnly = true;
this.H_IsDrop.Visible = false;
//
// H_Technics
//
this.H_Technics.HeaderText = "Technics";
this.H_Technics.Name = "H_Technics";
this.H_Technics.ReadOnly = true;
this.H_Technics.Visible = false;
//
// H_OrderIndex
//
this.H_OrderIndex.HeaderText = "OrderIndex";
this.H_OrderIndex.Name = "H_OrderIndex";
this.H_OrderIndex.ReadOnly = true;
this.H_OrderIndex.Visible = false;
//
// H_Index
//
this.H_Index.HeaderText = "序号";
this.H_Index.Name = "H_Index";
this.H_Index.ReadOnly = true;
this.H_Index.Width = 65;
//
// H_Order
//
this.H_Order.HeaderText = "顺序";
this.H_Order.Name = "H_Order";
this.H_Order.ReadOnly = true;
this.H_Order.Width = 65;
//
// H_Technics_Name
//
this.H_Technics_Name.HeaderText = "工艺";
this.H_Technics_Name.Name = "H_Technics_Name";
this.H_Technics_Name.ReadOnly = true;
this.H_Technics_Name.Width = 65;
//
// H_Livestock_Name
//
this.H_Livestock_Name.HeaderText = "级别";
this.H_Livestock_Name.Name = "H_Livestock_Name";
this.H_Livestock_Name.ReadOnly = true;
this.H_Livestock_Name.Width = 110;
//
// H_Weight
//
this.H_Weight.HeaderText = "重量";
this.H_Weight.Name = "H_Weight";
this.H_Weight.ReadOnly = true;
this.H_Weight.Width = 70;
//
// H_Time
//
this.H_Time.HeaderText = "时间";
this.H_Time.Name = "H_Time";
this.H_Time.ReadOnly = true;
//
// vScrollBar2
//
this.vScrollBar2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.vScrollBar2.Location = new System.Drawing.Point(378, 36);
this.vScrollBar2.Name = "vScrollBar2";
this.vScrollBar2.Size = new System.Drawing.Size(40, 455);
this.vScrollBar2.TabIndex = 53;
//
// uLabel4
//
this.uLabel4.AutoSize = true;
this.uLabel4.BackColor = System.Drawing.Color.Transparent;
this.uLabel4.Font = new System.Drawing.Font("宋体", 15F);
this.uLabel4.Location = new System.Drawing.Point(6, -1);
this.uLabel4.Name = "uLabel4";
this.uLabel4.Size = new System.Drawing.Size(49, 20);
this.uLabel4.TabIndex = 1;
this.uLabel4.Text = "记录";
//
// discontPanel
//
this.discontPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.discontPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.discontPanel.Location = new System.Drawing.Point(1293, 213);
this.discontPanel.Name = "discontPanel";
this.discontPanel.Size = new System.Drawing.Size(61, 489);
this.discontPanel.TabIndex = 42;
//
// GradeAndWeightForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1364, 714);
this.Controls.Add(this.discontPanel);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "GradeAndWeightForm";
this.Text = "称重定级";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel7.ResumeLayout(false);
this.modifyPanel.ResumeLayout(false);
this.modifyPanel.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tangGridView)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.maoGridView)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.historyGrid)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel2;
private WinFormControl.UWeightControl uWeightControl1;
private WinFormControl.NButton nButton1;
private System.Windows.Forms.CheckBox isPrintCheckBox;
private WinFormControl.NetStateWatch netStateWatch1;
private WinFormControl.NButton nButton2;
private WinFormControl.ULabel uLabel1;
private System.Windows.Forms.TextBox datePicker;
private WinFormControl.NButton nButton3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private WinFormControl.ULabel uLabel2;
private WinFormControl.ULabel uLabel3;
private WinFormControl.UDataGridView tangGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn T_OrderDetail_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn T_Finish;
private System.Windows.Forms.DataGridViewTextBoxColumn T_WeightID;
private System.Windows.Forms.DataGridViewTextBoxColumn T_Order;
private System.Windows.Forms.DataGridViewTextBoxColumn T_Number;
private System.Windows.Forms.DataGridViewTextBoxColumn T_Already;
private System.Windows.Forms.DataGridViewButtonColumn T_Btn;
private System.Windows.Forms.VScrollBar tangScrollBar;
private System.Windows.Forms.FlowLayoutPanel ttPanel;
private System.Windows.Forms.FlowLayoutPanel mbPanel;
private System.Windows.Forms.VScrollBar maoScrollBar;
private WinFormControl.UDataGridView maoGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.DataGridViewButtonColumn dataGridViewButtonColumn1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Panel closeBtn;
private System.Windows.Forms.Panel panel6;
private WinFormControl.UTimerLabel uTimerLabel1;
private WinFormControl.ULabel uLabel4;
private System.Windows.Forms.VScrollBar vScrollBar2;
private WinFormControl.UDataGridView historyGrid;
private System.Windows.Forms.DataGridViewTextBoxColumn H_SID;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn H_IsDrop;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics;
private System.Windows.Forms.DataGridViewTextBoxColumn H_OrderIndex;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Index;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Order;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Weight;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Time;
private System.Windows.Forms.FlowLayoutPanel discontPanel;
private WinFormControl.ULabel uLabel5;
private WinFormControl.ULabel alreadyLabel;
private WinFormControl.ULabel uLabel8;
private WinFormControl.ULabel orderLabel;
private System.Windows.Forms.Label lblSucessed;
private System.Windows.Forms.Panel modifyPanel;
private System.Windows.Forms.Button cancelBtn;
private System.Windows.Forms.Label stateLabel;
private System.Windows.Forms.Panel panel7;
private WinFormControl.NButton nButton6;
private WinFormControl.NButton nButton5;
private WinFormControl.NButton nButton4;
private WinFormControl.ULabel uLabel9;
private System.Windows.Forms.ComboBox productBatchSelect;
}
}