Font scaling fuckery

This commit is contained in:
2022-07-22 00:25:52 +00:00
parent 2d736d20b0
commit c9799d26e6
8 changed files with 48 additions and 39 deletions

View File

@@ -36,13 +36,12 @@
//
this.lblOps.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblOps.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOps.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOps.Location = new System.Drawing.Point(11, 11);
this.lblOps.Name = "lblOps";
this.lblOps.Size = new System.Drawing.Size(468, 28);
this.lblOps.Size = new System.Drawing.Size(614, 28);
this.lblOps.TabIndex = 0;
this.lblOps.Text = "Operation...";
this.lblOps.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblStep
//
@@ -50,19 +49,18 @@
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
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(11, 49);
this.lblStep.Location = new System.Drawing.Point(11, 50);
this.lblStep.Name = "lblStep";
this.lblStep.Size = new System.Drawing.Size(468, 37);
this.lblStep.Size = new System.Drawing.Size(614, 87);
this.lblStep.TabIndex = 1;
this.lblStep.Text = "Step";
this.lblStep.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Waiting
//
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(491, 97);
this.ClientSize = new System.Drawing.Size(637, 146);
this.ControlBox = false;
this.Controls.Add(this.lblStep);
this.Controls.Add(this.lblOps);