2015-02-08 22:51:52 +01:00
|
|
|
|
namespace DS4Windows
|
|
|
|
|
{
|
|
|
|
|
partial class Hotkeys
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Hotkeys));
|
|
|
|
|
this.linkElectro = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.linkJays2Kings = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.lbAbout = new System.Windows.Forms.Label();
|
|
|
|
|
this.linkInhexSTER = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.linkJhebbel = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.lLChangelog = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.linkDonate = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.tCAbout = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tPHotkeys = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.lbHotkeys = new System.Windows.Forms.Label();
|
|
|
|
|
this.tPCredits = new System.Windows.Forms.TabPage();
|
2017-03-29 16:26:07 +02:00
|
|
|
|
this.linkTeokp = new System.Windows.Forms.LinkLabel();
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
this.linkKiliansch = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.linkChamilsaan = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.linkBoganhobo = new System.Windows.Forms.LinkLabel();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.tLPTranslators = new System.Windows.Forms.TableLayoutPanel();
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
this.lbuk = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbUkrainianT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbid = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbIndonesianT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbhu = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbHungarianT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbel = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbGreekT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbfi = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbFinnishT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbcs = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbCzechT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbpt = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbPortugueseT = new System.Windows.Forms.Label();
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.lbes = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbSpanishT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbpl = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbPolishT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbde = new System.Windows.Forms.Label();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.lbGermanT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbItalianT = new System.Windows.Forms.Label();
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.lbitIT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbruRU = new System.Windows.Forms.Label();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.lbRussianT = new System.Windows.Forms.Label();
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.lbroRO = new System.Windows.Forms.Label();
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.lbRomanianT = new System.Windows.Forms.Label();
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.lbtr = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbTurkishT = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbzhHans = new System.Windows.Forms.Label();
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.lbChineseST = new System.Windows.Forms.Label();
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.lbzhHant = new System.Windows.Forms.Label();
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.lbChineseTT = new System.Windows.Forms.Label();
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.lbar = new System.Windows.Forms.Label();
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.lbArabicT = new System.Windows.Forms.Label();
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.lbhe = new System.Windows.Forms.Label();
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.lbHebrewT = new System.Windows.Forms.Label();
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.lbfrFR = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbFrenchT = new System.Windows.Forms.Label();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.lbTranslators = new System.Windows.Forms.Label();
|
|
|
|
|
this.linkSourceCode = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.lbLinkText = new System.Windows.Forms.Label();
|
2018-02-05 04:25:19 +01:00
|
|
|
|
this.coinTP = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
2018-02-19 09:57:29 +01:00
|
|
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.makerSupportLinkLabel = new System.Windows.Forms.LinkLabel();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.tCAbout.SuspendLayout();
|
|
|
|
|
this.tPHotkeys.SuspendLayout();
|
|
|
|
|
this.tPCredits.SuspendLayout();
|
|
|
|
|
this.tLPTranslators.SuspendLayout();
|
2018-02-05 04:25:19 +01:00
|
|
|
|
this.coinTP.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel1.SuspendLayout();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// linkElectro
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkElectro, "linkElectro");
|
|
|
|
|
this.linkElectro.Name = "linkElectro";
|
|
|
|
|
this.linkElectro.TabStop = true;
|
|
|
|
|
this.linkElectro.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkElectro_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// linkJays2Kings
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkJays2Kings, "linkJays2Kings");
|
|
|
|
|
this.linkJays2Kings.Name = "linkJays2Kings";
|
|
|
|
|
this.linkJays2Kings.TabStop = true;
|
2018-02-19 09:57:29 +01:00
|
|
|
|
this.linkJays2Kings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkJays2Kings_LinkClicked);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
|
|
|
|
// lbAbout
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbAbout, "lbAbout");
|
|
|
|
|
this.lbAbout.Name = "lbAbout";
|
|
|
|
|
//
|
|
|
|
|
// linkInhexSTER
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkInhexSTER, "linkInhexSTER");
|
|
|
|
|
this.linkInhexSTER.Name = "linkInhexSTER";
|
|
|
|
|
this.linkInhexSTER.TabStop = true;
|
|
|
|
|
this.linkInhexSTER.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkInhexSTER_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// linkJhebbel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkJhebbel, "linkJhebbel");
|
|
|
|
|
this.linkJhebbel.Name = "linkJhebbel";
|
|
|
|
|
this.linkJhebbel.TabStop = true;
|
|
|
|
|
this.linkJhebbel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkJhebbel_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// lLChangelog
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lLChangelog, "lLChangelog");
|
|
|
|
|
this.lLChangelog.Name = "lLChangelog";
|
|
|
|
|
this.lLChangelog.TabStop = true;
|
2018-02-19 09:57:29 +01:00
|
|
|
|
this.lLChangelog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LLChangelog_LinkClicked);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
|
|
|
|
// linkDonate
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkDonate, "linkDonate");
|
|
|
|
|
this.linkDonate.Name = "linkDonate";
|
|
|
|
|
this.linkDonate.TabStop = true;
|
2018-02-19 09:57:29 +01:00
|
|
|
|
this.linkDonate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkDonate_LinkClicked);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
|
|
|
|
// tCAbout
|
|
|
|
|
//
|
|
|
|
|
this.tCAbout.Controls.Add(this.tPHotkeys);
|
|
|
|
|
this.tCAbout.Controls.Add(this.tPCredits);
|
2018-02-05 04:25:19 +01:00
|
|
|
|
this.tCAbout.Controls.Add(this.coinTP);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.tCAbout, "tCAbout");
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.tCAbout.Name = "tCAbout";
|
|
|
|
|
this.tCAbout.SelectedIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// tPHotkeys
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tPHotkeys, "tPHotkeys");
|
|
|
|
|
this.tPHotkeys.Controls.Add(this.lbHotkeys);
|
|
|
|
|
this.tPHotkeys.Name = "tPHotkeys";
|
|
|
|
|
this.tPHotkeys.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// lbHotkeys
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbHotkeys, "lbHotkeys");
|
|
|
|
|
this.lbHotkeys.Name = "lbHotkeys";
|
|
|
|
|
//
|
|
|
|
|
// tPCredits
|
|
|
|
|
//
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
this.tPCredits.Controls.Add(this.linkTeokp);
|
|
|
|
|
this.tPCredits.Controls.Add(this.linkKiliansch);
|
|
|
|
|
this.tPCredits.Controls.Add(this.linkChamilsaan);
|
|
|
|
|
this.tPCredits.Controls.Add(this.linkBoganhobo);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.tPCredits.Controls.Add(this.tLPTranslators);
|
|
|
|
|
this.tPCredits.Controls.Add(this.lbTranslators);
|
|
|
|
|
this.tPCredits.Controls.Add(this.linkElectro);
|
|
|
|
|
this.tPCredits.Controls.Add(this.linkSourceCode);
|
|
|
|
|
this.tPCredits.Controls.Add(this.lbLinkText);
|
|
|
|
|
this.tPCredits.Controls.Add(this.linkJays2Kings);
|
|
|
|
|
this.tPCredits.Controls.Add(this.linkJhebbel);
|
|
|
|
|
this.tPCredits.Controls.Add(this.linkInhexSTER);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.tPCredits, "tPCredits");
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.tPCredits.Name = "tPCredits";
|
|
|
|
|
this.tPCredits.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2017-03-29 16:26:07 +02:00
|
|
|
|
// linkTeokp
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkTeokp, "linkTeokp");
|
|
|
|
|
this.linkTeokp.Name = "linkTeokp";
|
|
|
|
|
this.linkTeokp.TabStop = true;
|
|
|
|
|
this.linkTeokp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkTeokp_LinkClicked);
|
|
|
|
|
//
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
// linkKiliansch
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkKiliansch, "linkKiliansch");
|
|
|
|
|
this.linkKiliansch.Name = "linkKiliansch";
|
|
|
|
|
this.linkKiliansch.TabStop = true;
|
|
|
|
|
this.linkKiliansch.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkKiliansch_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// linkChamilsaan
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkChamilsaan, "linkChamilsaan");
|
|
|
|
|
this.linkChamilsaan.Name = "linkChamilsaan";
|
|
|
|
|
this.linkChamilsaan.TabStop = true;
|
|
|
|
|
this.linkChamilsaan.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkChamilsaan_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// linkBoganhobo
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkBoganhobo, "linkBoganhobo");
|
|
|
|
|
this.linkBoganhobo.Name = "linkBoganhobo";
|
|
|
|
|
this.linkBoganhobo.TabStop = true;
|
|
|
|
|
this.linkBoganhobo.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkBoganhobo_LinkClicked);
|
|
|
|
|
//
|
2015-02-08 22:51:52 +01:00
|
|
|
|
// tLPTranslators
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tLPTranslators, "tLPTranslators");
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbuk, 0, 18);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbUkrainianT, 0, 18);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbid, 0, 17);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbIndonesianT, 0, 17);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbhu, 0, 16);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbHungarianT, 0, 16);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbel, 0, 15);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbGreekT, 0, 15);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbfi, 0, 14);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbFinnishT, 0, 14);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbcs, 0, 13);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbCzechT, 0, 13);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbpt, 0, 12);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbPortugueseT, 0, 12);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbes, 0, 11);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbSpanishT, 0, 11);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbpl, 0, 10);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbPolishT, 0, 10);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbde, 0, 0);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbGermanT, 1, 0);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbItalianT, 1, 1);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbitIT, 0, 1);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbruRU, 0, 2);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbRussianT, 1, 2);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbroRO, 0, 3);
|
2015-04-21 21:00:09 +02:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbRomanianT, 1, 3);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbtr, 0, 4);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbTurkishT, 1, 4);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbzhHans, 0, 5);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbChineseST, 1, 5);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbzhHant, 0, 6);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbChineseTT, 1, 6);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbar, 0, 7);
|
2015-11-30 22:15:17 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbArabicT, 1, 7);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbhe, 0, 8);
|
2015-12-05 09:55:11 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbHebrewT, 1, 8);
|
2015-12-19 05:11:12 +01:00
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbfrFR, 0, 9);
|
|
|
|
|
this.tLPTranslators.Controls.Add(this.lbFrenchT, 1, 9);
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.tLPTranslators.Name = "tLPTranslators";
|
|
|
|
|
//
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
// lbuk
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbuk, "lbuk");
|
|
|
|
|
this.lbuk.Name = "lbuk";
|
|
|
|
|
//
|
|
|
|
|
// lbUkrainianT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbUkrainianT, "lbUkrainianT");
|
|
|
|
|
this.lbUkrainianT.Name = "lbUkrainianT";
|
|
|
|
|
//
|
|
|
|
|
// lbid
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbid, "lbid");
|
|
|
|
|
this.lbid.Name = "lbid";
|
|
|
|
|
//
|
|
|
|
|
// lbIndonesianT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbIndonesianT, "lbIndonesianT");
|
|
|
|
|
this.lbIndonesianT.Name = "lbIndonesianT";
|
|
|
|
|
//
|
|
|
|
|
// lbhu
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbhu, "lbhu");
|
|
|
|
|
this.lbhu.Name = "lbhu";
|
|
|
|
|
//
|
|
|
|
|
// lbHungarianT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbHungarianT, "lbHungarianT");
|
|
|
|
|
this.lbHungarianT.Name = "lbHungarianT";
|
|
|
|
|
//
|
|
|
|
|
// lbel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbel, "lbel");
|
|
|
|
|
this.lbel.Name = "lbel";
|
|
|
|
|
//
|
|
|
|
|
// lbGreekT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbGreekT, "lbGreekT");
|
|
|
|
|
this.lbGreekT.Name = "lbGreekT";
|
|
|
|
|
//
|
|
|
|
|
// lbfi
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbfi, "lbfi");
|
|
|
|
|
this.lbfi.Name = "lbfi";
|
|
|
|
|
//
|
|
|
|
|
// lbFinnishT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbFinnishT, "lbFinnishT");
|
|
|
|
|
this.lbFinnishT.Name = "lbFinnishT";
|
|
|
|
|
//
|
|
|
|
|
// lbcs
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbcs, "lbcs");
|
|
|
|
|
this.lbcs.Name = "lbcs";
|
|
|
|
|
//
|
|
|
|
|
// lbCzechT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbCzechT, "lbCzechT");
|
|
|
|
|
this.lbCzechT.Name = "lbCzechT";
|
|
|
|
|
//
|
|
|
|
|
// lbpt
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbpt, "lbpt");
|
|
|
|
|
this.lbpt.Name = "lbpt";
|
|
|
|
|
//
|
|
|
|
|
// lbPortugueseT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbPortugueseT, "lbPortugueseT");
|
|
|
|
|
this.lbPortugueseT.Name = "lbPortugueseT";
|
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbes
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbes, "lbes");
|
|
|
|
|
this.lbes.Name = "lbes";
|
|
|
|
|
//
|
|
|
|
|
// lbSpanishT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbSpanishT, "lbSpanishT");
|
|
|
|
|
this.lbSpanishT.Name = "lbSpanishT";
|
|
|
|
|
//
|
|
|
|
|
// lbpl
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbpl, "lbpl");
|
|
|
|
|
this.lbpl.Name = "lbpl";
|
|
|
|
|
//
|
|
|
|
|
// lbPolishT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbPolishT, "lbPolishT");
|
|
|
|
|
this.lbPolishT.Name = "lbPolishT";
|
|
|
|
|
//
|
|
|
|
|
// lbde
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbde, "lbde");
|
|
|
|
|
this.lbde.Name = "lbde";
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
|
|
|
|
// lbGermanT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbGermanT, "lbGermanT");
|
|
|
|
|
this.lbGermanT.Name = "lbGermanT";
|
|
|
|
|
//
|
|
|
|
|
// lbItalianT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbItalianT, "lbItalianT");
|
|
|
|
|
this.lbItalianT.Name = "lbItalianT";
|
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbitIT
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbitIT, "lbitIT");
|
|
|
|
|
this.lbitIT.Name = "lbitIT";
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbruRU
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbruRU, "lbruRU");
|
|
|
|
|
this.lbruRU.Name = "lbruRU";
|
2015-02-08 22:51:52 +01:00
|
|
|
|
//
|
|
|
|
|
// lbRussianT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbRussianT, "lbRussianT");
|
|
|
|
|
this.lbRussianT.Name = "lbRussianT";
|
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbroRO
|
2015-04-21 21:00:09 +02:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbroRO, "lbroRO");
|
|
|
|
|
this.lbroRO.Name = "lbroRO";
|
2015-04-21 21:00:09 +02:00
|
|
|
|
//
|
|
|
|
|
// lbRomanianT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbRomanianT, "lbRomanianT");
|
|
|
|
|
this.lbRomanianT.Name = "lbRomanianT";
|
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbtr
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbtr, "lbtr");
|
|
|
|
|
this.lbtr.Name = "lbtr";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbTurkishT
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbTurkishT, "lbTurkishT");
|
|
|
|
|
this.lbTurkishT.Name = "lbTurkishT";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbzhHans
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbzhHans, "lbzhHans");
|
|
|
|
|
this.lbzhHans.Name = "lbzhHans";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
|
|
|
|
// lbChineseST
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbChineseST, "lbChineseST");
|
|
|
|
|
this.lbChineseST.Name = "lbChineseST";
|
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbzhHant
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbzhHant, "lbzhHant");
|
|
|
|
|
this.lbzhHant.Name = "lbzhHant";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
|
|
|
|
// lbChineseTT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbChineseTT, "lbChineseTT");
|
|
|
|
|
this.lbChineseTT.Name = "lbChineseTT";
|
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbar
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbar, "lbar");
|
|
|
|
|
this.lbar.Name = "lbar";
|
2015-11-30 22:15:17 +01:00
|
|
|
|
//
|
|
|
|
|
// lbArabicT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbArabicT, "lbArabicT");
|
|
|
|
|
this.lbArabicT.Name = "lbArabicT";
|
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbhe
|
2015-12-05 09:55:11 +01:00
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
resources.ApplyResources(this.lbhe, "lbhe");
|
|
|
|
|
this.lbhe.Name = "lbhe";
|
2015-12-05 09:55:11 +01:00
|
|
|
|
//
|
|
|
|
|
// lbHebrewT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbHebrewT, "lbHebrewT");
|
|
|
|
|
this.lbHebrewT.Name = "lbHebrewT";
|
|
|
|
|
//
|
2015-12-19 05:11:12 +01:00
|
|
|
|
// lbfrFR
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbfrFR, "lbfrFR");
|
|
|
|
|
this.lbfrFR.Name = "lbfrFR";
|
|
|
|
|
//
|
|
|
|
|
// lbFrenchT
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbFrenchT, "lbFrenchT");
|
|
|
|
|
this.lbFrenchT.Name = "lbFrenchT";
|
|
|
|
|
//
|
2015-02-08 22:51:52 +01:00
|
|
|
|
// lbTranslators
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbTranslators, "lbTranslators");
|
|
|
|
|
this.lbTranslators.Name = "lbTranslators";
|
|
|
|
|
//
|
|
|
|
|
// linkSourceCode
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkSourceCode, "linkSourceCode");
|
|
|
|
|
this.linkSourceCode.Name = "linkSourceCode";
|
|
|
|
|
this.linkSourceCode.TabStop = true;
|
|
|
|
|
this.linkSourceCode.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkSourceCode_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// lbLinkText
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbLinkText, "lbLinkText");
|
|
|
|
|
this.lbLinkText.Name = "lbLinkText";
|
|
|
|
|
//
|
2018-02-05 04:25:19 +01:00
|
|
|
|
// coinTP
|
|
|
|
|
//
|
|
|
|
|
this.coinTP.Controls.Add(this.flowLayoutPanel1);
|
|
|
|
|
resources.ApplyResources(this.coinTP, "coinTP");
|
|
|
|
|
this.coinTP.Name = "coinTP";
|
|
|
|
|
this.coinTP.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
|
2018-02-19 09:57:29 +01:00
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.textBox2);
|
2018-02-05 04:25:19 +01:00
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.linkDonate);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.makerSupportLinkLabel);
|
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
|
|
//
|
2018-02-19 09:57:29 +01:00
|
|
|
|
// textBox2
|
2018-02-05 04:25:19 +01:00
|
|
|
|
//
|
2018-02-19 09:57:29 +01:00
|
|
|
|
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
resources.ApplyResources(this.textBox2, "textBox2");
|
|
|
|
|
this.textBox2.Name = "textBox2";
|
2018-03-18 22:20:35 +01:00
|
|
|
|
this.textBox2.ReadOnly = true;
|
2018-02-05 04:25:19 +01:00
|
|
|
|
//
|
2018-02-19 09:57:29 +01:00
|
|
|
|
// makerSupportLinkLabel
|
2018-02-05 04:25:19 +01:00
|
|
|
|
//
|
2018-02-19 09:57:29 +01:00
|
|
|
|
resources.ApplyResources(this.makerSupportLinkLabel, "makerSupportLinkLabel");
|
|
|
|
|
this.makerSupportLinkLabel.Name = "makerSupportLinkLabel";
|
|
|
|
|
this.makerSupportLinkLabel.TabStop = true;
|
|
|
|
|
this.makerSupportLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.MakerSupportLinkLabel_LinkClicked);
|
2018-01-27 03:32:31 +01:00
|
|
|
|
//
|
2015-02-08 22:51:52 +01:00
|
|
|
|
// Hotkeys
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.lLChangelog);
|
|
|
|
|
this.Controls.Add(this.tCAbout);
|
|
|
|
|
this.Controls.Add(this.lbAbout);
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "Hotkeys";
|
|
|
|
|
this.tCAbout.ResumeLayout(false);
|
|
|
|
|
this.tPHotkeys.ResumeLayout(false);
|
|
|
|
|
this.tPCredits.ResumeLayout(false);
|
|
|
|
|
this.tPCredits.PerformLayout();
|
|
|
|
|
this.tLPTranslators.ResumeLayout(false);
|
|
|
|
|
this.tLPTranslators.PerformLayout();
|
2018-02-05 04:25:19 +01:00
|
|
|
|
this.coinTP.ResumeLayout(false);
|
|
|
|
|
this.coinTP.PerformLayout();
|
|
|
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
2018-02-19 09:57:29 +01:00
|
|
|
|
this.flowLayoutPanel1.PerformLayout();
|
2015-02-08 22:51:52 +01:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkElectro;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkJays2Kings;
|
|
|
|
|
private System.Windows.Forms.Label lbAbout;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkInhexSTER;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkJhebbel;
|
|
|
|
|
private System.Windows.Forms.LinkLabel lLChangelog;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkDonate;
|
|
|
|
|
private System.Windows.Forms.TabControl tCAbout;
|
|
|
|
|
private System.Windows.Forms.TabPage tPHotkeys;
|
|
|
|
|
private System.Windows.Forms.TabPage tPCredits;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkSourceCode;
|
|
|
|
|
private System.Windows.Forms.Label lbTranslators;
|
|
|
|
|
private System.Windows.Forms.Label lbHotkeys;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tLPTranslators;
|
2015-12-19 05:11:12 +01:00
|
|
|
|
private System.Windows.Forms.Label lbde;
|
2015-02-08 22:51:52 +01:00
|
|
|
|
private System.Windows.Forms.Label lbGermanT;
|
|
|
|
|
private System.Windows.Forms.Label lbItalianT;
|
2015-12-19 05:11:12 +01:00
|
|
|
|
private System.Windows.Forms.Label lbitIT;
|
|
|
|
|
private System.Windows.Forms.Label lbruRU;
|
2015-02-08 22:51:52 +01:00
|
|
|
|
private System.Windows.Forms.Label lbRussianT;
|
|
|
|
|
private System.Windows.Forms.Label lbLinkText;
|
2015-12-19 05:11:12 +01:00
|
|
|
|
private System.Windows.Forms.Label lbroRO;
|
2015-04-21 21:00:09 +02:00
|
|
|
|
private System.Windows.Forms.Label lbRomanianT;
|
2015-12-19 05:11:12 +01:00
|
|
|
|
private System.Windows.Forms.Label lbtr;
|
|
|
|
|
private System.Windows.Forms.Label lbTurkishT;
|
|
|
|
|
private System.Windows.Forms.Label lbzhHans;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
private System.Windows.Forms.Label lbChineseST;
|
2015-12-19 05:11:12 +01:00
|
|
|
|
private System.Windows.Forms.Label lbzhHant;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
private System.Windows.Forms.Label lbChineseTT;
|
2015-12-19 05:11:12 +01:00
|
|
|
|
private System.Windows.Forms.Label lbar;
|
2015-11-30 22:15:17 +01:00
|
|
|
|
private System.Windows.Forms.Label lbArabicT;
|
2015-12-19 05:11:12 +01:00
|
|
|
|
private System.Windows.Forms.Label lbhe;
|
2015-12-05 09:55:11 +01:00
|
|
|
|
private System.Windows.Forms.Label lbHebrewT;
|
2015-12-19 05:11:12 +01:00
|
|
|
|
private System.Windows.Forms.Label lbes;
|
|
|
|
|
private System.Windows.Forms.Label lbSpanishT;
|
|
|
|
|
private System.Windows.Forms.Label lbpl;
|
|
|
|
|
private System.Windows.Forms.Label lbPolishT;
|
|
|
|
|
private System.Windows.Forms.Label lbfrFR;
|
|
|
|
|
private System.Windows.Forms.Label lbFrenchT;
|
Version 1.4.5
Added support for the New DS4 USB Adapater (Thanks to boganhobo and
Chamilsaan)
Implemented teokp's amazing fix for hide ds4 not working on the
anniversary update of Windows 10: when a controller fails to enter
exclusive mode, DS4Windows will ask for admin privilages to fix the
issue.
Now (near)unlimited Special Actions can be made from the previous limit
of 50
Special Action Xbox Game DVR is now no longer limited to Windows 10,
renamed multi action button: Assign a macro to single tap, double tap,
and holding down a button
Added option for White DS4Windows Icon in the notification tray (While
not merged from, thanks to tehmantra)
Added option to temporarily turn off DS4Windows when using a certain
program (togglable in the Auto Profiles Tab) (Same case as above but
thanks to dedChar to bring to light)
Fixed Options crashes in certain locales where decimal points are
repesented with commas, such as German (Thanks to kiliansch)
Added/Updated translations for many languauges, now including Japanese,
Slovenian, Hungarian, Greek, Finnish, Czech, Indonesian, and Ukrainian
2016-09-22 03:38:38 +02:00
|
|
|
|
private System.Windows.Forms.LinkLabel linkBoganhobo;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkKiliansch;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkChamilsaan;
|
|
|
|
|
private System.Windows.Forms.Label lbuk;
|
|
|
|
|
private System.Windows.Forms.Label lbUkrainianT;
|
|
|
|
|
private System.Windows.Forms.Label lbid;
|
|
|
|
|
private System.Windows.Forms.Label lbIndonesianT;
|
|
|
|
|
private System.Windows.Forms.Label lbhu;
|
|
|
|
|
private System.Windows.Forms.Label lbHungarianT;
|
|
|
|
|
private System.Windows.Forms.Label lbel;
|
|
|
|
|
private System.Windows.Forms.Label lbGreekT;
|
|
|
|
|
private System.Windows.Forms.Label lbfi;
|
|
|
|
|
private System.Windows.Forms.Label lbFinnishT;
|
|
|
|
|
private System.Windows.Forms.Label lbcs;
|
|
|
|
|
private System.Windows.Forms.Label lbCzechT;
|
|
|
|
|
private System.Windows.Forms.Label lbpt;
|
|
|
|
|
private System.Windows.Forms.Label lbPortugueseT;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkTeokp;
|
2018-02-05 04:25:19 +01:00
|
|
|
|
private System.Windows.Forms.LinkLabel makerSupportLinkLabel;
|
|
|
|
|
private System.Windows.Forms.TabPage coinTP;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
2018-02-19 09:57:29 +01:00
|
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
2015-02-08 22:51:52 +01:00
|
|
|
|
}
|
|
|
|
|
}
|