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 dataGridViewCellStyle5 = 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 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(); 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.ttPanel = new System.Windows.Forms.FlowLayoutPanel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label11 = new System.Windows.Forms.Label(); this.mbPanel = new System.Windows.Forms.FlowLayoutPanel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.vScrollBar2 = new System.Windows.Forms.VScrollBar(); this.label12 = new System.Windows.Forms.Label(); this.historyGrid = new BWP.WinFormControl.UDataGridView(); this.H_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_ReadWeight = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.H_Index = 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.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.label10 = new System.Windows.Forms.Label(); this.dataGridView = new BWP.WinFormControl.UDataGridView(); this.D_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_Technics = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_Technics_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.D_FinishBtn = new System.Windows.Forms.DataGridViewButtonColumn(); this.butcherTimeInput = new BWP.WinFormControl.UDatePicker(); this.closeBtn = new System.Windows.Forms.Button(); 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.vScrollBar1 = new System.Windows.Forms.VScrollBar(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.historyGrid)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.modifyPanel.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15F); this.label1.Location = new System.Drawing.Point(12, 131); 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, 120); 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(511, 131); 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(616, 131); 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(675, 131); 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(776, 131); 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.ttPanel); this.groupBox1.Location = new System.Drawing.Point(505, 175); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(294, 330); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "烫褪"; // // ttPanel // this.ttPanel.Location = new System.Drawing.Point(12, 36); this.ttPanel.Name = "ttPanel"; this.ttPanel.Size = new System.Drawing.Size(270, 276); this.ttPanel.TabIndex = 0; // // groupBox2 // this.groupBox2.Controls.Add(this.label11); this.groupBox2.Controls.Add(this.mbPanel); this.groupBox2.Location = new System.Drawing.Point(505, 525); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(294, 330); this.groupBox2.TabIndex = 10; this.groupBox2.TabStop = false; this.groupBox2.Text = "毛剥"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("宋体", 15F); this.label11.Location = new System.Drawing.Point(6, -1); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(49, 20); this.label11.TabIndex = 32; this.label11.Text = "毛剥"; // // mbPanel // this.mbPanel.Location = new System.Drawing.Point(12, 37); this.mbPanel.Name = "mbPanel"; this.mbPanel.Size = new System.Drawing.Size(270, 276); this.mbPanel.TabIndex = 1; // // groupBox3 // 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(471, 680); this.groupBox3.TabIndex = 11; this.groupBox3.TabStop = false; this.groupBox3.Text = "记录"; // // vScrollBar2 // this.vScrollBar2.Location = new System.Drawing.Point(425, 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; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.historyGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.historyGrid.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.historyGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.historyGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.historyGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.H_ID, this.H_Livestock_ID, this.H_ReadWeight, this.H_Index, this.H_Technics, this.H_Livestock_Name, this.H_Weight, this.H_Time}); this.historyGrid.Location = new System.Drawing.Point(0, 36); this.historyGrid.MultiSelect = false; this.historyGrid.Name = "historyGrid"; this.historyGrid.ReadOnly = true; this.historyGrid.RowHeadersVisible = false; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); this.historyGrid.RowsDefaultCellStyle = dataGridViewCellStyle5; 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(423, 566); this.historyGrid.TabIndex = 0; this.historyGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.historyGrid_CellClick); // // H_ID // this.H_ID.DataPropertyName = "ID"; this.H_ID.HeaderText = "ID"; this.H_ID.Name = "H_ID"; this.H_ID.ReadOnly = true; this.H_ID.Visible = false; // // H_Livestock_ID // this.H_Livestock_ID.HeaderText = "Livestock_ID"; this.H_Livestock_ID.Name = "H_Livestock_ID"; this.H_Livestock_ID.ReadOnly = true; this.H_Livestock_ID.Visible = false; // // H_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_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"; dataGridViewCellStyle3.Format = "#0.######"; this.H_Weight.DefaultCellStyle = dataGridViewCellStyle3; 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"; dataGridViewCellStyle4.Format = "MM/dd HH:mm"; dataGridViewCellStyle4.NullValue = null; this.H_Time.DefaultCellStyle = dataGridViewCellStyle4; this.H_Time.HeaderText = "时间"; this.H_Time.Name = "H_Time"; this.H_Time.ReadOnly = true; // // enableWeight // this.enableWeight.AutoCheck = false; this.enableWeight.AutoSize = true; this.enableWeight.Font = new System.Drawing.Font("宋体", 15F); this.enableWeight.Location = new System.Drawing.Point(10, 91); this.enableWeight.Name = "enableWeight"; this.enableWeight.Size = new System.Drawing.Size(108, 24); this.enableWeight.TabIndex = 31; this.enableWeight.Text = "启用称重"; this.enableWeight.UseVisualStyleBackColor = true; this.enableWeight.Click += new System.EventHandler(this.enableWeight_Click); // // isPrintCheckBox // this.isPrintCheckBox.AutoCheck = false; 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"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("宋体", 15F); this.label10.Location = new System.Drawing.Point(511, 171); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(49, 20); this.label10.TabIndex = 32; this.label10.Text = "烫褪"; // // dataGridView // this.dataGridView.AllowUserToAddRows = false; this.dataGridView.AllowUserToDeleteRows = false; this.dataGridView.AllowUserToResizeColumns = false; this.dataGridView.AllowUserToResizeRows = false; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; this.dataGridView.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.D_OrderDetail_ID, this.D_Technics, this.D_Finish, this.D_Order, this.D_Technics_Name, this.D_Number, this.D_Already, this.D_FinishBtn}); this.dataGridView.Location = new System.Drawing.Point(12, 175); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; this.dataGridView.ReadOnly = true; this.dataGridView.RowHeadersVisible = false; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); this.dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle8; this.dataGridView.RowTemplate.Height = 40; this.dataGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView.Size = new System.Drawing.Size(443, 566); this.dataGridView.TabIndex = 4; this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); // // D_OrderDetail_ID // this.D_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; this.D_OrderDetail_ID.HeaderText = "OrderDetail_ID"; this.D_OrderDetail_ID.Name = "D_OrderDetail_ID"; this.D_OrderDetail_ID.ReadOnly = true; this.D_OrderDetail_ID.Visible = false; // // D_Technics // this.D_Technics.DataPropertyName = "Technics"; this.D_Technics.HeaderText = "Technics"; this.D_Technics.Name = "D_Technics"; this.D_Technics.ReadOnly = true; this.D_Technics.Visible = false; // // D_Finish // this.D_Finish.DataPropertyName = "Finish"; this.D_Finish.HeaderText = "Finish"; this.D_Finish.Name = "D_Finish"; this.D_Finish.ReadOnly = true; this.D_Finish.Visible = false; // // D_Order // this.D_Order.DataPropertyName = "Order"; this.D_Order.HeaderText = "屠宰顺序"; this.D_Order.Name = "D_Order"; this.D_Order.ReadOnly = true; // // D_Technics_Name // this.D_Technics_Name.DataPropertyName = "Technics_Name"; this.D_Technics_Name.HeaderText = "工艺"; this.D_Technics_Name.Name = "D_Technics_Name"; this.D_Technics_Name.ReadOnly = true; this.D_Technics_Name.Width = 80; // // D_Number // this.D_Number.DataPropertyName = "Number"; this.D_Number.HeaderText = "头数"; this.D_Number.Name = "D_Number"; this.D_Number.ReadOnly = true; this.D_Number.Width = 80; // // D_Already // this.D_Already.DataPropertyName = "Already"; this.D_Already.HeaderText = "已宰"; this.D_Already.Name = "D_Already"; this.D_Already.ReadOnly = true; this.D_Already.Width = 80; // // D_FinishBtn // this.D_FinishBtn.HeaderText = "完毕"; this.D_FinishBtn.Name = "D_FinishBtn"; this.D_FinishBtn.ReadOnly = true; this.D_FinishBtn.Text = "完毕"; this.D_FinishBtn.UseColumnTextForButtonValue = true; // // 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, 126); 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; // // closeBtn // this.closeBtn.Font = new System.Drawing.Font("宋体", 15F); this.closeBtn.Location = new System.Drawing.Point(1270, 12); this.closeBtn.Name = "closeBtn"; this.closeBtn.Size = new System.Drawing.Size(102, 43); this.closeBtn.TabIndex = 33; this.closeBtn.Text = "关闭"; this.closeBtn.UseVisualStyleBackColor = true; this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click); // // configBtn // this.configBtn.Font = new System.Drawing.Font("宋体", 15F); this.configBtn.Location = new System.Drawing.Point(1024, 12); this.configBtn.Name = "configBtn"; this.configBtn.Size = new System.Drawing.Size(102, 43); 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.Controls.Add(this.cancelBtn); this.modifyPanel.Controls.Add(this.stateLabel); this.modifyPanel.Location = new System.Drawing.Point(813, 107); this.modifyPanel.Name = "modifyPanel"; this.modifyPanel.Size = new System.Drawing.Size(438, 56); 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(1148, 12); this.discontBtn.Name = "discontBtn"; this.discontBtn.Size = new System.Drawing.Size(102, 43); 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(1303, 182); this.discontPanel.Name = "discontPanel"; this.discontPanel.Size = new System.Drawing.Size(71, 656); this.discontPanel.TabIndex = 33; // // vScrollBar1 // this.vScrollBar1.Location = new System.Drawing.Point(455, 175); this.vScrollBar1.Name = "vScrollBar1"; this.vScrollBar1.Size = new System.Drawing.Size(40, 566); this.vScrollBar1.TabIndex = 51; // // GradeFrom // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1379, 865); this.Controls.Add(this.vScrollBar1); this.Controls.Add(this.discontPanel); this.Controls.Add(this.discontBtn); this.Controls.Add(this.modifyPanel); this.Controls.Add(this.configBtn); this.Controls.Add(this.closeBtn); this.Controls.Add(this.label10); 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.dataGridView); 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.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.historyGrid)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.modifyPanel.ResumeLayout(false); this.modifyPanel.PerformLayout(); 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 dataGridView; 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 label11; private System.Windows.Forms.Label label12; private BWP.WinFormControl.UDataGridView historyGrid; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button closeBtn; 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.DataGridViewTextBoxColumn D_OrderDetail_ID; private System.Windows.Forms.DataGridViewTextBoxColumn D_Technics; private System.Windows.Forms.DataGridViewTextBoxColumn D_Finish; private System.Windows.Forms.DataGridViewTextBoxColumn D_Order; private System.Windows.Forms.DataGridViewTextBoxColumn D_Technics_Name; private System.Windows.Forms.DataGridViewTextBoxColumn D_Number; private System.Windows.Forms.DataGridViewTextBoxColumn D_Already; private System.Windows.Forms.DataGridViewButtonColumn D_FinishBtn; private System.Windows.Forms.Button discontBtn; private System.Windows.Forms.FlowLayoutPanel discontPanel; private System.Windows.Forms.VScrollBar vScrollBar2; private System.Windows.Forms.DataGridViewTextBoxColumn H_ID; private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_ID; private System.Windows.Forms.DataGridViewCheckBoxColumn H_ReadWeight; private System.Windows.Forms.DataGridViewTextBoxColumn H_Index; 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.VScrollBar vScrollBar1; } }