diff --git a/app/Extra.cs b/app/Extra.cs index b9903429..a67863ca 100644 --- a/app/Extra.cs +++ b/app/Extra.cs @@ -129,7 +129,9 @@ namespace GHelper labelM1.Text = "FN+F2"; labelM2.Text = "FN+F3"; labelM3.Text = "FN+F4"; - labelM4.Visible = comboM4.Visible = textM4.Visible = false; + labelM4.Text = "FN+NmEnter"; + + //labelM4.Visible = comboM4.Visible = textM4.Visible = false; labelFNF4.Visible = comboFNF4.Visible = textFNF4.Visible = false; } diff --git a/app/GHelper.csproj b/app/GHelper.csproj index a09a444c..8713f123 100644 --- a/app/GHelper.csproj +++ b/app/GHelper.csproj @@ -15,7 +15,7 @@ AnyCPU False True - 0.101 + 0.102 diff --git a/app/Input/InputDispatcher.cs b/app/Input/InputDispatcher.cs index 64db2e0a..3fb27ac1 100644 --- a/app/Input/InputDispatcher.cs +++ b/app/Input/InputDispatcher.cs @@ -152,7 +152,8 @@ namespace GHelper.Input { return AppConfig.ContainsModel("Z13") || AppConfig.ContainsModel("FA506") || - AppConfig.ContainsModel("FX506"); + AppConfig.ContainsModel("FX506") || + AppConfig.ContainsModel("FX505"); } public void KeyPressed(object sender, KeyPressedEventArgs e) @@ -413,6 +414,7 @@ namespace GHelper.Input KeyProcess("m3"); return; case 56: // M4 / Rog button + case 181: // FN + Numpad Enter KeyProcess("m4"); return; case 174: // FN+F5 diff --git a/app/Settings.Designer.cs b/app/Settings.Designer.cs index 087ecd89..e691d5a3 100644 --- a/app/Settings.Designer.cs +++ b/app/Settings.Designer.cs @@ -148,11 +148,11 @@ namespace GHelper panelMatrix.Controls.Add(panelMatrixTitle); panelMatrix.Controls.Add(checkMatrix); panelMatrix.Dock = DockStyle.Top; - panelMatrix.Location = new Point(8, 568); + panelMatrix.Location = new Point(11, 758); panelMatrix.Margin = new Padding(0); panelMatrix.Name = "panelMatrix"; - panelMatrix.Padding = new Padding(15, 15, 15, 8); - panelMatrix.Size = new Size(621, 149); + panelMatrix.Padding = new Padding(20, 20, 20, 11); + panelMatrix.Size = new Size(827, 177); panelMatrix.TabIndex = 4; // // tableLayoutMatrix @@ -168,12 +168,12 @@ namespace GHelper tableLayoutMatrix.Controls.Add(comboMatrixRunning, 1, 0); tableLayoutMatrix.Controls.Add(buttonMatrix, 2, 0); tableLayoutMatrix.Dock = DockStyle.Top; - tableLayoutMatrix.Location = new Point(15, 45); - tableLayoutMatrix.Margin = new Padding(6); + tableLayoutMatrix.Location = new Point(20, 60); + tableLayoutMatrix.Margin = new Padding(8); tableLayoutMatrix.Name = "tableLayoutMatrix"; tableLayoutMatrix.RowCount = 1; tableLayoutMatrix.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); - tableLayoutMatrix.Size = new Size(591, 60); + tableLayoutMatrix.Size = new Size(787, 60); tableLayoutMatrix.TabIndex = 43; // // comboMatrix @@ -183,12 +183,12 @@ namespace GHelper comboMatrix.Dock = DockStyle.Top; comboMatrix.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point); comboMatrix.FormattingEnabled = true; - comboMatrix.ItemHeight = 25; + comboMatrix.ItemHeight = 32; comboMatrix.Items.AddRange(new object[] { Properties.Strings.MatrixOff, Properties.Strings.MatrixDim, Properties.Strings.MatrixMedium, Properties.Strings.MatrixBright }); - comboMatrix.Location = new Point(3, 8); - comboMatrix.Margin = new Padding(3, 8, 3, 6); + comboMatrix.Location = new Point(4, 11); + comboMatrix.Margin = new Padding(4, 11, 4, 8); comboMatrix.Name = "comboMatrix"; - comboMatrix.Size = new Size(191, 33); + comboMatrix.Size = new Size(254, 40); comboMatrix.TabIndex = 16; // // comboMatrixRunning @@ -198,12 +198,12 @@ namespace GHelper comboMatrixRunning.Dock = DockStyle.Top; comboMatrixRunning.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point); comboMatrixRunning.FormattingEnabled = true; - comboMatrixRunning.ItemHeight = 25; + comboMatrixRunning.ItemHeight = 32; comboMatrixRunning.Items.AddRange(new object[] { Properties.Strings.MatrixBanner, Properties.Strings.MatrixLogo, Properties.Strings.MatrixPicture, Properties.Strings.MatrixClock, Properties.Strings.MatrixAudio }); - comboMatrixRunning.Location = new Point(200, 8); - comboMatrixRunning.Margin = new Padding(3, 8, 3, 6); + comboMatrixRunning.Location = new Point(266, 11); + comboMatrixRunning.Margin = new Padding(4, 11, 4, 8); comboMatrixRunning.Name = "comboMatrixRunning"; - comboMatrixRunning.Size = new Size(191, 33); + comboMatrixRunning.Size = new Size(254, 40); comboMatrixRunning.TabIndex = 17; // // buttonMatrix @@ -215,11 +215,11 @@ namespace GHelper buttonMatrix.Dock = DockStyle.Top; buttonMatrix.FlatAppearance.BorderSize = 0; buttonMatrix.FlatStyle = FlatStyle.Flat; - buttonMatrix.Location = new Point(398, 6); + buttonMatrix.Location = new Point(528, 6); buttonMatrix.Margin = new Padding(4, 6, 4, 6); buttonMatrix.Name = "buttonMatrix"; buttonMatrix.Secondary = true; - buttonMatrix.Size = new Size(189, 48); + buttonMatrix.Size = new Size(255, 48); buttonMatrix.TabIndex = 18; buttonMatrix.Text = Properties.Strings.PictureGif; buttonMatrix.UseVisualStyleBackColor = false; @@ -229,18 +229,20 @@ namespace GHelper panelMatrixTitle.Controls.Add(pictureMatrix); panelMatrixTitle.Controls.Add(labelMatrix); panelMatrixTitle.Dock = DockStyle.Top; - panelMatrixTitle.Location = new Point(15, 15); + panelMatrixTitle.Location = new Point(20, 20); + panelMatrixTitle.Margin = new Padding(4); panelMatrixTitle.Name = "panelMatrixTitle"; - panelMatrixTitle.Size = new Size(591, 30); + panelMatrixTitle.Size = new Size(787, 40); panelMatrixTitle.TabIndex = 45; // // pictureMatrix // pictureMatrix.BackgroundImage = Properties.Resources.icons8_matrix_32; pictureMatrix.BackgroundImageLayout = ImageLayout.Zoom; - pictureMatrix.Location = new Point(4, 0); + pictureMatrix.Location = new Point(5, 0); + pictureMatrix.Margin = new Padding(4); pictureMatrix.Name = "pictureMatrix"; - pictureMatrix.Size = new Size(24, 24); + pictureMatrix.Size = new Size(32, 32); pictureMatrix.TabIndex = 41; pictureMatrix.TabStop = false; // @@ -248,10 +250,10 @@ namespace GHelper // labelMatrix.AutoSize = true; labelMatrix.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); - labelMatrix.Location = new Point(33, 0); - labelMatrix.Margin = new Padding(6, 0, 6, 0); + labelMatrix.Location = new Point(44, 0); + labelMatrix.Margin = new Padding(8, 0, 8, 0); labelMatrix.Name = "labelMatrix"; - labelMatrix.Size = new Size(128, 25); + labelMatrix.Size = new Size(170, 32); labelMatrix.TabIndex = 40; labelMatrix.Text = "Anime Matrix"; // @@ -259,10 +261,10 @@ namespace GHelper // checkMatrix.AutoSize = true; checkMatrix.ForeColor = SystemColors.GrayText; - checkMatrix.Location = new Point(20, 109); - checkMatrix.Margin = new Padding(6, 3, 6, 3); + checkMatrix.Location = new Point(27, 126); + checkMatrix.Margin = new Padding(8, 4, 8, 4); checkMatrix.Name = "checkMatrix"; - checkMatrix.Size = new Size(188, 29); + checkMatrix.Size = new Size(249, 36); checkMatrix.TabIndex = 19; checkMatrix.Text = Properties.Strings.TurnOffOnBattery; checkMatrix.UseVisualStyleBackColor = true; @@ -274,22 +276,23 @@ namespace GHelper panelBattery.Controls.Add(sliderBattery); panelBattery.Controls.Add(panelBatteryTitle); panelBattery.Dock = DockStyle.Top; - panelBattery.Location = new Point(8, 991); + panelBattery.Location = new Point(11, 1273); panelBattery.Margin = new Padding(0); panelBattery.Name = "panelBattery"; - panelBattery.Padding = new Padding(15, 15, 15, 5); - panelBattery.Size = new Size(621, 83); + panelBattery.Padding = new Padding(20, 20, 20, 7); + panelBattery.Size = new Size(827, 111); panelBattery.TabIndex = 5; // // sliderBattery // sliderBattery.AccessibleName = "Battery Charge Limit"; sliderBattery.Dock = DockStyle.Top; - sliderBattery.Location = new Point(15, 48); + sliderBattery.Location = new Point(20, 64); + sliderBattery.Margin = new Padding(4); sliderBattery.Max = 100; sliderBattery.Min = 40; sliderBattery.Name = "sliderBattery"; - sliderBattery.Size = new Size(591, 30); + sliderBattery.Size = new Size(787, 40); sliderBattery.Step = 5; sliderBattery.TabIndex = 20; sliderBattery.TabStop = false; @@ -302,19 +305,20 @@ namespace GHelper panelBatteryTitle.Controls.Add(pictureBattery); panelBatteryTitle.Controls.Add(labelBatteryTitle); panelBatteryTitle.Dock = DockStyle.Top; - panelBatteryTitle.Location = new Point(15, 15); + panelBatteryTitle.Location = new Point(20, 20); + panelBatteryTitle.Margin = new Padding(4); panelBatteryTitle.Name = "panelBatteryTitle"; - panelBatteryTitle.Padding = new Padding(0, 0, 0, 3); - panelBatteryTitle.Size = new Size(591, 33); + panelBatteryTitle.Padding = new Padding(0, 0, 0, 4); + panelBatteryTitle.Size = new Size(787, 44); panelBatteryTitle.TabIndex = 40; // // labelBattery // labelBattery.Anchor = AnchorStyles.Top | AnchorStyles.Right; - labelBattery.Location = new Point(337, 0); - labelBattery.Margin = new Padding(6, 0, 6, 0); + labelBattery.Location = new Point(448, 0); + labelBattery.Margin = new Padding(8, 0, 8, 0); labelBattery.Name = "labelBattery"; - labelBattery.Size = new Size(243, 27); + labelBattery.Size = new Size(324, 36); labelBattery.TabIndex = 39; labelBattery.Text = " "; labelBattery.TextAlign = ContentAlignment.TopRight; @@ -323,19 +327,20 @@ namespace GHelper // pictureBattery.BackgroundImage = Properties.Resources.icons8_charging_battery_32; pictureBattery.BackgroundImageLayout = ImageLayout.Zoom; - pictureBattery.Location = new Point(3, 2); + pictureBattery.Location = new Point(4, 2); + pictureBattery.Margin = new Padding(4); pictureBattery.Name = "pictureBattery"; - pictureBattery.Size = new Size(24, 24); + pictureBattery.Size = new Size(32, 32); pictureBattery.TabIndex = 38; pictureBattery.TabStop = false; // // labelBatteryTitle // labelBatteryTitle.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); - labelBatteryTitle.Location = new Point(32, 0); - labelBatteryTitle.Margin = new Padding(6, 0, 6, 0); + labelBatteryTitle.Location = new Point(43, 0); + labelBatteryTitle.Margin = new Padding(8, 0, 8, 0); labelBatteryTitle.Name = "labelBatteryTitle"; - labelBatteryTitle.Size = new Size(350, 24); + labelBatteryTitle.Size = new Size(467, 32); labelBatteryTitle.TabIndex = 37; labelBatteryTitle.Text = "Battery Charge Limit"; // @@ -345,11 +350,11 @@ namespace GHelper panelFooter.AutoSizeMode = AutoSizeMode.GrowAndShrink; panelFooter.Controls.Add(tableButtons); panelFooter.Dock = DockStyle.Top; - panelFooter.Location = new Point(8, 1116); + panelFooter.Location = new Point(11, 1440); panelFooter.Margin = new Padding(0); panelFooter.Name = "panelFooter"; panelFooter.Padding = new Padding(20); - panelFooter.Size = new Size(621, 98); + panelFooter.Size = new Size(827, 100); panelFooter.TabIndex = 7; // // tableButtons @@ -359,15 +364,16 @@ namespace GHelper tableButtons.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); tableButtons.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); tableButtons.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F)); - tableButtons.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F)); + tableButtons.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 27F)); tableButtons.Controls.Add(buttonUpdates, 0, 0); tableButtons.Controls.Add(buttonQuit, 2, 0); tableButtons.Dock = DockStyle.Top; tableButtons.Location = new Point(20, 20); + tableButtons.Margin = new Padding(4); tableButtons.Name = "tableButtons"; tableButtons.RowCount = 1; tableButtons.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); - tableButtons.Size = new Size(581, 58); + tableButtons.Size = new Size(787, 60); tableButtons.TabIndex = 25; // // buttonUpdates @@ -381,11 +387,11 @@ namespace GHelper buttonUpdates.FlatStyle = FlatStyle.Flat; buttonUpdates.Image = Properties.Resources.icons8_software_32_white; buttonUpdates.ImageAlign = ContentAlignment.MiddleRight; - buttonUpdates.Location = new Point(4, 4); - buttonUpdates.Margin = new Padding(4); + buttonUpdates.Location = new Point(4, 6); + buttonUpdates.Margin = new Padding(4, 6, 4, 6); buttonUpdates.Name = "buttonUpdates"; buttonUpdates.Secondary = true; - buttonUpdates.Size = new Size(185, 50); + buttonUpdates.Size = new Size(254, 48); buttonUpdates.TabIndex = 24; buttonUpdates.Text = "Updates"; buttonUpdates.TextImageRelation = TextImageRelation.ImageBeforeText; @@ -401,11 +407,11 @@ namespace GHelper buttonQuit.Dock = DockStyle.Top; buttonQuit.FlatStyle = FlatStyle.Flat; buttonQuit.Image = Properties.Resources.icons8_quit_32; - buttonQuit.Location = new Point(390, 4); - buttonQuit.Margin = new Padding(4); + buttonQuit.Location = new Point(528, 6); + buttonQuit.Margin = new Padding(4, 6, 4, 6); buttonQuit.Name = "buttonQuit"; buttonQuit.Secondary = true; - buttonQuit.Size = new Size(187, 50); + buttonQuit.Size = new Size(255, 48); buttonQuit.TabIndex = 23; buttonQuit.Text = "Quit"; buttonQuit.TextAlign = ContentAlignment.MiddleRight; @@ -415,10 +421,10 @@ namespace GHelper // checkStartup // checkStartup.AutoSize = true; - checkStartup.Location = new Point(27, 8); - checkStartup.Margin = new Padding(8, 4, 8, 4); + checkStartup.Location = new Point(36, 11); + checkStartup.Margin = new Padding(11, 5, 11, 5); checkStartup.Name = "checkStartup"; - checkStartup.Size = new Size(157, 29); + checkStartup.Size = new Size(206, 36); checkStartup.TabIndex = 21; checkStartup.Text = Properties.Strings.RunOnStartup; checkStartup.UseVisualStyleBackColor = true; @@ -430,11 +436,11 @@ namespace GHelper panelPerformance.Controls.Add(tablePerf); panelPerformance.Controls.Add(panelCPUTitle); panelPerformance.Dock = DockStyle.Top; - panelPerformance.Location = new Point(8, 8); + panelPerformance.Location = new Point(11, 11); panelPerformance.Margin = new Padding(0); panelPerformance.Name = "panelPerformance"; - panelPerformance.Padding = new Padding(15); - panelPerformance.Size = new Size(621, 156); + panelPerformance.Padding = new Padding(20); + panelPerformance.Size = new Size(827, 208); panelPerformance.TabIndex = 0; // // tablePerf @@ -451,12 +457,12 @@ namespace GHelper tablePerf.Controls.Add(buttonTurbo, 2, 0); tablePerf.Controls.Add(buttonFans, 3, 0); tablePerf.Dock = DockStyle.Top; - tablePerf.Location = new Point(15, 45); - tablePerf.Margin = new Padding(6, 3, 6, 3); + tablePerf.Location = new Point(20, 60); + tablePerf.Margin = new Padding(8, 4, 8, 4); tablePerf.Name = "tablePerf"; tablePerf.RowCount = 1; - tablePerf.RowStyles.Add(new RowStyle(SizeType.Absolute, 96F)); - tablePerf.Size = new Size(591, 96); + tablePerf.RowStyles.Add(new RowStyle(SizeType.Absolute, 128F)); + tablePerf.Size = new Size(787, 128); tablePerf.TabIndex = 29; // // buttonSilent @@ -473,10 +479,11 @@ namespace GHelper buttonSilent.ForeColor = SystemColors.ControlText; buttonSilent.Image = Properties.Resources.icons8_bicycle_48__1_; buttonSilent.ImageAlign = ContentAlignment.BottomCenter; - buttonSilent.Location = new Point(3, 3); + buttonSilent.Location = new Point(4, 4); + buttonSilent.Margin = new Padding(4); buttonSilent.Name = "buttonSilent"; buttonSilent.Secondary = false; - buttonSilent.Size = new Size(141, 90); + buttonSilent.Size = new Size(188, 120); buttonSilent.TabIndex = 1; buttonSilent.Text = Properties.Strings.Silent; buttonSilent.TextImageRelation = TextImageRelation.ImageAboveText; @@ -495,10 +502,11 @@ namespace GHelper buttonBalanced.ForeColor = SystemColors.ControlText; buttonBalanced.Image = Properties.Resources.icons8_fiat_500_48; buttonBalanced.ImageAlign = ContentAlignment.BottomCenter; - buttonBalanced.Location = new Point(150, 3); + buttonBalanced.Location = new Point(200, 4); + buttonBalanced.Margin = new Padding(4); buttonBalanced.Name = "buttonBalanced"; buttonBalanced.Secondary = false; - buttonBalanced.Size = new Size(141, 90); + buttonBalanced.Size = new Size(188, 120); buttonBalanced.TabIndex = 1; buttonBalanced.Text = Properties.Strings.Balanced; buttonBalanced.TextImageRelation = TextImageRelation.ImageAboveText; @@ -517,10 +525,11 @@ namespace GHelper buttonTurbo.ForeColor = SystemColors.ControlText; buttonTurbo.Image = Properties.Resources.icons8_rocket_48; buttonTurbo.ImageAlign = ContentAlignment.BottomCenter; - buttonTurbo.Location = new Point(297, 3); + buttonTurbo.Location = new Point(396, 4); + buttonTurbo.Margin = new Padding(4); buttonTurbo.Name = "buttonTurbo"; buttonTurbo.Secondary = false; - buttonTurbo.Size = new Size(141, 90); + buttonTurbo.Size = new Size(188, 120); buttonTurbo.TabIndex = 2; buttonTurbo.Text = Properties.Strings.Turbo; buttonTurbo.TextImageRelation = TextImageRelation.ImageAboveText; @@ -538,10 +547,11 @@ namespace GHelper buttonFans.FlatStyle = FlatStyle.Flat; buttonFans.Image = Properties.Resources.icons8_fan_48; buttonFans.ImageAlign = ContentAlignment.BottomCenter; - buttonFans.Location = new Point(444, 3); + buttonFans.Location = new Point(592, 4); + buttonFans.Margin = new Padding(4); buttonFans.Name = "buttonFans"; buttonFans.Secondary = true; - buttonFans.Size = new Size(144, 90); + buttonFans.Size = new Size(191, 120); buttonFans.TabIndex = 3; buttonFans.Text = Properties.Strings.FansPower; buttonFans.TextImageRelation = TextImageRelation.ImageAboveText; @@ -553,9 +563,10 @@ namespace GHelper panelCPUTitle.Controls.Add(labelPerf); panelCPUTitle.Controls.Add(labelCPUFan); panelCPUTitle.Dock = DockStyle.Top; - panelCPUTitle.Location = new Point(15, 15); + panelCPUTitle.Location = new Point(20, 20); + panelCPUTitle.Margin = new Padding(4); panelCPUTitle.Name = "panelCPUTitle"; - panelCPUTitle.Size = new Size(591, 30); + panelCPUTitle.Size = new Size(787, 40); panelCPUTitle.TabIndex = 30; // // picturePerf @@ -563,9 +574,10 @@ namespace GHelper picturePerf.BackgroundImage = Properties.Resources.icons8_gauge_32; picturePerf.BackgroundImageLayout = ImageLayout.Zoom; picturePerf.InitialImage = null; - picturePerf.Location = new Point(6, 0); + picturePerf.Location = new Point(8, 0); + picturePerf.Margin = new Padding(4); picturePerf.Name = "picturePerf"; - picturePerf.Size = new Size(24, 24); + picturePerf.Size = new Size(32, 32); picturePerf.TabIndex = 35; picturePerf.TabStop = false; // @@ -573,10 +585,10 @@ namespace GHelper // labelPerf.AutoSize = true; labelPerf.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); - labelPerf.Location = new Point(30, 0); - labelPerf.Margin = new Padding(6, 0, 6, 0); + labelPerf.Location = new Point(40, 0); + labelPerf.Margin = new Padding(8, 0, 8, 0); labelPerf.Name = "labelPerf"; - labelPerf.Size = new Size(174, 25); + labelPerf.Size = new Size(234, 32); labelPerf.TabIndex = 0; labelPerf.Text = "Performance Mode"; // @@ -584,10 +596,10 @@ namespace GHelper // labelCPUFan.Anchor = AnchorStyles.Top | AnchorStyles.Right; labelCPUFan.Cursor = Cursors.Hand; - labelCPUFan.Location = new Point(291, 0); - labelCPUFan.Margin = new Padding(6, 0, 6, 0); + labelCPUFan.Location = new Point(387, 0); + labelCPUFan.Margin = new Padding(8, 0, 8, 0); labelCPUFan.Name = "labelCPUFan"; - labelCPUFan.Size = new Size(300, 27); + labelCPUFan.Size = new Size(400, 36); labelCPUFan.TabIndex = 33; labelCPUFan.Text = " "; labelCPUFan.TextAlign = ContentAlignment.TopRight; @@ -600,20 +612,21 @@ namespace GHelper panelGPU.Controls.Add(tableGPU); panelGPU.Controls.Add(panelGPUTitle); panelGPU.Dock = DockStyle.Top; - panelGPU.Location = new Point(8, 164); + panelGPU.Location = new Point(11, 219); panelGPU.Margin = new Padding(0); panelGPU.Name = "panelGPU"; - panelGPU.Padding = new Padding(15, 15, 15, 0); - panelGPU.Size = new Size(621, 264); + panelGPU.Padding = new Padding(20, 20, 20, 0); + panelGPU.Size = new Size(827, 352); panelGPU.TabIndex = 1; // // labelTipGPU // labelTipGPU.Dock = DockStyle.Top; labelTipGPU.ForeColor = SystemColors.GrayText; - labelTipGPU.Location = new Point(15, 237); + labelTipGPU.Location = new Point(20, 316); + labelTipGPU.Margin = new Padding(4, 0, 4, 0); labelTipGPU.Name = "labelTipGPU"; - labelTipGPU.Size = new Size(591, 27); + labelTipGPU.Size = new Size(787, 36); labelTipGPU.TabIndex = 20; // // tableGPU @@ -632,13 +645,13 @@ namespace GHelper tableGPU.Controls.Add(buttonOptimized, 2, 0); tableGPU.Controls.Add(buttonUltimate, 2, 0); tableGPU.Dock = DockStyle.Top; - tableGPU.Location = new Point(15, 45); - tableGPU.Margin = new Padding(6, 3, 6, 3); + tableGPU.Location = new Point(20, 60); + tableGPU.Margin = new Padding(8, 4, 8, 4); tableGPU.Name = "tableGPU"; tableGPU.RowCount = 1; - tableGPU.RowStyles.Add(new RowStyle(SizeType.Absolute, 96F)); - tableGPU.RowStyles.Add(new RowStyle(SizeType.Absolute, 96F)); - tableGPU.Size = new Size(591, 192); + tableGPU.RowStyles.Add(new RowStyle(SizeType.Absolute, 128F)); + tableGPU.RowStyles.Add(new RowStyle(SizeType.Absolute, 128F)); + tableGPU.Size = new Size(787, 256); tableGPU.TabIndex = 16; // // buttonStopGPU @@ -654,10 +667,11 @@ namespace GHelper buttonStopGPU.ForeColor = SystemColors.ControlText; buttonStopGPU.Image = Properties.Resources.icons8_leaf_48; buttonStopGPU.ImageAlign = ContentAlignment.BottomCenter; - buttonStopGPU.Location = new Point(150, 3); + buttonStopGPU.Location = new Point(200, 4); + buttonStopGPU.Margin = new Padding(4); buttonStopGPU.Name = "buttonStopGPU"; buttonStopGPU.Secondary = false; - buttonStopGPU.Size = new Size(141, 90); + buttonStopGPU.Size = new Size(188, 120); buttonStopGPU.TabIndex = 4; buttonStopGPU.Text = "Stop GPU applications"; buttonStopGPU.TextImageRelation = TextImageRelation.ImageAboveText; @@ -678,10 +692,11 @@ namespace GHelper buttonEco.ForeColor = SystemColors.ControlText; buttonEco.Image = Properties.Resources.icons8_leaf_48; buttonEco.ImageAlign = ContentAlignment.BottomCenter; - buttonEco.Location = new Point(3, 3); + buttonEco.Location = new Point(4, 4); + buttonEco.Margin = new Padding(4); buttonEco.Name = "buttonEco"; buttonEco.Secondary = false; - buttonEco.Size = new Size(141, 90); + buttonEco.Size = new Size(188, 120); buttonEco.TabIndex = 4; buttonEco.Text = Properties.Strings.EcoMode; buttonEco.TextImageRelation = TextImageRelation.ImageAboveText; @@ -700,10 +715,11 @@ namespace GHelper buttonStandard.ForeColor = SystemColors.ControlText; buttonStandard.Image = Properties.Resources.icons8_spa_flower_48; buttonStandard.ImageAlign = ContentAlignment.BottomCenter; - buttonStandard.Location = new Point(297, 3); + buttonStandard.Location = new Point(396, 4); + buttonStandard.Margin = new Padding(4); buttonStandard.Name = "buttonStandard"; buttonStandard.Secondary = false; - buttonStandard.Size = new Size(141, 90); + buttonStandard.Size = new Size(188, 120); buttonStandard.TabIndex = 5; buttonStandard.Text = Properties.Strings.StandardMode; buttonStandard.TextImageRelation = TextImageRelation.ImageAboveText; @@ -721,10 +737,11 @@ namespace GHelper buttonXGM.ForeColor = SystemColors.ControlText; buttonXGM.Image = Properties.Resources.icons8_video_48; buttonXGM.ImageAlign = ContentAlignment.BottomCenter; - buttonXGM.Location = new Point(150, 99); + buttonXGM.Location = new Point(200, 132); + buttonXGM.Margin = new Padding(4); buttonXGM.Name = "buttonXGM"; buttonXGM.Secondary = false; - buttonXGM.Size = new Size(141, 90); + buttonXGM.Size = new Size(188, 120); buttonXGM.TabIndex = 8; buttonXGM.Text = "XG Mobile"; buttonXGM.TextImageRelation = TextImageRelation.ImageAboveText; @@ -743,10 +760,11 @@ namespace GHelper buttonOptimized.ForeColor = SystemColors.ControlText; buttonOptimized.Image = Properties.Resources.icons8_project_management_48__1_; buttonOptimized.ImageAlign = ContentAlignment.BottomCenter; - buttonOptimized.Location = new Point(3, 99); + buttonOptimized.Location = new Point(4, 132); + buttonOptimized.Margin = new Padding(4); buttonOptimized.Name = "buttonOptimized"; buttonOptimized.Secondary = false; - buttonOptimized.Size = new Size(141, 90); + buttonOptimized.Size = new Size(188, 120); buttonOptimized.TabIndex = 7; buttonOptimized.Text = Properties.Strings.Optimized; buttonOptimized.TextImageRelation = TextImageRelation.ImageAboveText; @@ -765,10 +783,11 @@ namespace GHelper buttonUltimate.ForeColor = SystemColors.ControlText; buttonUltimate.Image = Properties.Resources.icons8_game_controller_48; buttonUltimate.ImageAlign = ContentAlignment.BottomCenter; - buttonUltimate.Location = new Point(444, 3); + buttonUltimate.Location = new Point(592, 4); + buttonUltimate.Margin = new Padding(4); buttonUltimate.Name = "buttonUltimate"; buttonUltimate.Secondary = false; - buttonUltimate.Size = new Size(144, 90); + buttonUltimate.Size = new Size(191, 120); buttonUltimate.TabIndex = 6; buttonUltimate.Text = Properties.Strings.UltimateMode; buttonUltimate.TextImageRelation = TextImageRelation.ImageAboveText; @@ -780,18 +799,20 @@ namespace GHelper panelGPUTitle.Controls.Add(labelGPU); panelGPUTitle.Controls.Add(labelGPUFan); panelGPUTitle.Dock = DockStyle.Top; - panelGPUTitle.Location = new Point(15, 15); + panelGPUTitle.Location = new Point(20, 20); + panelGPUTitle.Margin = new Padding(4); panelGPUTitle.Name = "panelGPUTitle"; - panelGPUTitle.Size = new Size(591, 30); + panelGPUTitle.Size = new Size(787, 40); panelGPUTitle.TabIndex = 21; // // pictureGPU // pictureGPU.BackgroundImage = Properties.Resources.icons8_video_card_32; pictureGPU.BackgroundImageLayout = ImageLayout.Zoom; - pictureGPU.Location = new Point(6, 0); + pictureGPU.Location = new Point(8, 0); + pictureGPU.Margin = new Padding(4); pictureGPU.Name = "pictureGPU"; - pictureGPU.Size = new Size(24, 24); + pictureGPU.Size = new Size(32, 32); pictureGPU.TabIndex = 22; pictureGPU.TabStop = false; // @@ -799,20 +820,20 @@ namespace GHelper // labelGPU.AutoSize = true; labelGPU.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); - labelGPU.Location = new Point(30, 0); - labelGPU.Margin = new Padding(6, 0, 6, 0); + labelGPU.Location = new Point(40, 0); + labelGPU.Margin = new Padding(8, 0, 8, 0); labelGPU.Name = "labelGPU"; - labelGPU.Size = new Size(103, 25); + labelGPU.Size = new Size(136, 32); labelGPU.TabIndex = 21; labelGPU.Text = "GPU Mode"; // // labelGPUFan // labelGPUFan.Anchor = AnchorStyles.Top | AnchorStyles.Right; - labelGPUFan.Location = new Point(291, 0); - labelGPUFan.Margin = new Padding(6, 0, 6, 0); + labelGPUFan.Location = new Point(387, 0); + labelGPUFan.Margin = new Padding(8, 0, 8, 0); labelGPUFan.Name = "labelGPUFan"; - labelGPUFan.Size = new Size(300, 26); + labelGPUFan.Size = new Size(400, 35); labelGPUFan.TabIndex = 20; labelGPUFan.Text = " "; labelGPUFan.TextAlign = ContentAlignment.TopRight; @@ -825,20 +846,21 @@ namespace GHelper panelScreen.Controls.Add(tableScreen); panelScreen.Controls.Add(panelScreenTitle); panelScreen.Dock = DockStyle.Top; - panelScreen.Location = new Point(8, 428); + panelScreen.Location = new Point(11, 571); panelScreen.Margin = new Padding(0); panelScreen.Name = "panelScreen"; - panelScreen.Padding = new Padding(15, 15, 15, 8); - panelScreen.Size = new Size(621, 140); + panelScreen.Padding = new Padding(20, 20, 20, 11); + panelScreen.Size = new Size(827, 187); panelScreen.TabIndex = 2; // // labelTipScreen // labelTipScreen.Dock = DockStyle.Top; labelTipScreen.ForeColor = SystemColors.GrayText; - labelTipScreen.Location = new Point(15, 105); + labelTipScreen.Location = new Point(20, 140); + labelTipScreen.Margin = new Padding(4, 0, 4, 0); labelTipScreen.Name = "labelTipScreen"; - labelTipScreen.Size = new Size(591, 27); + labelTipScreen.Size = new Size(787, 36); labelTipScreen.TabIndex = 24; // // tableScreen @@ -855,12 +877,12 @@ namespace GHelper tableScreen.Controls.Add(button120Hz, 2, 0); tableScreen.Controls.Add(buttonMiniled, 3, 0); tableScreen.Dock = DockStyle.Top; - tableScreen.Location = new Point(15, 45); - tableScreen.Margin = new Padding(6, 3, 6, 3); + tableScreen.Location = new Point(20, 60); + tableScreen.Margin = new Padding(8, 4, 8, 4); tableScreen.Name = "tableScreen"; tableScreen.RowCount = 1; - tableScreen.RowStyles.Add(new RowStyle(SizeType.Absolute, 60F)); - tableScreen.Size = new Size(591, 60); + tableScreen.RowStyles.Add(new RowStyle(SizeType.Absolute, 80F)); + tableScreen.Size = new Size(787, 80); tableScreen.TabIndex = 23; // // buttonScreenAuto @@ -874,10 +896,11 @@ namespace GHelper buttonScreenAuto.FlatAppearance.BorderSize = 0; buttonScreenAuto.FlatStyle = FlatStyle.Flat; buttonScreenAuto.ForeColor = SystemColors.ControlText; - buttonScreenAuto.Location = new Point(3, 3); + buttonScreenAuto.Location = new Point(4, 4); + buttonScreenAuto.Margin = new Padding(4); buttonScreenAuto.Name = "buttonScreenAuto"; buttonScreenAuto.Secondary = false; - buttonScreenAuto.Size = new Size(141, 54); + buttonScreenAuto.Size = new Size(188, 72); buttonScreenAuto.TabIndex = 9; buttonScreenAuto.Text = Properties.Strings.AutoMode; buttonScreenAuto.UseVisualStyleBackColor = false; @@ -894,10 +917,11 @@ namespace GHelper button60Hz.FlatAppearance.BorderSize = 0; button60Hz.FlatStyle = FlatStyle.Flat; button60Hz.ForeColor = SystemColors.ControlText; - button60Hz.Location = new Point(150, 3); + button60Hz.Location = new Point(200, 4); + button60Hz.Margin = new Padding(4); button60Hz.Name = "button60Hz"; button60Hz.Secondary = false; - button60Hz.Size = new Size(141, 54); + button60Hz.Size = new Size(188, 72); button60Hz.TabIndex = 10; button60Hz.Text = "60Hz"; button60Hz.UseVisualStyleBackColor = false; @@ -913,10 +937,11 @@ namespace GHelper button120Hz.FlatAppearance.BorderSize = 0; button120Hz.FlatStyle = FlatStyle.Flat; button120Hz.ForeColor = SystemColors.ControlText; - button120Hz.Location = new Point(297, 3); + button120Hz.Location = new Point(396, 4); + button120Hz.Margin = new Padding(4); button120Hz.Name = "button120Hz"; button120Hz.Secondary = false; - button120Hz.Size = new Size(141, 54); + button120Hz.Size = new Size(188, 72); button120Hz.TabIndex = 11; button120Hz.Text = "120Hz + OD"; button120Hz.UseVisualStyleBackColor = false; @@ -932,10 +957,11 @@ namespace GHelper buttonMiniled.FlatAppearance.BorderSize = 0; buttonMiniled.FlatStyle = FlatStyle.Flat; buttonMiniled.ForeColor = SystemColors.ControlText; - buttonMiniled.Location = new Point(444, 3); + buttonMiniled.Location = new Point(592, 4); + buttonMiniled.Margin = new Padding(4); buttonMiniled.Name = "buttonMiniled"; buttonMiniled.Secondary = false; - buttonMiniled.Size = new Size(144, 54); + buttonMiniled.Size = new Size(191, 72); buttonMiniled.TabIndex = 12; buttonMiniled.Text = Properties.Strings.Multizone; buttonMiniled.UseVisualStyleBackColor = false; @@ -946,18 +972,19 @@ namespace GHelper panelScreenTitle.Controls.Add(pictureScreen); panelScreenTitle.Controls.Add(labelSreen); panelScreenTitle.Dock = DockStyle.Top; - panelScreenTitle.Location = new Point(15, 15); + panelScreenTitle.Location = new Point(20, 20); + panelScreenTitle.Margin = new Padding(4); panelScreenTitle.Name = "panelScreenTitle"; - panelScreenTitle.Size = new Size(591, 30); + panelScreenTitle.Size = new Size(787, 40); panelScreenTitle.TabIndex = 25; // // labelMidFan // labelMidFan.Anchor = AnchorStyles.Top | AnchorStyles.Right; - labelMidFan.Location = new Point(400, -2); - labelMidFan.Margin = new Padding(6, 0, 6, 0); + labelMidFan.Location = new Point(532, -3); + labelMidFan.Margin = new Padding(8, 0, 8, 0); labelMidFan.Name = "labelMidFan"; - labelMidFan.Size = new Size(190, 26); + labelMidFan.Size = new Size(253, 35); labelMidFan.TabIndex = 28; labelMidFan.Text = " "; labelMidFan.TextAlign = ContentAlignment.TopRight; @@ -966,9 +993,10 @@ namespace GHelper // pictureScreen.BackgroundImage = Properties.Resources.icons8_laptop_32; pictureScreen.BackgroundImageLayout = ImageLayout.Zoom; - pictureScreen.Location = new Point(4, 0); + pictureScreen.Location = new Point(5, 0); + pictureScreen.Margin = new Padding(4); pictureScreen.Name = "pictureScreen"; - pictureScreen.Size = new Size(24, 24); + pictureScreen.Size = new Size(32, 32); pictureScreen.TabIndex = 27; pictureScreen.TabStop = false; // @@ -976,10 +1004,10 @@ namespace GHelper // labelSreen.AutoSize = true; labelSreen.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); - labelSreen.Location = new Point(30, 0); - labelSreen.Margin = new Padding(6, 0, 6, 0); + labelSreen.Location = new Point(40, 0); + labelSreen.Margin = new Padding(8, 0, 8, 0); labelSreen.Name = "labelSreen"; - labelSreen.Size = new Size(133, 25); + labelSreen.Size = new Size(176, 32); labelSreen.TabIndex = 26; labelSreen.Text = "Laptop Screen"; // @@ -990,11 +1018,11 @@ namespace GHelper panelKeyboard.Controls.Add(tableLayoutKeyboard); panelKeyboard.Controls.Add(panelKeyboardTitle); panelKeyboard.Dock = DockStyle.Top; - panelKeyboard.Location = new Point(8, 717); + panelKeyboard.Location = new Point(11, 935); panelKeyboard.Margin = new Padding(0); panelKeyboard.Name = "panelKeyboard"; - panelKeyboard.Padding = new Padding(15); - panelKeyboard.Size = new Size(621, 120); + panelKeyboard.Padding = new Padding(20); + panelKeyboard.Size = new Size(827, 140); panelKeyboard.TabIndex = 3; // // tableLayoutKeyboard @@ -1009,12 +1037,12 @@ namespace GHelper tableLayoutKeyboard.Controls.Add(panelColor, 0, 0); tableLayoutKeyboard.Controls.Add(comboKeyboard, 0, 0); tableLayoutKeyboard.Dock = DockStyle.Top; - tableLayoutKeyboard.Location = new Point(15, 45); - tableLayoutKeyboard.Margin = new Padding(6); + tableLayoutKeyboard.Location = new Point(20, 60); + tableLayoutKeyboard.Margin = new Padding(8); tableLayoutKeyboard.Name = "tableLayoutKeyboard"; tableLayoutKeyboard.RowCount = 1; tableLayoutKeyboard.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); - tableLayoutKeyboard.Size = new Size(591, 60); + tableLayoutKeyboard.Size = new Size(787, 60); tableLayoutKeyboard.TabIndex = 39; // // buttonKeyboard @@ -1029,11 +1057,11 @@ namespace GHelper buttonKeyboard.FlatStyle = FlatStyle.Flat; buttonKeyboard.Image = Properties.Resources.icons8_settings_32; buttonKeyboard.ImageAlign = ContentAlignment.MiddleRight; - buttonKeyboard.Location = new Point(398, 6); + buttonKeyboard.Location = new Point(528, 6); buttonKeyboard.Margin = new Padding(4, 6, 4, 6); buttonKeyboard.Name = "buttonKeyboard"; buttonKeyboard.Secondary = true; - buttonKeyboard.Size = new Size(189, 48); + buttonKeyboard.Size = new Size(255, 48); buttonKeyboard.TabIndex = 37; buttonKeyboard.Text = Properties.Strings.Extra; buttonKeyboard.TextImageRelation = TextImageRelation.ImageBeforeText; @@ -1046,29 +1074,29 @@ namespace GHelper panelColor.Controls.Add(pictureColor); panelColor.Controls.Add(buttonKeyboardColor); panelColor.Dock = DockStyle.Fill; - panelColor.Location = new Point(201, 6); + panelColor.Location = new Point(266, 6); panelColor.Margin = new Padding(4, 6, 4, 6); panelColor.Name = "panelColor"; - panelColor.Size = new Size(189, 48); + panelColor.Size = new Size(254, 48); panelColor.TabIndex = 36; // // pictureColor2 // pictureColor2.Anchor = AnchorStyles.Top | AnchorStyles.Right; - pictureColor2.Location = new Point(136, 20); - pictureColor2.Margin = new Padding(6); + pictureColor2.Location = new Point(186, 15); + pictureColor2.Margin = new Padding(8); pictureColor2.Name = "pictureColor2"; - pictureColor2.Size = new Size(15, 15); + pictureColor2.Size = new Size(20, 20); pictureColor2.TabIndex = 41; pictureColor2.TabStop = false; // // pictureColor // pictureColor.Anchor = AnchorStyles.Top | AnchorStyles.Right; - pictureColor.Location = new Point(154, 20); - pictureColor.Margin = new Padding(6); + pictureColor.Location = new Point(217, 15); + pictureColor.Margin = new Padding(8); pictureColor.Name = "pictureColor"; - pictureColor.Size = new Size(15, 15); + pictureColor.Size = new Size(20, 20); pictureColor.TabIndex = 40; pictureColor.TabStop = false; // @@ -1083,10 +1111,10 @@ namespace GHelper buttonKeyboardColor.FlatStyle = FlatStyle.Flat; buttonKeyboardColor.ForeColor = SystemColors.ControlText; buttonKeyboardColor.Location = new Point(0, 0); - buttonKeyboardColor.Margin = new Padding(4); + buttonKeyboardColor.Margin = new Padding(4, 6, 4, 6); buttonKeyboardColor.Name = "buttonKeyboardColor"; buttonKeyboardColor.Secondary = false; - buttonKeyboardColor.Size = new Size(189, 48); + buttonKeyboardColor.Size = new Size(254, 48); buttonKeyboardColor.TabIndex = 14; buttonKeyboardColor.Text = Properties.Strings.Color; buttonKeyboardColor.UseVisualStyleBackColor = false; @@ -1100,12 +1128,12 @@ namespace GHelper comboKeyboard.FlatStyle = FlatStyle.Flat; comboKeyboard.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point); comboKeyboard.FormattingEnabled = true; - comboKeyboard.ItemHeight = 25; + comboKeyboard.ItemHeight = 32; comboKeyboard.Items.AddRange(new object[] { "Static", "Breathe", "Rainbow", "Strobe" }); - comboKeyboard.Location = new Point(3, 8); - comboKeyboard.Margin = new Padding(3, 8, 3, 6); + comboKeyboard.Location = new Point(4, 11); + comboKeyboard.Margin = new Padding(4, 11, 4, 8); comboKeyboard.Name = "comboKeyboard"; - comboKeyboard.Size = new Size(191, 33); + comboKeyboard.Size = new Size(254, 40); comboKeyboard.TabIndex = 13; // // panelKeyboardTitle @@ -1113,18 +1141,20 @@ namespace GHelper panelKeyboardTitle.Controls.Add(pictureKeyboard); panelKeyboardTitle.Controls.Add(labelKeyboard); panelKeyboardTitle.Dock = DockStyle.Top; - panelKeyboardTitle.Location = new Point(15, 15); + panelKeyboardTitle.Location = new Point(20, 20); + panelKeyboardTitle.Margin = new Padding(4); panelKeyboardTitle.Name = "panelKeyboardTitle"; - panelKeyboardTitle.Size = new Size(591, 30); + panelKeyboardTitle.Size = new Size(787, 40); panelKeyboardTitle.TabIndex = 40; // // pictureKeyboard // pictureKeyboard.BackgroundImage = Properties.Resources.icons8_keyboard_32__1_; pictureKeyboard.BackgroundImageLayout = ImageLayout.Zoom; - pictureKeyboard.Location = new Point(4, 0); + pictureKeyboard.Location = new Point(5, 0); + pictureKeyboard.Margin = new Padding(4); pictureKeyboard.Name = "pictureKeyboard"; - pictureKeyboard.Size = new Size(24, 24); + pictureKeyboard.Size = new Size(32, 32); pictureKeyboard.TabIndex = 35; pictureKeyboard.TabStop = false; // @@ -1132,10 +1162,10 @@ namespace GHelper // labelKeyboard.AutoSize = true; labelKeyboard.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); - labelKeyboard.Location = new Point(33, 0); - labelKeyboard.Margin = new Padding(6, 0, 6, 0); + labelKeyboard.Location = new Point(44, 0); + labelKeyboard.Margin = new Padding(8, 0, 8, 0); labelKeyboard.Name = "labelKeyboard"; - labelKeyboard.Size = new Size(158, 25); + labelKeyboard.Size = new Size(210, 32); labelKeyboard.TabIndex = 34; labelKeyboard.Text = "Laptop Keyboard"; // @@ -1145,10 +1175,10 @@ namespace GHelper labelVersion.Cursor = Cursors.Hand; labelVersion.Font = new Font("Segoe UI", 9F, FontStyle.Underline, GraphicsUnit.Point); labelVersion.ForeColor = SystemColors.ControlDark; - labelVersion.Location = new Point(396, 12); - labelVersion.Margin = new Padding(8, 0, 8, 0); + labelVersion.Location = new Point(502, 13); + labelVersion.Margin = new Padding(11, 0, 11, 0); labelVersion.Name = "labelVersion"; - labelVersion.Size = new Size(225, 24); + labelVersion.Size = new Size(300, 32); labelVersion.TabIndex = 37; labelVersion.Text = "v.0"; labelVersion.TextAlign = ContentAlignment.TopRight; @@ -1158,9 +1188,10 @@ namespace GHelper panelVersion.Controls.Add(labelVersion); panelVersion.Controls.Add(checkStartup); panelVersion.Dock = DockStyle.Top; - panelVersion.Location = new Point(8, 1074); + panelVersion.Location = new Point(11, 1384); + panelVersion.Margin = new Padding(4); panelVersion.Name = "panelVersion"; - panelVersion.Size = new Size(621, 42); + panelVersion.Size = new Size(827, 56); panelVersion.TabIndex = 6; // // panelPeripherals @@ -1170,11 +1201,11 @@ namespace GHelper panelPeripherals.Controls.Add(tableLayoutPeripherals); panelPeripherals.Controls.Add(panelPeripheralsTile); panelPeripherals.Dock = DockStyle.Top; - panelPeripherals.Location = new Point(8, 837); + panelPeripherals.Location = new Point(11, 1075); panelPeripherals.Margin = new Padding(0); panelPeripherals.Name = "panelPeripherals"; - panelPeripherals.Padding = new Padding(15, 15, 15, 8); - panelPeripherals.Size = new Size(621, 154); + panelPeripherals.Padding = new Padding(20, 20, 20, 10); + panelPeripherals.Size = new Size(827, 198); panelPeripherals.TabIndex = 4; // // tableLayoutPeripherals @@ -1190,12 +1221,12 @@ namespace GHelper tableLayoutPeripherals.Controls.Add(buttonPeripheral2, 0, 0); tableLayoutPeripherals.Controls.Add(buttonPeripheral1, 0, 0); tableLayoutPeripherals.Dock = DockStyle.Top; - tableLayoutPeripherals.Location = new Point(15, 45); - tableLayoutPeripherals.Margin = new Padding(6); + tableLayoutPeripherals.Location = new Point(20, 60); + tableLayoutPeripherals.Margin = new Padding(8); tableLayoutPeripherals.Name = "tableLayoutPeripherals"; tableLayoutPeripherals.RowCount = 1; tableLayoutPeripherals.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); - tableLayoutPeripherals.Size = new Size(591, 101); + tableLayoutPeripherals.Size = new Size(787, 128); tableLayoutPeripherals.TabIndex = 43; // // buttonPeripheral3 @@ -1213,10 +1244,11 @@ namespace GHelper buttonPeripheral3.ForeColor = SystemColors.ControlText; buttonPeripheral3.Image = Properties.Resources.icons8_maus_48; buttonPeripheral3.ImageAlign = ContentAlignment.MiddleLeft; - buttonPeripheral3.Location = new Point(397, 3); + buttonPeripheral3.Location = new Point(528, 4); + buttonPeripheral3.Margin = new Padding(4); buttonPeripheral3.Name = "buttonPeripheral3"; buttonPeripheral3.Secondary = false; - buttonPeripheral3.Size = new Size(191, 95); + buttonPeripheral3.Size = new Size(255, 120); buttonPeripheral3.TabIndex = 22; buttonPeripheral3.Text = "Mouse 3"; buttonPeripheral3.TextImageRelation = TextImageRelation.ImageBeforeText; @@ -1237,10 +1269,11 @@ namespace GHelper buttonPeripheral2.ForeColor = SystemColors.ControlText; buttonPeripheral2.Image = Properties.Resources.icons8_maus_48; buttonPeripheral2.ImageAlign = ContentAlignment.MiddleLeft; - buttonPeripheral2.Location = new Point(200, 3); + buttonPeripheral2.Location = new Point(266, 4); + buttonPeripheral2.Margin = new Padding(4); buttonPeripheral2.Name = "buttonPeripheral2"; buttonPeripheral2.Secondary = false; - buttonPeripheral2.Size = new Size(191, 95); + buttonPeripheral2.Size = new Size(254, 120); buttonPeripheral2.TabIndex = 19; buttonPeripheral2.Text = "Mouse 2"; buttonPeripheral2.TextImageRelation = TextImageRelation.ImageBeforeText; @@ -1261,10 +1294,11 @@ namespace GHelper buttonPeripheral1.ForeColor = SystemColors.ControlText; buttonPeripheral1.Image = Properties.Resources.icons8_maus_48; buttonPeripheral1.ImageAlign = ContentAlignment.MiddleLeft; - buttonPeripheral1.Location = new Point(3, 3); + buttonPeripheral1.Location = new Point(4, 4); + buttonPeripheral1.Margin = new Padding(4); buttonPeripheral1.Name = "buttonPeripheral1"; buttonPeripheral1.Secondary = false; - buttonPeripheral1.Size = new Size(191, 95); + buttonPeripheral1.Size = new Size(254, 120); buttonPeripheral1.TabIndex = 20; buttonPeripheral1.Text = "Mouse 1"; buttonPeripheral1.TextImageRelation = TextImageRelation.ImageBeforeText; @@ -1275,18 +1309,20 @@ namespace GHelper panelPeripheralsTile.Controls.Add(picturePeripherals); panelPeripheralsTile.Controls.Add(labelPeripherals); panelPeripheralsTile.Dock = DockStyle.Top; - panelPeripheralsTile.Location = new Point(15, 15); + panelPeripheralsTile.Location = new Point(20, 20); + panelPeripheralsTile.Margin = new Padding(4); panelPeripheralsTile.Name = "panelPeripheralsTile"; - panelPeripheralsTile.Size = new Size(591, 30); + panelPeripheralsTile.Size = new Size(787, 40); panelPeripheralsTile.TabIndex = 45; // // picturePeripherals // picturePeripherals.BackgroundImage = Properties.Resources.icons8_maus_48; picturePeripherals.BackgroundImageLayout = ImageLayout.Zoom; - picturePeripherals.Location = new Point(4, 0); + picturePeripherals.Location = new Point(5, 0); + picturePeripherals.Margin = new Padding(4); picturePeripherals.Name = "picturePeripherals"; - picturePeripherals.Size = new Size(24, 24); + picturePeripherals.Size = new Size(32, 32); picturePeripherals.TabIndex = 41; picturePeripherals.TabStop = false; // @@ -1294,20 +1330,20 @@ namespace GHelper // labelPeripherals.AutoSize = true; labelPeripherals.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point); - labelPeripherals.Location = new Point(33, 0); - labelPeripherals.Margin = new Padding(6, 0, 6, 0); + labelPeripherals.Location = new Point(44, 0); + labelPeripherals.Margin = new Padding(8, 0, 8, 0); labelPeripherals.Name = "labelPeripherals"; - labelPeripherals.Size = new Size(106, 25); + labelPeripherals.Size = new Size(141, 32); labelPeripherals.TabIndex = 40; labelPeripherals.Text = "Peripherals"; // // SettingsForm // - AutoScaleDimensions = new SizeF(144F, 144F); + AutoScaleDimensions = new SizeF(192F, 192F); AutoScaleMode = AutoScaleMode.Dpi; AutoSize = true; AutoSizeMode = AutoSizeMode.GrowAndShrink; - ClientSize = new Size(637, 1185); + ClientSize = new Size(849, 1552); Controls.Add(panelFooter); Controls.Add(panelVersion); Controls.Add(panelBattery); @@ -1317,13 +1353,13 @@ namespace GHelper Controls.Add(panelScreen); Controls.Add(panelGPU); Controls.Add(panelPerformance); - Margin = new Padding(6, 3, 6, 3); + Margin = new Padding(8, 4, 8, 4); MaximizeBox = false; MdiChildrenMinimizedAnchorBottom = false; MinimizeBox = false; - MinimumSize = new Size(623, 67); + MinimumSize = new Size(822, 71); Name = "SettingsForm"; - Padding = new Padding(8); + Padding = new Padding(11); ShowIcon = false; StartPosition = FormStartPosition.CenterScreen; Text = "G-Helper";