This commit is contained in:
2022-07-06 21:41:18 +00:00
parent 6003ce8adb
commit 507b641d11
2 changed files with 122 additions and 104 deletions

View File

@@ -38,7 +38,7 @@
this.lblOps.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOps.Location = new System.Drawing.Point(0, 0);
this.lblOps.Name = "lblOps";
this.lblOps.Size = new System.Drawing.Size(345, 28);
this.lblOps.Size = new System.Drawing.Size(464, 28);
this.lblOps.TabIndex = 0;
this.lblOps.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
@@ -48,7 +48,7 @@
this.lblStep.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStep.Location = new System.Drawing.Point(0, 28);
this.lblStep.Name = "lblStep";
this.lblStep.Size = new System.Drawing.Size(345, 28);
this.lblStep.Size = new System.Drawing.Size(464, 28);
this.lblStep.TabIndex = 1;
this.lblStep.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
@@ -57,7 +57,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(345, 66);
this.ClientSize = new System.Drawing.Size(464, 71);
this.ControlBox = false;
this.Controls.Add(this.lblStep);
this.Controls.Add(this.lblOps);