2014-03-28 02:50:40 +01:00
|
|
|
|
namespace ScpServer
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
2014-08-17 00:09:15 +02:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Hotkeys));
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
2014-05-21 07:36:05 +02:00
|
|
|
|
this.linkElectro = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.linkJays2Kings = new System.Windows.Forms.LinkLabel();
|
2014-05-16 00:10:17 +02:00
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbAbout = new System.Windows.Forms.Label();
|
2014-05-21 07:36:05 +02:00
|
|
|
|
this.linkInhexSTER = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.linkJhebbel = new System.Windows.Forms.LinkLabel();
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.label23 = new System.Windows.Forms.Label();
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label31 = new System.Windows.Forms.Label();
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
this.label32 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label33 = new System.Windows.Forms.Label();
|
2014-08-17 00:09:15 +02:00
|
|
|
|
this.lLChangelog = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.linkDonate = new System.Windows.Forms.LinkLabel();
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.button1, "button1");
|
2014-05-31 19:27:43 +02:00
|
|
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
|
|
//
|
2014-05-21 07:36:05 +02:00
|
|
|
|
// linkElectro
|
2014-05-16 00:10:17 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.linkElectro, "linkElectro");
|
2014-05-21 07:36:05 +02:00
|
|
|
|
this.linkElectro.Name = "linkElectro";
|
|
|
|
|
this.linkElectro.TabStop = true;
|
|
|
|
|
this.linkElectro.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
2014-05-16 00:10:17 +02:00
|
|
|
|
//
|
2014-05-21 07:36:05 +02:00
|
|
|
|
// linkJays2Kings
|
2014-05-16 00:10:17 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.linkJays2Kings, "linkJays2Kings");
|
2014-05-21 07:36:05 +02:00
|
|
|
|
this.linkJays2Kings.Name = "linkJays2Kings";
|
|
|
|
|
this.linkJays2Kings.TabStop = true;
|
|
|
|
|
this.linkJays2Kings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
2014-05-16 00:10:17 +02:00
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label2, "label2");
|
2014-05-16 00:10:17 +02:00
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
//
|
|
|
|
|
// lbAbout
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lbAbout, "lbAbout");
|
2014-05-16 00:10:17 +02:00
|
|
|
|
this.lbAbout.Name = "lbAbout";
|
2014-05-21 07:36:05 +02:00
|
|
|
|
//
|
|
|
|
|
// linkInhexSTER
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.linkInhexSTER, "linkInhexSTER");
|
2014-05-21 07:36:05 +02:00
|
|
|
|
this.linkInhexSTER.Name = "linkInhexSTER";
|
|
|
|
|
this.linkInhexSTER.TabStop = true;
|
|
|
|
|
this.linkInhexSTER.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkInhexSTER_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// linkJhebbel
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.linkJhebbel, "linkJhebbel");
|
2014-05-21 07:36:05 +02:00
|
|
|
|
this.linkJhebbel.Name = "linkJhebbel";
|
|
|
|
|
this.linkJhebbel.TabStop = true;
|
|
|
|
|
this.linkJhebbel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkJhebbel_LinkClicked);
|
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label23
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label23, "label23");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label23.Name = "label23";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label26
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label26, "label26");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label26.Name = "label26";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label27
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label27, "label27");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label27.Name = "label27";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label25
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label25, "label25");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label25.Name = "label25";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label29
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label29, "label29");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label29.Name = "label29";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label28
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label28, "label28");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label28.Name = "label28";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label14
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label14, "label14");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label14.Name = "label14";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label8
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label8, "label8");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label8.Name = "label8";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label16
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label16, "label16");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label16.Name = "label16";
|
|
|
|
|
//
|
|
|
|
|
// label15
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label15, "label15");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label15.Name = "label15";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label4, "label4");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label7, "label7");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label7.Name = "label7";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
|
|
|
|
// label21
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label21, "label21");
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.label21.Name = "label21";
|
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label13
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label13, "label13");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label13.Name = "label13";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label3
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label3, "label3");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label3.Name = "label3";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label12
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label12, "label12");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label12.Name = "label12";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label9
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label9, "label9");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label9.Name = "label9";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label19
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label19, "label19");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label19.Name = "label19";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label10
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label10, "label10");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label10.Name = "label10";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label11
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label11, "label11");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label11.Name = "label11";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-02 05:19:04 +02:00
|
|
|
|
// label18
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label18, "label18");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label18.Name = "label18";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label6, "label6");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label5, "label5");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
//
|
|
|
|
|
// label17
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label17, "label17");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label17.Name = "label17";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
//
|
|
|
|
|
// label22
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label22, "label22");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label22.Name = "label22";
|
|
|
|
|
//
|
|
|
|
|
// label20
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label20, "label20");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label20.Name = "label20";
|
|
|
|
|
//
|
|
|
|
|
// label24
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label24, "label24");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label24.Name = "label24";
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label20, 0, 10);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label22, 1, 10);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 6);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label17, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 1, 6);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label6, 1, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label18, 0, 2);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label11, 1, 2);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label10, 0, 8);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label19, 0, 3);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label9, 1, 8);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label12, 1, 3);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 9);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label21, 0, 4);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label7, 1, 9);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 7);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label15, 0, 5);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label16, 1, 4);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label8, 1, 7);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label14, 1, 5);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label30, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label31, 1, 0);
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label32, 0, 11);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label13, 0, 12);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label24, 0, 13);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label26, 0, 15);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label25, 0, 14);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label29, 1, 15);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label28, 1, 14);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label27, 1, 13);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label33, 1, 11);
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
|
|
|
|
// label30
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label30, "label30");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label30.Name = "label30";
|
|
|
|
|
//
|
|
|
|
|
// label31
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.label31, "label31");
|
2014-06-02 05:19:04 +02:00
|
|
|
|
this.label31.Name = "label31";
|
2014-08-17 00:09:15 +02:00
|
|
|
|
//
|
|
|
|
|
// label32
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label32, "label32");
|
|
|
|
|
this.label32.Name = "label32";
|
|
|
|
|
//
|
|
|
|
|
// label33
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label33, "label33");
|
|
|
|
|
this.label33.Name = "label33";
|
2014-06-17 01:43:01 +02:00
|
|
|
|
//
|
|
|
|
|
// lLChangelog
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lLChangelog, "lLChangelog");
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.lLChangelog.Name = "lLChangelog";
|
|
|
|
|
this.lLChangelog.TabStop = true;
|
|
|
|
|
this.lLChangelog.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lLChangelog_LinkClicked);
|
2014-05-30 22:39:39 +02:00
|
|
|
|
//
|
2014-06-24 00:27:14 +02:00
|
|
|
|
// linkDonate
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.linkDonate, "linkDonate");
|
2014-06-24 00:27:14 +02:00
|
|
|
|
this.linkDonate.Name = "linkDonate";
|
|
|
|
|
this.linkDonate.TabStop = true;
|
|
|
|
|
this.linkDonate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkDonate_LinkClicked);
|
|
|
|
|
//
|
2014-03-28 02:50:40 +01:00
|
|
|
|
// Hotkeys
|
|
|
|
|
//
|
2014-05-31 19:27:43 +02:00
|
|
|
|
this.AcceptButton = this.button1;
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this, "$this");
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2014-05-31 19:27:43 +02:00
|
|
|
|
this.CancelButton = this.button1;
|
2014-06-24 00:27:14 +02:00
|
|
|
|
this.Controls.Add(this.linkDonate);
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.Controls.Add(this.lLChangelog);
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
2014-05-21 07:36:05 +02:00
|
|
|
|
this.Controls.Add(this.linkJhebbel);
|
|
|
|
|
this.Controls.Add(this.linkInhexSTER);
|
|
|
|
|
this.Controls.Add(this.linkJays2Kings);
|
|
|
|
|
this.Controls.Add(this.linkElectro);
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.Controls.Add(this.label23);
|
2014-05-16 00:10:17 +02:00
|
|
|
|
this.Controls.Add(this.label2);
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.Controls.Add(this.button1);
|
2014-05-16 00:10:17 +02:00
|
|
|
|
this.Controls.Add(this.lbAbout);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.Name = "Hotkeys";
|
2014-05-30 22:39:39 +02:00
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2014-03-28 02:50:40 +01:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
2014-05-21 07:36:05 +02:00
|
|
|
|
private System.Windows.Forms.LinkLabel linkElectro;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkJays2Kings;
|
2014-05-16 00:10:17 +02:00
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Label lbAbout;
|
2014-05-21 07:36:05 +02:00
|
|
|
|
private System.Windows.Forms.LinkLabel linkInhexSTER;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkJhebbel;
|
2014-06-02 05:19:04 +02:00
|
|
|
|
private System.Windows.Forms.Label label23;
|
|
|
|
|
private System.Windows.Forms.Label label26;
|
|
|
|
|
private System.Windows.Forms.Label label27;
|
|
|
|
|
private System.Windows.Forms.Label label25;
|
|
|
|
|
private System.Windows.Forms.Label label29;
|
|
|
|
|
private System.Windows.Forms.Label label28;
|
|
|
|
|
private System.Windows.Forms.Label label14;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
private System.Windows.Forms.Label label16;
|
2014-06-02 05:19:04 +02:00
|
|
|
|
private System.Windows.Forms.Label label15;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.Label label21;
|
|
|
|
|
private System.Windows.Forms.Label label13;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
private System.Windows.Forms.Label label12;
|
2014-06-02 05:19:04 +02:00
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
|
|
private System.Windows.Forms.Label label19;
|
|
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
|
|
private System.Windows.Forms.Label label11;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
private System.Windows.Forms.Label label18;
|
2014-06-02 05:19:04 +02:00
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
private System.Windows.Forms.Label label17;
|
2014-06-02 05:19:04 +02:00
|
|
|
|
private System.Windows.Forms.Label label1;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
private System.Windows.Forms.Label label22;
|
2014-06-02 05:19:04 +02:00
|
|
|
|
private System.Windows.Forms.Label label20;
|
2014-05-30 22:39:39 +02:00
|
|
|
|
private System.Windows.Forms.Label label24;
|
2014-06-02 05:19:04 +02:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Label label30;
|
|
|
|
|
private System.Windows.Forms.Label label31;
|
2014-06-17 01:43:01 +02:00
|
|
|
|
private System.Windows.Forms.LinkLabel lLChangelog;
|
2014-06-24 00:27:14 +02:00
|
|
|
|
private System.Windows.Forms.LinkLabel linkDonate;
|
Shift modifier: Hold an action to use another set of controls, if nothing is set to the shifted control, in falls back to the default action
View input of controls in profiles, see exactly when a deadzone is passed and check the input delay for controllers (special thanks to jhebbel), click the on sixaxis panel
Click the Empty text on in the lightbar box to copy the lightbar color from full to empty.
While opened, option to keep the window size after closing the profile's settings
Old profiles are automatically upgraded if it's missing new settings, such as how colors are now saved, sixaxis deadzones, and shift controls
Other UI changes for profile settings, flipped touchpad and other settings boxes
Others:
Fix for when clicking the semicolon in the select an action screen
Fix assigning Sixaxis action to a key
minor UI changes and bug fixes, such as auto resize of the log listview
DS4Updater: Also now works for the new numbering system, can read the version number right from the exe instead of in profiles.xml, UI additions to better notify users of errors, Bug fixes for non-portable users
2014-07-07 21:22:42 +02:00
|
|
|
|
private System.Windows.Forms.Label label32;
|
|
|
|
|
private System.Windows.Forms.Label label33;
|
2014-03-28 02:50:40 +01:00
|
|
|
|
}
|
|
|
|
|
}
|