|
|
|
@ -0,0 +1,553 @@ |
|
|
|
namespace WeighAndGrading |
|
|
|
{ |
|
|
|
partial class DataConfirm |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// Required designer variable.
|
|
|
|
/// </summary>
|
|
|
|
private System.ComponentModel.IContainer components = null; |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
{ |
|
|
|
if (disposing && (components != null)) |
|
|
|
{ |
|
|
|
components.Dispose(); |
|
|
|
} |
|
|
|
base.Dispose(disposing); |
|
|
|
} |
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
/// </summary>
|
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.leftBtn = new System.Windows.Forms.Button(); |
|
|
|
this.uDatePicker1 = new BWP.WinFormControl.UDatePicker(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
|
this.leftOrder = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
|
this.rightOrder = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
this.rightBtn = new System.Windows.Forms.Button(); |
|
|
|
this.rightIndex = new BWP.WinFormControl.UTextBoxWithPad(); |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
this.orderGridView = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); |
|
|
|
this.ttPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.mbPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.weightGrid = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.L_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.L_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.L_HotFadeNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.L_MaoNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.label5 = new System.Windows.Forms.Label(); |
|
|
|
this.label6 = new System.Windows.Forms.Label(); |
|
|
|
this.tangNumber = new System.Windows.Forms.Label(); |
|
|
|
this.maoNumber = new System.Windows.Forms.Label(); |
|
|
|
this.label7 = new System.Windows.Forms.Label(); |
|
|
|
this.label8 = new System.Windows.Forms.Label(); |
|
|
|
this.H_SID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
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_Save = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.AddBtn = new System.Windows.Forms.Button(); |
|
|
|
this.deleteBtn = new System.Windows.Forms.Button(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGridView)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.weightGrid)).BeginInit(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
// leftBtn
|
|
|
|
//
|
|
|
|
this.leftBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.leftBtn.Location = new System.Drawing.Point(504, 17); |
|
|
|
this.leftBtn.Name = "leftBtn"; |
|
|
|
this.leftBtn.Size = new System.Drawing.Size(149, 41); |
|
|
|
this.leftBtn.TabIndex = 5; |
|
|
|
this.leftBtn.Text = "查询排宰顺序"; |
|
|
|
this.leftBtn.UseVisualStyleBackColor = true; |
|
|
|
this.leftBtn.Click += new System.EventHandler(this.leftBtn_Click); |
|
|
|
//
|
|
|
|
// 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(120, 22); |
|
|
|
this.uDatePicker1.Name = "uDatePicker1"; |
|
|
|
this.uDatePicker1.Size = new System.Drawing.Size(150, 30); |
|
|
|
this.uDatePicker1.TabIndex = 4; |
|
|
|
this.uDatePicker1.Text = "2017/09/05"; |
|
|
|
this.uDatePicker1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
|
this.uDatePicker1.Type = BWP.WinFormControl.DateTimeType.Date; |
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label1.Location = new System.Drawing.Point(12, 27); |
|
|
|
this.label1.Name = "label1"; |
|
|
|
this.label1.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label1.TabIndex = 3; |
|
|
|
this.label1.Text = "宰杀日期:"; |
|
|
|
//
|
|
|
|
// label2
|
|
|
|
//
|
|
|
|
this.label2.AutoSize = true; |
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label2.Location = new System.Drawing.Point(285, 27); |
|
|
|
this.label2.Name = "label2"; |
|
|
|
this.label2.Size = new System.Drawing.Size(89, 20); |
|
|
|
this.label2.TabIndex = 6; |
|
|
|
this.label2.Text = "顺序号:"; |
|
|
|
//
|
|
|
|
// leftOrder
|
|
|
|
//
|
|
|
|
this.leftOrder.Font = new System.Drawing.Font("宋体", 20F); |
|
|
|
this.leftOrder.Location = new System.Drawing.Point(380, 18); |
|
|
|
this.leftOrder.Name = "leftOrder"; |
|
|
|
this.leftOrder.Size = new System.Drawing.Size(100, 38); |
|
|
|
this.leftOrder.TabIndex = 7; |
|
|
|
this.leftOrder.Type = BWP.WinFormControl.UTextBoxWithPad.TextBoxType.Number; |
|
|
|
//
|
|
|
|
// rightOrder
|
|
|
|
//
|
|
|
|
this.rightOrder.Font = new System.Drawing.Font("宋体", 20F); |
|
|
|
this.rightOrder.Location = new System.Drawing.Point(867, 18); |
|
|
|
this.rightOrder.Name = "rightOrder"; |
|
|
|
this.rightOrder.Size = new System.Drawing.Size(100, 38); |
|
|
|
this.rightOrder.TabIndex = 10; |
|
|
|
this.rightOrder.Type = BWP.WinFormControl.UTextBoxWithPad.TextBoxType.Number; |
|
|
|
//
|
|
|
|
// label3
|
|
|
|
//
|
|
|
|
this.label3.AutoSize = true; |
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label3.Location = new System.Drawing.Point(772, 27); |
|
|
|
this.label3.Name = "label3"; |
|
|
|
this.label3.Size = new System.Drawing.Size(89, 20); |
|
|
|
this.label3.TabIndex = 9; |
|
|
|
this.label3.Text = "顺序号:"; |
|
|
|
//
|
|
|
|
// rightBtn
|
|
|
|
//
|
|
|
|
this.rightBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.rightBtn.Location = new System.Drawing.Point(1191, 15); |
|
|
|
this.rightBtn.Name = "rightBtn"; |
|
|
|
this.rightBtn.Size = new System.Drawing.Size(149, 41); |
|
|
|
this.rightBtn.TabIndex = 8; |
|
|
|
this.rightBtn.Text = "查询过磅记录"; |
|
|
|
this.rightBtn.UseVisualStyleBackColor = true; |
|
|
|
this.rightBtn.Click += new System.EventHandler(this.rightBtn_Click); |
|
|
|
//
|
|
|
|
// rightIndex
|
|
|
|
//
|
|
|
|
this.rightIndex.Font = new System.Drawing.Font("宋体", 20F); |
|
|
|
this.rightIndex.Location = new System.Drawing.Point(1068, 18); |
|
|
|
this.rightIndex.Name = "rightIndex"; |
|
|
|
this.rightIndex.Size = new System.Drawing.Size(100, 38); |
|
|
|
this.rightIndex.TabIndex = 12; |
|
|
|
this.rightIndex.Type = BWP.WinFormControl.UTextBoxWithPad.TextBoxType.Number; |
|
|
|
//
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
this.label4.AutoSize = true; |
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label4.Location = new System.Drawing.Point(986, 27); |
|
|
|
this.label4.Name = "label4"; |
|
|
|
this.label4.Size = new System.Drawing.Size(69, 20); |
|
|
|
this.label4.TabIndex = 11; |
|
|
|
this.label4.Text = "序号:"; |
|
|
|
//
|
|
|
|
// orderGridView
|
|
|
|
//
|
|
|
|
this.orderGridView.AllowUserToAddRows = false; |
|
|
|
this.orderGridView.AllowUserToDeleteRows = false; |
|
|
|
this.orderGridView.AllowUserToResizeColumns = false; |
|
|
|
this.orderGridView.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.orderGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10; |
|
|
|
this.orderGridView.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.orderGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; |
|
|
|
this.orderGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.orderGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.L_Order, |
|
|
|
this.L_PlanNumber, |
|
|
|
this.L_HotFadeNumber, |
|
|
|
this.L_MaoNumber}); |
|
|
|
this.orderGridView.Location = new System.Drawing.Point(16, 93); |
|
|
|
this.orderGridView.MultiSelect = false; |
|
|
|
this.orderGridView.Name = "orderGridView"; |
|
|
|
this.orderGridView.ReadOnly = true; |
|
|
|
this.orderGridView.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle12.ForeColor = System.Drawing.Color.Black; |
|
|
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.orderGridView.RowsDefaultCellStyle = dataGridViewCellStyle12; |
|
|
|
this.orderGridView.RowTemplate.Height = 60; |
|
|
|
this.orderGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
|
this.orderGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.orderGridView.Size = new System.Drawing.Size(368, 591); |
|
|
|
this.orderGridView.TabIndex = 13; |
|
|
|
this.orderGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGridView_CellClick); |
|
|
|
//
|
|
|
|
// vScrollBar1
|
|
|
|
//
|
|
|
|
this.vScrollBar1.Location = new System.Drawing.Point(1300, 150); |
|
|
|
this.vScrollBar1.Name = "vScrollBar1"; |
|
|
|
this.vScrollBar1.Size = new System.Drawing.Size(40, 534); |
|
|
|
this.vScrollBar1.TabIndex = 52; |
|
|
|
//
|
|
|
|
// ttPanel
|
|
|
|
//
|
|
|
|
this.ttPanel.Location = new System.Drawing.Point(393, 116); |
|
|
|
this.ttPanel.Name = "ttPanel"; |
|
|
|
this.ttPanel.Size = new System.Drawing.Size(337, 276); |
|
|
|
this.ttPanel.TabIndex = 53; |
|
|
|
//
|
|
|
|
// mbPanel
|
|
|
|
//
|
|
|
|
this.mbPanel.Location = new System.Drawing.Point(393, 406); |
|
|
|
this.mbPanel.Name = "mbPanel"; |
|
|
|
this.mbPanel.Size = new System.Drawing.Size(337, 278); |
|
|
|
this.mbPanel.TabIndex = 54; |
|
|
|
//
|
|
|
|
// weightGrid
|
|
|
|
//
|
|
|
|
this.weightGrid.AllowUserToAddRows = false; |
|
|
|
this.weightGrid.AllowUserToDeleteRows = false; |
|
|
|
this.weightGrid.AllowUserToResizeColumns = false; |
|
|
|
this.weightGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.weightGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; |
|
|
|
this.weightGrid.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.weightGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; |
|
|
|
this.weightGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.weightGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.H_SID, |
|
|
|
this.H_Index, |
|
|
|
this.H_Order, |
|
|
|
this.H_Technics, |
|
|
|
this.H_Livestock_Name, |
|
|
|
this.H_Weight, |
|
|
|
this.H_Time, |
|
|
|
this.H_Save}); |
|
|
|
this.weightGrid.Location = new System.Drawing.Point(740, 150); |
|
|
|
this.weightGrid.MultiSelect = false; |
|
|
|
this.weightGrid.Name = "weightGrid"; |
|
|
|
this.weightGrid.ReadOnly = true; |
|
|
|
this.weightGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.weightGrid.RowsDefaultCellStyle = dataGridViewCellStyle18; |
|
|
|
this.weightGrid.RowTemplate.Height = 65; |
|
|
|
this.weightGrid.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
|
this.weightGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.weightGrid.Size = new System.Drawing.Size(557, 534); |
|
|
|
this.weightGrid.TabIndex = 55; |
|
|
|
this.weightGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.weightGrid_CellClick); |
|
|
|
this.weightGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.weightGrid_CellContentClick); |
|
|
|
//
|
|
|
|
// L_Order
|
|
|
|
//
|
|
|
|
this.L_Order.DataPropertyName = "Order"; |
|
|
|
this.L_Order.HeaderText = "顺序号"; |
|
|
|
this.L_Order.Name = "L_Order"; |
|
|
|
this.L_Order.ReadOnly = true; |
|
|
|
this.L_Order.Width = 95; |
|
|
|
//
|
|
|
|
// L_PlanNumber
|
|
|
|
//
|
|
|
|
this.L_PlanNumber.DataPropertyName = "PlanNumber"; |
|
|
|
this.L_PlanNumber.HeaderText = "头数"; |
|
|
|
this.L_PlanNumber.Name = "L_PlanNumber"; |
|
|
|
this.L_PlanNumber.ReadOnly = true; |
|
|
|
this.L_PlanNumber.Width = 90; |
|
|
|
//
|
|
|
|
// L_HotFadeNumber
|
|
|
|
//
|
|
|
|
this.L_HotFadeNumber.DataPropertyName = "HotFadeNumber"; |
|
|
|
this.L_HotFadeNumber.HeaderText = "烫褪"; |
|
|
|
this.L_HotFadeNumber.Name = "L_HotFadeNumber"; |
|
|
|
this.L_HotFadeNumber.ReadOnly = true; |
|
|
|
this.L_HotFadeNumber.Width = 90; |
|
|
|
//
|
|
|
|
// L_MaoNumber
|
|
|
|
//
|
|
|
|
this.L_MaoNumber.DataPropertyName = "MaoNumber"; |
|
|
|
this.L_MaoNumber.HeaderText = "毛剥"; |
|
|
|
this.L_MaoNumber.Name = "L_MaoNumber"; |
|
|
|
this.L_MaoNumber.ReadOnly = true; |
|
|
|
this.L_MaoNumber.Width = 90; |
|
|
|
//
|
|
|
|
// label5
|
|
|
|
//
|
|
|
|
this.label5.AutoSize = true; |
|
|
|
this.label5.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label5.Location = new System.Drawing.Point(772, 96); |
|
|
|
this.label5.Name = "label5"; |
|
|
|
this.label5.Size = new System.Drawing.Size(69, 20); |
|
|
|
this.label5.TabIndex = 56; |
|
|
|
this.label5.Text = "烫褪:"; |
|
|
|
//
|
|
|
|
// label6
|
|
|
|
//
|
|
|
|
this.label6.AutoSize = true; |
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label6.Location = new System.Drawing.Point(904, 98); |
|
|
|
this.label6.Name = "label6"; |
|
|
|
this.label6.Size = new System.Drawing.Size(69, 20); |
|
|
|
this.label6.TabIndex = 57; |
|
|
|
this.label6.Text = "毛剥:"; |
|
|
|
//
|
|
|
|
// tangNumber
|
|
|
|
//
|
|
|
|
this.tangNumber.AutoSize = true; |
|
|
|
this.tangNumber.Font = new System.Drawing.Font("宋体", 18F); |
|
|
|
this.tangNumber.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.tangNumber.Location = new System.Drawing.Point(837, 94); |
|
|
|
this.tangNumber.Name = "tangNumber"; |
|
|
|
this.tangNumber.Size = new System.Drawing.Size(22, 24); |
|
|
|
this.tangNumber.TabIndex = 58; |
|
|
|
this.tangNumber.Text = "0"; |
|
|
|
//
|
|
|
|
// maoNumber
|
|
|
|
//
|
|
|
|
this.maoNumber.AutoSize = true; |
|
|
|
this.maoNumber.Font = new System.Drawing.Font("宋体", 18F); |
|
|
|
this.maoNumber.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.maoNumber.Location = new System.Drawing.Point(969, 95); |
|
|
|
this.maoNumber.Name = "maoNumber"; |
|
|
|
this.maoNumber.Size = new System.Drawing.Size(22, 24); |
|
|
|
this.maoNumber.TabIndex = 59; |
|
|
|
this.maoNumber.Text = "0"; |
|
|
|
//
|
|
|
|
// label7
|
|
|
|
//
|
|
|
|
this.label7.AutoSize = true; |
|
|
|
this.label7.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label7.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.label7.Location = new System.Drawing.Point(390, 95); |
|
|
|
this.label7.Name = "label7"; |
|
|
|
this.label7.Size = new System.Drawing.Size(69, 20); |
|
|
|
this.label7.TabIndex = 60; |
|
|
|
this.label7.Text = "烫褪:"; |
|
|
|
//
|
|
|
|
// label8
|
|
|
|
//
|
|
|
|
this.label8.AutoSize = true; |
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label8.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.label8.Location = new System.Drawing.Point(390, 383); |
|
|
|
this.label8.Name = "label8"; |
|
|
|
this.label8.Size = new System.Drawing.Size(69, 20); |
|
|
|
this.label8.TabIndex = 61; |
|
|
|
this.label8.Text = "毛剥:"; |
|
|
|
//
|
|
|
|
// 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_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"; |
|
|
|
dataGridViewCellStyle15.Format = "#0.######"; |
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle15; |
|
|
|
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"; |
|
|
|
dataGridViewCellStyle16.Format = "HH:mm:ss"; |
|
|
|
dataGridViewCellStyle16.NullValue = null; |
|
|
|
this.H_Time.DefaultCellStyle = dataGridViewCellStyle16; |
|
|
|
this.H_Time.HeaderText = "时间"; |
|
|
|
this.H_Time.Name = "H_Time"; |
|
|
|
this.H_Time.ReadOnly = true; |
|
|
|
//
|
|
|
|
// H_Save
|
|
|
|
//
|
|
|
|
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle17.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); |
|
|
|
this.H_Save.DefaultCellStyle = dataGridViewCellStyle17; |
|
|
|
this.H_Save.HeaderText = "保存"; |
|
|
|
this.H_Save.Name = "H_Save"; |
|
|
|
this.H_Save.ReadOnly = true; |
|
|
|
this.H_Save.Text = "保存"; |
|
|
|
this.H_Save.UseColumnTextForButtonValue = true; |
|
|
|
//
|
|
|
|
// AddBtn
|
|
|
|
//
|
|
|
|
this.AddBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.AddBtn.Location = new System.Drawing.Point(1191, 93); |
|
|
|
this.AddBtn.Name = "AddBtn"; |
|
|
|
this.AddBtn.Size = new System.Drawing.Size(149, 39); |
|
|
|
this.AddBtn.TabIndex = 62; |
|
|
|
this.AddBtn.Text = "新增"; |
|
|
|
this.AddBtn.UseVisualStyleBackColor = true; |
|
|
|
this.AddBtn.Click += new System.EventHandler(this.AddBtn_Click); |
|
|
|
//
|
|
|
|
// deleteBtn
|
|
|
|
//
|
|
|
|
this.deleteBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.deleteBtn.Location = new System.Drawing.Point(1019, 93); |
|
|
|
this.deleteBtn.Name = "deleteBtn"; |
|
|
|
this.deleteBtn.Size = new System.Drawing.Size(149, 39); |
|
|
|
this.deleteBtn.TabIndex = 63; |
|
|
|
this.deleteBtn.Text = "删除"; |
|
|
|
this.deleteBtn.UseVisualStyleBackColor = true; |
|
|
|
this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click); |
|
|
|
//
|
|
|
|
// DataConfirm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(1362, 741); |
|
|
|
this.Controls.Add(this.deleteBtn); |
|
|
|
this.Controls.Add(this.AddBtn); |
|
|
|
this.Controls.Add(this.label8); |
|
|
|
this.Controls.Add(this.label7); |
|
|
|
this.Controls.Add(this.maoNumber); |
|
|
|
this.Controls.Add(this.tangNumber); |
|
|
|
this.Controls.Add(this.label6); |
|
|
|
this.Controls.Add(this.label5); |
|
|
|
this.Controls.Add(this.vScrollBar1); |
|
|
|
this.Controls.Add(this.weightGrid); |
|
|
|
this.Controls.Add(this.mbPanel); |
|
|
|
this.Controls.Add(this.ttPanel); |
|
|
|
this.Controls.Add(this.orderGridView); |
|
|
|
this.Controls.Add(this.rightIndex); |
|
|
|
this.Controls.Add(this.label4); |
|
|
|
this.Controls.Add(this.rightOrder); |
|
|
|
this.Controls.Add(this.label3); |
|
|
|
this.Controls.Add(this.rightBtn); |
|
|
|
this.Controls.Add(this.leftOrder); |
|
|
|
this.Controls.Add(this.label2); |
|
|
|
this.Controls.Add(this.leftBtn); |
|
|
|
this.Controls.Add(this.uDatePicker1); |
|
|
|
this.Controls.Add(this.label1); |
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; |
|
|
|
this.MaximizeBox = false; |
|
|
|
this.Name = "DataConfirm"; |
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|
|
|
this.Text = "数据校验"; |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGridView)).EndInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.weightGrid)).EndInit(); |
|
|
|
this.ResumeLayout(false); |
|
|
|
this.PerformLayout(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button leftBtn; |
|
|
|
private BWP.WinFormControl.UDatePicker uDatePicker1; |
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
private System.Windows.Forms.Label label2; |
|
|
|
private BWP.WinFormControl.UTextBoxWithPad leftOrder; |
|
|
|
private BWP.WinFormControl.UTextBoxWithPad rightOrder; |
|
|
|
private System.Windows.Forms.Label label3; |
|
|
|
private System.Windows.Forms.Button rightBtn; |
|
|
|
private BWP.WinFormControl.UTextBoxWithPad rightIndex; |
|
|
|
private System.Windows.Forms.Label label4; |
|
|
|
private BWP.WinFormControl.UDataGridView orderGridView; |
|
|
|
private System.Windows.Forms.VScrollBar vScrollBar1; |
|
|
|
private System.Windows.Forms.FlowLayoutPanel ttPanel; |
|
|
|
private System.Windows.Forms.FlowLayoutPanel mbPanel; |
|
|
|
private BWP.WinFormControl.UDataGridView weightGrid; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_Order; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_PlanNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_HotFadeNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn L_MaoNumber; |
|
|
|
private System.Windows.Forms.Label label5; |
|
|
|
private System.Windows.Forms.Label label6; |
|
|
|
private System.Windows.Forms.Label tangNumber; |
|
|
|
private System.Windows.Forms.Label maoNumber; |
|
|
|
private System.Windows.Forms.Label label7; |
|
|
|
private System.Windows.Forms.Label label8; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_SID; |
|
|
|
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.DataGridViewButtonColumn H_Save; |
|
|
|
private System.Windows.Forms.Button AddBtn; |
|
|
|
private System.Windows.Forms.Button deleteBtn; |
|
|
|
} |
|
|
|
} |