cemu-DS4Windows/DS4Tool/Hotkeys.Designer.cs
jays2kings c443be85a7 Major revamp all around:
Profile system; Megred options/mapping; Button mode and Standard Mode; removed other touchpad modes; allow 360 controls on touchpad points;
Minor Changes: Color picker for light bar is more accurate, added keyboard popup for mapping, PS+Touching pad toggles sliding, added more mouse buttons + media keys

Signed-off-by: jays2kings <jays2kings@gmail.com>
2014-04-27 15:32:09 -04:00

205 lines
8.3 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.label11 = 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.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(22, 17);
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(22, 97);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(108, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Pad click (if tap is on)";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 122);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(166, 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(222, 17);
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(222, 97);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(50, 13);
this.label7.TabIndex = 6;
this.label7.Text = "Left click";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(222, 122);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(145, 26);
this.label8.TabIndex = 7;
this.label8.Text = "Right click (Best used with \r\nright side is used as a mouse)";
//
// button1
//
this.button1.Location = new System.Drawing.Point(164, 202);
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(222, 73);
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(22, 73);
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";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(22, 167);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(200, 13);
this.label11.TabIndex = 13;
this.label11.Text = "Note: Repeat Keys and Scan Code Keys";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(22, 180);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(372, 13);
this.label13.TabIndex = 14;
this.label13.Text = "These are alternate key press styles which certain games might need to work.";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(223, 49);
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(23, 49);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(103, 13);
this.label15.TabIndex = 15;
this.label15.Text = "PS Button + Options";
//
// Hotkeys
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(399, 236);
this.Controls.Add(this.label14);
this.Controls.Add(this.label15);
this.Controls.Add(this.label13);
this.Controls.Add(this.label11);
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.label1);
this.Name = "Hotkeys";
this.Text = "Hotkeys";
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 label11;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
}
}