namespace WeighAndGrading { partial class AbnormalModifyForm { /// /// 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel4 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.flpKeyPanel = new System.Windows.Forms.FlowLayoutPanel(); this.uDataGridView1 = new BWP.WinFormControl.UDataGridView(); this.H_SID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Technics = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Livestock_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.H_Time = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label1 = new System.Windows.Forms.Label(); this.lblPaiZaiTT = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblPaiZaiMB = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lblWeightTT = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lblWeightMB = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lblWeightWeight = new System.Windows.Forms.Label(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).BeginInit(); this.SuspendLayout(); // // panel4 // this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.button1); this.panel4.Controls.Add(this.flpKeyPanel); this.panel4.Location = new System.Drawing.Point(504, 13); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(454, 510); this.panel4.TabIndex = 61; // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.Location = new System.Drawing.Point(161, 434); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(129, 54); this.button1.TabIndex = 45; this.button1.Text = "全部修改"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // flpKeyPanel // this.flpKeyPanel.Location = new System.Drawing.Point(3, 22); this.flpKeyPanel.Name = "flpKeyPanel"; this.flpKeyPanel.Padding = new System.Windows.Forms.Padding(25, 0, 0, 0); this.flpKeyPanel.Size = new System.Drawing.Size(446, 406); this.flpKeyPanel.TabIndex = 43; // // uDataGridView1 // this.uDataGridView1.AllowUserToAddRows = false; this.uDataGridView1.AllowUserToDeleteRows = false; this.uDataGridView1.AllowUserToResizeColumns = false; this.uDataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.uDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; this.uDataGridView1.BackgroundColor = System.Drawing.Color.White; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.uDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.uDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.uDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.H_SID, this.H_Livestock_ID, this.H_Index, this.H_Technics, this.H_Livestock_Name, this.H_Weight, this.H_Time}); this.uDataGridView1.Location = new System.Drawing.Point(12, 12); this.uDataGridView1.MultiSelect = false; this.uDataGridView1.Name = "uDataGridView1"; this.uDataGridView1.ReadOnly = true; this.uDataGridView1.RowHeadersVisible = false; dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); this.uDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle10; this.uDataGridView1.RowTemplate.Height = 40; this.uDataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.None; this.uDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.uDataGridView1.Size = new System.Drawing.Size(423, 511); this.uDataGridView1.TabIndex = 44; this.uDataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.uDataGridView1_CellClick); // // 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_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_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"; dataGridViewCellStyle8.Format = "#0.######"; this.H_Weight.DefaultCellStyle = dataGridViewCellStyle8; 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"; dataGridViewCellStyle9.Format = "HH:mm:ss"; dataGridViewCellStyle9.NullValue = null; this.H_Time.DefaultCellStyle = dataGridViewCellStyle9; this.H_Time.HeaderText = "时间"; this.H_Time.Name = "H_Time"; this.H_Time.ReadOnly = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(39, 547); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(76, 22); this.label1.TabIndex = 62; this.label1.Text = "烫褪:"; // // lblPaiZaiTT // this.lblPaiZaiTT.AutoSize = true; this.lblPaiZaiTT.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblPaiZaiTT.Location = new System.Drawing.Point(105, 547); this.lblPaiZaiTT.Name = "lblPaiZaiTT"; this.lblPaiZaiTT.Size = new System.Drawing.Size(0, 22); this.lblPaiZaiTT.TabIndex = 62; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(198, 547); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 22); this.label3.TabIndex = 62; this.label3.Text = "毛剥:"; // // lblPaiZaiMB // this.lblPaiZaiMB.AutoSize = true; this.lblPaiZaiMB.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblPaiZaiMB.Location = new System.Drawing.Point(266, 547); this.lblPaiZaiMB.Name = "lblPaiZaiMB"; this.lblPaiZaiMB.Size = new System.Drawing.Size(0, 22); this.lblPaiZaiMB.TabIndex = 62; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(502, 547); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(76, 22); this.label5.TabIndex = 62; this.label5.Text = "烫褪:"; // // lblWeightTT // this.lblWeightTT.AutoSize = true; this.lblWeightTT.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblWeightTT.Location = new System.Drawing.Point(566, 547); this.lblWeightTT.Name = "lblWeightTT"; this.lblWeightTT.Size = new System.Drawing.Size(0, 22); this.lblWeightTT.TabIndex = 62; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(641, 547); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(76, 22); this.label7.TabIndex = 62; this.label7.Text = "毛剥:"; // // lblWeightMB // this.lblWeightMB.AutoSize = true; this.lblWeightMB.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblWeightMB.Location = new System.Drawing.Point(707, 547); this.lblWeightMB.Name = "lblWeightMB"; this.lblWeightMB.Size = new System.Drawing.Size(0, 22); this.lblWeightMB.TabIndex = 62; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(778, 547); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(76, 22); this.label9.TabIndex = 62; this.label9.Text = "重量:"; // // lblWeightWeight // this.lblWeightWeight.AutoSize = true; this.lblWeightWeight.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblWeightWeight.Location = new System.Drawing.Point(855, 547); this.lblWeightWeight.Name = "lblWeightWeight"; this.lblWeightWeight.Size = new System.Drawing.Size(0, 22); this.lblWeightWeight.TabIndex = 62; // // AbnormalModifyForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(970, 590); this.Controls.Add(this.lblWeightWeight); this.Controls.Add(this.label9); this.Controls.Add(this.lblWeightMB); this.Controls.Add(this.label7); this.Controls.Add(this.lblPaiZaiMB); this.Controls.Add(this.lblWeightTT); this.Controls.Add(this.label3); this.Controls.Add(this.label5); this.Controls.Add(this.lblPaiZaiTT); this.Controls.Add(this.label1); this.Controls.Add(this.uDataGridView1); this.Controls.Add(this.panel4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AbnormalModifyForm"; this.Text = "异常修改"; this.Load += new System.EventHandler(this.AbnormalModifyForm_Load); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel4; private System.Windows.Forms.FlowLayoutPanel flpKeyPanel; private BWP.WinFormControl.UDataGridView uDataGridView1; private System.Windows.Forms.Button button1; private System.Windows.Forms.DataGridViewTextBoxColumn H_SID; private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_ID; private System.Windows.Forms.DataGridViewTextBoxColumn H_Index; private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics; private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_Name; private System.Windows.Forms.DataGridViewTextBoxColumn H_Weight; private System.Windows.Forms.DataGridViewTextBoxColumn H_Time; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblPaiZaiTT; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblPaiZaiMB; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label lblWeightTT; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblWeightMB; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label lblWeightWeight; } }