mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-26 11:56:41 -05:00
CenterParent, Dpi base scaling
This commit is contained in:
@@ -149,7 +149,7 @@ private void InitializeComponent()
|
||||
// BatchEditor
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||||
this.ClientSize = new System.Drawing.Size(394, 254);
|
||||
this.Controls.Add(this.L_PropValue);
|
||||
this.Controls.Add(this.L_PropType);
|
||||
@@ -165,7 +165,7 @@ private void InitializeComponent()
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "BatchEditor";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Batch Editor";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SysBotRAMEdit_FormClosing);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
@@ -62,7 +62,7 @@ private void InitializeComponent()
|
||||
// SimpleHexEditor
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||||
this.ClientSize = new System.Drawing.Size(384, 343);
|
||||
this.Controls.Add(this.B_Update);
|
||||
this.Controls.Add(this.RTB_RAM);
|
||||
|
||||
@@ -163,7 +163,7 @@ private void InitializeComponent()
|
||||
// SysBotRAMEdit
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||||
this.ClientSize = new System.Drawing.Size(234, 140);
|
||||
this.Controls.Add(this.GB_Inject);
|
||||
this.Controls.Add(this.B_Connect);
|
||||
@@ -176,7 +176,7 @@ private void InitializeComponent()
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "SysBotRAMEdit";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "SysBotUI";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SysBotRAMEdit_FormClosing);
|
||||
this.GB_Inject.ResumeLayout(false);
|
||||
|
||||
@@ -270,7 +270,7 @@ private void InitializeComponent()
|
||||
// SysBotUI
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||||
this.ClientSize = new System.Drawing.Size(245, 342);
|
||||
this.Controls.Add(this.GB_USB);
|
||||
this.Controls.Add(this.GB_Inject);
|
||||
@@ -285,7 +285,7 @@ private void InitializeComponent()
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "SysBotUI";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "SysBotUI";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SysBotUI_FormClosing);
|
||||
this.GB_Inject.ResumeLayout(false);
|
||||
|
||||
Reference in New Issue
Block a user