namespace ButcherWeight { partial class WeightForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); 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.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.testManInput = new System.Windows.Forms.TextBox(); 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.label3 = new System.Windows.Forms.Label(); this.farmerGrid = new System.Windows.Forms.DataGridView(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label18 = new System.Windows.Forms.Label(); this.weightGrid = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel4 = new System.Windows.Forms.Panel(); this.houseGird = new System.Windows.Forms.DataGridView(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel5 = new System.Windows.Forms.Panel(); this.panel8 = new System.Windows.Forms.Panel(); this.abnormalGrid = new System.Windows.Forms.DataGridView(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel6 = new System.Windows.Forms.Panel(); this.billGrid = new System.Windows.Forms.DataGridView(); this.Column13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel7 = new System.Windows.Forms.Panel(); this.exitBtn = new System.Windows.Forms.Button(); this.deleteBtn = new System.Windows.Forms.Button(); this.updateBtn = new System.Windows.Forms.Button(); this.refreshBtn = new System.Windows.Forms.Button(); this.printBtn = new System.Windows.Forms.Button(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.farmerSelect = new BWP.WinFormControl.UComboBox(); this.zoneSelect = new BWP.WinFormControl.UComboBox(); this.hogGradeSelect = new BWP.WinFormControl.UComboBox(); 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.testTimeInput = new BWP.WinFormControl.UDatePicker(); this.weightTimeSelect = new BWP.WinFormControl.UDatePicker(); this.weightControl = new BWP.WinFormControl.WeightControl(); 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(); this.panel5.SuspendLayout(); this.panel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.abnormalGrid)).BeginInit(); this.panel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.billGrid)).BeginInit(); this.panel7.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.commitBtn); this.panel1.Controls.Add(this.readPiBtn); this.panel1.Controls.Add(this.readMaoBtn); this.panel1.Controls.Add(this.weightControl); 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; // // commitBtn // this.commitBtn.Font = new System.Drawing.Font("宋体", 15F); this.commitBtn.Location = new System.Drawing.Point(395, 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.Font = new System.Drawing.Font("宋体", 15F); this.readPiBtn.Location = new System.Drawing.Point(278, 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.Font = new System.Drawing.Font("宋体", 15F); this.readMaoBtn.Location = new System.Drawing.Point(163, 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; // // 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 = "毛猪等级"; // // 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; // // 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.label3); this.panel3.Controls.Add(this.farmerGrid); 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, 219); this.panel3.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15F); this.label3.Location = new System.Drawing.Point(115, 95); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 20); this.label3.TabIndex = 9; this.label3.Text = "养殖户:"; // // farmerGrid // this.farmerGrid.AllowUserToAddRows = false; this.farmerGrid.AllowUserToDeleteRows = false; this.farmerGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.farmerGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column4, this.Column5, this.Column6}); this.farmerGrid.Location = new System.Drawing.Point(0, 119); this.farmerGrid.Name = "farmerGrid"; this.farmerGrid.RowTemplate.Height = 23; this.farmerGrid.Size = new System.Drawing.Size(400, 98); this.farmerGrid.TabIndex = 8; // // Column4 // this.Column4.HeaderText = "序号"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; // // Column5 // this.Column5.HeaderText = "养殖户"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; // // Column6 // this.Column6.HeaderText = "头数"; this.Column6.Name = "Column6"; // // 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, 95); 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.AllowUserToDeleteRows = false; this.weightGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.weightGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3}); this.weightGrid.Location = new System.Drawing.Point(0, 0); this.weightGrid.Name = "weightGrid"; this.weightGrid.RowTemplate.Height = 23; this.weightGrid.Size = new System.Drawing.Size(400, 90); this.weightGrid.TabIndex = 0; // // Column1 // this.Column1.HeaderText = "序号"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.HeaderText = "头数"; this.Column2.Name = "Column2"; // // Column3 // this.Column3.HeaderText = "重量"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // 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, 219); this.panel4.TabIndex = 3; // // houseGird // this.houseGird.AllowUserToAddRows = false; this.houseGird.AllowUserToDeleteRows = false; this.houseGird.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.houseGird.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column7, this.Column8, this.Column9}); this.houseGird.Location = new System.Drawing.Point(0, 0); this.houseGird.Name = "houseGird"; this.houseGird.RowTemplate.Height = 23; this.houseGird.Size = new System.Drawing.Size(400, 90); this.houseGird.TabIndex = 1; // // Column7 // this.Column7.HeaderText = "序号"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; // // Column8 // this.Column8.HeaderText = "圈舍"; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; // // Column9 // this.Column9.HeaderText = "入圈头数"; this.Column9.Name = "Column9"; // // panel5 // this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.panel8); this.panel5.Location = new System.Drawing.Point(862, 318); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(402, 219); this.panel5.TabIndex = 3; // // panel8 // this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel8.Controls.Add(this.abnormalGrid); this.panel8.Location = new System.Drawing.Point(-1, -1); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(402, 219); this.panel8.TabIndex = 4; // // abnormalGrid // this.abnormalGrid.AllowUserToAddRows = false; this.abnormalGrid.AllowUserToDeleteRows = false; this.abnormalGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.abnormalGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column10, this.Column11, this.Column12}); this.abnormalGrid.Location = new System.Drawing.Point(0, 0); this.abnormalGrid.Name = "abnormalGrid"; this.abnormalGrid.RowTemplate.Height = 23; this.abnormalGrid.Size = new System.Drawing.Size(400, 90); this.abnormalGrid.TabIndex = 1; // // Column10 // this.Column10.HeaderText = "序号"; this.Column10.Name = "Column10"; this.Column10.ReadOnly = true; // // Column11 // this.Column11.HeaderText = "异常项目"; this.Column11.Name = "Column11"; this.Column11.ReadOnly = true; // // Column12 // this.Column12.HeaderText = "头数"; this.Column12.Name = "Column12"; // // panel6 // this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel6.Controls.Add(this.billGrid); this.panel6.Location = new System.Drawing.Point(12, 625); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(1252, 236); this.panel6.TabIndex = 4; // // billGrid // this.billGrid.AllowUserToAddRows = false; this.billGrid.AllowUserToDeleteRows = false; this.billGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.billGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column13, this.Column14, this.Column15, this.Column16, this.Column17, this.Column18, this.Column19, this.Column20, this.Column21, this.Column22}); this.billGrid.Location = new System.Drawing.Point(0, 0); this.billGrid.Name = "billGrid"; this.billGrid.ReadOnly = true; this.billGrid.RowTemplate.Height = 23; this.billGrid.Size = new System.Drawing.Size(1250, 234); this.billGrid.TabIndex = 0; // // Column13 // this.Column13.HeaderText = "过磅单号"; this.Column13.Name = "Column13"; this.Column13.ReadOnly = true; // // Column14 // this.Column14.HeaderText = "供应商"; this.Column14.Name = "Column14"; this.Column14.ReadOnly = true; // // Column15 // this.Column15.HeaderText = "来源地"; this.Column15.Name = "Column15"; this.Column15.ReadOnly = true; // // Column16 // this.Column16.HeaderText = "收购类型"; this.Column16.Name = "Column16"; this.Column16.ReadOnly = true; // // Column17 // this.Column17.HeaderText = "收购头数"; this.Column17.Name = "Column17"; this.Column17.ReadOnly = true; // // Column18 // this.Column18.HeaderText = "收购重量"; this.Column18.Name = "Column18"; this.Column18.ReadOnly = true; // // Column19 // this.Column19.HeaderText = "圈舍"; this.Column19.Name = "Column19"; this.Column19.ReadOnly = true; // // Column20 // this.Column20.HeaderText = "建议工艺"; this.Column20.Name = "Column20"; this.Column20.ReadOnly = true; // // Column21 // this.Column21.HeaderText = "异常明细"; this.Column21.Name = "Column21"; this.Column21.ReadOnly = true; // // Column22 // this.Column22.HeaderText = "养殖户"; this.Column22.Name = "Column22"; this.Column22.ReadOnly = true; // // panel7 // this.panel7.Controls.Add(this.exitBtn); this.panel7.Controls.Add(this.deleteBtn); this.panel7.Controls.Add(this.updateBtn); this.panel7.Controls.Add(this.refreshBtn); this.panel7.Controls.Add(this.printBtn); this.panel7.Location = new System.Drawing.Point(13, 557); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(794, 62); this.panel7.TabIndex = 5; // // exitBtn // this.exitBtn.Font = new System.Drawing.Font("宋体", 15F); this.exitBtn.Location = new System.Drawing.Point(486, 1); this.exitBtn.Name = "exitBtn"; this.exitBtn.Size = new System.Drawing.Size(101, 59); this.exitBtn.TabIndex = 0; 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(363, 1); this.deleteBtn.Name = "deleteBtn"; this.deleteBtn.Size = new System.Drawing.Size(101, 59); this.deleteBtn.TabIndex = 0; this.deleteBtn.Text = "删除"; this.deleteBtn.UseVisualStyleBackColor = true; // // updateBtn // this.updateBtn.Font = new System.Drawing.Font("宋体", 15F); this.updateBtn.Location = new System.Drawing.Point(239, 1); this.updateBtn.Name = "updateBtn"; this.updateBtn.Size = new System.Drawing.Size(101, 59); this.updateBtn.TabIndex = 0; this.updateBtn.Text = "修改"; this.updateBtn.UseVisualStyleBackColor = true; // // refreshBtn // this.refreshBtn.Font = new System.Drawing.Font("宋体", 15F); this.refreshBtn.Location = new System.Drawing.Point(117, 1); this.refreshBtn.Name = "refreshBtn"; this.refreshBtn.Size = new System.Drawing.Size(101, 59); this.refreshBtn.TabIndex = 0; this.refreshBtn.Text = "刷新"; this.refreshBtn.UseVisualStyleBackColor = true; // // printBtn // this.printBtn.Font = new System.Drawing.Font("宋体", 15F); this.printBtn.Location = new System.Drawing.Point(-1, 1); this.printBtn.Name = "printBtn"; this.printBtn.Size = new System.Drawing.Size(101, 59); this.printBtn.TabIndex = 0; this.printBtn.Text = "打印"; this.printBtn.UseVisualStyleBackColor = true; // // 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 = "异常明细"; // // farmerSelect // this.farmerSelect.CodeArgs = null; this.farmerSelect.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.farmerSelect.EnableTopItem = true; this.farmerSelect.Font = new System.Drawing.Font("宋体", 13F); this.farmerSelect.FormattingEnabled = true; this.farmerSelect.Location = new System.Drawing.Point(190, 91); this.farmerSelect.Name = "farmerSelect"; this.farmerSelect.Range = 10; this.farmerSelect.Size = new System.Drawing.Size(135, 28); this.farmerSelect.TabIndex = 38; this.farmerSelect.SelectedIndexChanged += new System.EventHandler(this.farmerSelect_SelectedIndexChanged); // // 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; // // 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; // // testTimeInput // this.testTimeInput.BackColor = System.Drawing.Color.White; this.testTimeInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.testTimeInput.Date = new System.DateTime(2017, 9, 6, 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/06"; 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, 6, 20, 46, 44, 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/06 20:46:44"; this.weightTimeSelect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.weightTimeSelect.Type = BWP.WinFormControl.DateTimeType.DateTime; // // weightControl // this.weightControl.Location = new System.Drawing.Point(0, 0); this.weightControl.Margin = new System.Windows.Forms.Padding(5); this.weightControl.Name = "weightControl"; this.weightControl.Size = new System.Drawing.Size(155, 94); this.weightControl.TabIndex = 0; // // 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.label17); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.panel7); this.Controls.Add(this.panel6); this.Controls.Add(this.panel5); 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(); this.panel5.ResumeLayout(false); this.panel8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.abnormalGrid)).EndInit(); this.panel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.billGrid)).EndInit(); this.panel7.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private BWP.WinFormControl.WeightControl weightControl; 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.Panel panel5; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.Button exitBtn; private System.Windows.Forms.Button deleteBtn; private System.Windows.Forms.Button updateBtn; private System.Windows.Forms.Button refreshBtn; private System.Windows.Forms.Button printBtn; private System.Windows.Forms.DataGridView farmerGrid; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.Label label18; private System.Windows.Forms.DataGridView weightGrid; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridView houseGird; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.Panel panel8; private System.Windows.Forms.DataGridView abnormalGrid; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; private System.Windows.Forms.DataGridViewTextBoxColumn Column11; private System.Windows.Forms.DataGridViewTextBoxColumn Column12; private System.Windows.Forms.DataGridView billGrid; private System.Windows.Forms.DataGridViewTextBoxColumn Column13; private System.Windows.Forms.DataGridViewTextBoxColumn Column14; private System.Windows.Forms.DataGridViewTextBoxColumn Column15; private System.Windows.Forms.DataGridViewTextBoxColumn Column16; private System.Windows.Forms.DataGridViewTextBoxColumn Column17; private System.Windows.Forms.DataGridViewTextBoxColumn Column18; private System.Windows.Forms.DataGridViewTextBoxColumn Column19; private System.Windows.Forms.DataGridViewTextBoxColumn Column20; private System.Windows.Forms.DataGridViewTextBoxColumn Column21; private System.Windows.Forms.DataGridViewTextBoxColumn Column22; 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; } }