This commit is contained in:
wxt
2026-01-27 20:58:16 +08:00
parent 397ee0c648
commit 22fda7f69f
2 changed files with 41 additions and 41 deletions

View File

@@ -1157,7 +1157,7 @@ namespace 全自动水压检测仪
this.uiLabel43.Name = "uiLabel43"; this.uiLabel43.Name = "uiLabel43";
this.uiLabel43.Size = new System.Drawing.Size(121, 30); this.uiLabel43.Size = new System.Drawing.Size(121, 30);
this.uiLabel43.TabIndex = 0; this.uiLabel43.TabIndex = 0;
this.uiLabel43.Text = "高温箱温度(°C):"; this.uiLabel43.Text = "高温箱温度(°C):";
this.uiLabel43.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel43.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
// //
// uiPanel20 // uiPanel20
@@ -1765,7 +1765,7 @@ namespace 全自动水压检测仪
this.uiLabel48.Name = "uiLabel48"; this.uiLabel48.Name = "uiLabel48";
this.uiLabel48.Size = new System.Drawing.Size(122, 30); this.uiLabel48.Size = new System.Drawing.Size(122, 30);
this.uiLabel48.TabIndex = 14; this.uiLabel48.TabIndex = 14;
this.uiLabel48.Text = "出口温度设置(℃):"; this.uiLabel48.Text = "出口温度判定(℃):";
this.uiLabel48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
// //
// uiTextBox9 // uiTextBox9

View File

@@ -28,11 +28,11 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
this.save = new Sunny.UI.UIButton(); this.save = new Sunny.UI.UIButton();
this.uiDataGridView1 = new Sunny.UI.UIDataGridView(); this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -92,21 +92,21 @@
// //
this.uiDataGridView1.AllowUserToAddRows = false; this.uiDataGridView1.AllowUserToAddRows = false;
this.uiDataGridView1.AllowUserToDeleteRows = false; this.uiDataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle31.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle31.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle36.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle36.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle31; this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle36;
this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White; this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle37.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle32.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle37.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle32.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle37.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.True; dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle32; this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37;
this.uiDataGridView1.ColumnHeadersHeight = 35; this.uiDataGridView1.ColumnHeadersHeight = 35;
this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.uiDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
@@ -119,14 +119,14 @@
this.Column5, this.Column5,
this.Column8, this.Column8,
this.Column6}); this.Column6});
dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle38.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle33.BackColor = System.Drawing.Color.White; dataGridViewCellStyle38.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle33.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle38.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle33.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255))))); dataGridViewCellStyle38.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
dataGridViewCellStyle33.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle38.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle33.WrapMode = System.Windows.Forms.DataGridViewTriState.False; dataGridViewCellStyle38.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle33; this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle38;
this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiDataGridView1.EnableHeadersVisualStyles = false; this.uiDataGridView1.EnableHeadersVisualStyles = false;
this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 10.5F); this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
@@ -134,19 +134,19 @@
this.uiDataGridView1.Location = new System.Drawing.Point(0, 0); this.uiDataGridView1.Location = new System.Drawing.Point(0, 0);
this.uiDataGridView1.Name = "uiDataGridView1"; this.uiDataGridView1.Name = "uiDataGridView1";
this.uiDataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.uiDataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle39.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); dataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
dataGridViewCellStyle34.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle39.Font = new System.Drawing.Font("微软雅黑", 10.5F);
dataGridViewCellStyle34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); dataGridViewCellStyle39.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); dataGridViewCellStyle39.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
dataGridViewCellStyle34.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle39.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.True; dataGridViewCellStyle39.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle34; this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle39;
this.uiDataGridView1.RowHeadersWidth = 40; this.uiDataGridView1.RowHeadersWidth = 40;
dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle35.BackColor = System.Drawing.Color.White; dataGridViewCellStyle40.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle35.Font = new System.Drawing.Font("微软雅黑", 10.5F); dataGridViewCellStyle40.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle35; this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle40;
this.uiDataGridView1.RowTemplate.Height = 35; this.uiDataGridView1.RowTemplate.Height = 35;
this.uiDataGridView1.SelectedIndex = -1; this.uiDataGridView1.SelectedIndex = -1;
this.uiDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.uiDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
@@ -263,7 +263,7 @@
this.uiLabel48.Name = "uiLabel48"; this.uiLabel48.Name = "uiLabel48";
this.uiLabel48.Size = new System.Drawing.Size(129, 30); this.uiLabel48.Size = new System.Drawing.Size(129, 30);
this.uiLabel48.TabIndex = 29; this.uiLabel48.TabIndex = 29;
this.uiLabel48.Text = "出口温度设置(℃):"; this.uiLabel48.Text = "出口温度判定(℃):";
this.uiLabel48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.uiLabel48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
// //
// uiTextBox9 // uiTextBox9