Demo初步可用

This commit is contained in:
2026-03-25 14:04:24 +08:00
parent 5000ccd1ba
commit f5edab9c86
3 changed files with 276 additions and 16 deletions

View File

@@ -60,6 +60,11 @@
this.vmParamsConfigControl1 = new VMControls.Winform.Release.VmParamsConfigControl();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.lblRunState = new System.Windows.Forms.Label();
this.lblTotalResult = new System.Windows.Forms.Label();
this.lblComponent1 = new System.Windows.Forms.Label();
this.lblLayer = new System.Windows.Forms.Label();
this.lblComponent2 = new System.Windows.Forms.Label();
this.lblStableOkTime = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
@@ -377,6 +382,11 @@
//
// groupBox5
//
this.groupBox5.Controls.Add(this.lblStableOkTime);
this.groupBox5.Controls.Add(this.lblComponent2);
this.groupBox5.Controls.Add(this.lblLayer);
this.groupBox5.Controls.Add(this.lblComponent1);
this.groupBox5.Controls.Add(this.lblTotalResult);
this.groupBox5.Controls.Add(this.lblRunState);
this.groupBox5.Location = new System.Drawing.Point(23, 58);
this.groupBox5.Name = "groupBox5";
@@ -387,13 +397,69 @@
//
// lblRunState
//
this.lblRunState.AutoSize = true;
this.lblRunState.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRunState.Location = new System.Drawing.Point(32, 85);
this.lblRunState.Location = new System.Drawing.Point(6, 297);
this.lblRunState.Name = "lblRunState";
this.lblRunState.Size = new System.Drawing.Size(133, 39);
this.lblRunState.Size = new System.Drawing.Size(423, 71);
this.lblRunState.TabIndex = 0;
this.lblRunState.Text = "运行状态";
this.lblRunState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblTotalResult
//
this.lblTotalResult.AutoSize = true;
this.lblTotalResult.Font = new System.Drawing.Font("微软雅黑", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTotalResult.ForeColor = System.Drawing.Color.LimeGreen;
this.lblTotalResult.Location = new System.Drawing.Point(22, 88);
this.lblTotalResult.Name = "lblTotalResult";
this.lblTotalResult.Size = new System.Drawing.Size(392, 64);
this.lblTotalResult.TabIndex = 1;
this.lblTotalResult.Text = "总结果OK/NG";
//
// lblComponent1
//
this.lblComponent1.AutoSize = true;
this.lblComponent1.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblComponent1.ForeColor = System.Drawing.Color.Red;
this.lblComponent1.Location = new System.Drawing.Point(74, 158);
this.lblComponent1.Name = "lblComponent1";
this.lblComponent1.Size = new System.Drawing.Size(248, 42);
this.lblComponent1.TabIndex = 2;
this.lblComponent1.Text = "组件1OK/NG";
//
// lblLayer
//
this.lblLayer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.lblLayer.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblLayer.ForeColor = System.Drawing.SystemColors.Control;
this.lblLayer.Location = new System.Drawing.Point(6, 20);
this.lblLayer.Name = "lblLayer";
this.lblLayer.Size = new System.Drawing.Size(423, 64);
this.lblLayer.TabIndex = 3;
this.lblLayer.Text = "当前层A-Layer";
this.lblLayer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblComponent2
//
this.lblComponent2.AutoSize = true;
this.lblComponent2.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblComponent2.ForeColor = System.Drawing.Color.Red;
this.lblComponent2.Location = new System.Drawing.Point(74, 204);
this.lblComponent2.Name = "lblComponent2";
this.lblComponent2.Size = new System.Drawing.Size(248, 42);
this.lblComponent2.TabIndex = 4;
this.lblComponent2.Text = "组件2OK/NG";
//
// lblStableOkTime
//
this.lblStableOkTime.AutoSize = true;
this.lblStableOkTime.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblStableOkTime.ForeColor = System.Drawing.Color.Gray;
this.lblStableOkTime.Location = new System.Drawing.Point(76, 255);
this.lblStableOkTime.Name = "lblStableOkTime";
this.lblStableOkTime.Size = new System.Drawing.Size(117, 28);
this.lblStableOkTime.TabIndex = 5;
this.lblStableOkTime.Text = "维持时间:";
//
// MainForm
//
@@ -465,6 +531,11 @@
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label lblRunState;
private System.Windows.Forms.Button btnAutoRun;
private System.Windows.Forms.Label lblTotalResult;
private System.Windows.Forms.Label lblComponent1;
private System.Windows.Forms.Label lblLayer;
private System.Windows.Forms.Label lblComponent2;
private System.Windows.Forms.Label lblStableOkTime;
}
}