屠宰场客户端
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.

1362 lines
63 KiB

namespace ButcherWeight
{
partial class WeightForm
{
/// <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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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();
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();
this.panel1 = new System.Windows.Forms.Panel();
this.weightControl = new BWP.WinFormControl.WeightControl();
this.exitBtn = new System.Windows.Forms.Button();
this.deleteBtn = new System.Windows.Forms.Button();
this.printBtn = new System.Windows.Forms.Button();
this.createBtn = new System.Windows.Forms.Button();
this.commitBtn = new System.Windows.Forms.Button();
this.readPiBtn = new System.Windows.Forms.Button();
this.readMaoBtn = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.zoneSelect = new BWP.WinFormControl.UComboBox();
this.hogGradeSelect = new BWP.WinFormControl.UComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.employeeSelect = new BWP.WinFormControl.UComboBox();
this.carSelect = new BWP.WinFormControl.UComboBox();
this.liveVarietiesSelect = new BWP.WinFormControl.UComboBox();
this.purchaseTypeSelect = new BWP.WinFormControl.UComboBox();
this.supplierSelect = new BWP.WinFormControl.UComboBox();
this.testManInput = new System.Windows.Forms.TextBox();
this.testTimeInput = new BWP.WinFormControl.UDatePicker();
this.weightTimeSelect = new BWP.WinFormControl.UDatePicker();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.penMoneyInput = new System.Windows.Forms.TextBox();
this.remarkInput = new System.Windows.Forms.TextBox();
this.penPriceInput = new System.Windows.Forms.TextBox();
this.testCardNumberInput = new System.Windows.Forms.TextBox();
this.penWeightInput = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panel3 = new System.Windows.Forms.Panel();
this.farmerSelect = new BWP.WinFormControl.UComboBox();
this.farmerGrid = new System.Windows.Forms.DataGridView();
this.F_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.F_B3ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.F_WeightBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.F_Farmer_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.F_Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.F_Farmer_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.F_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label3 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.weightGrid = new System.Windows.Forms.DataGridView();
this.D_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_B3ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_WeightBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_MaoWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_PiWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.D_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel4 = new System.Windows.Forms.Panel();
this.houseGird = new System.Windows.Forms.DataGridView();
this.H_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_B3ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_WeightBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_LiveColonyHouse_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_LiveColonyHouse_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.H_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.abnormalGrid = new System.Windows.Forms.DataGridView();
this.S_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.S_B3ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.S_WeightBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.S_Sanction_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.S_AbnormalItem_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.S_Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.S_AbnormalItem_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.S_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.billGrid = new System.Windows.Forms.DataGridView();
this.M_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_B3ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_Supplier_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_Zone_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_FarmerNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_PurchaseType_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_HouseNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.M_SanctionNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.farmerGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.weightGrid)).BeginInit();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.houseGird)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.abnormalGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.billGrid)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.weightControl);
this.panel1.Controls.Add(this.exitBtn);
this.panel1.Controls.Add(this.deleteBtn);
this.panel1.Controls.Add(this.printBtn);
this.panel1.Controls.Add(this.createBtn);
this.panel1.Controls.Add(this.commitBtn);
this.panel1.Controls.Add(this.readPiBtn);
this.panel1.Controls.Add(this.readMaoBtn);
this.panel1.Location = new System.Drawing.Point(12, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1252, 95);
this.panel1.TabIndex = 1;
//
// weightControl
//
this.weightControl.Location = new System.Drawing.Point(0, 0);
this.weightControl.Name = "weightControl";
this.weightControl.Size = new System.Drawing.Size(156, 92);
this.weightControl.TabIndex = 9;
this.weightControl.TypeOfWeight = BWP.WinFormControl.WeightType.Xk3190A9;
this.weightControl.ValueFormat = "0.00";
//
// exitBtn
//
this.exitBtn.Font = new System.Drawing.Font("宋体", 15F);
this.exitBtn.Location = new System.Drawing.Point(871, 0);
this.exitBtn.Name = "exitBtn";
this.exitBtn.Size = new System.Drawing.Size(101, 59);
this.exitBtn.TabIndex = 4;
this.exitBtn.Text = "退出";
this.exitBtn.UseVisualStyleBackColor = true;
this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click);
//
// deleteBtn
//
this.deleteBtn.Font = new System.Drawing.Font("宋体", 15F);
this.deleteBtn.Location = new System.Drawing.Point(753, 0);
this.deleteBtn.Name = "deleteBtn";
this.deleteBtn.Size = new System.Drawing.Size(101, 59);
this.deleteBtn.TabIndex = 5;
this.deleteBtn.Text = "删除";
this.deleteBtn.UseVisualStyleBackColor = true;
//
// printBtn
//
this.printBtn.Font = new System.Drawing.Font("宋体", 15F);
this.printBtn.Location = new System.Drawing.Point(636, 0);
this.printBtn.Name = "printBtn";
this.printBtn.Size = new System.Drawing.Size(101, 59);
this.printBtn.TabIndex = 8;
this.printBtn.Text = "打印";
this.printBtn.UseVisualStyleBackColor = true;
//
// createBtn
//
this.createBtn.Font = new System.Drawing.Font("宋体", 15F);
this.createBtn.Location = new System.Drawing.Point(402, 0);
this.createBtn.Name = "createBtn";
this.createBtn.Size = new System.Drawing.Size(101, 59);
this.createBtn.TabIndex = 3;
this.createBtn.Text = "新建";
this.createBtn.UseVisualStyleBackColor = true;
this.createBtn.Click += new System.EventHandler(this.createBtn_Click);
//
// commitBtn
//
this.commitBtn.Font = new System.Drawing.Font("宋体", 15F);
this.commitBtn.Location = new System.Drawing.Point(519, 0);
this.commitBtn.Name = "commitBtn";
this.commitBtn.Size = new System.Drawing.Size(101, 59);
this.commitBtn.TabIndex = 3;
this.commitBtn.Text = "保存";
this.commitBtn.UseVisualStyleBackColor = true;
this.commitBtn.Click += new System.EventHandler(this.commitBtn_Click);
//
// readPiBtn
//
this.readPiBtn.Enabled = false;
this.readPiBtn.Font = new System.Drawing.Font("宋体", 15F);
this.readPiBtn.Location = new System.Drawing.Point(286, 0);
this.readPiBtn.Name = "readPiBtn";
this.readPiBtn.Size = new System.Drawing.Size(101, 59);
this.readPiBtn.TabIndex = 2;
this.readPiBtn.Text = "读取皮重";
this.readPiBtn.UseVisualStyleBackColor = true;
this.readPiBtn.Click += new System.EventHandler(this.readPiBtn_Click);
//
// readMaoBtn
//
this.readMaoBtn.Enabled = false;
this.readMaoBtn.Font = new System.Drawing.Font("宋体", 15F);
this.readMaoBtn.Location = new System.Drawing.Point(169, 0);
this.readMaoBtn.Name = "readMaoBtn";
this.readMaoBtn.Size = new System.Drawing.Size(101, 59);
this.readMaoBtn.TabIndex = 1;
this.readMaoBtn.Text = "读取毛重";
this.readMaoBtn.UseVisualStyleBackColor = true;
this.readMaoBtn.Click += new System.EventHandler(this.readMaoBtn_Click);
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.zoneSelect);
this.panel2.Controls.Add(this.hogGradeSelect);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label1);
this.panel2.Controls.Add(this.employeeSelect);
this.panel2.Controls.Add(this.carSelect);
this.panel2.Controls.Add(this.liveVarietiesSelect);
this.panel2.Controls.Add(this.purchaseTypeSelect);
this.panel2.Controls.Add(this.supplierSelect);
this.panel2.Controls.Add(this.testManInput);
this.panel2.Controls.Add(this.testTimeInput);
this.panel2.Controls.Add(this.weightTimeSelect);
this.panel2.Controls.Add(this.label19);
this.panel2.Controls.Add(this.label20);
this.panel2.Controls.Add(this.label21);
this.panel2.Controls.Add(this.label23);
this.panel2.Controls.Add(this.label24);
this.panel2.Controls.Add(this.label25);
this.panel2.Controls.Add(this.tableLayoutPanel3);
this.panel2.Controls.Add(this.penMoneyInput);
this.panel2.Controls.Add(this.remarkInput);
this.panel2.Controls.Add(this.penPriceInput);
this.panel2.Controls.Add(this.testCardNumberInput);
this.panel2.Controls.Add(this.penWeightInput);
this.panel2.Controls.Add(this.label14);
this.panel2.Controls.Add(this.label13);
this.panel2.Controls.Add(this.label12);
this.panel2.Controls.Add(this.label11);
this.panel2.Controls.Add(this.label10);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.tableLayoutPanel2);
this.panel2.Location = new System.Drawing.Point(13, 115);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1251, 170);
this.panel2.TabIndex = 2;
//
// zoneSelect
//
this.zoneSelect.CodeArgs = null;
this.zoneSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.zoneSelect.EnableTopItem = true;
this.zoneSelect.Font = new System.Drawing.Font("宋体", 14F);
this.zoneSelect.FormattingEnabled = true;
this.zoneSelect.Location = new System.Drawing.Point(348, 129);
this.zoneSelect.Name = "zoneSelect";
this.zoneSelect.Range = 10;
this.zoneSelect.Size = new System.Drawing.Size(135, 30);
this.zoneSelect.TabIndex = 37;
//
// hogGradeSelect
//
this.hogGradeSelect.CodeArgs = null;
this.hogGradeSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.hogGradeSelect.EnableTopItem = true;
this.hogGradeSelect.Font = new System.Drawing.Font("宋体", 14F);
this.hogGradeSelect.FormattingEnabled = true;
this.hogGradeSelect.Location = new System.Drawing.Point(103, 129);
this.hogGradeSelect.Name = "hogGradeSelect";
this.hogGradeSelect.Range = 10;
this.hogGradeSelect.Size = new System.Drawing.Size(135, 30);
this.hogGradeSelect.TabIndex = 36;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 14F);
this.label2.Location = new System.Drawing.Point(251, 135);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 19);
this.label2.TabIndex = 35;
this.label2.Text = "地区";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 14F);
this.label1.Location = new System.Drawing.Point(6, 135);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(85, 19);
this.label1.TabIndex = 34;
this.label1.Text = "毛猪等级";
//
// employeeSelect
//
this.employeeSelect.CodeArgs = null;
this.employeeSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.employeeSelect.EnableTopItem = true;
this.employeeSelect.Font = new System.Drawing.Font("宋体", 14F);
this.employeeSelect.FormattingEnabled = true;
this.employeeSelect.Location = new System.Drawing.Point(348, 88);
this.employeeSelect.Name = "employeeSelect";
this.employeeSelect.Range = 10;
this.employeeSelect.Size = new System.Drawing.Size(135, 30);
this.employeeSelect.TabIndex = 33;
//
// carSelect
//
this.carSelect.CodeArgs = null;
this.carSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.carSelect.EnableTopItem = true;
this.carSelect.Font = new System.Drawing.Font("宋体", 14F);
this.carSelect.FormattingEnabled = true;
this.carSelect.Location = new System.Drawing.Point(348, 49);
this.carSelect.Name = "carSelect";
this.carSelect.Range = 10;
this.carSelect.Size = new System.Drawing.Size(135, 30);
this.carSelect.TabIndex = 32;
//
// liveVarietiesSelect
//
this.liveVarietiesSelect.CodeArgs = null;
this.liveVarietiesSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.liveVarietiesSelect.EnableTopItem = true;
this.liveVarietiesSelect.Font = new System.Drawing.Font("宋体", 14F);
this.liveVarietiesSelect.FormattingEnabled = true;
this.liveVarietiesSelect.Location = new System.Drawing.Point(103, 88);
this.liveVarietiesSelect.Name = "liveVarietiesSelect";
this.liveVarietiesSelect.Range = 10;
this.liveVarietiesSelect.Size = new System.Drawing.Size(135, 30);
this.liveVarietiesSelect.TabIndex = 31;
//
// purchaseTypeSelect
//
this.purchaseTypeSelect.CodeArgs = null;
this.purchaseTypeSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.purchaseTypeSelect.EnableTopItem = true;
this.purchaseTypeSelect.Font = new System.Drawing.Font("宋体", 14F);
this.purchaseTypeSelect.FormattingEnabled = true;
this.purchaseTypeSelect.Location = new System.Drawing.Point(348, 8);
this.purchaseTypeSelect.Name = "purchaseTypeSelect";
this.purchaseTypeSelect.Range = 10;
this.purchaseTypeSelect.Size = new System.Drawing.Size(135, 30);
this.purchaseTypeSelect.TabIndex = 30;
//
// supplierSelect
//
this.supplierSelect.CodeArgs = null;
this.supplierSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.supplierSelect.EnableTopItem = true;
this.supplierSelect.Font = new System.Drawing.Font("宋体", 14F);
this.supplierSelect.FormattingEnabled = true;
this.supplierSelect.Location = new System.Drawing.Point(103, 8);
this.supplierSelect.Name = "supplierSelect";
this.supplierSelect.Range = 10;
this.supplierSelect.Size = new System.Drawing.Size(135, 30);
this.supplierSelect.TabIndex = 29;
//
// testManInput
//
this.testManInput.Font = new System.Drawing.Font("宋体", 14F);
this.testManInput.Location = new System.Drawing.Point(1100, 90);
this.testManInput.Name = "testManInput";
this.testManInput.Size = new System.Drawing.Size(135, 29);
this.testManInput.TabIndex = 28;
//
// testTimeInput
//
this.testTimeInput.BackColor = System.Drawing.Color.White;
this.testTimeInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.testTimeInput.Date = new System.DateTime(2017, 9, 8, 0, 0, 0, 0);
this.testTimeInput.Font = new System.Drawing.Font("宋体", 15F);
this.testTimeInput.Location = new System.Drawing.Point(1100, 51);
this.testTimeInput.Name = "testTimeInput";
this.testTimeInput.Size = new System.Drawing.Size(135, 30);
this.testTimeInput.TabIndex = 27;
this.testTimeInput.Text = "2017/09/08";
this.testTimeInput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.testTimeInput.Type = BWP.WinFormControl.DateTimeType.Date;
//
// weightTimeSelect
//
this.weightTimeSelect.BackColor = System.Drawing.Color.White;
this.weightTimeSelect.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.weightTimeSelect.Date = new System.DateTime(2017, 9, 8, 16, 38, 45, 0);
this.weightTimeSelect.Font = new System.Drawing.Font("宋体", 9F);
this.weightTimeSelect.Location = new System.Drawing.Point(103, 49);
this.weightTimeSelect.Name = "weightTimeSelect";
this.weightTimeSelect.Size = new System.Drawing.Size(135, 30);
this.weightTimeSelect.TabIndex = 26;
this.weightTimeSelect.Text = "2017/09/08 16:38:45";
this.weightTimeSelect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.weightTimeSelect.Type = BWP.WinFormControl.DateTimeType.DateTime;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("宋体", 14F);
this.label19.Location = new System.Drawing.Point(251, 94);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(66, 19);
this.label19.TabIndex = 24;
this.label19.Text = "经办人";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("宋体", 14F);
this.label20.Location = new System.Drawing.Point(251, 55);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(47, 19);
this.label20.TabIndex = 23;
this.label20.Text = "车辆";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("宋体", 14F);
this.label21.Location = new System.Drawing.Point(251, 15);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(85, 19);
this.label21.TabIndex = 22;
this.label21.Text = "收购类型";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("宋体", 14F);
this.label23.Location = new System.Drawing.Point(6, 94);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(85, 19);
this.label23.TabIndex = 20;
this.label23.Text = "生猪品种";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Font = new System.Drawing.Font("宋体", 14F);
this.label24.Location = new System.Drawing.Point(6, 15);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(66, 19);
this.label24.TabIndex = 19;
this.label24.Text = "供应商";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Font = new System.Drawing.Font("宋体", 14F);
this.label25.Location = new System.Drawing.Point(6, 55);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(85, 19);
this.label25.TabIndex = 17;
this.label25.Text = "过磅时间";
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 4;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 4;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(492, 162);
this.tableLayoutPanel3.TabIndex = 18;
//
// penMoneyInput
//
this.penMoneyInput.Font = new System.Drawing.Font("宋体", 14F);
this.penMoneyInput.Location = new System.Drawing.Point(854, 89);
this.penMoneyInput.Name = "penMoneyInput";
this.penMoneyInput.Size = new System.Drawing.Size(135, 29);
this.penMoneyInput.TabIndex = 15;
//
// remarkInput
//
this.remarkInput.Font = new System.Drawing.Font("宋体", 14F);
this.remarkInput.Location = new System.Drawing.Point(854, 130);
this.remarkInput.Name = "remarkInput";
this.remarkInput.Size = new System.Drawing.Size(381, 29);
this.remarkInput.TabIndex = 14;
//
// penPriceInput
//
this.penPriceInput.Font = new System.Drawing.Font("宋体", 14F);
this.penPriceInput.Location = new System.Drawing.Point(854, 50);
this.penPriceInput.Name = "penPriceInput";
this.penPriceInput.Size = new System.Drawing.Size(135, 29);
this.penPriceInput.TabIndex = 12;
//
// testCardNumberInput
//
this.testCardNumberInput.Font = new System.Drawing.Font("宋体", 14F);
this.testCardNumberInput.Location = new System.Drawing.Point(1100, 9);
this.testCardNumberInput.Name = "testCardNumberInput";
this.testCardNumberInput.Size = new System.Drawing.Size(135, 29);
this.testCardNumberInput.TabIndex = 11;
//
// penWeightInput
//
this.penWeightInput.Font = new System.Drawing.Font("宋体", 14F);
this.penWeightInput.Location = new System.Drawing.Point(854, 9);
this.penWeightInput.Name = "penWeightInput";
this.penWeightInput.Size = new System.Drawing.Size(135, 29);
this.penWeightInput.TabIndex = 0;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("宋体", 14F);
this.label14.Location = new System.Drawing.Point(1002, 94);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(66, 19);
this.label14.TabIndex = 7;
this.label14.Text = "动检人";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("宋体", 14F);
this.label13.Location = new System.Drawing.Point(1002, 55);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(85, 19);
this.label13.TabIndex = 6;
this.label13.Text = "动检日期";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("宋体", 14F);
this.label12.Location = new System.Drawing.Point(1002, 15);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(85, 19);
this.label12.TabIndex = 5;
this.label12.Text = "动检证号";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("宋体", 14F);
this.label11.Location = new System.Drawing.Point(757, 136);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(85, 19);
this.label11.TabIndex = 4;
this.label11.Text = "备注说明";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 14F);
this.label10.Location = new System.Drawing.Point(757, 94);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(85, 19);
this.label10.TabIndex = 3;
this.label10.Text = "棚前金额";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 14F);
this.label8.Location = new System.Drawing.Point(757, 15);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(85, 19);
this.label8.TabIndex = 2;
this.label8.Text = "棚前重量";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 14F);
this.label7.Location = new System.Drawing.Point(757, 55);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(85, 19);
this.label7.TabIndex = 1;
this.label7.Text = "棚前单价";
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 4;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel2.Location = new System.Drawing.Point(754, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 4;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(492, 162);
this.tableLayoutPanel2.TabIndex = 1;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.farmerSelect);
this.panel3.Controls.Add(this.farmerGrid);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.label18);
this.panel3.Controls.Add(this.weightGrid);
this.panel3.Location = new System.Drawing.Point(12, 318);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(402, 238);
this.panel3.TabIndex = 3;
//
// farmerSelect
//
this.farmerSelect.CodeArgs = null;
this.farmerSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.farmerSelect.EnableTopItem = true;
this.farmerSelect.Font = new System.Drawing.Font("宋体", 12F);
this.farmerSelect.FormattingEnabled = true;
this.farmerSelect.Location = new System.Drawing.Point(190, 93);
this.farmerSelect.Name = "farmerSelect";
this.farmerSelect.Range = 10;
this.farmerSelect.Size = new System.Drawing.Size(135, 27);
this.farmerSelect.TabIndex = 38;
this.farmerSelect.SelectedIndexChanged += new System.EventHandler(this.farmerSelect_SelectedIndexChanged);
//
// farmerGrid
//
this.farmerGrid.AllowUserToAddRows = false;
this.farmerGrid.AllowUserToResizeColumns = false;
this.farmerGrid.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.farmerGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.farmerGrid.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.farmerGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.farmerGrid.ColumnHeadersHeight = 24;
this.farmerGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.farmerGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.F_ID,
this.F_B3ID,
this.F_WeightBill_ID,
this.F_Farmer_ID,
this.F_Index,
this.F_Farmer_Name,
this.F_Number});
this.farmerGrid.Location = new System.Drawing.Point(0, 124);
this.farmerGrid.MultiSelect = false;
this.farmerGrid.Name = "farmerGrid";
this.farmerGrid.RowHeadersVisible = false;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.farmerGrid.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.farmerGrid.RowTemplate.Height = 23;
this.farmerGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.farmerGrid.Size = new System.Drawing.Size(400, 112);
this.farmerGrid.TabIndex = 8;
//
// F_ID
//
this.F_ID.DataPropertyName = "ID";
this.F_ID.HeaderText = "ID";
this.F_ID.Name = "F_ID";
this.F_ID.Visible = false;
//
// F_B3ID
//
this.F_B3ID.DataPropertyName = "B3ID";
this.F_B3ID.HeaderText = "B3ID";
this.F_B3ID.Name = "F_B3ID";
this.F_B3ID.Visible = false;
//
// F_WeightBill_ID
//
this.F_WeightBill_ID.DataPropertyName = "WeightBill_ID";
this.F_WeightBill_ID.HeaderText = "WeightBill_ID";
this.F_WeightBill_ID.Name = "F_WeightBill_ID";
this.F_WeightBill_ID.Visible = false;
//
// F_Farmer_ID
//
this.F_Farmer_ID.DataPropertyName = "Farmer_ID";
this.F_Farmer_ID.HeaderText = "Farmer_ID";
this.F_Farmer_ID.Name = "F_Farmer_ID";
this.F_Farmer_ID.Visible = false;
//
// F_Index
//
this.F_Index.DataPropertyName = "Index";
this.F_Index.HeaderText = "序号";
this.F_Index.Name = "F_Index";
this.F_Index.ReadOnly = true;
this.F_Index.Width = 80;
//
// F_Farmer_Name
//
this.F_Farmer_Name.DataPropertyName = "Farmer_Name";
this.F_Farmer_Name.HeaderText = "养殖户";
this.F_Farmer_Name.Name = "F_Farmer_Name";
this.F_Farmer_Name.ReadOnly = true;
this.F_Farmer_Name.Width = 150;
//
// F_Number
//
this.F_Number.DataPropertyName = "Number";
this.F_Number.HeaderText = "头数";
this.F_Number.Name = "F_Number";
this.F_Number.Width = 130;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 15F);
this.label3.Location = new System.Drawing.Point(115, 96);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 20);
this.label3.TabIndex = 9;
this.label3.Text = "养殖户:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("宋体", 15F);
this.label18.ForeColor = System.Drawing.Color.Red;
this.label18.Location = new System.Drawing.Point(-4, 96);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(109, 20);
this.label18.TabIndex = 7;
this.label18.Text = "养殖户信息";
//
// weightGrid
//
this.weightGrid.AllowUserToAddRows = false;
this.weightGrid.AllowUserToResizeColumns = false;
this.weightGrid.AllowUserToResizeRows = false;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.weightGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
this.weightGrid.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.weightGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.weightGrid.ColumnHeadersHeight = 24;
this.weightGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.weightGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.D_ID,
this.D_B3ID,
this.D_WeightBill_ID,
this.D_Index,
this.D_Number,
this.D_MaoWeight,
this.D_PiWeight,
this.D_Weight});
this.weightGrid.Location = new System.Drawing.Point(0, 0);
this.weightGrid.MultiSelect = false;
this.weightGrid.Name = "weightGrid";
this.weightGrid.RowHeadersVisible = false;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.weightGrid.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.weightGrid.RowTemplate.Height = 23;
this.weightGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.weightGrid.Size = new System.Drawing.Size(400, 90);
this.weightGrid.TabIndex = 0;
//
// D_ID
//
this.D_ID.DataPropertyName = "ID";
this.D_ID.HeaderText = "ID";
this.D_ID.Name = "D_ID";
this.D_ID.Visible = false;
//
// D_B3ID
//
this.D_B3ID.DataPropertyName = "B3ID";
this.D_B3ID.HeaderText = "B3ID";
this.D_B3ID.Name = "D_B3ID";
this.D_B3ID.Visible = false;
//
// D_WeightBill_ID
//
this.D_WeightBill_ID.DataPropertyName = "WeightBill_ID";
this.D_WeightBill_ID.HeaderText = "WeightBill_ID";
this.D_WeightBill_ID.Name = "D_WeightBill_ID";
this.D_WeightBill_ID.Visible = false;
//
// D_Index
//
this.D_Index.DataPropertyName = "Index";
this.D_Index.HeaderText = "序号";
this.D_Index.Name = "D_Index";
this.D_Index.ReadOnly = true;
this.D_Index.Width = 55;
//
// D_Number
//
this.D_Number.DataPropertyName = "Number";
this.D_Number.HeaderText = "头数";
this.D_Number.Name = "D_Number";
this.D_Number.Width = 75;
//
// D_MaoWeight
//
this.D_MaoWeight.DataPropertyName = "MaoWeight";
this.D_MaoWeight.HeaderText = "毛重";
this.D_MaoWeight.Name = "D_MaoWeight";
this.D_MaoWeight.ReadOnly = true;
this.D_MaoWeight.Width = 88;
//
// D_PiWeight
//
this.D_PiWeight.DataPropertyName = "PiWeight";
this.D_PiWeight.HeaderText = "皮重";
this.D_PiWeight.Name = "D_PiWeight";
this.D_PiWeight.ReadOnly = true;
this.D_PiWeight.Width = 88;
//
// D_Weight
//
this.D_Weight.DataPropertyName = "Weight";
this.D_Weight.HeaderText = "重量";
this.D_Weight.Name = "D_Weight";
this.D_Weight.ReadOnly = true;
this.D_Weight.Width = 88;
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.houseGird);
this.panel4.Location = new System.Drawing.Point(438, 318);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(402, 237);
this.panel4.TabIndex = 3;
//
// houseGird
//
this.houseGird.AllowUserToAddRows = false;
this.houseGird.AllowUserToDeleteRows = false;
this.houseGird.AllowUserToResizeColumns = false;
this.houseGird.AllowUserToResizeRows = false;
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.houseGird.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
this.houseGird.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.houseGird.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.houseGird.ColumnHeadersHeight = 24;
this.houseGird.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.houseGird.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.H_ID,
this.H_B3ID,
this.H_WeightBill_ID,
this.H_LiveColonyHouse_ID,
this.H_Index,
this.H_LiveColonyHouse_Name,
this.H_Number});
this.houseGird.Location = new System.Drawing.Point(0, 0);
this.houseGird.MultiSelect = false;
this.houseGird.Name = "houseGird";
this.houseGird.RowHeadersVisible = false;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.houseGird.RowsDefaultCellStyle = dataGridViewCellStyle9;
this.houseGird.RowTemplate.Height = 23;
this.houseGird.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.houseGird.Size = new System.Drawing.Size(400, 90);
this.houseGird.TabIndex = 1;
//
// H_ID
//
this.H_ID.DataPropertyName = "ID";
this.H_ID.HeaderText = "ID";
this.H_ID.Name = "H_ID";
this.H_ID.Visible = false;
//
// H_B3ID
//
this.H_B3ID.DataPropertyName = "B3ID";
this.H_B3ID.HeaderText = "B3ID";
this.H_B3ID.Name = "H_B3ID";
this.H_B3ID.Visible = false;
//
// H_WeightBill_ID
//
this.H_WeightBill_ID.DataPropertyName = "WeightBill_ID";
this.H_WeightBill_ID.HeaderText = "WeightBill_ID";
this.H_WeightBill_ID.Name = "H_WeightBill_ID";
this.H_WeightBill_ID.Visible = false;
//
// H_LiveColonyHouse_ID
//
this.H_LiveColonyHouse_ID.DataPropertyName = "LiveColonyHouse_ID";
this.H_LiveColonyHouse_ID.HeaderText = "LiveColonyHouse_ID";
this.H_LiveColonyHouse_ID.Name = "H_LiveColonyHouse_ID";
this.H_LiveColonyHouse_ID.Visible = false;
//
// H_Index
//
this.H_Index.DataPropertyName = "Index";
this.H_Index.HeaderText = "序号";
this.H_Index.Name = "H_Index";
this.H_Index.ReadOnly = true;
this.H_Index.Width = 80;
//
// H_LiveColonyHouse_Name
//
this.H_LiveColonyHouse_Name.DataPropertyName = "LiveColonyHouse_Name";
this.H_LiveColonyHouse_Name.HeaderText = "圈舍";
this.H_LiveColonyHouse_Name.Name = "H_LiveColonyHouse_Name";
this.H_LiveColonyHouse_Name.ReadOnly = true;
this.H_LiveColonyHouse_Name.Width = 150;
//
// H_Number
//
this.H_Number.DataPropertyName = "Number";
this.H_Number.HeaderText = "入圈头数";
this.H_Number.Name = "H_Number";
this.H_Number.Width = 130;
//
// abnormalGrid
//
this.abnormalGrid.AllowUserToAddRows = false;
this.abnormalGrid.AllowUserToDeleteRows = false;
this.abnormalGrid.AllowUserToResizeColumns = false;
this.abnormalGrid.AllowUserToResizeRows = false;
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.abnormalGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10;
this.abnormalGrid.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.abnormalGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.abnormalGrid.ColumnHeadersHeight = 24;
this.abnormalGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.abnormalGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.S_ID,
this.S_B3ID,
this.S_WeightBill_ID,
this.S_Sanction_ID,
this.S_AbnormalItem_ID,
this.S_Index,
this.S_AbnormalItem_Name,
this.S_Number});
this.abnormalGrid.Location = new System.Drawing.Point(862, 318);
this.abnormalGrid.MultiSelect = false;
this.abnormalGrid.Name = "abnormalGrid";
this.abnormalGrid.RowHeadersVisible = false;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.abnormalGrid.RowsDefaultCellStyle = dataGridViewCellStyle12;
this.abnormalGrid.RowTemplate.Height = 23;
this.abnormalGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.abnormalGrid.Size = new System.Drawing.Size(400, 237);
this.abnormalGrid.TabIndex = 1;
//
// S_ID
//
this.S_ID.DataPropertyName = "ID";
this.S_ID.HeaderText = "ID";
this.S_ID.Name = "S_ID";
this.S_ID.Visible = false;
//
// S_B3ID
//
this.S_B3ID.DataPropertyName = "B3ID";
this.S_B3ID.HeaderText = "B3ID";
this.S_B3ID.Name = "S_B3ID";
this.S_B3ID.Visible = false;
//
// S_WeightBill_ID
//
this.S_WeightBill_ID.DataPropertyName = "WeightBill_ID";
this.S_WeightBill_ID.HeaderText = "WeightBill_ID";
this.S_WeightBill_ID.Name = "S_WeightBill_ID";
this.S_WeightBill_ID.Visible = false;
//
// S_Sanction_ID
//
this.S_Sanction_ID.DataPropertyName = "Sanction_ID";
this.S_Sanction_ID.HeaderText = "Sanction_ID";
this.S_Sanction_ID.Name = "S_Sanction_ID";
this.S_Sanction_ID.Visible = false;
//
// S_AbnormalItem_ID
//
this.S_AbnormalItem_ID.HeaderText = "AbnormalItem_ID";
this.S_AbnormalItem_ID.Name = "S_AbnormalItem_ID";
this.S_AbnormalItem_ID.Visible = false;
//
// S_Index
//
this.S_Index.DataPropertyName = "Index";
this.S_Index.HeaderText = "序号";
this.S_Index.Name = "S_Index";
this.S_Index.ReadOnly = true;
this.S_Index.Width = 80;
//
// S_AbnormalItem_Name
//
this.S_AbnormalItem_Name.DataPropertyName = "AbnormalItem_Name";
this.S_AbnormalItem_Name.HeaderText = "异常项目";
this.S_AbnormalItem_Name.Name = "S_AbnormalItem_Name";
this.S_AbnormalItem_Name.ReadOnly = true;
this.S_AbnormalItem_Name.Width = 150;
//
// S_Number
//
this.S_Number.DataPropertyName = "Number";
this.S_Number.HeaderText = "头数";
this.S_Number.Name = "S_Number";
this.S_Number.Width = 130;
//
// billGrid
//
this.billGrid.AllowUserToAddRows = false;
this.billGrid.AllowUserToDeleteRows = false;
this.billGrid.AllowUserToResizeColumns = false;
this.billGrid.AllowUserToResizeRows = false;
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.billGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13;
this.billGrid.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 12F);
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.billGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14;
this.billGrid.ColumnHeadersHeight = 24;
this.billGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.billGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.M_ID,
this.M_B3ID,
this.M_Supplier_Name,
this.M_Zone_Name,
this.M_FarmerNames,
this.M_PurchaseType_Name,
this.M_Number,
this.M_Weight,
this.M_HouseNames,
this.M_SanctionNumber});
this.billGrid.Location = new System.Drawing.Point(12, 580);
this.billGrid.MultiSelect = false;
this.billGrid.Name = "billGrid";
this.billGrid.ReadOnly = true;
this.billGrid.RowHeadersVisible = false;
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
this.billGrid.RowsDefaultCellStyle = dataGridViewCellStyle15;
this.billGrid.RowTemplate.Height = 23;
this.billGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.billGrid.Size = new System.Drawing.Size(1250, 281);
this.billGrid.TabIndex = 0;
this.billGrid.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.billGrid_CellDoubleClick);
//
// M_ID
//
this.M_ID.DataPropertyName = "ID";
this.M_ID.HeaderText = "ID";
this.M_ID.Name = "M_ID";
this.M_ID.ReadOnly = true;
this.M_ID.Visible = false;
//
// M_B3ID
//
this.M_B3ID.DataPropertyName = "B3ID";
this.M_B3ID.HeaderText = "过磅单号";
this.M_B3ID.Name = "M_B3ID";
this.M_B3ID.ReadOnly = true;
this.M_B3ID.Width = 110;
//
// M_Supplier_Name
//
this.M_Supplier_Name.DataPropertyName = "Supplier_Name";
this.M_Supplier_Name.HeaderText = "供应商";
this.M_Supplier_Name.Name = "M_Supplier_Name";
this.M_Supplier_Name.ReadOnly = true;
this.M_Supplier_Name.Width = 150;
//
// M_Zone_Name
//
this.M_Zone_Name.DataPropertyName = "Zone_Name";
this.M_Zone_Name.HeaderText = "来源地";
this.M_Zone_Name.Name = "M_Zone_Name";
this.M_Zone_Name.ReadOnly = true;
this.M_Zone_Name.Width = 130;
//
// M_FarmerNames
//
this.M_FarmerNames.DataPropertyName = "FarmerNames";
this.M_FarmerNames.HeaderText = "养殖户";
this.M_FarmerNames.Name = "M_FarmerNames";
this.M_FarmerNames.ReadOnly = true;
this.M_FarmerNames.Width = 130;
//
// M_PurchaseType_Name
//
this.M_PurchaseType_Name.DataPropertyName = "PurchaseType_Name";
this.M_PurchaseType_Name.HeaderText = "收购类型";
this.M_PurchaseType_Name.Name = "M_PurchaseType_Name";
this.M_PurchaseType_Name.ReadOnly = true;
this.M_PurchaseType_Name.Width = 130;
//
// M_Number
//
this.M_Number.DataPropertyName = "Number";
this.M_Number.HeaderText = "收购头数";
this.M_Number.Name = "M_Number";
this.M_Number.ReadOnly = true;
this.M_Number.Width = 130;
//
// M_Weight
//
this.M_Weight.DataPropertyName = "Weight";
this.M_Weight.HeaderText = "收购重量";
this.M_Weight.Name = "M_Weight";
this.M_Weight.ReadOnly = true;
this.M_Weight.Width = 130;
//
// M_HouseNames
//
this.M_HouseNames.DataPropertyName = "HouseNames";
this.M_HouseNames.HeaderText = "圈舍";
this.M_HouseNames.Name = "M_HouseNames";
this.M_HouseNames.ReadOnly = true;
this.M_HouseNames.Width = 200;
//
// M_SanctionNumber
//
this.M_SanctionNumber.DataPropertyName = "SanctionNumber";
this.M_SanctionNumber.HeaderText = "异常明细";
this.M_SanctionNumber.Name = "M_SanctionNumber";
this.M_SanctionNumber.ReadOnly = true;
this.M_SanctionNumber.Width = 130;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 15F);
this.label15.ForeColor = System.Drawing.Color.Red;
this.label15.Location = new System.Drawing.Point(9, 297);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(89, 20);
this.label15.TabIndex = 6;
this.label15.Text = "过磅记录";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("宋体", 15F);
this.label16.ForeColor = System.Drawing.Color.Red;
this.label16.Location = new System.Drawing.Point(434, 297);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(89, 20);
this.label16.TabIndex = 7;
this.label16.Text = "入圈信息";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 15F);
this.label17.ForeColor = System.Drawing.Color.Red;
this.label17.Location = new System.Drawing.Point(858, 297);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(89, 20);
this.label17.TabIndex = 8;
this.label17.Text = "异常明细";
//
// WeightForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1276, 873);
this.Controls.Add(this.abnormalGrid);
this.Controls.Add(this.billGrid);
this.Controls.Add(this.label17);
this.Controls.Add(this.label16);
this.Controls.Add(this.label15);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "WeightForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "毛猪过磅";
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.farmerGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.weightGrid)).EndInit();
this.panel4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.houseGird)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.abnormalGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.billGrid)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button commitBtn;
private System.Windows.Forms.Button readPiBtn;
private System.Windows.Forms.Button readMaoBtn;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox penMoneyInput;
private System.Windows.Forms.TextBox remarkInput;
private System.Windows.Forms.TextBox penPriceInput;
private System.Windows.Forms.TextBox testCardNumberInput;
private System.Windows.Forms.TextBox penWeightInput;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.DataGridView farmerGrid;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.DataGridView weightGrid;
private System.Windows.Forms.DataGridView houseGird;
private System.Windows.Forms.DataGridView abnormalGrid;
private System.Windows.Forms.DataGridView billGrid;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private BWP.WinFormControl.UDatePicker weightTimeSelect;
private BWP.WinFormControl.UDatePicker testTimeInput;
private System.Windows.Forms.TextBox testManInput;
private BWP.WinFormControl.UComboBox supplierSelect;
private BWP.WinFormControl.UComboBox employeeSelect;
private BWP.WinFormControl.UComboBox carSelect;
private BWP.WinFormControl.UComboBox liveVarietiesSelect;
private BWP.WinFormControl.UComboBox purchaseTypeSelect;
private BWP.WinFormControl.UComboBox zoneSelect;
private BWP.WinFormControl.UComboBox hogGradeSelect;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private BWP.WinFormControl.UComboBox farmerSelect;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridViewTextBoxColumn F_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn F_B3ID;
private System.Windows.Forms.DataGridViewTextBoxColumn F_WeightBill_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn F_Farmer_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn F_Index;
private System.Windows.Forms.DataGridViewTextBoxColumn F_Farmer_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn F_Number;
private System.Windows.Forms.DataGridViewTextBoxColumn D_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn D_B3ID;
private System.Windows.Forms.DataGridViewTextBoxColumn D_WeightBill_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn D_Index;
private System.Windows.Forms.DataGridViewTextBoxColumn D_Number;
private System.Windows.Forms.DataGridViewTextBoxColumn D_MaoWeight;
private System.Windows.Forms.DataGridViewTextBoxColumn D_PiWeight;
private System.Windows.Forms.DataGridViewTextBoxColumn D_Weight;
private System.Windows.Forms.DataGridViewTextBoxColumn M_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn M_B3ID;
private System.Windows.Forms.DataGridViewTextBoxColumn M_Supplier_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn M_Zone_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn M_FarmerNames;
private System.Windows.Forms.DataGridViewTextBoxColumn M_PurchaseType_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn M_Number;
private System.Windows.Forms.DataGridViewTextBoxColumn M_Weight;
private System.Windows.Forms.DataGridViewTextBoxColumn M_HouseNames;
private System.Windows.Forms.DataGridViewTextBoxColumn M_SanctionNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn H_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn H_B3ID;
private System.Windows.Forms.DataGridViewTextBoxColumn H_WeightBill_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn H_LiveColonyHouse_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Index;
private System.Windows.Forms.DataGridViewTextBoxColumn H_LiveColonyHouse_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn H_Number;
private System.Windows.Forms.DataGridViewTextBoxColumn S_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn S_B3ID;
private System.Windows.Forms.DataGridViewTextBoxColumn S_WeightBill_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn S_Sanction_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn S_Index;
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn S_Number;
private System.Windows.Forms.Button createBtn;
private System.Windows.Forms.Button exitBtn;
private System.Windows.Forms.Button deleteBtn;
private System.Windows.Forms.Button printBtn;
private BWP.WinFormControl.WeightControl weightControl;
}
}