mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
UI tweaks
This commit is contained in:
4
app/Keyboard.Designer.cs
generated
4
app/Keyboard.Designer.cs
generated
@@ -252,8 +252,8 @@ namespace GHelper
|
|||||||
checkKeyboardAuto.AutoSize = true;
|
checkKeyboardAuto.AutoSize = true;
|
||||||
checkKeyboardAuto.Location = new Point(25, 51);
|
checkKeyboardAuto.Location = new Point(25, 51);
|
||||||
checkKeyboardAuto.Name = "checkKeyboardAuto";
|
checkKeyboardAuto.Name = "checkKeyboardAuto";
|
||||||
checkKeyboardAuto.Size = new Size(712, 36);
|
checkKeyboardAuto.Size = new Size(780, 36);
|
||||||
checkKeyboardAuto.MaximumSize = new Size(712, 0);
|
checkKeyboardAuto.MaximumSize = new Size(780, 0);
|
||||||
checkKeyboardAuto.AutoEllipsis = true;
|
checkKeyboardAuto.AutoEllipsis = true;
|
||||||
checkKeyboardAuto.TabIndex = 2;
|
checkKeyboardAuto.TabIndex = 2;
|
||||||
checkKeyboardAuto.Text = Properties.Strings.KeyboardAuto;
|
checkKeyboardAuto.Text = Properties.Strings.KeyboardAuto;
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ namespace GHelper
|
|||||||
Thread.CurrentThread.CurrentCulture = CultureInfo.CurrentCulture;
|
Thread.CurrentThread.CurrentCulture = CultureInfo.CurrentCulture;
|
||||||
Thread.CurrentThread.CurrentUICulture = CultureInfo.CurrentUICulture;
|
Thread.CurrentThread.CurrentUICulture = CultureInfo.CurrentUICulture;
|
||||||
|
|
||||||
//Thread.CurrentThread.CurrentUICulture = CultureInfo.CreateSpecificCulture("zh");
|
Thread.CurrentThread.CurrentUICulture = CultureInfo.CreateSpecificCulture("tr");
|
||||||
|
|
||||||
if (Process.GetProcesses().Count(p => p.ProcessName == "GHelper") > 1)
|
if (Process.GetProcesses().Count(p => p.ProcessName == "GHelper") > 1)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -391,7 +391,7 @@
|
|||||||
<value>Pille çalışırken kapat</value>
|
<value>Pille çalışırken kapat</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UltimateGPUTooltip" xml:space="preserve">
|
<data name="UltimateGPUTooltip" xml:space="preserve">
|
||||||
<value>Dizüstü bilgisayar ekranını harici GPU'ya yönlendirerek FPS'yi maksimize eder</value>
|
<value>Dizüstü ekranını harici GPU'ya yönlendirerek FPS'yi maksimize eder</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="UltimateMode" xml:space="preserve">
|
<data name="UltimateMode" xml:space="preserve">
|
||||||
<value>Ultimate</value>
|
<value>Ultimate</value>
|
||||||
|
|||||||
4
app/Settings.Designer.cs
generated
4
app/Settings.Designer.cs
generated
@@ -544,7 +544,7 @@ namespace GHelper
|
|||||||
labelTipGPU.Location = new Point(24, 191);
|
labelTipGPU.Location = new Point(24, 191);
|
||||||
labelTipGPU.Margin = new Padding(4, 0, 4, 0);
|
labelTipGPU.Margin = new Padding(4, 0, 4, 0);
|
||||||
labelTipGPU.Name = "labelTipGPU";
|
labelTipGPU.Name = "labelTipGPU";
|
||||||
labelTipGPU.Size = new Size(720, 36);
|
labelTipGPU.Size = new Size(760, 36);
|
||||||
labelTipGPU.TabIndex = 20;
|
labelTipGPU.TabIndex = 20;
|
||||||
labelTipGPU.Text = " ";
|
labelTipGPU.Text = " ";
|
||||||
//
|
//
|
||||||
@@ -726,7 +726,7 @@ namespace GHelper
|
|||||||
labelTipScreen.Location = new Point(20, 135);
|
labelTipScreen.Location = new Point(20, 135);
|
||||||
labelTipScreen.Margin = new Padding(4, 0, 4, 0);
|
labelTipScreen.Margin = new Padding(4, 0, 4, 0);
|
||||||
labelTipScreen.Name = "labelTipScreen";
|
labelTipScreen.Name = "labelTipScreen";
|
||||||
labelTipScreen.Size = new Size(724, 36);
|
labelTipScreen.Size = new Size(760, 36);
|
||||||
labelTipScreen.TabIndex = 24;
|
labelTipScreen.TabIndex = 24;
|
||||||
//
|
//
|
||||||
// tableScreen
|
// tableScreen
|
||||||
|
|||||||
Reference in New Issue
Block a user