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