mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
2846a0389f
Revised the Profile settings UI to fit all the settings on the screen. Fixed not being able to have a negative scroll value for the touchpad Less lag when opening/reopening profile settings Added Arabic Translation (Thanks K.F), updated French, Polish, and Portuguese translations
324 lines
14 KiB
C#
324 lines
14 KiB
C#
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();
|
|
this.tLPTranslators = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lbGerman = new System.Windows.Forms.Label();
|
|
this.lbGermanT = new System.Windows.Forms.Label();
|
|
this.lbItalianT = new System.Windows.Forms.Label();
|
|
this.lbItalian = new System.Windows.Forms.Label();
|
|
this.lbRussian = new System.Windows.Forms.Label();
|
|
this.lbRussianT = new System.Windows.Forms.Label();
|
|
this.lbRomanian = new System.Windows.Forms.Label();
|
|
this.lbRomanianT = new System.Windows.Forms.Label();
|
|
this.lbTurkish = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lbChineseS = new System.Windows.Forms.Label();
|
|
this.lbChineseST = new System.Windows.Forms.Label();
|
|
this.lbChineseT = new System.Windows.Forms.Label();
|
|
this.lbChineseTT = new System.Windows.Forms.Label();
|
|
this.lbArabic = new System.Windows.Forms.Label();
|
|
this.lbArabicT = new System.Windows.Forms.Label();
|
|
this.lbTranslators = new System.Windows.Forms.Label();
|
|
this.linkSourceCode = new System.Windows.Forms.LinkLabel();
|
|
this.lbLinkText = new System.Windows.Forms.Label();
|
|
this.tCAbout.SuspendLayout();
|
|
this.tPHotkeys.SuspendLayout();
|
|
this.tPCredits.SuspendLayout();
|
|
this.tLPTranslators.SuspendLayout();
|
|
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;
|
|
this.linkJays2Kings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkJays2Kings_LinkClicked);
|
|
//
|
|
// 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;
|
|
this.lLChangelog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLChangelog_LinkClicked);
|
|
//
|
|
// linkDonate
|
|
//
|
|
resources.ApplyResources(this.linkDonate, "linkDonate");
|
|
this.linkDonate.Name = "linkDonate";
|
|
this.linkDonate.TabStop = true;
|
|
this.linkDonate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkDonate_LinkClicked);
|
|
//
|
|
// tCAbout
|
|
//
|
|
resources.ApplyResources(this.tCAbout, "tCAbout");
|
|
this.tCAbout.Controls.Add(this.tPHotkeys);
|
|
this.tCAbout.Controls.Add(this.tPCredits);
|
|
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
|
|
//
|
|
resources.ApplyResources(this.tPCredits, "tPCredits");
|
|
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);
|
|
this.tPCredits.Name = "tPCredits";
|
|
this.tPCredits.UseVisualStyleBackColor = true;
|
|
//
|
|
// tLPTranslators
|
|
//
|
|
resources.ApplyResources(this.tLPTranslators, "tLPTranslators");
|
|
this.tLPTranslators.Controls.Add(this.lbGerman, 0, 0);
|
|
this.tLPTranslators.Controls.Add(this.lbGermanT, 1, 0);
|
|
this.tLPTranslators.Controls.Add(this.lbItalianT, 1, 1);
|
|
this.tLPTranslators.Controls.Add(this.lbItalian, 0, 1);
|
|
this.tLPTranslators.Controls.Add(this.lbRussian, 0, 2);
|
|
this.tLPTranslators.Controls.Add(this.lbRussianT, 1, 2);
|
|
this.tLPTranslators.Controls.Add(this.lbRomanian, 0, 3);
|
|
this.tLPTranslators.Controls.Add(this.lbRomanianT, 1, 3);
|
|
this.tLPTranslators.Controls.Add(this.lbTurkish, 0, 4);
|
|
this.tLPTranslators.Controls.Add(this.label2, 1, 4);
|
|
this.tLPTranslators.Controls.Add(this.lbChineseS, 0, 5);
|
|
this.tLPTranslators.Controls.Add(this.lbChineseST, 1, 5);
|
|
this.tLPTranslators.Controls.Add(this.lbChineseT, 0, 6);
|
|
this.tLPTranslators.Controls.Add(this.lbChineseTT, 1, 6);
|
|
this.tLPTranslators.Controls.Add(this.lbArabic, 0, 7);
|
|
this.tLPTranslators.Controls.Add(this.lbArabicT, 1, 7);
|
|
this.tLPTranslators.Name = "tLPTranslators";
|
|
//
|
|
// lbGerman
|
|
//
|
|
resources.ApplyResources(this.lbGerman, "lbGerman");
|
|
this.lbGerman.Name = "lbGerman";
|
|
//
|
|
// lbGermanT
|
|
//
|
|
resources.ApplyResources(this.lbGermanT, "lbGermanT");
|
|
this.lbGermanT.Name = "lbGermanT";
|
|
//
|
|
// lbItalianT
|
|
//
|
|
resources.ApplyResources(this.lbItalianT, "lbItalianT");
|
|
this.lbItalianT.Name = "lbItalianT";
|
|
//
|
|
// lbItalian
|
|
//
|
|
resources.ApplyResources(this.lbItalian, "lbItalian");
|
|
this.lbItalian.Name = "lbItalian";
|
|
//
|
|
// lbRussian
|
|
//
|
|
resources.ApplyResources(this.lbRussian, "lbRussian");
|
|
this.lbRussian.Name = "lbRussian";
|
|
//
|
|
// lbRussianT
|
|
//
|
|
resources.ApplyResources(this.lbRussianT, "lbRussianT");
|
|
this.lbRussianT.Name = "lbRussianT";
|
|
//
|
|
// lbRomanian
|
|
//
|
|
resources.ApplyResources(this.lbRomanian, "lbRomanian");
|
|
this.lbRomanian.Name = "lbRomanian";
|
|
//
|
|
// lbRomanianT
|
|
//
|
|
resources.ApplyResources(this.lbRomanianT, "lbRomanianT");
|
|
this.lbRomanianT.Name = "lbRomanianT";
|
|
//
|
|
// lbTurkish
|
|
//
|
|
resources.ApplyResources(this.lbTurkish, "lbTurkish");
|
|
this.lbTurkish.Name = "lbTurkish";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// lbChineseS
|
|
//
|
|
resources.ApplyResources(this.lbChineseS, "lbChineseS");
|
|
this.lbChineseS.Name = "lbChineseS";
|
|
//
|
|
// lbChineseST
|
|
//
|
|
resources.ApplyResources(this.lbChineseST, "lbChineseST");
|
|
this.lbChineseST.Name = "lbChineseST";
|
|
//
|
|
// lbChineseT
|
|
//
|
|
resources.ApplyResources(this.lbChineseT, "lbChineseT");
|
|
this.lbChineseT.Name = "lbChineseT";
|
|
//
|
|
// lbChineseTT
|
|
//
|
|
resources.ApplyResources(this.lbChineseTT, "lbChineseTT");
|
|
this.lbChineseTT.Name = "lbChineseTT";
|
|
//
|
|
// lbArabic
|
|
//
|
|
resources.ApplyResources(this.lbArabic, "lbArabic");
|
|
this.lbArabic.Name = "lbArabic";
|
|
//
|
|
// lbArabicT
|
|
//
|
|
resources.ApplyResources(this.lbArabicT, "lbArabicT");
|
|
this.lbArabicT.Name = "lbArabicT";
|
|
//
|
|
// 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";
|
|
//
|
|
// Hotkeys
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.linkDonate);
|
|
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();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#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;
|
|
private System.Windows.Forms.Label lbGerman;
|
|
private System.Windows.Forms.Label lbGermanT;
|
|
private System.Windows.Forms.Label lbItalianT;
|
|
private System.Windows.Forms.Label lbItalian;
|
|
private System.Windows.Forms.Label lbRussian;
|
|
private System.Windows.Forms.Label lbRussianT;
|
|
private System.Windows.Forms.Label lbLinkText;
|
|
private System.Windows.Forms.Label lbRomanian;
|
|
private System.Windows.Forms.Label lbRomanianT;
|
|
private System.Windows.Forms.Label lbTurkish;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lbChineseS;
|
|
private System.Windows.Forms.Label lbChineseST;
|
|
private System.Windows.Forms.Label lbChineseT;
|
|
private System.Windows.Forms.Label lbChineseTT;
|
|
private System.Windows.Forms.Label lbArabic;
|
|
private System.Windows.Forms.Label lbArabicT;
|
|
}
|
|
} |