namespace WeighAndGrading { partial class DataViewForm { /// /// 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 dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle(); this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_IsDrop = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Technics = 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.butcherTimeInput = new BWP.WinFormControl.UDatePicker(); this.stateLabel = new System.Windows.Forms.Label(); this.modifyPanel = new System.Windows.Forms.Panel(); this.flagLabel = new System.Windows.Forms.Label(); this.withOkPanel = new System.Windows.Forms.Panel(); this.numberInput = new System.Windows.Forms.TextBox(); this.SaveBtn = new System.Windows.Forms.Button(); this.cancelBtn = new System.Windows.Forms.Button(); this.discontPanel = new System.Windows.Forms.FlowLayoutPanel(); this.H_SID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataConfirmBtn = new System.Windows.Forms.Button(); this.vScrollBar2 = new System.Windows.Forms.VScrollBar(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tangTotal = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.tangScrollBar = new System.Windows.Forms.VScrollBar(); this.ttPanel = new System.Windows.Forms.FlowLayoutPanel(); this.lblTangTui = new System.Windows.Forms.Label(); this.tangGridView = new BWP.WinFormControl.UDataGridView(); this.T_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_WeightID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.T_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.alreadyLabel = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.orderLabel = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.syncBtn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.label12 = new System.Windows.Forms.Label(); this.historyGrid = new BWP.WinFormControl.UDataGridView(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.maoTotal = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.maoScrollBar = new System.Windows.Forms.VScrollBar(); this.maoGridView = new BWP.WinFormControl.UDataGridView(); this.M_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_WeightID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.M_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.mbPanel = new System.Windows.Forms.FlowLayoutPanel(); this.keyPanel = new System.Windows.Forms.FlowLayoutPanel(); this.lblMaoBo = new System.Windows.Forms.Label(); this.dropPigBtn = new System.Windows.Forms.Button(); this.discontBtn = new System.Windows.Forms.Button(); this.statePic = new System.Windows.Forms.PictureBox(); this.printBtn = new System.Windows.Forms.Button(); this.isPrintCheckBox = new System.Windows.Forms.CheckBox(); this.modifyPanel.SuspendLayout(); this.withOkPanel.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tangGridView)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.historyGrid)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.maoGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.statePic)).BeginInit(); this.SuspendLayout(); // // 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_IsDrop // this.H_IsDrop.DataPropertyName = "IsDrop"; this.H_IsDrop.HeaderText = "IsDrop"; this.H_IsDrop.Name = "H_IsDrop"; this.H_IsDrop.ReadOnly = true; this.H_IsDrop.Visible = false; // // H_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_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 = 110; // // H_Weight // this.H_Weight.DataPropertyName = "Weight"; dataGridViewCellStyle34.Format = "#0.######"; this.H_Weight.DefaultCellStyle = dataGridViewCellStyle34; 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"; dataGridViewCellStyle35.Format = "HH:mm:ss"; dataGridViewCellStyle35.NullValue = null; this.H_Time.DefaultCellStyle = dataGridViewCellStyle35; this.H_Time.HeaderText = "时间"; this.H_Time.Name = "H_Time"; this.H_Time.ReadOnly = 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(120, 37); this.butcherTimeInput.Name = "butcherTimeInput"; this.butcherTimeInput.Size = new System.Drawing.Size(133, 30); this.butcherTimeInput.TabIndex = 44; this.butcherTimeInput.Text = "2017/09/05"; this.butcherTimeInput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.butcherTimeInput.Type = BWP.WinFormControl.DateTimeType.Date; // // stateLabel // this.stateLabel.AutoSize = true; this.stateLabel.Font = new System.Drawing.Font("宋体", 15F); this.stateLabel.ForeColor = System.Drawing.Color.Blue; this.stateLabel.Location = new System.Drawing.Point(-1, 19); this.stateLabel.Name = "stateLabel"; this.stateLabel.Size = new System.Drawing.Size(249, 20); this.stateLabel.TabIndex = 35; this.stateLabel.Text = "您正在修改序号为 1000 的"; // // modifyPanel // this.modifyPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.modifyPanel.Controls.Add(this.flagLabel); this.modifyPanel.Controls.Add(this.withOkPanel); this.modifyPanel.Controls.Add(this.cancelBtn); this.modifyPanel.Controls.Add(this.stateLabel); this.modifyPanel.Location = new System.Drawing.Point(827, 615); this.modifyPanel.Name = "modifyPanel"; this.modifyPanel.Size = new System.Drawing.Size(596, 57); this.modifyPanel.TabIndex = 60; this.modifyPanel.Visible = false; // // flagLabel // this.flagLabel.AutoSize = true; this.flagLabel.Font = new System.Drawing.Font("宋体", 15F); this.flagLabel.ForeColor = System.Drawing.Color.Red; this.flagLabel.Location = new System.Drawing.Point(242, 19); this.flagLabel.Name = "flagLabel"; this.flagLabel.Size = new System.Drawing.Size(49, 20); this.flagLabel.TabIndex = 53; this.flagLabel.Text = "信息"; // // withOkPanel // this.withOkPanel.Controls.Add(this.numberInput); this.withOkPanel.Controls.Add(this.SaveBtn); this.withOkPanel.Location = new System.Drawing.Point(294, 4); this.withOkPanel.Name = "withOkPanel"; this.withOkPanel.Size = new System.Drawing.Size(192, 48); this.withOkPanel.TabIndex = 53; // // numberInput // this.numberInput.Font = new System.Drawing.Font("宋体", 15F); this.numberInput.ForeColor = System.Drawing.Color.Red; this.numberInput.Location = new System.Drawing.Point(4, 9); this.numberInput.Name = "numberInput"; this.numberInput.Size = new System.Drawing.Size(72, 30); this.numberInput.TabIndex = 40; // // SaveBtn // this.SaveBtn.Font = new System.Drawing.Font("宋体", 15F); this.SaveBtn.ForeColor = System.Drawing.Color.Red; this.SaveBtn.Location = new System.Drawing.Point(86, 3); this.SaveBtn.Name = "SaveBtn"; this.SaveBtn.Size = new System.Drawing.Size(102, 43); this.SaveBtn.TabIndex = 39; this.SaveBtn.Text = "确定"; this.SaveBtn.UseVisualStyleBackColor = true; // // cancelBtn // this.cancelBtn.Font = new System.Drawing.Font("宋体", 15F); this.cancelBtn.ForeColor = System.Drawing.Color.Red; this.cancelBtn.Location = new System.Drawing.Point(489, 8); 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); // // discontPanel // this.discontPanel.Location = new System.Drawing.Point(1355, 115); this.discontPanel.Name = "discontPanel"; this.discontPanel.Size = new System.Drawing.Size(71, 479); this.discontPanel.TabIndex = 57; // // 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; // // dataConfirmBtn // this.dataConfirmBtn.Font = new System.Drawing.Font("宋体", 15F); this.dataConfirmBtn.Location = new System.Drawing.Point(1321, 16); this.dataConfirmBtn.Name = "dataConfirmBtn"; this.dataConfirmBtn.Size = new System.Drawing.Size(102, 54); this.dataConfirmBtn.TabIndex = 67; this.dataConfirmBtn.Text = "数据校验"; this.dataConfirmBtn.UseVisualStyleBackColor = true; this.dataConfirmBtn.Click += new System.EventHandler(this.dataConfirmBtn_Click); // // vScrollBar2 // this.vScrollBar2.Location = new System.Drawing.Point(479, 36); this.vScrollBar2.Name = "vScrollBar2"; this.vScrollBar2.Size = new System.Drawing.Size(40, 450); this.vScrollBar2.TabIndex = 52; // // groupBox1 // this.groupBox1.Controls.Add(this.tangTotal); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.tangScrollBar); this.groupBox1.Controls.Add(this.ttPanel); this.groupBox1.Controls.Add(this.lblTangTui); this.groupBox1.Controls.Add(this.tangGridView); this.groupBox1.Location = new System.Drawing.Point(16, 108); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(783, 344); this.groupBox1.TabIndex = 50; this.groupBox1.TabStop = false; this.groupBox1.Text = "烫褪"; // // tangTotal // this.tangTotal.AutoSize = true; this.tangTotal.Font = new System.Drawing.Font("宋体", 18F); this.tangTotal.ForeColor = System.Drawing.Color.Red; this.tangTotal.Location = new System.Drawing.Point(312, -5); this.tangTotal.Name = "tangTotal"; this.tangTotal.Size = new System.Drawing.Size(22, 24); this.tangTotal.TabIndex = 55; this.tangTotal.Text = "0"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("宋体", 15F); this.label8.Location = new System.Drawing.Point(207, -1); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(109, 20); this.label8.TabIndex = 54; this.label8.Text = "已宰合计:"; // // tangScrollBar // this.tangScrollBar.Location = new System.Drawing.Point(373, 36); this.tangScrollBar.Name = "tangScrollBar"; this.tangScrollBar.Size = new System.Drawing.Size(40, 286); this.tangScrollBar.TabIndex = 51; // // ttPanel // this.ttPanel.Location = new System.Drawing.Point(431, 35); this.ttPanel.Name = "ttPanel"; this.ttPanel.Size = new System.Drawing.Size(337, 287); this.ttPanel.TabIndex = 0; // // lblTangTui // this.lblTangTui.AutoSize = true; this.lblTangTui.Font = new System.Drawing.Font("宋体", 15F); this.lblTangTui.Location = new System.Drawing.Point(6, -1); this.lblTangTui.Name = "lblTangTui"; this.lblTangTui.Size = new System.Drawing.Size(49, 20); this.lblTangTui.TabIndex = 32; this.lblTangTui.Text = "烫褪"; // // tangGridView // this.tangGridView.AllowUserToAddRows = false; this.tangGridView.AllowUserToDeleteRows = false; this.tangGridView.AllowUserToResizeColumns = false; this.tangGridView.AllowUserToResizeRows = false; dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.tangGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle36; this.tangGridView.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle37.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle37.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle37.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.tangGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37; this.tangGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.tangGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.T_OrderDetail_ID, this.T_Finish, this.T_WeightID, this.T_Order, this.T_Number, this.T_Already}); this.tangGridView.Location = new System.Drawing.Point(10, 36); this.tangGridView.MultiSelect = false; this.tangGridView.Name = "tangGridView"; this.tangGridView.ReadOnly = true; this.tangGridView.RowHeadersVisible = false; dataGridViewCellStyle38.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle38.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle38.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); dataGridViewCellStyle38.SelectionForeColor = System.Drawing.Color.Black; this.tangGridView.RowsDefaultCellStyle = dataGridViewCellStyle38; this.tangGridView.RowTemplate.Height = 65; this.tangGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tangGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.tangGridView.Size = new System.Drawing.Size(363, 286); this.tangGridView.TabIndex = 4; this.tangGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.tangGridView_CellClick); // // T_OrderDetail_ID // this.T_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; this.T_OrderDetail_ID.HeaderText = "OrderDetail_ID"; this.T_OrderDetail_ID.Name = "T_OrderDetail_ID"; this.T_OrderDetail_ID.ReadOnly = true; this.T_OrderDetail_ID.Visible = false; // // T_Finish // this.T_Finish.DataPropertyName = "Finish"; this.T_Finish.HeaderText = "Finish"; this.T_Finish.Name = "T_Finish"; this.T_Finish.ReadOnly = true; this.T_Finish.Visible = false; // // T_WeightID // this.T_WeightID.DataPropertyName = "WeightID"; this.T_WeightID.HeaderText = "磅单号"; this.T_WeightID.Name = "T_WeightID"; this.T_WeightID.ReadOnly = true; this.T_WeightID.Width = 90; // // T_Order // this.T_Order.DataPropertyName = "Order"; this.T_Order.HeaderText = "顺序号"; this.T_Order.Name = "T_Order"; this.T_Order.ReadOnly = true; this.T_Order.Width = 90; // // T_Number // this.T_Number.DataPropertyName = "Number"; this.T_Number.HeaderText = "头数"; this.T_Number.Name = "T_Number"; this.T_Number.ReadOnly = true; this.T_Number.Width = 85; // // T_Already // this.T_Already.DataPropertyName = "Already"; this.T_Already.HeaderText = "已宰"; this.T_Already.Name = "T_Already"; this.T_Already.ReadOnly = true; this.T_Already.Width = 85; // // alreadyLabel // this.alreadyLabel.AutoSize = true; this.alreadyLabel.Font = new System.Drawing.Font("宋体", 15F); this.alreadyLabel.Location = new System.Drawing.Point(706, 70); this.alreadyLabel.Name = "alreadyLabel"; this.alreadyLabel.Size = new System.Drawing.Size(19, 20); this.alreadyLabel.TabIndex = 49; this.alreadyLabel.Text = "0"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 15F); this.label4.Location = new System.Drawing.Point(605, 70); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(109, 20); this.label4.TabIndex = 48; this.label4.Text = "已宰头数:"; // // orderLabel // this.orderLabel.AutoSize = true; this.orderLabel.Font = new System.Drawing.Font("宋体", 15F); this.orderLabel.Location = new System.Drawing.Point(554, 70); this.orderLabel.Name = "orderLabel"; this.orderLabel.Size = new System.Drawing.Size(19, 20); this.orderLabel.TabIndex = 47; this.orderLabel.Text = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 15F); this.label2.Location = new System.Drawing.Point(449, 70); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(109, 20); this.label2.TabIndex = 46; this.label2.Text = "屠宰顺序:"; // // syncBtn // this.syncBtn.Font = new System.Drawing.Font("宋体", 15F); this.syncBtn.Location = new System.Drawing.Point(278, 31); this.syncBtn.Name = "syncBtn"; this.syncBtn.Size = new System.Drawing.Size(102, 43); this.syncBtn.TabIndex = 45; this.syncBtn.Text = "同步数据"; this.syncBtn.UseVisualStyleBackColor = true; this.syncBtn.Click += new System.EventHandler(this.syncBtn_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 15F); this.label1.Location = new System.Drawing.Point(16, 42); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(109, 20); this.label1.TabIndex = 43; this.label1.Text = "宰杀日期:"; // // 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, 108); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(520, 500); this.groupBox3.TabIndex = 52; this.groupBox3.TabStop = false; this.groupBox3.Text = "记录"; // // 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; dataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.historyGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle39; this.historyGrid.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle40.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle40.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle40.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle40.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle40.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle40.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.historyGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle40; this.historyGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.historyGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.H_SID, this.H_Livestock_ID, this.H_IsDrop, this.H_Technics, this.H_Index, this.H_Order, this.H_Technics_Name, this.H_Livestock_Name, this.H_Weight, this.H_Time}); this.historyGrid.Location = new System.Drawing.Point(1, 36); this.historyGrid.MultiSelect = false; this.historyGrid.Name = "historyGrid"; this.historyGrid.ReadOnly = true; this.historyGrid.RowHeadersVisible = false; dataGridViewCellStyle41.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle41.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle41.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); dataGridViewCellStyle41.SelectionForeColor = System.Drawing.Color.Black; this.historyGrid.RowsDefaultCellStyle = dataGridViewCellStyle41; this.historyGrid.RowTemplate.Height = 55; this.historyGrid.ScrollBars = System.Windows.Forms.ScrollBars.None; this.historyGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.historyGrid.Size = new System.Drawing.Size(478, 450); this.historyGrid.TabIndex = 0; this.historyGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.historyGrid_CellClick); // // groupBox2 // this.groupBox2.Controls.Add(this.maoTotal); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.maoScrollBar); this.groupBox2.Controls.Add(this.maoGridView); this.groupBox2.Controls.Add(this.mbPanel); this.groupBox2.Location = new System.Drawing.Point(16, 470); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(783, 353); this.groupBox2.TabIndex = 51; this.groupBox2.TabStop = false; this.groupBox2.Text = "毛剥"; // // maoTotal // this.maoTotal.AutoSize = true; this.maoTotal.Font = new System.Drawing.Font("宋体", 18F); this.maoTotal.ForeColor = System.Drawing.Color.Red; this.maoTotal.Location = new System.Drawing.Point(312, -5); this.maoTotal.Name = "maoTotal"; this.maoTotal.Size = new System.Drawing.Size(22, 24); this.maoTotal.TabIndex = 53; this.maoTotal.Text = "0"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 15F); this.label3.Location = new System.Drawing.Point(6, -1); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(49, 20); this.label3.TabIndex = 52; this.label3.Text = "毛剥"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("宋体", 15F); this.label6.Location = new System.Drawing.Point(207, -1); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(109, 20); this.label6.TabIndex = 52; this.label6.Text = "已宰合计:"; // // maoScrollBar // this.maoScrollBar.Location = new System.Drawing.Point(373, 35); this.maoScrollBar.Name = "maoScrollBar"; this.maoScrollBar.Size = new System.Drawing.Size(40, 298); this.maoScrollBar.TabIndex = 52; // // maoGridView // this.maoGridView.AllowUserToAddRows = false; this.maoGridView.AllowUserToDeleteRows = false; this.maoGridView.AllowUserToResizeColumns = false; this.maoGridView.AllowUserToResizeRows = false; dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.maoGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle42; this.maoGridView.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle43.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle43.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle43.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.maoGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle43; this.maoGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.maoGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.M_OrderDetail_ID, this.M_Finish, this.M_WeightID, this.M_Order, this.M_Number, this.M_Already}); this.maoGridView.Location = new System.Drawing.Point(10, 35); this.maoGridView.MultiSelect = false; this.maoGridView.Name = "maoGridView"; this.maoGridView.ReadOnly = true; this.maoGridView.RowHeadersVisible = false; dataGridViewCellStyle44.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle44.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle44.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); dataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.Black; this.maoGridView.RowsDefaultCellStyle = dataGridViewCellStyle44; this.maoGridView.RowTemplate.Height = 65; this.maoGridView.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal; this.maoGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.maoGridView.Size = new System.Drawing.Size(363, 298); this.maoGridView.TabIndex = 33; this.maoGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.maoGridView_CellClick); // // M_OrderDetail_ID // this.M_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; this.M_OrderDetail_ID.HeaderText = "OrderDetail_ID"; this.M_OrderDetail_ID.Name = "M_OrderDetail_ID"; this.M_OrderDetail_ID.ReadOnly = true; this.M_OrderDetail_ID.Visible = false; // // M_Finish // this.M_Finish.DataPropertyName = "Finish"; this.M_Finish.HeaderText = "Finish"; this.M_Finish.Name = "M_Finish"; this.M_Finish.ReadOnly = true; this.M_Finish.Visible = false; // // M_WeightID // this.M_WeightID.DataPropertyName = "WeightID"; this.M_WeightID.HeaderText = "磅单号"; this.M_WeightID.Name = "M_WeightID"; this.M_WeightID.ReadOnly = true; this.M_WeightID.Width = 90; // // M_Order // this.M_Order.DataPropertyName = "Order"; this.M_Order.HeaderText = "顺序号"; this.M_Order.Name = "M_Order"; this.M_Order.ReadOnly = true; this.M_Order.Width = 90; // // M_Number // this.M_Number.DataPropertyName = "Number"; this.M_Number.HeaderText = "头数"; this.M_Number.Name = "M_Number"; this.M_Number.ReadOnly = true; this.M_Number.Width = 85; // // M_Already // this.M_Already.DataPropertyName = "Already"; this.M_Already.HeaderText = "已宰"; this.M_Already.Name = "M_Already"; this.M_Already.ReadOnly = true; this.M_Already.Width = 85; // // mbPanel // this.mbPanel.Location = new System.Drawing.Point(431, 35); this.mbPanel.Name = "mbPanel"; this.mbPanel.Size = new System.Drawing.Size(337, 298); this.mbPanel.TabIndex = 1; // // keyPanel // this.keyPanel.Location = new System.Drawing.Point(827, 681); this.keyPanel.Name = "keyPanel"; this.keyPanel.Size = new System.Drawing.Size(596, 155); this.keyPanel.TabIndex = 43; // // lblMaoBo // this.lblMaoBo.AutoSize = true; this.lblMaoBo.Font = new System.Drawing.Font("宋体", 15F); this.lblMaoBo.Location = new System.Drawing.Point(22, 469); this.lblMaoBo.Name = "lblMaoBo"; this.lblMaoBo.Size = new System.Drawing.Size(49, 20); this.lblMaoBo.TabIndex = 56; this.lblMaoBo.Text = "毛剥"; // // dropPigBtn // this.dropPigBtn.Font = new System.Drawing.Font("宋体", 15F); this.dropPigBtn.Location = new System.Drawing.Point(1185, 16); this.dropPigBtn.Name = "dropPigBtn"; this.dropPigBtn.Size = new System.Drawing.Size(102, 54); this.dropPigBtn.TabIndex = 64; this.dropPigBtn.Text = "掉猪"; this.dropPigBtn.UseVisualStyleBackColor = true; this.dropPigBtn.Click += new System.EventHandler(this.dropPigBtn_Click); // // discontBtn // this.discontBtn.Font = new System.Drawing.Font("宋体", 15F); this.discontBtn.Location = new System.Drawing.Point(1052, 16); this.discontBtn.Name = "discontBtn"; this.discontBtn.Size = new System.Drawing.Size(102, 54); this.discontBtn.TabIndex = 61; this.discontBtn.Text = "扣重项"; this.discontBtn.UseVisualStyleBackColor = true; this.discontBtn.Click += new System.EventHandler(this.discontBtn_Click); // // statePic // this.statePic.ErrorImage = null; this.statePic.InitialImage = null; this.statePic.Location = new System.Drawing.Point(817, 42); this.statePic.Name = "statePic"; this.statePic.Size = new System.Drawing.Size(30, 30); this.statePic.TabIndex = 62; this.statePic.TabStop = false; // // printBtn // this.printBtn.Font = new System.Drawing.Font("宋体", 15F); this.printBtn.Location = new System.Drawing.Point(922, 16); this.printBtn.Name = "printBtn"; this.printBtn.Size = new System.Drawing.Size(102, 54); this.printBtn.TabIndex = 54; this.printBtn.Text = "打印选中"; this.printBtn.UseVisualStyleBackColor = true; this.printBtn.Click += new System.EventHandler(this.printBtn_Click); // // isPrintCheckBox // this.isPrintCheckBox.AutoSize = true; this.isPrintCheckBox.Font = new System.Drawing.Font("宋体", 15F); this.isPrintCheckBox.Location = new System.Drawing.Point(808, 12); this.isPrintCheckBox.Name = "isPrintCheckBox"; this.isPrintCheckBox.Size = new System.Drawing.Size(108, 24); this.isPrintCheckBox.TabIndex = 68; this.isPrintCheckBox.Text = "打印条码"; this.isPrintCheckBox.UseVisualStyleBackColor = true; // // DataViewForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1438, 845); this.Controls.Add(this.keyPanel); this.Controls.Add(this.isPrintCheckBox); this.Controls.Add(this.printBtn); this.Controls.Add(this.butcherTimeInput); this.Controls.Add(this.modifyPanel); this.Controls.Add(this.dropPigBtn); this.Controls.Add(this.statePic); this.Controls.Add(this.discontPanel); this.Controls.Add(this.discontBtn); this.Controls.Add(this.dataConfirmBtn); this.Controls.Add(this.groupBox1); this.Controls.Add(this.alreadyLabel); this.Controls.Add(this.label4); this.Controls.Add(this.orderLabel); this.Controls.Add(this.label2); this.Controls.Add(this.syncBtn); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.lblMaoBo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "DataViewForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "数据实时校验"; this.modifyPanel.ResumeLayout(false); this.modifyPanel.PerformLayout(); this.withOkPanel.ResumeLayout(false); this.withOkPanel.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tangGridView)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.historyGrid)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.maoGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.statePic)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_ID; private System.Windows.Forms.DataGridViewTextBoxColumn H_IsDrop; private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics; 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 BWP.WinFormControl.UDatePicker butcherTimeInput; private System.Windows.Forms.Label stateLabel; private System.Windows.Forms.Panel modifyPanel; private System.Windows.Forms.Button cancelBtn; private System.Windows.Forms.FlowLayoutPanel discontPanel; private System.Windows.Forms.DataGridViewTextBoxColumn H_SID; private System.Windows.Forms.Button dataConfirmBtn; private System.Windows.Forms.VScrollBar vScrollBar2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.VScrollBar tangScrollBar; private System.Windows.Forms.FlowLayoutPanel ttPanel; private System.Windows.Forms.Label lblTangTui; private BWP.WinFormControl.UDataGridView tangGridView; private System.Windows.Forms.Label alreadyLabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label orderLabel; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button syncBtn; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Label label12; private BWP.WinFormControl.UDataGridView historyGrid; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.VScrollBar maoScrollBar; private BWP.WinFormControl.UDataGridView maoGridView; private System.Windows.Forms.FlowLayoutPanel mbPanel; private System.Windows.Forms.Label lblMaoBo; private System.Windows.Forms.Button dropPigBtn; private System.Windows.Forms.Button discontBtn; private System.Windows.Forms.PictureBox statePic; private System.Windows.Forms.Button printBtn; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox isPrintCheckBox; private System.Windows.Forms.FlowLayoutPanel keyPanel; private System.Windows.Forms.Panel withOkPanel; private System.Windows.Forms.TextBox numberInput; private System.Windows.Forms.Button SaveBtn; private System.Windows.Forms.Label flagLabel; private System.Windows.Forms.DataGridViewTextBoxColumn T_OrderDetail_ID; private System.Windows.Forms.DataGridViewTextBoxColumn T_Finish; private System.Windows.Forms.DataGridViewTextBoxColumn T_WeightID; private System.Windows.Forms.DataGridViewTextBoxColumn T_Order; private System.Windows.Forms.DataGridViewTextBoxColumn T_Number; private System.Windows.Forms.DataGridViewTextBoxColumn T_Already; private System.Windows.Forms.DataGridViewTextBoxColumn M_OrderDetail_ID; private System.Windows.Forms.DataGridViewTextBoxColumn M_Finish; private System.Windows.Forms.DataGridViewTextBoxColumn M_WeightID; private System.Windows.Forms.DataGridViewTextBoxColumn M_Order; private System.Windows.Forms.DataGridViewTextBoxColumn M_Number; private System.Windows.Forms.DataGridViewTextBoxColumn M_Already; private System.Windows.Forms.Label tangTotal; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label maoTotal; private System.Windows.Forms.Label label6; } }