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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.label1 = new System.Windows.Forms.Label(); this.uDatePicker1 = new BWP.WinFormControl.UDatePicker(); this.button1 = new System.Windows.Forms.Button(); this.uDataGridView1 = new BWP.WinFormControl.UDataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); 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(); ((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).BeginInit(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel1.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 = "宰杀日期:"; // // uDatePicker1 // this.uDatePicker1.BackColor = System.Drawing.Color.White; this.uDatePicker1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.uDatePicker1.Date = new System.DateTime(2017, 9, 5, 0, 0, 0, 0); this.uDatePicker1.Font = new System.Drawing.Font("宋体", 15F); this.uDatePicker1.Location = new System.Drawing.Point(116, 126); this.uDatePicker1.Name = "uDatePicker1"; this.uDatePicker1.Size = new System.Drawing.Size(133, 30); this.uDatePicker1.TabIndex = 2; this.uDatePicker1.Text = "2017/09/05"; this.uDatePicker1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uDatePicker1.Type = BWP.WinFormControl.DateTimeType.Date; // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 15F); this.button1.Location = new System.Drawing.Point(287, 120); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(102, 43); this.button1.TabIndex = 3; this.button1.Text = "同步数据"; this.button1.UseVisualStyleBackColor = true; // // uDataGridView1 // this.uDataGridView1.AllowUserToAddRows = false; this.uDataGridView1.AllowUserToDeleteRows = false; this.uDataGridView1.AllowUserToResizeColumns = false; this.uDataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.uDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this.uDataGridView1.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.uDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.uDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4}); this.uDataGridView1.Location = new System.Drawing.Point(12, 175); this.uDataGridView1.MultiSelect = false; this.uDataGridView1.Name = "uDataGridView1"; this.uDataGridView1.ReadOnly = true; this.uDataGridView1.RowHeadersVisible = false; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); this.uDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6; this.uDataGridView1.RowTemplate.Height = 23; this.uDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.uDataGridView1.Size = new System.Drawing.Size(377, 480); this.uDataGridView1.TabIndex = 4; // // Column1 // this.Column1.HeaderText = "屠宰顺序"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.HeaderText = "工艺"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 80; // // Column3 // this.Column3.HeaderText = "头数"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 80; // // Column4 // this.Column4.HeaderText = "已宰"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 80; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 15F); this.label2.Location = new System.Drawing.Point(447, 101); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(109, 20); this.label2.TabIndex = 5; this.label2.Text = "屠宰顺序:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15F); this.label3.Location = new System.Drawing.Point(562, 101); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(19, 20); this.label3.TabIndex = 6; this.label3.Text = "0"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 15F); this.label4.Location = new System.Drawing.Point(617, 100); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(69, 20); this.label4.TabIndex = 7; this.label4.Text = "已宰:"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 15F); this.label5.Location = new System.Drawing.Point(702, 100); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(19, 20); this.label5.TabIndex = 8; this.label5.Text = "0"; // // groupBox1 // this.groupBox1.Controls.Add(this.flowLayoutPanel1); this.groupBox1.Location = new System.Drawing.Point(439, 154); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(345, 288); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "烫褪"; // // groupBox2 // this.groupBox2.Controls.Add(this.flowLayoutPanel2); this.groupBox2.Location = new System.Drawing.Point(439, 473); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(345, 332); this.groupBox2.TabIndex = 10; this.groupBox2.TabStop = false; this.groupBox2.Text = "毛剥"; // // flowLayoutPanel1 // this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 21); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(319, 251); this.flowLayoutPanel1.TabIndex = 0; // // flowLayoutPanel2 // this.flowLayoutPanel2.Location = new System.Drawing.Point(12, 32); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(319, 251); this.flowLayoutPanel2.TabIndex = 1; // // groupBox3 // this.groupBox3.Location = new System.Drawing.Point(853, 154); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(384, 651); this.groupBox3.TabIndex = 11; this.groupBox3.TabStop = false; this.groupBox3.Text = "记录"; // // enableWeight // 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; // // isPrintCheckBox // this.isPrintCheckBox.AutoSize = true; this.isPrintCheckBox.Font = new System.Drawing.Font("宋体", 15F); this.isPrintCheckBox.Location = new System.Drawing.Point(281, 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(287, 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; // // 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"; // // GradeFrom // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1276, 865); 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.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.uDataGridView1); this.Controls.Add(this.button1); this.Controls.Add(this.uDatePicker1); 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 = "称重定级"; ((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private BWP.WinFormControl.UDatePicker uDatePicker1; private System.Windows.Forms.Button button1; private BWP.WinFormControl.UDataGridView uDataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; 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; } }