UI Tweaks

This commit is contained in:
Serge
2023-07-11 13:18:35 +02:00
parent 8a03b221e9
commit f01b763cd3

204
app/Extra.Designer.cs generated
View File

@@ -137,9 +137,9 @@ namespace GHelper
panelServices.Controls.Add(labelServices);
panelServices.Controls.Add(buttonServices);
panelServices.Dock = DockStyle.Top;
panelServices.Location = new Point(10, 1280);
panelServices.Location = new Point(15, 1285);
panelServices.Name = "panelServices";
panelServices.Size = new Size(993, 75);
panelServices.Size = new Size(983, 75);
panelServices.TabIndex = 3;
//
// pictureService
@@ -187,10 +187,10 @@ namespace GHelper
panelBindingsHeader.Controls.Add(pictureHelp);
panelBindingsHeader.Controls.Add(labelBindings);
panelBindingsHeader.Dock = DockStyle.Top;
panelBindingsHeader.Location = new Point(10, 10);
panelBindingsHeader.Location = new Point(15, 15);
panelBindingsHeader.Name = "panelBindingsHeader";
panelBindingsHeader.Padding = new Padding(10, 8, 10, 8);
panelBindingsHeader.Size = new Size(993, 56);
panelBindingsHeader.Size = new Size(983, 56);
panelBindingsHeader.TabIndex = 4;
//
// pictureBindings
@@ -209,7 +209,7 @@ namespace GHelper
pictureHelp.BackgroundImage = Resources.icons8_help_32;
pictureHelp.BackgroundImageLayout = ImageLayout.Zoom;
pictureHelp.Cursor = Cursors.Hand;
pictureHelp.Location = new Point(940, 13);
pictureHelp.Location = new Point(930, 13);
pictureHelp.Margin = new Padding(4, 3, 4, 3);
pictureHelp.Name = "pictureHelp";
pictureHelp.Size = new Size(32, 32);
@@ -220,7 +220,7 @@ namespace GHelper
//
labelBindings.AutoSize = true;
labelBindings.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
labelBindings.Location = new Point(54, 10);
labelBindings.Location = new Point(56, 9);
labelBindings.Name = "labelBindings";
labelBindings.Size = new Size(114, 32);
labelBindings.TabIndex = 0;
@@ -232,10 +232,10 @@ namespace GHelper
panelBindings.AutoSizeMode = AutoSizeMode.GrowAndShrink;
panelBindings.Controls.Add(tableBindings);
panelBindings.Dock = DockStyle.Top;
panelBindings.Location = new Point(10, 66);
panelBindings.Location = new Point(15, 71);
panelBindings.Name = "panelBindings";
panelBindings.Padding = new Padding(0, 0, 10, 5);
panelBindings.Size = new Size(993, 325);
panelBindings.Size = new Size(983, 325);
panelBindings.TabIndex = 5;
//
// tableBindings
@@ -274,7 +274,7 @@ namespace GHelper
tableBindings.RowStyles.Add(new RowStyle(SizeType.Absolute, 51F));
tableBindings.RowStyles.Add(new RowStyle(SizeType.Absolute, 49F));
tableBindings.RowStyles.Add(new RowStyle(SizeType.Absolute, 21F));
tableBindings.Size = new Size(983, 320);
tableBindings.Size = new Size(973, 320);
tableBindings.TabIndex = 12;
//
// label1
@@ -283,28 +283,29 @@ namespace GHelper
label1.Location = new Point(16, 265);
label1.Margin = new Padding(0);
label1.Name = "label1";
label1.Size = new Size(80, 32);
label1.Padding = new Padding(5, 10, 0, 0);
label1.Size = new Size(85, 42);
label1.TabIndex = 15;
label1.Text = "FN+C:";
//
// textBox1
//
textBox1.Dock = DockStyle.Top;
textBox1.Location = new Point(564, 66);
textBox1.Location = new Point(558, 66);
textBox1.Margin = new Padding(4, 3, 4, 3);
textBox1.Name = "textBox1";
textBox1.PlaceholderText = "action";
textBox1.Size = new Size(415, 39);
textBox1.Size = new Size(411, 39);
textBox1.TabIndex = 14;
//
// textM1
//
textM1.Dock = DockStyle.Top;
textM1.Location = new Point(564, 15);
textM1.Location = new Point(558, 15);
textM1.Margin = new Padding(4, 3, 4, 3);
textM1.Name = "textM1";
textM1.PlaceholderText = "action";
textM1.Size = new Size(415, 39);
textM1.Size = new Size(411, 39);
textM1.TabIndex = 13;
//
// comboM1
@@ -314,10 +315,10 @@ namespace GHelper
comboM1.Dock = DockStyle.Top;
comboM1.FormattingEnabled = true;
comboM1.Items.AddRange(new object[] { Strings.Default, Strings.VolumeMute, Strings.PlayPause, Strings.PrintScreen, Strings.ToggleAura, Strings.Custom });
comboM1.Location = new Point(169, 15);
comboM1.Location = new Point(167, 15);
comboM1.Margin = new Padding(4, 3, 4, 3);
comboM1.Name = "comboM1";
comboM1.Size = new Size(387, 40);
comboM1.Size = new Size(383, 40);
comboM1.TabIndex = 11;
//
// labelM1
@@ -326,7 +327,8 @@ namespace GHelper
labelM1.Location = new Point(16, 12);
labelM1.Margin = new Padding(0);
labelM1.Name = "labelM1";
labelM1.Size = new Size(54, 32);
labelM1.Padding = new Padding(5, 10, 0, 0);
labelM1.Size = new Size(59, 42);
labelM1.TabIndex = 9;
labelM1.Text = "M1:";
//
@@ -337,10 +339,10 @@ namespace GHelper
comboM4.Dock = DockStyle.Top;
comboM4.FormattingEnabled = true;
comboM4.Items.AddRange(new object[] { Strings.PerformanceMode, Strings.OpenGHelper, Strings.Custom });
comboM4.Location = new Point(169, 168);
comboM4.Location = new Point(167, 168);
comboM4.Margin = new Padding(4, 3, 4, 3);
comboM4.Name = "comboM4";
comboM4.Size = new Size(387, 40);
comboM4.Size = new Size(383, 40);
comboM4.TabIndex = 3;
//
// comboM3
@@ -350,30 +352,30 @@ namespace GHelper
comboM3.Dock = DockStyle.Top;
comboM3.FormattingEnabled = true;
comboM3.Items.AddRange(new object[] { Strings.Default, Strings.VolumeMute, Strings.PlayPause, Strings.PrintScreen, Strings.ToggleAura, Strings.Custom });
comboM3.Location = new Point(169, 117);
comboM3.Location = new Point(167, 117);
comboM3.Margin = new Padding(4, 3, 4, 3);
comboM3.Name = "comboM3";
comboM3.Size = new Size(387, 40);
comboM3.Size = new Size(383, 40);
comboM3.TabIndex = 1;
//
// textM4
//
textM4.Dock = DockStyle.Top;
textM4.Location = new Point(564, 168);
textM4.Location = new Point(558, 168);
textM4.Margin = new Padding(4, 3, 4, 3);
textM4.Name = "textM4";
textM4.PlaceholderText = "action";
textM4.Size = new Size(415, 39);
textM4.Size = new Size(411, 39);
textM4.TabIndex = 5;
//
// textM3
//
textM3.Dock = DockStyle.Top;
textM3.Location = new Point(564, 117);
textM3.Location = new Point(558, 117);
textM3.Margin = new Padding(4, 3, 4, 3);
textM3.Name = "textM3";
textM3.PlaceholderText = "action";
textM3.Size = new Size(415, 39);
textM3.Size = new Size(411, 39);
textM3.TabIndex = 4;
//
// labelM4
@@ -382,7 +384,8 @@ namespace GHelper
labelM4.Location = new Point(16, 165);
labelM4.Margin = new Padding(0);
labelM4.Name = "labelM4";
labelM4.Size = new Size(111, 32);
labelM4.Padding = new Padding(5, 10, 0, 0);
labelM4.Size = new Size(116, 42);
labelM4.TabIndex = 2;
labelM4.Text = "M4/ROG:";
//
@@ -392,7 +395,8 @@ namespace GHelper
labelM3.Location = new Point(16, 114);
labelM3.Margin = new Padding(0);
labelM3.Name = "labelM3";
labelM3.Size = new Size(54, 32);
labelM3.Padding = new Padding(5, 10, 0, 0);
labelM3.Size = new Size(59, 42);
labelM3.TabIndex = 0;
labelM3.Text = "M3:";
//
@@ -402,7 +406,8 @@ namespace GHelper
labelM2.Location = new Point(16, 63);
labelM2.Margin = new Padding(0);
labelM2.Name = "labelM2";
labelM2.Size = new Size(54, 32);
labelM2.Padding = new Padding(5, 10, 0, 0);
labelM2.Size = new Size(59, 42);
labelM2.TabIndex = 10;
labelM2.Text = "M2:";
//
@@ -413,10 +418,10 @@ namespace GHelper
comboM2.Dock = DockStyle.Top;
comboM2.FormattingEnabled = true;
comboM2.Items.AddRange(new object[] { Strings.Default, Strings.VolumeMute, Strings.PlayPause, Strings.PrintScreen, Strings.ToggleAura, Strings.Custom });
comboM2.Location = new Point(169, 66);
comboM2.Location = new Point(167, 66);
comboM2.Margin = new Padding(4, 3, 4, 3);
comboM2.Name = "comboM2";
comboM2.Size = new Size(387, 40);
comboM2.Size = new Size(383, 40);
comboM2.TabIndex = 12;
//
// labelFNF4
@@ -425,7 +430,8 @@ namespace GHelper
labelFNF4.Location = new Point(16, 216);
labelFNF4.Margin = new Padding(0);
labelFNF4.Name = "labelFNF4";
labelFNF4.Size = new Size(90, 32);
labelFNF4.Padding = new Padding(5, 10, 0, 0);
labelFNF4.Size = new Size(95, 42);
labelFNF4.TabIndex = 6;
labelFNF4.Text = "FN+F4:";
//
@@ -435,20 +441,20 @@ namespace GHelper
comboFNF4.ButtonColor = Color.FromArgb(255, 255, 255);
comboFNF4.Dock = DockStyle.Top;
comboFNF4.FormattingEnabled = true;
comboFNF4.Location = new Point(169, 219);
comboFNF4.Location = new Point(167, 219);
comboFNF4.Margin = new Padding(4, 3, 4, 3);
comboFNF4.Name = "comboFNF4";
comboFNF4.Size = new Size(387, 40);
comboFNF4.Size = new Size(383, 40);
comboFNF4.TabIndex = 7;
//
// textFNF4
//
textFNF4.Dock = DockStyle.Top;
textFNF4.Location = new Point(564, 219);
textFNF4.Location = new Point(558, 219);
textFNF4.Margin = new Padding(4, 3, 4, 3);
textFNF4.Name = "textFNF4";
textFNF4.PlaceholderText = "action";
textFNF4.Size = new Size(415, 39);
textFNF4.Size = new Size(411, 39);
textFNF4.TabIndex = 8;
//
// comboFNC
@@ -457,20 +463,20 @@ namespace GHelper
comboFNC.ButtonColor = Color.FromArgb(255, 255, 255);
comboFNC.Dock = DockStyle.Top;
comboFNC.FormattingEnabled = true;
comboFNC.Location = new Point(169, 268);
comboFNC.Location = new Point(167, 268);
comboFNC.Margin = new Padding(4, 3, 4, 3);
comboFNC.Name = "comboFNC";
comboFNC.Size = new Size(387, 40);
comboFNC.Size = new Size(383, 40);
comboFNC.TabIndex = 16;
//
// textFNC
//
textFNC.Dock = DockStyle.Top;
textFNC.Location = new Point(564, 268);
textFNC.Location = new Point(558, 268);
textFNC.Margin = new Padding(4, 3, 4, 3);
textFNC.Name = "textFNC";
textFNC.PlaceholderText = "action";
textFNC.Size = new Size(415, 39);
textFNC.Size = new Size(411, 39);
textFNC.TabIndex = 17;
//
// tableKeys
@@ -520,16 +526,16 @@ namespace GHelper
panelBacklightHeader.Controls.Add(pictureBacklight);
panelBacklightHeader.Controls.Add(labelBacklightTitle);
panelBacklightHeader.Dock = DockStyle.Top;
panelBacklightHeader.Location = new Point(10, 391);
panelBacklightHeader.Location = new Point(15, 396);
panelBacklightHeader.Name = "panelBacklightHeader";
panelBacklightHeader.Padding = new Padding(10, 8, 10, 8);
panelBacklightHeader.Size = new Size(993, 56);
panelBacklightHeader.Size = new Size(983, 56);
panelBacklightHeader.TabIndex = 44;
//
// sliderBrightness
//
sliderBrightness.Anchor = AnchorStyles.Top | AnchorStyles.Right;
sliderBrightness.Location = new Point(558, 9);
sliderBrightness.Location = new Point(546, 9);
sliderBrightness.Max = 3;
sliderBrightness.Min = 0;
sliderBrightness.Name = "sliderBrightness";
@@ -553,7 +559,7 @@ namespace GHelper
//
labelBacklightTitle.AutoSize = true;
labelBacklightTitle.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
labelBacklightTitle.Location = new Point(55, 9);
labelBacklightTitle.Location = new Point(56, 8);
labelBacklightTitle.Name = "labelBacklightTitle";
labelBacklightTitle.Size = new Size(119, 32);
labelBacklightTitle.TabIndex = 2;
@@ -566,10 +572,10 @@ namespace GHelper
panelBacklight.Controls.Add(panelXMG);
panelBacklight.Controls.Add(tableBacklight);
panelBacklight.Dock = DockStyle.Top;
panelBacklight.Location = new Point(10, 447);
panelBacklight.Location = new Point(15, 452);
panelBacklight.Name = "panelBacklight";
panelBacklight.Padding = new Padding(0, 11, 0, 11);
panelBacklight.Size = new Size(993, 463);
panelBacklight.Size = new Size(983, 463);
panelBacklight.TabIndex = 6;
//
// panelBacklightExtra
@@ -587,13 +593,13 @@ namespace GHelper
panelBacklightExtra.Margin = new Padding(4, 3, 4, 3);
panelBacklightExtra.Name = "panelBacklightExtra";
panelBacklightExtra.Padding = new Padding(0, 0, 0, 5);
panelBacklightExtra.Size = new Size(993, 164);
panelBacklightExtra.Size = new Size(983, 164);
panelBacklightExtra.TabIndex = 46;
//
// numericBacklightPluggedTime
//
numericBacklightPluggedTime.Anchor = AnchorStyles.Top | AnchorStyles.Right;
numericBacklightPluggedTime.Location = new Point(774, 117);
numericBacklightPluggedTime.Location = new Point(764, 117);
numericBacklightPluggedTime.Margin = new Padding(4, 3, 4, 3);
numericBacklightPluggedTime.Maximum = new decimal(new int[] { 3600, 0, 0, 0 });
numericBacklightPluggedTime.Name = "numericBacklightPluggedTime";
@@ -612,7 +618,7 @@ namespace GHelper
// numericBacklightTime
//
numericBacklightTime.Anchor = AnchorStyles.Top | AnchorStyles.Right;
numericBacklightTime.Location = new Point(774, 65);
numericBacklightTime.Location = new Point(764, 65);
numericBacklightTime.Margin = new Padding(4, 3, 4, 3);
numericBacklightTime.Maximum = new decimal(new int[] { 3600, 0, 0, 0 });
numericBacklightTime.Name = "numericBacklightTime";
@@ -647,7 +653,7 @@ namespace GHelper
comboKeyboardSpeed.FormattingEnabled = true;
comboKeyboardSpeed.ItemHeight = 32;
comboKeyboardSpeed.Items.AddRange(new object[] { "Slow", "Normal", "Fast" });
comboKeyboardSpeed.Location = new Point(604, 13);
comboKeyboardSpeed.Location = new Point(594, 13);
comboKeyboardSpeed.Margin = new Padding(4, 12, 4, 9);
comboKeyboardSpeed.Name = "comboKeyboardSpeed";
comboKeyboardSpeed.Size = new Size(369, 40);
@@ -661,7 +667,7 @@ namespace GHelper
panelXMG.Location = new Point(0, 228);
panelXMG.Margin = new Padding(4, 3, 4, 3);
panelXMG.Name = "panelXMG";
panelXMG.Size = new Size(993, 60);
panelXMG.Size = new Size(983, 60);
panelXMG.TabIndex = 45;
//
// checkXMG
@@ -714,7 +720,7 @@ namespace GHelper
tableBacklight.RowStyles.Add(new RowStyle());
tableBacklight.RowStyles.Add(new RowStyle());
tableBacklight.RowStyles.Add(new RowStyle());
tableBacklight.Size = new Size(993, 217);
tableBacklight.Size = new Size(983, 217);
tableBacklight.TabIndex = 44;
//
// labelBacklightKeyboard
@@ -725,7 +731,7 @@ namespace GHelper
labelBacklightKeyboard.Margin = new Padding(4, 0, 4, 0);
labelBacklightKeyboard.Name = "labelBacklightKeyboard";
labelBacklightKeyboard.Padding = new Padding(9, 4, 7, 4);
labelBacklightKeyboard.Size = new Size(240, 45);
labelBacklightKeyboard.Size = new Size(237, 45);
labelBacklightKeyboard.TabIndex = 6;
labelBacklightKeyboard.Text = "Keyboard";
//
@@ -736,7 +742,7 @@ namespace GHelper
checkAwake.Margin = new Padding(4, 0, 4, 0);
checkAwake.Name = "checkAwake";
checkAwake.Padding = new Padding(16, 3, 7, 3);
checkAwake.Size = new Size(240, 43);
checkAwake.Size = new Size(237, 43);
checkAwake.TabIndex = 1;
checkAwake.Text = Strings.Awake;
checkAwake.UseVisualStyleBackColor = true;
@@ -748,7 +754,7 @@ namespace GHelper
checkBoot.Margin = new Padding(4, 0, 4, 0);
checkBoot.Name = "checkBoot";
checkBoot.Padding = new Padding(16, 3, 7, 3);
checkBoot.Size = new Size(240, 43);
checkBoot.Size = new Size(237, 43);
checkBoot.TabIndex = 2;
checkBoot.Text = Strings.Boot;
checkBoot.UseVisualStyleBackColor = true;
@@ -760,7 +766,7 @@ namespace GHelper
checkSleep.Margin = new Padding(4, 0, 4, 0);
checkSleep.Name = "checkSleep";
checkSleep.Padding = new Padding(16, 3, 7, 3);
checkSleep.Size = new Size(240, 43);
checkSleep.Size = new Size(237, 43);
checkSleep.TabIndex = 3;
checkSleep.Text = "Sleep";
checkSleep.UseVisualStyleBackColor = true;
@@ -772,7 +778,7 @@ namespace GHelper
checkShutdown.Margin = new Padding(4, 0, 4, 0);
checkShutdown.Name = "checkShutdown";
checkShutdown.Padding = new Padding(16, 3, 7, 3);
checkShutdown.Size = new Size(240, 43);
checkShutdown.Size = new Size(237, 43);
checkShutdown.TabIndex = 4;
checkShutdown.Text = Strings.Shutdown;
checkShutdown.UseVisualStyleBackColor = true;
@@ -781,22 +787,22 @@ namespace GHelper
//
labelBacklightLogo.Dock = DockStyle.Fill;
labelBacklightLogo.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
labelBacklightLogo.Location = new Point(252, 0);
labelBacklightLogo.Location = new Point(249, 0);
labelBacklightLogo.Margin = new Padding(4, 0, 4, 0);
labelBacklightLogo.Name = "labelBacklightLogo";
labelBacklightLogo.Padding = new Padding(9, 4, 7, 4);
labelBacklightLogo.Size = new Size(240, 45);
labelBacklightLogo.Size = new Size(237, 45);
labelBacklightLogo.TabIndex = 21;
labelBacklightLogo.Text = "Logo";
//
// checkAwakeLogo
//
checkAwakeLogo.Dock = DockStyle.Fill;
checkAwakeLogo.Location = new Point(252, 45);
checkAwakeLogo.Location = new Point(249, 45);
checkAwakeLogo.Margin = new Padding(4, 0, 4, 0);
checkAwakeLogo.Name = "checkAwakeLogo";
checkAwakeLogo.Padding = new Padding(16, 3, 7, 3);
checkAwakeLogo.Size = new Size(240, 43);
checkAwakeLogo.Size = new Size(237, 43);
checkAwakeLogo.TabIndex = 17;
checkAwakeLogo.Text = Strings.Awake;
checkAwakeLogo.UseVisualStyleBackColor = true;
@@ -804,11 +810,11 @@ namespace GHelper
// checkBootLogo
//
checkBootLogo.Dock = DockStyle.Fill;
checkBootLogo.Location = new Point(252, 88);
checkBootLogo.Location = new Point(249, 88);
checkBootLogo.Margin = new Padding(4, 0, 4, 0);
checkBootLogo.Name = "checkBootLogo";
checkBootLogo.Padding = new Padding(16, 3, 7, 3);
checkBootLogo.Size = new Size(240, 43);
checkBootLogo.Size = new Size(237, 43);
checkBootLogo.TabIndex = 18;
checkBootLogo.Text = Strings.Boot;
checkBootLogo.UseVisualStyleBackColor = true;
@@ -816,11 +822,11 @@ namespace GHelper
// checkSleepLogo
//
checkSleepLogo.Dock = DockStyle.Fill;
checkSleepLogo.Location = new Point(252, 131);
checkSleepLogo.Location = new Point(249, 131);
checkSleepLogo.Margin = new Padding(4, 0, 4, 0);
checkSleepLogo.Name = "checkSleepLogo";
checkSleepLogo.Padding = new Padding(16, 3, 7, 3);
checkSleepLogo.Size = new Size(240, 43);
checkSleepLogo.Size = new Size(237, 43);
checkSleepLogo.TabIndex = 19;
checkSleepLogo.Text = Strings.Sleep;
checkSleepLogo.UseVisualStyleBackColor = true;
@@ -828,11 +834,11 @@ namespace GHelper
// checkShutdownLogo
//
checkShutdownLogo.Dock = DockStyle.Fill;
checkShutdownLogo.Location = new Point(252, 174);
checkShutdownLogo.Location = new Point(249, 174);
checkShutdownLogo.Margin = new Padding(4, 0, 4, 0);
checkShutdownLogo.Name = "checkShutdownLogo";
checkShutdownLogo.Padding = new Padding(16, 3, 7, 3);
checkShutdownLogo.Size = new Size(240, 43);
checkShutdownLogo.Size = new Size(237, 43);
checkShutdownLogo.TabIndex = 20;
checkShutdownLogo.Text = Strings.Shutdown;
checkShutdownLogo.UseVisualStyleBackColor = true;
@@ -841,22 +847,22 @@ namespace GHelper
//
labelBacklightBar.Dock = DockStyle.Fill;
labelBacklightBar.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
labelBacklightBar.Location = new Point(500, 0);
labelBacklightBar.Location = new Point(494, 0);
labelBacklightBar.Margin = new Padding(4, 0, 4, 0);
labelBacklightBar.Name = "labelBacklightBar";
labelBacklightBar.Padding = new Padding(9, 4, 7, 4);
labelBacklightBar.Size = new Size(240, 45);
labelBacklightBar.Size = new Size(237, 45);
labelBacklightBar.TabIndex = 11;
labelBacklightBar.Text = "Lightbar";
//
// checkAwakeBar
//
checkAwakeBar.Dock = DockStyle.Fill;
checkAwakeBar.Location = new Point(500, 45);
checkAwakeBar.Location = new Point(494, 45);
checkAwakeBar.Margin = new Padding(4, 0, 4, 0);
checkAwakeBar.Name = "checkAwakeBar";
checkAwakeBar.Padding = new Padding(16, 3, 7, 3);
checkAwakeBar.Size = new Size(240, 43);
checkAwakeBar.Size = new Size(237, 43);
checkAwakeBar.TabIndex = 7;
checkAwakeBar.Text = Strings.Awake;
checkAwakeBar.UseVisualStyleBackColor = true;
@@ -864,11 +870,11 @@ namespace GHelper
// checkBootBar
//
checkBootBar.Dock = DockStyle.Fill;
checkBootBar.Location = new Point(500, 88);
checkBootBar.Location = new Point(494, 88);
checkBootBar.Margin = new Padding(4, 0, 4, 0);
checkBootBar.Name = "checkBootBar";
checkBootBar.Padding = new Padding(16, 3, 7, 3);
checkBootBar.Size = new Size(240, 43);
checkBootBar.Size = new Size(237, 43);
checkBootBar.TabIndex = 8;
checkBootBar.Text = Strings.Boot;
checkBootBar.UseVisualStyleBackColor = true;
@@ -876,11 +882,11 @@ namespace GHelper
// checkSleepBar
//
checkSleepBar.Dock = DockStyle.Fill;
checkSleepBar.Location = new Point(500, 131);
checkSleepBar.Location = new Point(494, 131);
checkSleepBar.Margin = new Padding(4, 0, 4, 0);
checkSleepBar.Name = "checkSleepBar";
checkSleepBar.Padding = new Padding(16, 3, 7, 3);
checkSleepBar.Size = new Size(240, 43);
checkSleepBar.Size = new Size(237, 43);
checkSleepBar.TabIndex = 9;
checkSleepBar.Text = Strings.Sleep;
checkSleepBar.UseVisualStyleBackColor = true;
@@ -888,11 +894,11 @@ namespace GHelper
// checkShutdownBar
//
checkShutdownBar.Dock = DockStyle.Fill;
checkShutdownBar.Location = new Point(500, 174);
checkShutdownBar.Location = new Point(494, 174);
checkShutdownBar.Margin = new Padding(4, 0, 4, 0);
checkShutdownBar.Name = "checkShutdownBar";
checkShutdownBar.Padding = new Padding(16, 3, 7, 3);
checkShutdownBar.Size = new Size(240, 43);
checkShutdownBar.Size = new Size(237, 43);
checkShutdownBar.TabIndex = 10;
checkShutdownBar.Text = Strings.Shutdown;
checkShutdownBar.UseVisualStyleBackColor = true;
@@ -901,22 +907,22 @@ namespace GHelper
//
labelBacklightLid.Dock = DockStyle.Fill;
labelBacklightLid.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
labelBacklightLid.Location = new Point(748, 0);
labelBacklightLid.Location = new Point(739, 0);
labelBacklightLid.Margin = new Padding(4, 0, 4, 0);
labelBacklightLid.Name = "labelBacklightLid";
labelBacklightLid.Padding = new Padding(9, 4, 7, 4);
labelBacklightLid.Size = new Size(241, 45);
labelBacklightLid.Size = new Size(240, 45);
labelBacklightLid.TabIndex = 16;
labelBacklightLid.Text = "Lid";
//
// checkAwakeLid
//
checkAwakeLid.Dock = DockStyle.Fill;
checkAwakeLid.Location = new Point(748, 45);
checkAwakeLid.Location = new Point(739, 45);
checkAwakeLid.Margin = new Padding(4, 0, 4, 0);
checkAwakeLid.Name = "checkAwakeLid";
checkAwakeLid.Padding = new Padding(16, 3, 7, 3);
checkAwakeLid.Size = new Size(241, 43);
checkAwakeLid.Size = new Size(240, 43);
checkAwakeLid.TabIndex = 12;
checkAwakeLid.Text = Strings.Awake;
checkAwakeLid.UseVisualStyleBackColor = true;
@@ -924,11 +930,11 @@ namespace GHelper
// checkBootLid
//
checkBootLid.Dock = DockStyle.Fill;
checkBootLid.Location = new Point(748, 88);
checkBootLid.Location = new Point(739, 88);
checkBootLid.Margin = new Padding(4, 0, 4, 0);
checkBootLid.Name = "checkBootLid";
checkBootLid.Padding = new Padding(16, 3, 7, 3);
checkBootLid.Size = new Size(241, 43);
checkBootLid.Size = new Size(240, 43);
checkBootLid.TabIndex = 13;
checkBootLid.Text = Strings.Boot;
checkBootLid.UseVisualStyleBackColor = true;
@@ -936,11 +942,11 @@ namespace GHelper
// checkSleepLid
//
checkSleepLid.Dock = DockStyle.Fill;
checkSleepLid.Location = new Point(748, 131);
checkSleepLid.Location = new Point(739, 131);
checkSleepLid.Margin = new Padding(4, 0, 4, 0);
checkSleepLid.Name = "checkSleepLid";
checkSleepLid.Padding = new Padding(16, 3, 7, 3);
checkSleepLid.Size = new Size(241, 43);
checkSleepLid.Size = new Size(240, 43);
checkSleepLid.TabIndex = 14;
checkSleepLid.Text = Strings.Sleep;
checkSleepLid.UseVisualStyleBackColor = true;
@@ -948,11 +954,11 @@ namespace GHelper
// checkShutdownLid
//
checkShutdownLid.Dock = DockStyle.Fill;
checkShutdownLid.Location = new Point(748, 174);
checkShutdownLid.Location = new Point(739, 174);
checkShutdownLid.Margin = new Padding(4, 0, 4, 0);
checkShutdownLid.Name = "checkShutdownLid";
checkShutdownLid.Padding = new Padding(16, 3, 7, 3);
checkShutdownLid.Size = new Size(241, 43);
checkShutdownLid.Size = new Size(240, 43);
checkShutdownLid.TabIndex = 15;
checkShutdownLid.Text = Strings.Shutdown;
checkShutdownLid.UseVisualStyleBackColor = true;
@@ -965,10 +971,10 @@ namespace GHelper
panelSettingsHeader.Controls.Add(pictureSettings);
panelSettingsHeader.Controls.Add(labelSettings);
panelSettingsHeader.Dock = DockStyle.Top;
panelSettingsHeader.Location = new Point(10, 910);
panelSettingsHeader.Location = new Point(15, 915);
panelSettingsHeader.Name = "panelSettingsHeader";
panelSettingsHeader.Padding = new Padding(10, 8, 10, 8);
panelSettingsHeader.Size = new Size(993, 56);
panelSettingsHeader.Size = new Size(983, 56);
panelSettingsHeader.TabIndex = 45;
//
// pictureLog
@@ -977,7 +983,7 @@ namespace GHelper
pictureLog.BackgroundImage = Resources.icons8_log_32;
pictureLog.BackgroundImageLayout = ImageLayout.Zoom;
pictureLog.Cursor = Cursors.Hand;
pictureLog.Location = new Point(940, 13);
pictureLog.Location = new Point(930, 13);
pictureLog.Margin = new Padding(4, 3, 4, 3);
pictureLog.Name = "pictureLog";
pictureLog.Size = new Size(32, 32);
@@ -998,7 +1004,7 @@ namespace GHelper
//
labelSettings.AutoSize = true;
labelSettings.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
labelSettings.Location = new Point(54, 9);
labelSettings.Location = new Point(56, 8);
labelSettings.Name = "labelSettings";
labelSettings.Size = new Size(78, 32);
labelSettings.TabIndex = 0;
@@ -1016,10 +1022,10 @@ namespace GHelper
panelSettings.Controls.Add(checkGpuApps);
panelSettings.Controls.Add(checkFnLock);
panelSettings.Dock = DockStyle.Top;
panelSettings.Location = new Point(10, 966);
panelSettings.Location = new Point(15, 971);
panelSettings.Name = "panelSettings";
panelSettings.Padding = new Padding(20, 10, 10, 10);
panelSettings.Size = new Size(993, 314);
panelSettings.Size = new Size(983, 314);
panelSettings.TabIndex = 46;
//
// checkAutoApplyWindowsPowerMode
@@ -1030,7 +1036,7 @@ namespace GHelper
checkAutoApplyWindowsPowerMode.Margin = new Padding(4, 3, 4, 3);
checkAutoApplyWindowsPowerMode.Name = "checkAutoApplyWindowsPowerMode";
checkAutoApplyWindowsPowerMode.Padding = new Padding(3);
checkAutoApplyWindowsPowerMode.Size = new Size(963, 42);
checkAutoApplyWindowsPowerMode.Size = new Size(953, 42);
checkAutoApplyWindowsPowerMode.TabIndex = 54;
checkAutoApplyWindowsPowerMode.Text = "Auto Adjust Windows Power Mode";
checkAutoApplyWindowsPowerMode.UseVisualStyleBackColor = true;
@@ -1043,7 +1049,7 @@ namespace GHelper
checkTopmost.Margin = new Padding(4, 3, 4, 3);
checkTopmost.Name = "checkTopmost";
checkTopmost.Padding = new Padding(3);
checkTopmost.Size = new Size(963, 42);
checkTopmost.Size = new Size(953, 42);
checkTopmost.TabIndex = 51;
checkTopmost.Text = Strings.WindowTop;
checkTopmost.UseVisualStyleBackColor = true;
@@ -1056,7 +1062,7 @@ namespace GHelper
checkNoOverdrive.Margin = new Padding(4, 3, 4, 3);
checkNoOverdrive.Name = "checkNoOverdrive";
checkNoOverdrive.Padding = new Padding(3);
checkNoOverdrive.Size = new Size(963, 42);
checkNoOverdrive.Size = new Size(953, 42);
checkNoOverdrive.TabIndex = 52;
checkNoOverdrive.Text = Strings.DisableOverdrive;
checkNoOverdrive.UseVisualStyleBackColor = true;
@@ -1069,7 +1075,7 @@ namespace GHelper
checkUSBC.Margin = new Padding(4, 3, 4, 3);
checkUSBC.Name = "checkUSBC";
checkUSBC.Padding = new Padding(3);
checkUSBC.Size = new Size(963, 42);
checkUSBC.Size = new Size(953, 42);
checkUSBC.TabIndex = 53;
checkUSBC.Text = "Keep GPU disabled on USB-C charger in Optimized mode";
checkUSBC.UseVisualStyleBackColor = true;
@@ -1082,7 +1088,7 @@ namespace GHelper
checkVariBright.Margin = new Padding(4, 3, 4, 3);
checkVariBright.Name = "checkVariBright";
checkVariBright.Padding = new Padding(3);
checkVariBright.Size = new Size(963, 42);
checkVariBright.Size = new Size(953, 42);
checkVariBright.TabIndex = 57;
checkVariBright.Text = "AMD Display VariBright";
checkVariBright.UseVisualStyleBackColor = true;
@@ -1095,7 +1101,7 @@ namespace GHelper
checkGpuApps.Margin = new Padding(4, 3, 4, 3);
checkGpuApps.Name = "checkGpuApps";
checkGpuApps.Padding = new Padding(3);
checkGpuApps.Size = new Size(963, 42);
checkGpuApps.Size = new Size(953, 42);
checkGpuApps.TabIndex = 55;
checkGpuApps.Text = "Stop all apps using GPU when switching to Eco";
checkGpuApps.UseVisualStyleBackColor = true;
@@ -1135,7 +1141,7 @@ namespace GHelper
MinimizeBox = false;
MinimumSize = new Size(1034, 71);
Name = "Extra";
Padding = new Padding(10);
Padding = new Padding(15);
ShowIcon = false;
ShowInTaskbar = false;
Text = "Extra Settings";