mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 17:59:16 +01:00
008f549d22
This makes it easier to distribute a single zip and not have multiple exe’s in it. I know there’s the Updater.exe, but if it’s deleted, it will now be redownloaded. This way I can just put one executable in the zip, so casual users don’t get confused. If Virtual Bus is installed via DS4Windows, there is an uninstall link in about.
308 lines
14 KiB
C#
308 lines
14 KiB
C#
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()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.linkProfiles = new System.Windows.Forms.LinkLabel();
|
|
this.linkElectro = new System.Windows.Forms.LinkLabel();
|
|
this.linkJays2Kings = new System.Windows.Forms.LinkLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lbAbout = new System.Windows.Forms.Label();
|
|
this.linkInhexSTER = new System.Windows.Forms.LinkLabel();
|
|
this.linkJhebbel = new System.Windows.Forms.LinkLabel();
|
|
this.linkUninstall = new System.Windows.Forms.LinkLabel();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(26, 31);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(129, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Finger on Touchpad + PS";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(26, 111);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(176, 13);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Tap then hold touchpad (if enabled)";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(26, 136);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(172, 13);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "Pad click on lower right (if enabled)";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(226, 31);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(138, 26);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "Turn off touchpad movment\r\n(pressing still works)";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(226, 111);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(83, 13);
|
|
this.label7.TabIndex = 6;
|
|
this.label7.Text = "Left mouse drag";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(226, 136);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(165, 26);
|
|
this.label8.TabIndex = 7;
|
|
this.label8.Text = "Right click (Best used when right \r\nside is used as a mouse button)";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.button1.Location = new System.Drawing.Point(163, 275);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 8;
|
|
this.button1.Text = "Ok";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(226, 87);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(83, 13);
|
|
this.label9.TabIndex = 10;
|
|
this.label9.Text = "Scroll Up/Down";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(26, 87);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(171, 13);
|
|
this.label10.TabIndex = 9;
|
|
this.label10.Text = "Two fingers up/down on touchpad";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(26, 171);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(361, 13);
|
|
this.label13.TabIndex = 14;
|
|
this.label13.Text = "Note: Scan Code Keys may be needed to make which certain games work.";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(227, 63);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(131, 13);
|
|
this.label14.TabIndex = 16;
|
|
this.label14.Text = "Disconnect Controller (BT)";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(27, 63);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(103, 13);
|
|
this.label15.TabIndex = 15;
|
|
this.label15.Text = "PS Button + Options";
|
|
//
|
|
// linkProfiles
|
|
//
|
|
this.linkProfiles.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.linkProfiles.AutoSize = true;
|
|
this.linkProfiles.Location = new System.Drawing.Point(292, 280);
|
|
this.linkProfiles.Name = "linkProfiles";
|
|
this.linkProfiles.Size = new System.Drawing.Size(94, 13);
|
|
this.linkProfiles.TabIndex = 17;
|
|
this.linkProfiles.TabStop = true;
|
|
this.linkProfiles.Text = "Open Profile folder";
|
|
this.linkProfiles.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkProfiles_LinkClicked);
|
|
//
|
|
// linkElectro
|
|
//
|
|
this.linkElectro.AutoSize = true;
|
|
this.linkElectro.Location = new System.Drawing.Point(215, 216);
|
|
this.linkElectro.Name = "linkElectro";
|
|
this.linkElectro.Size = new System.Drawing.Size(143, 13);
|
|
this.linkElectro.TabIndex = 18;
|
|
this.linkElectro.TabStop = true;
|
|
this.linkElectro.Text = "elctrobrains (Branched off of)";
|
|
this.linkElectro.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// linkJays2Kings
|
|
//
|
|
this.linkJays2Kings.AutoSize = true;
|
|
this.linkJays2Kings.Location = new System.Drawing.Point(95, 216);
|
|
this.linkJays2Kings.Name = "linkJays2Kings";
|
|
this.linkJays2Kings.Size = new System.Drawing.Size(60, 13);
|
|
this.linkJays2Kings.TabIndex = 18;
|
|
this.linkJays2Kings.TabStop = true;
|
|
this.linkJays2Kings.Text = "Jays2Kings";
|
|
this.linkJays2Kings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(146, 194);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(109, 13);
|
|
this.label2.TabIndex = 13;
|
|
this.label2.Text = "Credits/Source Code:";
|
|
//
|
|
// lbAbout
|
|
//
|
|
this.lbAbout.AutoSize = true;
|
|
this.lbAbout.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbAbout.Location = new System.Drawing.Point(26, 9);
|
|
this.lbAbout.Name = "lbAbout";
|
|
this.lbAbout.Size = new System.Drawing.Size(243, 13);
|
|
this.lbAbout.TabIndex = 0;
|
|
this.lbAbout.Text = "DS4Windows - Jays2Kings Build (Version ";
|
|
//
|
|
// linkInhexSTER
|
|
//
|
|
this.linkInhexSTER.AutoSize = true;
|
|
this.linkInhexSTER.Location = new System.Drawing.Point(38, 243);
|
|
this.linkInhexSTER.Name = "linkInhexSTER";
|
|
this.linkInhexSTER.Size = new System.Drawing.Size(159, 13);
|
|
this.linkInhexSTER.TabIndex = 18;
|
|
this.linkInhexSTER.TabStop = true;
|
|
this.linkInhexSTER.Text = "InhexSTER (Starter of DS4Tool)";
|
|
this.linkInhexSTER.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkInhexSTER_LinkClicked);
|
|
//
|
|
// linkJhebbel
|
|
//
|
|
this.linkJhebbel.AutoSize = true;
|
|
this.linkJhebbel.Location = new System.Drawing.Point(268, 243);
|
|
this.linkJhebbel.Name = "linkJhebbel";
|
|
this.linkJhebbel.Size = new System.Drawing.Size(41, 13);
|
|
this.linkJhebbel.TabIndex = 18;
|
|
this.linkJhebbel.TabStop = true;
|
|
this.linkJhebbel.Text = "jhebbel";
|
|
this.linkJhebbel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkJhebbel_LinkClicked);
|
|
//
|
|
// linkUninstall
|
|
//
|
|
this.linkUninstall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.linkUninstall.AutoSize = true;
|
|
this.linkUninstall.Location = new System.Drawing.Point(12, 280);
|
|
this.linkUninstall.Name = "linkUninstall";
|
|
this.linkUninstall.Size = new System.Drawing.Size(106, 13);
|
|
this.linkUninstall.TabIndex = 17;
|
|
this.linkUninstall.TabStop = true;
|
|
this.linkUninstall.Text = "Uninstall VBus Driver";
|
|
this.linkUninstall.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkUninstall_LinkClicked);
|
|
//
|
|
// Hotkeys
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(399, 302);
|
|
this.Controls.Add(this.linkJhebbel);
|
|
this.Controls.Add(this.linkInhexSTER);
|
|
this.Controls.Add(this.linkJays2Kings);
|
|
this.Controls.Add(this.linkElectro);
|
|
this.Controls.Add(this.linkUninstall);
|
|
this.Controls.Add(this.linkProfiles);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.lbAbout);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Hotkeys";
|
|
this.Text = "Help";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.LinkLabel linkProfiles;
|
|
private System.Windows.Forms.LinkLabel linkElectro;
|
|
private System.Windows.Forms.LinkLabel linkJays2Kings;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lbAbout;
|
|
private System.Windows.Forms.LinkLabel linkInhexSTER;
|
|
private System.Windows.Forms.LinkLabel linkJhebbel;
|
|
private System.Windows.Forms.LinkLabel linkUninstall;
|
|
}
|
|
} |