mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
UI
This commit is contained in:
86
app/Settings.Designer.cs
generated
86
app/Settings.Designer.cs
generated
@@ -46,9 +46,10 @@ namespace GHelper
|
|||||||
pictureBattery = new PictureBox();
|
pictureBattery = new PictureBox();
|
||||||
labelBatteryTitle = new Label();
|
labelBatteryTitle = new Label();
|
||||||
panelFooter = new Panel();
|
panelFooter = new Panel();
|
||||||
|
tableLayoutPanel1 = new TableLayoutPanel();
|
||||||
buttonKeyboard = new RButton();
|
buttonKeyboard = new RButton();
|
||||||
buttonUpdates = new RButton();
|
|
||||||
buttonQuit = new RButton();
|
buttonQuit = new RButton();
|
||||||
|
buttonUpdates = new RButton();
|
||||||
checkStartup = new CheckBox();
|
checkStartup = new CheckBox();
|
||||||
panelPerformance = new Panel();
|
panelPerformance = new Panel();
|
||||||
tablePerf = new TableLayoutPanel();
|
tablePerf = new TableLayoutPanel();
|
||||||
@@ -96,7 +97,6 @@ namespace GHelper
|
|||||||
labelKeyboard = new Label();
|
labelKeyboard = new Label();
|
||||||
labelVersion = new Label();
|
labelVersion = new Label();
|
||||||
panelVersion = new Panel();
|
panelVersion = new Panel();
|
||||||
tableLayoutPanel1 = new TableLayoutPanel();
|
|
||||||
panelMatrix.SuspendLayout();
|
panelMatrix.SuspendLayout();
|
||||||
tableLayoutMatrix.SuspendLayout();
|
tableLayoutMatrix.SuspendLayout();
|
||||||
panelMatrixTitle.SuspendLayout();
|
panelMatrixTitle.SuspendLayout();
|
||||||
@@ -105,6 +105,7 @@ namespace GHelper
|
|||||||
panelBatteryTitle.SuspendLayout();
|
panelBatteryTitle.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)pictureBattery).BeginInit();
|
((System.ComponentModel.ISupportInitialize)pictureBattery).BeginInit();
|
||||||
panelFooter.SuspendLayout();
|
panelFooter.SuspendLayout();
|
||||||
|
tableLayoutPanel1.SuspendLayout();
|
||||||
panelPerformance.SuspendLayout();
|
panelPerformance.SuspendLayout();
|
||||||
tablePerf.SuspendLayout();
|
tablePerf.SuspendLayout();
|
||||||
panelCPUTitle.SuspendLayout();
|
panelCPUTitle.SuspendLayout();
|
||||||
@@ -125,7 +126,6 @@ namespace GHelper
|
|||||||
panelKeyboardTitle.SuspendLayout();
|
panelKeyboardTitle.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)pictureKeyboard).BeginInit();
|
((System.ComponentModel.ISupportInitialize)pictureKeyboard).BeginInit();
|
||||||
panelVersion.SuspendLayout();
|
panelVersion.SuspendLayout();
|
||||||
tableLayoutPanel1.SuspendLayout();
|
|
||||||
SuspendLayout();
|
SuspendLayout();
|
||||||
//
|
//
|
||||||
// panelMatrix
|
// panelMatrix
|
||||||
@@ -342,9 +342,27 @@ namespace GHelper
|
|||||||
panelFooter.Margin = new Padding(0);
|
panelFooter.Margin = new Padding(0);
|
||||||
panelFooter.Name = "panelFooter";
|
panelFooter.Name = "panelFooter";
|
||||||
panelFooter.Padding = new Padding(20);
|
panelFooter.Padding = new Padding(20);
|
||||||
panelFooter.Size = new Size(811, 96);
|
panelFooter.Size = new Size(811, 98);
|
||||||
panelFooter.TabIndex = 7;
|
panelFooter.TabIndex = 7;
|
||||||
//
|
//
|
||||||
|
// tableLayoutPanel1
|
||||||
|
//
|
||||||
|
tableLayoutPanel1.AutoSize = true;
|
||||||
|
tableLayoutPanel1.ColumnCount = 3;
|
||||||
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
|
||||||
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
|
||||||
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
|
||||||
|
tableLayoutPanel1.Controls.Add(buttonKeyboard, 0, 0);
|
||||||
|
tableLayoutPanel1.Controls.Add(buttonQuit, 2, 0);
|
||||||
|
tableLayoutPanel1.Controls.Add(buttonUpdates, 1, 0);
|
||||||
|
tableLayoutPanel1.Dock = DockStyle.Top;
|
||||||
|
tableLayoutPanel1.Location = new Point(20, 20);
|
||||||
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||||
|
tableLayoutPanel1.RowCount = 1;
|
||||||
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
||||||
|
tableLayoutPanel1.Size = new Size(771, 58);
|
||||||
|
tableLayoutPanel1.TabIndex = 25;
|
||||||
|
//
|
||||||
// buttonKeyboard
|
// buttonKeyboard
|
||||||
//
|
//
|
||||||
buttonKeyboard.AccessibleName = "Extra Settings";
|
buttonKeyboard.AccessibleName = "Extra Settings";
|
||||||
@@ -361,12 +379,30 @@ namespace GHelper
|
|||||||
buttonKeyboard.Margin = new Padding(4);
|
buttonKeyboard.Margin = new Padding(4);
|
||||||
buttonKeyboard.Name = "buttonKeyboard";
|
buttonKeyboard.Name = "buttonKeyboard";
|
||||||
buttonKeyboard.Secondary = true;
|
buttonKeyboard.Secondary = true;
|
||||||
buttonKeyboard.Size = new Size(248, 48);
|
buttonKeyboard.Size = new Size(248, 50);
|
||||||
buttonKeyboard.TabIndex = 24;
|
buttonKeyboard.TabIndex = 24;
|
||||||
buttonKeyboard.Text = Properties.Strings.Extra;
|
buttonKeyboard.Text = Properties.Strings.Extra;
|
||||||
buttonKeyboard.TextImageRelation = TextImageRelation.ImageBeforeText;
|
buttonKeyboard.TextImageRelation = TextImageRelation.ImageBeforeText;
|
||||||
buttonKeyboard.UseVisualStyleBackColor = false;
|
buttonKeyboard.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
|
// buttonQuit
|
||||||
|
//
|
||||||
|
buttonQuit.AccessibleName = "Quit Application";
|
||||||
|
buttonQuit.Activated = false;
|
||||||
|
buttonQuit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
||||||
|
buttonQuit.BackColor = SystemColors.ControlLight;
|
||||||
|
buttonQuit.BorderColor = Color.Transparent;
|
||||||
|
buttonQuit.BorderRadius = 2;
|
||||||
|
buttonQuit.FlatStyle = FlatStyle.Flat;
|
||||||
|
buttonQuit.Image = Properties.Resources.icons8_quit_32;
|
||||||
|
buttonQuit.Location = new Point(703, 4);
|
||||||
|
buttonQuit.Margin = new Padding(4);
|
||||||
|
buttonQuit.Name = "buttonQuit";
|
||||||
|
buttonQuit.Secondary = true;
|
||||||
|
buttonQuit.Size = new Size(64, 50);
|
||||||
|
buttonQuit.TabIndex = 23;
|
||||||
|
buttonQuit.UseVisualStyleBackColor = false;
|
||||||
|
//
|
||||||
// buttonUpdates
|
// buttonUpdates
|
||||||
//
|
//
|
||||||
buttonUpdates.AccessibleName = "BIOS and Driver Updates";
|
buttonUpdates.AccessibleName = "BIOS and Driver Updates";
|
||||||
@@ -382,30 +418,12 @@ namespace GHelper
|
|||||||
buttonUpdates.Margin = new Padding(4);
|
buttonUpdates.Margin = new Padding(4);
|
||||||
buttonUpdates.Name = "buttonUpdates";
|
buttonUpdates.Name = "buttonUpdates";
|
||||||
buttonUpdates.Secondary = true;
|
buttonUpdates.Secondary = true;
|
||||||
buttonUpdates.Size = new Size(248, 48);
|
buttonUpdates.Size = new Size(248, 50);
|
||||||
buttonUpdates.TabIndex = 22;
|
buttonUpdates.TabIndex = 22;
|
||||||
buttonUpdates.Text = "Updates";
|
buttonUpdates.Text = "Updates";
|
||||||
buttonUpdates.TextImageRelation = TextImageRelation.ImageBeforeText;
|
buttonUpdates.TextImageRelation = TextImageRelation.ImageBeforeText;
|
||||||
buttonUpdates.UseVisualStyleBackColor = false;
|
buttonUpdates.UseVisualStyleBackColor = false;
|
||||||
//
|
//
|
||||||
// buttonQuit
|
|
||||||
//
|
|
||||||
buttonQuit.AccessibleName = "Quit Application";
|
|
||||||
buttonQuit.Activated = false;
|
|
||||||
buttonQuit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
||||||
buttonQuit.BackColor = SystemColors.ControlLight;
|
|
||||||
buttonQuit.BorderColor = Color.Transparent;
|
|
||||||
buttonQuit.BorderRadius = 2;
|
|
||||||
buttonQuit.FlatStyle = FlatStyle.Flat;
|
|
||||||
buttonQuit.Image = Properties.Resources.icons8_quit_32;
|
|
||||||
buttonQuit.Location = new Point(703, 4);
|
|
||||||
buttonQuit.Margin = new Padding(4);
|
|
||||||
buttonQuit.Name = "buttonQuit";
|
|
||||||
buttonQuit.Secondary = true;
|
|
||||||
buttonQuit.Size = new Size(64, 46);
|
|
||||||
buttonQuit.TabIndex = 23;
|
|
||||||
buttonQuit.UseVisualStyleBackColor = false;
|
|
||||||
//
|
|
||||||
// checkStartup
|
// checkStartup
|
||||||
//
|
//
|
||||||
checkStartup.AutoSize = true;
|
checkStartup.AutoSize = true;
|
||||||
@@ -1159,24 +1177,6 @@ namespace GHelper
|
|||||||
panelVersion.Size = new Size(811, 56);
|
panelVersion.Size = new Size(811, 56);
|
||||||
panelVersion.TabIndex = 6;
|
panelVersion.TabIndex = 6;
|
||||||
//
|
//
|
||||||
// tableLayoutPanel1
|
|
||||||
//
|
|
||||||
tableLayoutPanel1.AutoSize = true;
|
|
||||||
tableLayoutPanel1.ColumnCount = 3;
|
|
||||||
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
|
|
||||||
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
|
|
||||||
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
|
|
||||||
tableLayoutPanel1.Controls.Add(buttonKeyboard, 0, 0);
|
|
||||||
tableLayoutPanel1.Controls.Add(buttonQuit, 2, 0);
|
|
||||||
tableLayoutPanel1.Controls.Add(buttonUpdates, 1, 0);
|
|
||||||
tableLayoutPanel1.Dock = DockStyle.Top;
|
|
||||||
tableLayoutPanel1.Location = new Point(20, 20);
|
|
||||||
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
||||||
tableLayoutPanel1.RowCount = 1;
|
|
||||||
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
||||||
tableLayoutPanel1.Size = new Size(771, 56);
|
|
||||||
tableLayoutPanel1.TabIndex = 25;
|
|
||||||
//
|
|
||||||
// SettingsForm
|
// SettingsForm
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(192F, 192F);
|
AutoScaleDimensions = new SizeF(192F, 192F);
|
||||||
@@ -1213,6 +1213,7 @@ namespace GHelper
|
|||||||
((System.ComponentModel.ISupportInitialize)pictureBattery).EndInit();
|
((System.ComponentModel.ISupportInitialize)pictureBattery).EndInit();
|
||||||
panelFooter.ResumeLayout(false);
|
panelFooter.ResumeLayout(false);
|
||||||
panelFooter.PerformLayout();
|
panelFooter.PerformLayout();
|
||||||
|
tableLayoutPanel1.ResumeLayout(false);
|
||||||
panelPerformance.ResumeLayout(false);
|
panelPerformance.ResumeLayout(false);
|
||||||
panelPerformance.PerformLayout();
|
panelPerformance.PerformLayout();
|
||||||
tablePerf.ResumeLayout(false);
|
tablePerf.ResumeLayout(false);
|
||||||
@@ -1243,7 +1244,6 @@ namespace GHelper
|
|||||||
((System.ComponentModel.ISupportInitialize)pictureKeyboard).EndInit();
|
((System.ComponentModel.ISupportInitialize)pictureKeyboard).EndInit();
|
||||||
panelVersion.ResumeLayout(false);
|
panelVersion.ResumeLayout(false);
|
||||||
panelVersion.PerformLayout();
|
panelVersion.PerformLayout();
|
||||||
tableLayoutPanel1.ResumeLayout(false);
|
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
PerformLayout();
|
PerformLayout();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user