namespace WeighAndGrading { partial class GradeFrom { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = 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 dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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 dataGridViewCellStyle13 = 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(); this.label1 = new System.Windows.Forms.Label(); this.syncBtn = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.orderLabel = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.alreadyLabel = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tangScrollBar = new System.Windows.Forms.VScrollBar(); this.ttPanel = new System.Windows.Forms.FlowLayoutPanel(); this.lblTangTui = new System.Windows.Forms.Label(); this.tangGridView = new BWP.WinFormControl.UDataGridView(); this.T_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_FinishBtn = new System.Windows.Forms.DataGridViewButtonColumn(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.maoScrollBar = new System.Windows.Forms.VScrollBar(); this.maoGridView = new BWP.WinFormControl.UDataGridView(); this.M_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_FinishBtn = new System.Windows.Forms.DataGridViewButtonColumn(); this.mbPanel = new System.Windows.Forms.FlowLayoutPanel(); this.lblMaoBo = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.lblHeJi = new System.Windows.Forms.Label(); this.vScrollBar2 = new System.Windows.Forms.VScrollBar(); this.label12 = new System.Windows.Forms.Label(); this.historyGrid = new BWP.WinFormControl.UDataGridView(); this.enableWeight = new System.Windows.Forms.CheckBox(); this.isPrintCheckBox = new System.Windows.Forms.CheckBox(); this.printBtn = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.lblChengZhong = new System.Windows.Forms.Label(); this.butcherTimeInput = new BWP.WinFormControl.UDatePicker(); this.configBtn = new System.Windows.Forms.Button(); this.stateLabel = new System.Windows.Forms.Label(); this.modifyPanel = new System.Windows.Forms.Panel(); this.cancelBtn = new System.Windows.Forms.Button(); this.discontBtn = new System.Windows.Forms.Button(); this.discontPanel = new System.Windows.Forms.FlowLayoutPanel(); this.statePic = new System.Windows.Forms.PictureBox(); this.btnDeleteSelected = new System.Windows.Forms.Button(); this.btnAbnormalModify = new System.Windows.Forms.Button(); this.lblSucessed = new System.Windows.Forms.Label(); this.btnClearWeight = new System.Windows.Forms.Button(); this.dropPigBtn = new System.Windows.Forms.Button(); this.btnStartWeight = new System.Windows.Forms.Button(); this.btnStopWeight = new System.Windows.Forms.Button(); this.H_SID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsLostWeight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_IsDrop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_ReadWeight = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.H_Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Technics = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Livestock_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Time = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tangGridView)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.maoGridView)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.historyGrid)).BeginInit(); this.panel1.SuspendLayout(); this.modifyPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.statePic)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15F); this.label1.Location = new System.Drawing.Point(12, 143); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(109, 20); this.label1.TabIndex = 0; this.label1.Text = "宰杀日期:"; // // syncBtn // this.syncBtn.Font = new System.Drawing.Font("宋体", 15F); this.syncBtn.Location = new System.Drawing.Point(274, 132); this.syncBtn.Name = "syncBtn"; this.syncBtn.Size = new System.Drawing.Size(102, 43); this.syncBtn.TabIndex = 3; this.syncBtn.Text = "同步数据"; this.syncBtn.UseVisualStyleBackColor = true; this.syncBtn.Click += new System.EventHandler(this.syncBtn_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 15F); this.label2.Location = new System.Drawing.Point(443, 136); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(109, 20); this.label2.TabIndex = 5; this.label2.Text = "屠宰顺序:"; // // orderLabel // this.orderLabel.AutoSize = true; this.orderLabel.Font = new System.Drawing.Font("宋体", 15F); this.orderLabel.Location = new System.Drawing.Point(548, 136); this.orderLabel.Name = "orderLabel"; this.orderLabel.Size = new System.Drawing.Size(19, 20); this.orderLabel.TabIndex = 6; this.orderLabel.Text = "0"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 15F); this.label4.Location = new System.Drawing.Point(599, 136); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(109, 20); this.label4.TabIndex = 7; this.label4.Text = "已宰头数:"; // // alreadyLabel // this.alreadyLabel.AutoSize = true; this.alreadyLabel.Font = new System.Drawing.Font("宋体", 15F); this.alreadyLabel.Location = new System.Drawing.Point(700, 136); this.alreadyLabel.Name = "alreadyLabel"; this.alreadyLabel.Size = new System.Drawing.Size(19, 20); this.alreadyLabel.TabIndex = 8; this.alreadyLabel.Text = "0"; // // groupBox1 // this.groupBox1.Controls.Add(this.tangScrollBar); this.groupBox1.Controls.Add(this.ttPanel); this.groupBox1.Controls.Add(this.lblTangTui); this.groupBox1.Controls.Add(this.tangGridView); this.groupBox1.Location = new System.Drawing.Point(16, 175); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(783, 318); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "烫褪"; // // tangScrollBar // this.tangScrollBar.Location = new System.Drawing.Point(373, 36); this.tangScrollBar.Name = "tangScrollBar"; this.tangScrollBar.Size = new System.Drawing.Size(40, 275); this.tangScrollBar.TabIndex = 51; // // ttPanel // this.ttPanel.Location = new System.Drawing.Point(431, 35); this.ttPanel.Name = "ttPanel"; this.ttPanel.Size = new System.Drawing.Size(337, 276); this.ttPanel.TabIndex = 0; // // lblTangTui // this.lblTangTui.AutoSize = true; this.lblTangTui.Font = new System.Drawing.Font("宋体", 15F); this.lblTangTui.Location = new System.Drawing.Point(6, -1); this.lblTangTui.Name = "lblTangTui"; this.lblTangTui.Size = new System.Drawing.Size(49, 20); this.lblTangTui.TabIndex = 32; this.lblTangTui.Text = "烫褪"; // // tangGridView // this.tangGridView.AllowUserToAddRows = false; this.tangGridView.AllowUserToDeleteRows = false; this.tangGridView.AllowUserToResizeColumns = false; this.tangGridView.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.tangGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.tangGridView.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.tangGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.tangGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.tangGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.T_OrderDetail_ID, this.T_Finish, this.T_Order, this.T_Number, this.T_Already, this.T_FinishBtn}); this.tangGridView.Location = new System.Drawing.Point(10, 36); this.tangGridView.MultiSelect = false; this.tangGridView.Name = "tangGridView"; this.tangGridView.ReadOnly = true; this.tangGridView.RowHeadersVisible = false; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black; this.tangGridView.RowsDefaultCellStyle = dataGridViewCellStyle4; this.tangGridView.RowTemplate.Height = 65; this.tangGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tangGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.tangGridView.Size = new System.Drawing.Size(363, 275); this.tangGridView.TabIndex = 4; this.tangGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.tangGridView_CellClick); this.tangGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.tangGridView_CellContentClick); // // T_OrderDetail_ID // this.T_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; this.T_OrderDetail_ID.HeaderText = "OrderDetail_ID"; this.T_OrderDetail_ID.Name = "T_OrderDetail_ID"; this.T_OrderDetail_ID.ReadOnly = true; this.T_OrderDetail_ID.Visible = false; // // T_Finish // this.T_Finish.DataPropertyName = "Finish"; this.T_Finish.HeaderText = "Finish"; this.T_Finish.Name = "T_Finish"; this.T_Finish.ReadOnly = true; this.T_Finish.Visible = false; // // T_Order // this.T_Order.DataPropertyName = "Order"; this.T_Order.HeaderText = "屠宰顺序"; this.T_Order.Name = "T_Order"; this.T_Order.ReadOnly = true; // // T_Number // this.T_Number.DataPropertyName = "Number"; this.T_Number.HeaderText = "头数"; this.T_Number.Name = "T_Number"; this.T_Number.ReadOnly = true; this.T_Number.Width = 80; // // T_Already // this.T_Already.DataPropertyName = "Already"; this.T_Already.HeaderText = "已宰"; this.T_Already.Name = "T_Already"; this.T_Already.ReadOnly = true; this.T_Already.Width = 80; // // T_FinishBtn // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.T_FinishBtn.DefaultCellStyle = dataGridViewCellStyle3; this.T_FinishBtn.HeaderText = "完毕"; this.T_FinishBtn.Name = "T_FinishBtn"; this.T_FinishBtn.ReadOnly = true; this.T_FinishBtn.Text = "完毕"; this.T_FinishBtn.UseColumnTextForButtonValue = true; // // groupBox2 // this.groupBox2.Controls.Add(this.maoScrollBar); this.groupBox2.Controls.Add(this.maoGridView); this.groupBox2.Controls.Add(this.mbPanel); this.groupBox2.Location = new System.Drawing.Point(16, 508); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(783, 330); this.groupBox2.TabIndex = 10; this.groupBox2.TabStop = false; this.groupBox2.Text = "毛剥"; // // maoScrollBar // this.maoScrollBar.Location = new System.Drawing.Point(373, 35); this.maoScrollBar.Name = "maoScrollBar"; this.maoScrollBar.Size = new System.Drawing.Size(40, 278); this.maoScrollBar.TabIndex = 52; // // maoGridView // this.maoGridView.AllowUserToAddRows = false; this.maoGridView.AllowUserToDeleteRows = false; this.maoGridView.AllowUserToResizeColumns = false; this.maoGridView.AllowUserToResizeRows = false; dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.maoGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5; this.maoGridView.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.maoGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6; this.maoGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.maoGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.M_OrderDetail_ID, this.M_Finish, this.M_Order, this.M_Number, this.M_Already, this.M_FinishBtn}); this.maoGridView.Location = new System.Drawing.Point(10, 35); this.maoGridView.MultiSelect = false; this.maoGridView.Name = "maoGridView"; this.maoGridView.ReadOnly = true; this.maoGridView.RowHeadersVisible = false; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black; this.maoGridView.RowsDefaultCellStyle = dataGridViewCellStyle8; this.maoGridView.RowTemplate.Height = 65; this.maoGridView.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal; this.maoGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.maoGridView.Size = new System.Drawing.Size(363, 278); this.maoGridView.TabIndex = 33; this.maoGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.maoGridView_CellClick); this.maoGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.maoGridView_CellContentClick); // // M_OrderDetail_ID // this.M_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; this.M_OrderDetail_ID.HeaderText = "OrderDetail_ID"; this.M_OrderDetail_ID.Name = "M_OrderDetail_ID"; this.M_OrderDetail_ID.ReadOnly = true; this.M_OrderDetail_ID.Visible = false; // // M_Finish // this.M_Finish.DataPropertyName = "Finish"; this.M_Finish.HeaderText = "Finish"; this.M_Finish.Name = "M_Finish"; this.M_Finish.ReadOnly = true; this.M_Finish.Visible = false; // // M_Order // this.M_Order.DataPropertyName = "Order"; this.M_Order.HeaderText = "屠宰顺序"; this.M_Order.Name = "M_Order"; this.M_Order.ReadOnly = true; // // 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 = 80; // // M_Already // this.M_Already.DataPropertyName = "Already"; this.M_Already.HeaderText = "已宰"; this.M_Already.Name = "M_Already"; this.M_Already.ReadOnly = true; this.M_Already.Width = 80; // // M_FinishBtn // dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.M_FinishBtn.DefaultCellStyle = dataGridViewCellStyle7; this.M_FinishBtn.HeaderText = "完毕"; this.M_FinishBtn.Name = "M_FinishBtn"; this.M_FinishBtn.ReadOnly = true; this.M_FinishBtn.Text = "完毕"; this.M_FinishBtn.UseColumnTextForButtonValue = true; // // mbPanel // this.mbPanel.Location = new System.Drawing.Point(431, 35); this.mbPanel.Name = "mbPanel"; this.mbPanel.Size = new System.Drawing.Size(337, 278); this.mbPanel.TabIndex = 1; // // lblMaoBo // this.lblMaoBo.AutoSize = true; this.lblMaoBo.Font = new System.Drawing.Font("宋体", 15F); this.lblMaoBo.Location = new System.Drawing.Point(22, 507); this.lblMaoBo.Name = "lblMaoBo"; this.lblMaoBo.Size = new System.Drawing.Size(49, 20); this.lblMaoBo.TabIndex = 32; this.lblMaoBo.Text = "毛剥"; // // groupBox3 // this.groupBox3.Controls.Add(this.lblHeJi); this.groupBox3.Controls.Add(this.vScrollBar2); this.groupBox3.Controls.Add(this.label12); this.groupBox3.Controls.Add(this.historyGrid); this.groupBox3.Location = new System.Drawing.Point(826, 175); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(520, 663); this.groupBox3.TabIndex = 11; this.groupBox3.TabStop = false; this.groupBox3.Text = "记录"; // // lblHeJi // this.lblHeJi.AutoSize = true; this.lblHeJi.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblHeJi.Location = new System.Drawing.Point(6, 624); this.lblHeJi.Name = "lblHeJi"; this.lblHeJi.Size = new System.Drawing.Size(82, 24); this.lblHeJi.TabIndex = 53; this.lblHeJi.Text = "合计:"; this.lblHeJi.Visible = false; // // vScrollBar2 // this.vScrollBar2.Location = new System.Drawing.Point(479, 36); this.vScrollBar2.Name = "vScrollBar2"; this.vScrollBar2.Size = new System.Drawing.Size(40, 566); this.vScrollBar2.TabIndex = 52; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("宋体", 15F); this.label12.Location = new System.Drawing.Point(5, -1); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(49, 20); this.label12.TabIndex = 32; this.label12.Text = "记录"; // // historyGrid // this.historyGrid.AllowUserToAddRows = false; this.historyGrid.AllowUserToDeleteRows = false; this.historyGrid.AllowUserToResizeColumns = false; this.historyGrid.AllowUserToResizeRows = false; dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.historyGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9; this.historyGrid.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.historyGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10; this.historyGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.historyGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.H_SID, this.H_Livestock_ID, this.IsLostWeight, this.H_IsDrop, this.H_ReadWeight, this.H_Index, this.H_Order, this.H_Technics, this.H_Livestock_Name, this.H_Weight, this.H_Time, this.H_OrderDetail_ID}); this.historyGrid.Location = new System.Drawing.Point(1, 36); this.historyGrid.MultiSelect = false; this.historyGrid.Name = "historyGrid"; this.historyGrid.ReadOnly = true; this.historyGrid.RowHeadersVisible = false; dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); this.historyGrid.RowsDefaultCellStyle = dataGridViewCellStyle13; this.historyGrid.RowTemplate.Height = 40; this.historyGrid.ScrollBars = System.Windows.Forms.ScrollBars.None; this.historyGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.historyGrid.Size = new System.Drawing.Size(478, 566); this.historyGrid.TabIndex = 0; this.historyGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.historyGrid_CellClick); // // enableWeight // this.enableWeight.AutoCheck = false; this.enableWeight.AutoSize = true; this.enableWeight.Font = new System.Drawing.Font("宋体", 18F); this.enableWeight.Location = new System.Drawing.Point(427, -2); this.enableWeight.Name = "enableWeight"; this.enableWeight.Size = new System.Drawing.Size(125, 28); this.enableWeight.TabIndex = 31; this.enableWeight.Text = "启用称重"; this.enableWeight.UseVisualStyleBackColor = true; this.enableWeight.Visible = false; this.enableWeight.Click += new System.EventHandler(this.enableWeight_Click); // // isPrintCheckBox // this.isPrintCheckBox.AutoSize = true; this.isPrintCheckBox.Font = new System.Drawing.Font("宋体", 15F); this.isPrintCheckBox.Location = new System.Drawing.Point(277, 2); this.isPrintCheckBox.Name = "isPrintCheckBox"; this.isPrintCheckBox.Size = new System.Drawing.Size(108, 24); this.isPrintCheckBox.TabIndex = 30; this.isPrintCheckBox.Text = "打印条码"; this.isPrintCheckBox.UseVisualStyleBackColor = true; // // printBtn // this.printBtn.Font = new System.Drawing.Font("宋体", 15F); this.printBtn.Location = new System.Drawing.Point(274, 37); this.printBtn.Name = "printBtn"; this.printBtn.Size = new System.Drawing.Size(102, 43); this.printBtn.TabIndex = 29; this.printBtn.Text = "打印选中"; this.printBtn.UseVisualStyleBackColor = true; this.printBtn.Click += new System.EventHandler(this.printBtn_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Controls.Add(this.lblChengZhong); this.panel1.Location = new System.Drawing.Point(12, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(237, 78); this.panel1.TabIndex = 28; // // lblChengZhong // this.lblChengZhong.AutoSize = true; this.lblChengZhong.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblChengZhong.ForeColor = System.Drawing.Color.Red; this.lblChengZhong.Location = new System.Drawing.Point(15, 18); this.lblChengZhong.Name = "lblChengZhong"; this.lblChengZhong.Size = new System.Drawing.Size(97, 40); this.lblChengZhong.TabIndex = 0; this.lblChengZhong.Text = "0.00"; // // butcherTimeInput // this.butcherTimeInput.BackColor = System.Drawing.Color.White; this.butcherTimeInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.butcherTimeInput.Date = new System.DateTime(2017, 9, 5, 0, 0, 0, 0); this.butcherTimeInput.Font = new System.Drawing.Font("宋体", 15F); this.butcherTimeInput.Location = new System.Drawing.Point(116, 138); this.butcherTimeInput.Name = "butcherTimeInput"; this.butcherTimeInput.Size = new System.Drawing.Size(133, 30); this.butcherTimeInput.TabIndex = 2; this.butcherTimeInput.Text = "2017/09/05"; this.butcherTimeInput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butcherTimeInput.Type = BWP.WinFormControl.DateTimeType.Date; // // configBtn // this.configBtn.Font = new System.Drawing.Font("宋体", 15F); this.configBtn.Location = new System.Drawing.Point(417, 38); this.configBtn.Name = "configBtn"; this.configBtn.Size = new System.Drawing.Size(102, 42); this.configBtn.TabIndex = 34; this.configBtn.Text = "称设置"; this.configBtn.UseVisualStyleBackColor = true; this.configBtn.Click += new System.EventHandler(this.configBtn_Click); // // stateLabel // this.stateLabel.AutoSize = true; this.stateLabel.Font = new System.Drawing.Font("宋体", 15F); this.stateLabel.ForeColor = System.Drawing.Color.Red; this.stateLabel.Location = new System.Drawing.Point(14, 19); this.stateLabel.Name = "stateLabel"; this.stateLabel.Size = new System.Drawing.Size(289, 20); this.stateLabel.TabIndex = 35; this.stateLabel.Text = "您正在修改序号为 1000 的信息"; // // modifyPanel // this.modifyPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.modifyPanel.Controls.Add(this.cancelBtn); this.modifyPanel.Controls.Add(this.stateLabel); this.modifyPanel.Location = new System.Drawing.Point(826, 112); this.modifyPanel.Name = "modifyPanel"; this.modifyPanel.Size = new System.Drawing.Size(438, 57); this.modifyPanel.TabIndex = 36; this.modifyPanel.Visible = false; // // cancelBtn // this.cancelBtn.Font = new System.Drawing.Font("宋体", 15F); this.cancelBtn.ForeColor = System.Drawing.Color.Red; this.cancelBtn.Location = new System.Drawing.Point(330, 6); this.cancelBtn.Name = "cancelBtn"; this.cancelBtn.Size = new System.Drawing.Size(102, 43); this.cancelBtn.TabIndex = 36; this.cancelBtn.Text = "取消"; this.cancelBtn.UseVisualStyleBackColor = true; this.cancelBtn.Click += new System.EventHandler(this.cancelBtn_Click); // // discontBtn // this.discontBtn.Font = new System.Drawing.Font("宋体", 15F); this.discontBtn.Location = new System.Drawing.Point(541, 38); this.discontBtn.Name = "discontBtn"; this.discontBtn.Size = new System.Drawing.Size(102, 42); this.discontBtn.TabIndex = 37; this.discontBtn.Text = "扣重项"; this.discontBtn.UseVisualStyleBackColor = true; this.discontBtn.Click += new System.EventHandler(this.discontBtn_Click); // // discontPanel // this.discontPanel.Location = new System.Drawing.Point(1356, 182); this.discontPanel.Name = "discontPanel"; this.discontPanel.Size = new System.Drawing.Size(71, 656); this.discontPanel.TabIndex = 33; // // statePic // this.statePic.ErrorImage = null; this.statePic.InitialImage = null; this.statePic.Location = new System.Drawing.Point(219, 89); this.statePic.Name = "statePic"; this.statePic.Size = new System.Drawing.Size(30, 30); this.statePic.TabIndex = 38; this.statePic.TabStop = false; // // btnDeleteSelected // this.btnDeleteSelected.Font = new System.Drawing.Font("宋体", 15F); this.btnDeleteSelected.Location = new System.Drawing.Point(1102, 6); this.btnDeleteSelected.Name = "btnDeleteSelected"; this.btnDeleteSelected.Size = new System.Drawing.Size(102, 54); this.btnDeleteSelected.TabIndex = 34; this.btnDeleteSelected.Text = "删除选中"; this.btnDeleteSelected.UseVisualStyleBackColor = true; this.btnDeleteSelected.Click += new System.EventHandler(this.btnDeleteSelected_Click); // // btnAbnormalModify // this.btnAbnormalModify.Font = new System.Drawing.Font("宋体", 15F); this.btnAbnormalModify.Location = new System.Drawing.Point(1224, 6); this.btnAbnormalModify.Name = "btnAbnormalModify"; this.btnAbnormalModify.Size = new System.Drawing.Size(102, 54); this.btnAbnormalModify.TabIndex = 34; this.btnAbnormalModify.Text = "查询修改"; this.btnAbnormalModify.UseVisualStyleBackColor = true; this.btnAbnormalModify.Click += new System.EventHandler(this.btnAbnormalModify_Click); // // lblSucessed // this.lblSucessed.BackColor = System.Drawing.Color.Lime; this.lblSucessed.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSucessed.ForeColor = System.Drawing.Color.Red; this.lblSucessed.Location = new System.Drawing.Point(691, 70); this.lblSucessed.Name = "lblSucessed"; this.lblSucessed.Size = new System.Drawing.Size(267, 39); this.lblSucessed.TabIndex = 39; this.lblSucessed.Text = "插入级别成功"; this.lblSucessed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblSucessed.Visible = false; // // btnClearWeight // this.btnClearWeight.Font = new System.Drawing.Font("宋体", 15F); this.btnClearWeight.Location = new System.Drawing.Point(971, 6); this.btnClearWeight.Name = "btnClearWeight"; this.btnClearWeight.Size = new System.Drawing.Size(102, 54); this.btnClearWeight.TabIndex = 34; this.btnClearWeight.Text = "删除称重"; this.btnClearWeight.UseVisualStyleBackColor = true; this.btnClearWeight.Click += new System.EventHandler(this.btnClearLastWeight_Click); // // dropPigBtn // this.dropPigBtn.Font = new System.Drawing.Font("宋体", 15F); this.dropPigBtn.Location = new System.Drawing.Point(845, 6); this.dropPigBtn.Name = "dropPigBtn"; this.dropPigBtn.Size = new System.Drawing.Size(102, 54); this.dropPigBtn.TabIndex = 40; this.dropPigBtn.Text = "掉猪"; this.dropPigBtn.UseVisualStyleBackColor = true; this.dropPigBtn.Click += new System.EventHandler(this.dropPigBtn_Click); // // btnStartWeight // this.btnStartWeight.Location = new System.Drawing.Point(12, 85); this.btnStartWeight.Name = "btnStartWeight"; this.btnStartWeight.Size = new System.Drawing.Size(82, 39); this.btnStartWeight.TabIndex = 41; this.btnStartWeight.Text = "启用称重"; this.btnStartWeight.UseVisualStyleBackColor = true; this.btnStartWeight.Click += new System.EventHandler(this.btnStartWeight_Click); // // btnStopWeight // this.btnStopWeight.Enabled = false; this.btnStopWeight.Location = new System.Drawing.Point(116, 84); this.btnStopWeight.Name = "btnStopWeight"; this.btnStopWeight.Size = new System.Drawing.Size(85, 39); this.btnStopWeight.TabIndex = 41; this.btnStopWeight.Text = "停止称重"; this.btnStopWeight.UseVisualStyleBackColor = true; this.btnStopWeight.Click += new System.EventHandler(this.btnStopWeight_Click); // // H_SID // this.H_SID.DataPropertyName = "SID"; this.H_SID.HeaderText = "SID"; this.H_SID.Name = "H_SID"; this.H_SID.ReadOnly = true; this.H_SID.Visible = false; // // H_Livestock_ID // this.H_Livestock_ID.HeaderText = "Livestock_ID"; this.H_Livestock_ID.Name = "H_Livestock_ID"; this.H_Livestock_ID.ReadOnly = true; this.H_Livestock_ID.Visible = false; // // IsLostWeight // this.IsLostWeight.DataPropertyName = "IsLostWeight"; this.IsLostWeight.HeaderText = "IsLostWeight"; this.IsLostWeight.Name = "IsLostWeight"; this.IsLostWeight.ReadOnly = true; this.IsLostWeight.Visible = false; // // H_IsDrop // this.H_IsDrop.DataPropertyName = "IsDrop"; this.H_IsDrop.HeaderText = "IsDrop"; this.H_IsDrop.Name = "H_IsDrop"; this.H_IsDrop.ReadOnly = true; this.H_IsDrop.Visible = false; // // H_ReadWeight // this.H_ReadWeight.DataPropertyName = "ReadWeight"; this.H_ReadWeight.HeaderText = ""; this.H_ReadWeight.Name = "H_ReadWeight"; this.H_ReadWeight.ReadOnly = true; this.H_ReadWeight.Width = 30; // // 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 = 65; // // H_Order // this.H_Order.DataPropertyName = "Order"; this.H_Order.HeaderText = "顺序"; this.H_Order.Name = "H_Order"; this.H_Order.ReadOnly = true; this.H_Order.Width = 65; // // H_Technics // this.H_Technics.DataPropertyName = "Technics_Name"; this.H_Technics.HeaderText = "工艺"; this.H_Technics.Name = "H_Technics"; this.H_Technics.ReadOnly = true; this.H_Technics.Width = 65; // // H_Livestock_Name // this.H_Livestock_Name.DataPropertyName = "Livestock_Name"; this.H_Livestock_Name.HeaderText = "级别"; this.H_Livestock_Name.Name = "H_Livestock_Name"; this.H_Livestock_Name.ReadOnly = true; this.H_Livestock_Name.Width = 90; // // H_Weight // this.H_Weight.DataPropertyName = "Weight"; dataGridViewCellStyle11.Format = "#0.######"; this.H_Weight.DefaultCellStyle = dataGridViewCellStyle11; this.H_Weight.HeaderText = "重量"; this.H_Weight.Name = "H_Weight"; this.H_Weight.ReadOnly = true; this.H_Weight.Width = 70; // // H_Time // this.H_Time.DataPropertyName = "Time"; dataGridViewCellStyle12.Format = "HH:mm:ss"; dataGridViewCellStyle12.NullValue = null; this.H_Time.DefaultCellStyle = dataGridViewCellStyle12; this.H_Time.HeaderText = "时间"; this.H_Time.Name = "H_Time"; this.H_Time.ReadOnly = true; // // H_OrderDetail_ID // this.H_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; this.H_OrderDetail_ID.HeaderText = "OrderDetail_ID"; this.H_OrderDetail_ID.Name = "H_OrderDetail_ID"; this.H_OrderDetail_ID.ReadOnly = true; this.H_OrderDetail_ID.Visible = false; // // GradeFrom // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1438, 845); this.Controls.Add(this.btnStopWeight); this.Controls.Add(this.btnStartWeight); this.Controls.Add(this.dropPigBtn); this.Controls.Add(this.lblSucessed); this.Controls.Add(this.statePic); this.Controls.Add(this.discontPanel); this.Controls.Add(this.lblMaoBo); this.Controls.Add(this.discontBtn); this.Controls.Add(this.modifyPanel); this.Controls.Add(this.btnAbnormalModify); this.Controls.Add(this.btnClearWeight); this.Controls.Add(this.btnDeleteSelected); this.Controls.Add(this.configBtn); this.Controls.Add(this.enableWeight); this.Controls.Add(this.groupBox3); this.Controls.Add(this.isPrintCheckBox); this.Controls.Add(this.groupBox2); this.Controls.Add(this.printBtn); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Controls.Add(this.alreadyLabel); this.Controls.Add(this.label4); this.Controls.Add(this.orderLabel); this.Controls.Add(this.label2); this.Controls.Add(this.syncBtn); this.Controls.Add(this.butcherTimeInput); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "GradeFrom"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "称重定级"; this.Load += new System.EventHandler(this.GradeFrom_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tangGridView)).EndInit(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.maoGridView)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.historyGrid)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.modifyPanel.ResumeLayout(false); this.modifyPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.statePic)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private BWP.WinFormControl.UDatePicker butcherTimeInput; private System.Windows.Forms.Button syncBtn; private BWP.WinFormControl.UDataGridView tangGridView; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label orderLabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label alreadyLabel; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.FlowLayoutPanel ttPanel; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.FlowLayoutPanel mbPanel; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox enableWeight; private System.Windows.Forms.CheckBox isPrintCheckBox; private System.Windows.Forms.Button printBtn; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblChengZhong; private System.Windows.Forms.Label lblMaoBo; private System.Windows.Forms.Label label12; private BWP.WinFormControl.UDataGridView historyGrid; private System.Windows.Forms.Label lblTangTui; private System.Windows.Forms.Button configBtn; private System.Windows.Forms.Label stateLabel; private System.Windows.Forms.Panel modifyPanel; private System.Windows.Forms.Button cancelBtn; private System.Windows.Forms.Button discontBtn; private System.Windows.Forms.FlowLayoutPanel discontPanel; private System.Windows.Forms.VScrollBar vScrollBar2; private System.Windows.Forms.VScrollBar tangScrollBar; private System.Windows.Forms.VScrollBar maoScrollBar; private BWP.WinFormControl.UDataGridView maoGridView; private System.Windows.Forms.PictureBox statePic; private System.Windows.Forms.Button btnDeleteSelected; private System.Windows.Forms.Button btnAbnormalModify; private System.Windows.Forms.DataGridViewTextBoxColumn T_OrderDetail_ID; private System.Windows.Forms.DataGridViewTextBoxColumn T_Finish; private System.Windows.Forms.DataGridViewTextBoxColumn T_Order; private System.Windows.Forms.DataGridViewTextBoxColumn T_Number; private System.Windows.Forms.DataGridViewTextBoxColumn T_Already; private System.Windows.Forms.DataGridViewButtonColumn T_FinishBtn; private System.Windows.Forms.DataGridViewTextBoxColumn M_OrderDetail_ID; private System.Windows.Forms.DataGridViewTextBoxColumn M_Finish; private System.Windows.Forms.DataGridViewTextBoxColumn M_Order; private System.Windows.Forms.DataGridViewTextBoxColumn M_Number; private System.Windows.Forms.DataGridViewTextBoxColumn M_Already; private System.Windows.Forms.DataGridViewButtonColumn M_FinishBtn; private System.Windows.Forms.Label lblHeJi; private System.Windows.Forms.Label lblSucessed; private System.Windows.Forms.Button btnClearWeight; private System.Windows.Forms.Button dropPigBtn; private System.Windows.Forms.Button btnStartWeight; private System.Windows.Forms.Button btnStopWeight; private System.Windows.Forms.DataGridViewTextBoxColumn H_SID; private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_ID; private System.Windows.Forms.DataGridViewTextBoxColumn IsLostWeight; private System.Windows.Forms.DataGridViewTextBoxColumn H_IsDrop; private System.Windows.Forms.DataGridViewCheckBoxColumn H_ReadWeight; private System.Windows.Forms.DataGridViewTextBoxColumn H_Index; private System.Windows.Forms.DataGridViewTextBoxColumn H_Order; private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics; private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_Name; private System.Windows.Forms.DataGridViewTextBoxColumn H_Weight; private System.Windows.Forms.DataGridViewTextBoxColumn H_Time; private System.Windows.Forms.DataGridViewTextBoxColumn H_OrderDetail_ID; } }