This commit is contained in:
wxt
2026-01-13 10:50:43 +08:00
parent b35937e545
commit b3f0e5c90b

View File

@@ -35,6 +35,8 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
uiButton5 = new UIButton();
uiGroupBox1 = new UIGroupBox();
uiPanel2 = new UIPanel();
uiLabel33 = new UILabel();
uiLabel34 = new UILabel();
uiButton4 = new UIButton();
uiTextBox1 = new UITextBox();
uiLabel1 = new UILabel();
@@ -45,8 +47,6 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
uiButton1 = new UIButton();
uiComboBox1 = new UIComboBox();
uiLabel6 = new UILabel();
uiLabel33 = new UILabel();
uiLabel34 = new UILabel();
uiTableLayoutPanel1.SuspendLayout();
uiPanel1.SuspendLayout();
uiGroupBox1.SuspendLayout();
@@ -115,7 +115,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
uiGroupBox1.Controls.Add(uiPanel2);
uiGroupBox1.FillColor = Color.White;
uiGroupBox1.Font = new Font("微软雅黑", 14F, FontStyle.Bold, GraphicsUnit.Point, 134);
uiGroupBox1.Location = new Point(518, 140);
uiGroupBox1.Location = new Point(518, 90);
uiGroupBox1.Margin = new Padding(4, 5, 4, 5);
uiGroupBox1.MinimumSize = new Size(1, 1);
uiGroupBox1.Name = "uiGroupBox1";
@@ -123,7 +123,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
uiGroupBox1.Radius = 12;
uiGroupBox1.RectColor = Color.FromArgb(52, 152, 219);
uiGroupBox1.RectSize = 2;
uiGroupBox1.Size = new Size(824, 620);
uiGroupBox1.Size = new Size(824, 686);
uiGroupBox1.Style = UIStyle.Custom;
uiGroupBox1.StyleCustomMode = true;
uiGroupBox1.TabIndex = 1;
@@ -154,13 +154,39 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
uiPanel2.Padding = new Padding(60, 40, 60, 40);
uiPanel2.Radius = 8;
uiPanel2.RectColor = Color.White;
uiPanel2.Size = new Size(820, 578);
uiPanel2.Size = new Size(820, 644);
uiPanel2.Style = UIStyle.Custom;
uiPanel2.StyleCustomMode = true;
uiPanel2.TabIndex = 0;
uiPanel2.Text = null;
uiPanel2.TextAlignment = ContentAlignment.MiddleCenter;
//
// uiLabel33
//
uiLabel33.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel33.ForeColor = Color.FromArgb(64, 158, 255);
uiLabel33.Location = new Point(503, 65);
uiLabel33.Name = "uiLabel33";
uiLabel33.Size = new Size(60, 34);
uiLabel33.Style = UIStyle.Custom;
uiLabel33.StyleCustomMode = true;
uiLabel33.TabIndex = 33;
uiLabel33.Text = "0.0";
uiLabel33.TextAlign = ContentAlignment.MiddleLeft;
//
// uiLabel34
//
uiLabel34.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel34.ForeColor = Color.FromArgb(96, 98, 102);
uiLabel34.Location = new Point(317, 65);
uiLabel34.Name = "uiLabel34";
uiLabel34.Size = new Size(150, 34);
uiLabel34.Style = UIStyle.Custom;
uiLabel34.StyleCustomMode = true;
uiLabel34.TabIndex = 32;
uiLabel34.Text = "氧浓度(%):";
uiLabel34.TextAlign = ContentAlignment.MiddleLeft;
//
// uiButton4
//
uiButton4.Cursor = Cursors.Hand;
@@ -346,32 +372,6 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
uiLabel6.Text = "🌬️ 氧浓度环境:";
uiLabel6.TextAlign = ContentAlignment.MiddleLeft;
//
// uiLabel33
//
uiLabel33.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel33.ForeColor = Color.FromArgb(64, 158, 255);
uiLabel33.Location = new Point(503, 65);
uiLabel33.Name = "uiLabel33";
uiLabel33.Size = new Size(60, 34);
uiLabel33.Style = UIStyle.Custom;
uiLabel33.StyleCustomMode = true;
uiLabel33.TabIndex = 33;
uiLabel33.Text = "0.0";
uiLabel33.TextAlign = ContentAlignment.MiddleLeft;
//
// uiLabel34
//
uiLabel34.Font = new Font("微软雅黑", 10.5F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel34.ForeColor = Color.FromArgb(96, 98, 102);
uiLabel34.Location = new Point(317, 65);
uiLabel34.Name = "uiLabel34";
uiLabel34.Size = new Size(150, 34);
uiLabel34.Style = UIStyle.Custom;
uiLabel34.StyleCustomMode = true;
uiLabel34.TabIndex = 32;
uiLabel34.Text = "氧浓度(%):";
uiLabel34.TextAlign = ContentAlignment.MiddleLeft;
//
// ManualDebugForm
//
AutoScaleMode = AutoScaleMode.None;