namespace WeighAndGrading { partial class DataConfirm { /// /// 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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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.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.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.rightVScrollBar = 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.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.AddBtn = new System.Windows.Forms.Button(); this.deleteBtn = new System.Windows.Forms.Button(); this.tangW = new System.Windows.Forms.Label(); this.maoW = new System.Windows.Forms.Label(); this.tangBtn = new System.Windows.Forms.Button(); this.maoBtn = new System.Windows.Forms.Button(); this.leftVScrollBar = new System.Windows.Forms.VScrollBar(); this.H_SID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Technics = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Technics_Name = 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(); ((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(527, 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(373, 18); this.leftOrder.Name = "leftOrder"; this.leftOrder.Size = new System.Drawing.Size(103, 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(936, 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(841, 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(1294, 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(1154, 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(1072, 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; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.orderGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.orderGridView.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.orderGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; 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; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black; this.orderGridView.RowsDefaultCellStyle = dataGridViewCellStyle3; 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, 617); this.orderGridView.TabIndex = 13; this.orderGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGridView_CellClick); // // 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; // // rightVScrollBar // this.rightVScrollBar.Location = new System.Drawing.Point(1403, 185); this.rightVScrollBar.Name = "rightVScrollBar"; this.rightVScrollBar.Size = new System.Drawing.Size(40, 525); this.rightVScrollBar.TabIndex = 52; // // ttPanel // this.ttPanel.Location = new System.Drawing.Point(461, 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(461, 432); 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; dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.weightGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; this.weightGrid.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.weightGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; this.weightGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.weightGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.H_SID, this.H_Technics, this.H_Livestock_ID, this.H_Index, this.H_Order, this.H_Technics_Name, this.H_Livestock_Name, this.H_Weight, this.H_Time, this.H_Save}); this.weightGrid.Location = new System.Drawing.Point(843, 185); this.weightGrid.MultiSelect = false; this.weightGrid.Name = "weightGrid"; this.weightGrid.ReadOnly = true; this.weightGrid.RowHeadersVisible = false; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); this.weightGrid.RowsDefaultCellStyle = dataGridViewCellStyle9; 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, 525); 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); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 15F); this.label5.Location = new System.Drawing.Point(841, 75); 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(1036, 78); 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(911, 74); 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(1101, 75); 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(465, 91); 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(465, 407); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(69, 20); this.label8.TabIndex = 61; this.label8.Text = "毛剥:"; // // AddBtn // this.AddBtn.Font = new System.Drawing.Font("宋体", 15F); this.AddBtn.Location = new System.Drawing.Point(1294, 73); 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(1294, 128); 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); // // tangW // this.tangW.AutoSize = true; this.tangW.Font = new System.Drawing.Font("宋体", 18F); this.tangW.ForeColor = System.Drawing.Color.Red; this.tangW.Location = new System.Drawing.Point(888, 108); this.tangW.Name = "tangW"; this.tangW.Size = new System.Drawing.Size(22, 24); this.tangW.TabIndex = 66; this.tangW.Text = "0"; // // maoW // this.maoW.AutoSize = true; this.maoW.Font = new System.Drawing.Font("宋体", 18F); this.maoW.ForeColor = System.Drawing.Color.Red; this.maoW.Location = new System.Drawing.Point(1073, 108); this.maoW.Name = "maoW"; this.maoW.Size = new System.Drawing.Size(22, 24); this.maoW.TabIndex = 67; this.maoW.Text = "0"; // // tangBtn // this.tangBtn.Font = new System.Drawing.Font("宋体", 15F); this.tangBtn.Location = new System.Drawing.Point(842, 140); this.tangBtn.Name = "tangBtn"; this.tangBtn.Size = new System.Drawing.Size(149, 39); this.tangBtn.TabIndex = 68; this.tangBtn.Text = "烫褪"; this.tangBtn.UseVisualStyleBackColor = true; this.tangBtn.Click += new System.EventHandler(this.tangBtn_Click); // // maoBtn // this.maoBtn.Font = new System.Drawing.Font("宋体", 15F); this.maoBtn.Location = new System.Drawing.Point(1037, 140); this.maoBtn.Name = "maoBtn"; this.maoBtn.Size = new System.Drawing.Size(149, 39); this.maoBtn.TabIndex = 69; this.maoBtn.Text = "毛剥"; this.maoBtn.UseVisualStyleBackColor = true; this.maoBtn.Click += new System.EventHandler(this.maoBtn_Click); // // leftVScrollBar // this.leftVScrollBar.Location = new System.Drawing.Point(384, 93); this.leftVScrollBar.Name = "leftVScrollBar"; this.leftVScrollBar.Size = new System.Drawing.Size(40, 617); this.leftVScrollBar.TabIndex = 70; // // 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_Technics // this.H_Technics.DataPropertyName = "Technics"; this.H_Technics.HeaderText = "Technics"; this.H_Technics.Name = "H_Technics"; this.H_Technics.ReadOnly = true; this.H_Technics.Visible = false; // // H_Livestock_ID // this.H_Livestock_ID.DataPropertyName = "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_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_Name // this.H_Technics_Name.DataPropertyName = "Technics_Name"; this.H_Technics_Name.HeaderText = "工艺"; this.H_Technics_Name.Name = "H_Technics_Name"; this.H_Technics_Name.ReadOnly = true; this.H_Technics_Name.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"; dataGridViewCellStyle6.Format = "#0.######"; this.H_Weight.DefaultCellStyle = dataGridViewCellStyle6; 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"; dataGridViewCellStyle7.Format = "HH:mm:ss"; dataGridViewCellStyle7.NullValue = null; this.H_Time.DefaultCellStyle = dataGridViewCellStyle7; this.H_Time.HeaderText = "时间"; this.H_Time.Name = "H_Time"; this.H_Time.ReadOnly = true; // // H_Save // dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.H_Save.DefaultCellStyle = dataGridViewCellStyle8; this.H_Save.HeaderText = "保存"; this.H_Save.Name = "H_Save"; this.H_Save.ReadOnly = true; this.H_Save.Text = "保存"; this.H_Save.UseColumnTextForButtonValue = true; // // DataConfirm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1471, 741); this.Controls.Add(this.leftVScrollBar); this.Controls.Add(this.maoBtn); this.Controls.Add(this.tangBtn); this.Controls.Add(this.maoW); this.Controls.Add(this.tangW); 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.rightVScrollBar); 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 rightVScrollBar; 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.Button AddBtn; private System.Windows.Forms.Button deleteBtn; private System.Windows.Forms.Label tangW; private System.Windows.Forms.Label maoW; private System.Windows.Forms.Button tangBtn; private System.Windows.Forms.Button maoBtn; private System.Windows.Forms.VScrollBar leftVScrollBar; private System.Windows.Forms.DataGridViewTextBoxColumn H_SID; private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics; private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_ID; private System.Windows.Forms.DataGridViewTextBoxColumn H_Index; private System.Windows.Forms.DataGridViewTextBoxColumn H_Order; private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics_Name; 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; } }