|
|
|
@ -13,6 +13,7 @@ |
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
protected override void Dispose(bool disposing) |
|
|
|
{ |
|
|
|
mainIsRun = false; |
|
|
|
if (disposing && (components != null)) |
|
|
|
{ |
|
|
|
components.Dispose(); |
|
|
|
@ -28,22 +29,23 @@ |
|
|
|
/// </summary>
|
|
|
|
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 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(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
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 dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
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(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle45 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.panel1 = new System.Windows.Forms.Panel(); |
|
|
|
this.weightSet = new System.Windows.Forms.Button(); |
|
|
|
this.weightControl = new BWP.WinFormControl.WeightControl(); |
|
|
|
this.exitBtn = new System.Windows.Forms.Button(); |
|
|
|
this.deleteBtn = new System.Windows.Forms.Button(); |
|
|
|
@ -152,6 +154,7 @@ |
|
|
|
// panel1
|
|
|
|
//
|
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.panel1.Controls.Add(this.weightSet); |
|
|
|
this.panel1.Controls.Add(this.weightControl); |
|
|
|
this.panel1.Controls.Add(this.exitBtn); |
|
|
|
this.panel1.Controls.Add(this.deleteBtn); |
|
|
|
@ -165,6 +168,17 @@ |
|
|
|
this.panel1.Size = new System.Drawing.Size(1252, 95); |
|
|
|
this.panel1.TabIndex = 1; |
|
|
|
//
|
|
|
|
// weightSet
|
|
|
|
//
|
|
|
|
this.weightSet.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.weightSet.Location = new System.Drawing.Point(1146, 0); |
|
|
|
this.weightSet.Name = "weightSet"; |
|
|
|
this.weightSet.Size = new System.Drawing.Size(101, 59); |
|
|
|
this.weightSet.TabIndex = 10; |
|
|
|
this.weightSet.Text = "称设置"; |
|
|
|
this.weightSet.UseVisualStyleBackColor = true; |
|
|
|
this.weightSet.Click += new System.EventHandler(this.weightSet_Click); |
|
|
|
//
|
|
|
|
// weightControl
|
|
|
|
//
|
|
|
|
this.weightControl.Location = new System.Drawing.Point(0, 0); |
|
|
|
@ -194,6 +208,7 @@ |
|
|
|
this.deleteBtn.TabIndex = 5; |
|
|
|
this.deleteBtn.Text = "删除"; |
|
|
|
this.deleteBtn.UseVisualStyleBackColor = true; |
|
|
|
this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click); |
|
|
|
//
|
|
|
|
// printBtn
|
|
|
|
//
|
|
|
|
@ -674,17 +689,17 @@ |
|
|
|
this.farmerGrid.AllowUserToAddRows = false; |
|
|
|
this.farmerGrid.AllowUserToResizeColumns = false; |
|
|
|
this.farmerGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.farmerGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; |
|
|
|
dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.farmerGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31; |
|
|
|
this.farmerGrid.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.farmerGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; |
|
|
|
dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle32.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.farmerGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32; |
|
|
|
this.farmerGrid.ColumnHeadersHeight = 24; |
|
|
|
this.farmerGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
|
|
this.farmerGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
@ -699,8 +714,8 @@ |
|
|
|
this.farmerGrid.MultiSelect = false; |
|
|
|
this.farmerGrid.Name = "farmerGrid"; |
|
|
|
this.farmerGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.farmerGrid.RowsDefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.farmerGrid.RowsDefaultCellStyle = dataGridViewCellStyle33; |
|
|
|
this.farmerGrid.RowTemplate.Height = 23; |
|
|
|
this.farmerGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.farmerGrid.Size = new System.Drawing.Size(400, 112); |
|
|
|
@ -783,17 +798,17 @@ |
|
|
|
this.weightGrid.AllowUserToAddRows = 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; |
|
|
|
dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.weightGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle34; |
|
|
|
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; |
|
|
|
dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle35.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle35.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle35.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle35.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle35.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle35.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.weightGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle35; |
|
|
|
this.weightGrid.ColumnHeadersHeight = 24; |
|
|
|
this.weightGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
|
|
this.weightGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
@ -809,8 +824,8 @@ |
|
|
|
this.weightGrid.MultiSelect = false; |
|
|
|
this.weightGrid.Name = "weightGrid"; |
|
|
|
this.weightGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.weightGrid.RowsDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
dataGridViewCellStyle36.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.weightGrid.RowsDefaultCellStyle = dataGridViewCellStyle36; |
|
|
|
this.weightGrid.RowTemplate.Height = 23; |
|
|
|
this.weightGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.weightGrid.Size = new System.Drawing.Size(400, 90); |
|
|
|
@ -891,17 +906,17 @@ |
|
|
|
this.houseGird.AllowUserToDeleteRows = false; |
|
|
|
this.houseGird.AllowUserToResizeColumns = false; |
|
|
|
this.houseGird.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.houseGird.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7; |
|
|
|
dataGridViewCellStyle37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.houseGird.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle37; |
|
|
|
this.houseGird.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.houseGird.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8; |
|
|
|
dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle38.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle38.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle38.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle38.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle38.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle38.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.houseGird.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle38; |
|
|
|
this.houseGird.ColumnHeadersHeight = 24; |
|
|
|
this.houseGird.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
|
|
this.houseGird.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
@ -916,8 +931,8 @@ |
|
|
|
this.houseGird.MultiSelect = false; |
|
|
|
this.houseGird.Name = "houseGird"; |
|
|
|
this.houseGird.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.houseGird.RowsDefaultCellStyle = dataGridViewCellStyle9; |
|
|
|
dataGridViewCellStyle39.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.houseGird.RowsDefaultCellStyle = dataGridViewCellStyle39; |
|
|
|
this.houseGird.RowTemplate.Height = 23; |
|
|
|
this.houseGird.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.houseGird.Size = new System.Drawing.Size(400, 90); |
|
|
|
@ -980,17 +995,17 @@ |
|
|
|
this.abnormalGrid.AllowUserToDeleteRows = false; |
|
|
|
this.abnormalGrid.AllowUserToResizeColumns = false; |
|
|
|
this.abnormalGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.abnormalGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle10; |
|
|
|
dataGridViewCellStyle40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.abnormalGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle40; |
|
|
|
this.abnormalGrid.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.abnormalGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11; |
|
|
|
dataGridViewCellStyle41.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle41.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle41.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle41.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle41.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle41.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle41.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.abnormalGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle41; |
|
|
|
this.abnormalGrid.ColumnHeadersHeight = 24; |
|
|
|
this.abnormalGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
|
|
this.abnormalGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
@ -1006,8 +1021,8 @@ |
|
|
|
this.abnormalGrid.MultiSelect = false; |
|
|
|
this.abnormalGrid.Name = "abnormalGrid"; |
|
|
|
this.abnormalGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.abnormalGrid.RowsDefaultCellStyle = dataGridViewCellStyle12; |
|
|
|
dataGridViewCellStyle42.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.abnormalGrid.RowsDefaultCellStyle = dataGridViewCellStyle42; |
|
|
|
this.abnormalGrid.RowTemplate.Height = 23; |
|
|
|
this.abnormalGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.abnormalGrid.Size = new System.Drawing.Size(400, 237); |
|
|
|
@ -1076,17 +1091,17 @@ |
|
|
|
this.billGrid.AllowUserToDeleteRows = false; |
|
|
|
this.billGrid.AllowUserToResizeColumns = false; |
|
|
|
this.billGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.billGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle13; |
|
|
|
dataGridViewCellStyle43.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.billGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle43; |
|
|
|
this.billGrid.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.billGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle14; |
|
|
|
dataGridViewCellStyle44.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle44.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle44.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle44.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle44.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle44.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle44.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.billGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle44; |
|
|
|
this.billGrid.ColumnHeadersHeight = 24; |
|
|
|
this.billGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
|
|
this.billGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
@ -1105,8 +1120,8 @@ |
|
|
|
this.billGrid.Name = "billGrid"; |
|
|
|
this.billGrid.ReadOnly = true; |
|
|
|
this.billGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.billGrid.RowsDefaultCellStyle = dataGridViewCellStyle15; |
|
|
|
dataGridViewCellStyle45.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.billGrid.RowsDefaultCellStyle = dataGridViewCellStyle45; |
|
|
|
this.billGrid.RowTemplate.Height = 23; |
|
|
|
this.billGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.billGrid.Size = new System.Drawing.Size(1250, 281); |
|
|
|
@ -1358,5 +1373,6 @@ |
|
|
|
private System.Windows.Forms.Button deleteBtn; |
|
|
|
private System.Windows.Forms.Button printBtn; |
|
|
|
private BWP.WinFormControl.WeightControl weightControl; |
|
|
|
private System.Windows.Forms.Button weightSet; |
|
|
|
} |
|
|
|
} |