mirror of
https://github.com/SCToolsfactory/SCJMapper-V2.git
synced 2024-11-14 18:12:45 +00:00
68d72cab6b
- fix #40 added Tab entry in Ctrl. context menu - fix - try to fix Win10 scaling issues (hidden assignment area) - fix - profile tree color indication also applied when re-reading defaultProfile - improvement - enumerates up to 12 devices now (though not tested as I don't have 12 ..) - add - use of SCA 2.2 provided defaultProfile (new location and format) - add - indication of the used defaultProfile - add - built in defaultProfile updated to SCA 2.2 - Doc update
659 lines
22 KiB
C#
659 lines
22 KiB
C#
namespace SCJMapper_V2
|
|
{
|
|
partial class FormReassign
|
|
{
|
|
/// <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(FormReassign));
|
|
this.btCancel = new System.Windows.Forms.Button();
|
|
this.btDone = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.cbxStick12 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick11 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick10 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick9 = new System.Windows.Forms.ComboBox();
|
|
this.txJS11 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txJS12 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.txJS10 = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.txJS9 = new System.Windows.Forms.TextBox();
|
|
this.cbxStick8 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick7 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick6 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick5 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick4 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick3 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick2 = new System.Windows.Forms.ComboBox();
|
|
this.cbxStick1 = new System.Windows.Forms.ComboBox();
|
|
this.txJS7 = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.txJS1 = new System.Windows.Forms.TextBox();
|
|
this.txJS8 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txJS2 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txJS3 = new System.Windows.Forms.TextBox();
|
|
this.txJS6 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txJS4 = new System.Windows.Forms.TextBox();
|
|
this.txJS5 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btCancel
|
|
//
|
|
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btCancel.Location = new System.Drawing.Point(562, 379);
|
|
this.btCancel.Name = "btCancel";
|
|
this.btCancel.Size = new System.Drawing.Size(108, 31);
|
|
this.btCancel.TabIndex = 27;
|
|
this.btCancel.Text = "Cancel";
|
|
this.btCancel.UseVisualStyleBackColor = true;
|
|
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
|
//
|
|
// btDone
|
|
//
|
|
this.btDone.Location = new System.Drawing.Point(446, 379);
|
|
this.btDone.Name = "btDone";
|
|
this.btDone.Size = new System.Drawing.Size(108, 31);
|
|
this.btDone.TabIndex = 26;
|
|
this.btDone.Text = "Accept";
|
|
this.btDone.UseVisualStyleBackColor = true;
|
|
this.btDone.Click += new System.EventHandler(this.btDone_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cbxStick12);
|
|
this.groupBox1.Controls.Add(this.cbxStick11);
|
|
this.groupBox1.Controls.Add(this.cbxStick10);
|
|
this.groupBox1.Controls.Add(this.cbxStick9);
|
|
this.groupBox1.Controls.Add(this.txJS11);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.txJS12);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
this.groupBox1.Controls.Add(this.txJS10);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.txJS9);
|
|
this.groupBox1.Controls.Add(this.cbxStick8);
|
|
this.groupBox1.Controls.Add(this.cbxStick7);
|
|
this.groupBox1.Controls.Add(this.cbxStick6);
|
|
this.groupBox1.Controls.Add(this.cbxStick5);
|
|
this.groupBox1.Controls.Add(this.cbxStick4);
|
|
this.groupBox1.Controls.Add(this.cbxStick3);
|
|
this.groupBox1.Controls.Add(this.cbxStick2);
|
|
this.groupBox1.Controls.Add(this.cbxStick1);
|
|
this.groupBox1.Controls.Add(this.txJS7);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.txJS1);
|
|
this.groupBox1.Controls.Add(this.txJS8);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.txJS2);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.txJS3);
|
|
this.groupBox1.Controls.Add(this.txJS6);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.txJS4);
|
|
this.groupBox1.Controls.Add(this.txJS5);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBox1.Location = new System.Drawing.Point(14, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(654, 361);
|
|
this.groupBox1.TabIndex = 28;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "jsN - Assginment";
|
|
//
|
|
// cbxStick12
|
|
//
|
|
this.cbxStick12.FormattingEnabled = true;
|
|
this.cbxStick12.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick12.Location = new System.Drawing.Point(562, 329);
|
|
this.cbxStick12.Name = "cbxStick12";
|
|
this.cbxStick12.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick12.TabIndex = 41;
|
|
//
|
|
// cbxStick11
|
|
//
|
|
this.cbxStick11.FormattingEnabled = true;
|
|
this.cbxStick11.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick11.Location = new System.Drawing.Point(562, 301);
|
|
this.cbxStick11.Name = "cbxStick11";
|
|
this.cbxStick11.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick11.TabIndex = 40;
|
|
//
|
|
// cbxStick10
|
|
//
|
|
this.cbxStick10.FormattingEnabled = true;
|
|
this.cbxStick10.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick10.Location = new System.Drawing.Point(562, 273);
|
|
this.cbxStick10.Name = "cbxStick10";
|
|
this.cbxStick10.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick10.TabIndex = 39;
|
|
//
|
|
// cbxStick9
|
|
//
|
|
this.cbxStick9.FormattingEnabled = true;
|
|
this.cbxStick9.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick9.Location = new System.Drawing.Point(562, 245);
|
|
this.cbxStick9.Name = "cbxStick9";
|
|
this.cbxStick9.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick9.TabIndex = 38;
|
|
//
|
|
// txJS11
|
|
//
|
|
this.txJS11.Location = new System.Drawing.Point(77, 301);
|
|
this.txJS11.Name = "txJS11";
|
|
this.txJS11.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS11.TabIndex = 34;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(7, 332);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 13);
|
|
this.label1.TabIndex = 37;
|
|
this.label1.Text = "Joystick 12";
|
|
//
|
|
// txJS12
|
|
//
|
|
this.txJS12.Location = new System.Drawing.Point(77, 329);
|
|
this.txJS12.Name = "txJS12";
|
|
this.txJS12.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS12.TabIndex = 36;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 304);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(63, 13);
|
|
this.label2.TabIndex = 35;
|
|
this.label2.Text = "Joystick 11";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(7, 276);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(63, 13);
|
|
this.label11.TabIndex = 33;
|
|
this.label11.Text = "Joystick 10";
|
|
//
|
|
// txJS10
|
|
//
|
|
this.txJS10.Location = new System.Drawing.Point(77, 273);
|
|
this.txJS10.Name = "txJS10";
|
|
this.txJS10.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS10.TabIndex = 32;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(7, 248);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(57, 13);
|
|
this.label12.TabIndex = 31;
|
|
this.label12.Text = "Joystick 9";
|
|
//
|
|
// txJS9
|
|
//
|
|
this.txJS9.Location = new System.Drawing.Point(77, 245);
|
|
this.txJS9.Name = "txJS9";
|
|
this.txJS9.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS9.TabIndex = 30;
|
|
//
|
|
// cbxStick8
|
|
//
|
|
this.cbxStick8.FormattingEnabled = true;
|
|
this.cbxStick8.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick8.Location = new System.Drawing.Point(562, 217);
|
|
this.cbxStick8.Name = "cbxStick8";
|
|
this.cbxStick8.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick8.TabIndex = 29;
|
|
//
|
|
// cbxStick7
|
|
//
|
|
this.cbxStick7.FormattingEnabled = true;
|
|
this.cbxStick7.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick7.Location = new System.Drawing.Point(562, 189);
|
|
this.cbxStick7.Name = "cbxStick7";
|
|
this.cbxStick7.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick7.TabIndex = 28;
|
|
//
|
|
// cbxStick6
|
|
//
|
|
this.cbxStick6.FormattingEnabled = true;
|
|
this.cbxStick6.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick6.Location = new System.Drawing.Point(562, 161);
|
|
this.cbxStick6.Name = "cbxStick6";
|
|
this.cbxStick6.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick6.TabIndex = 27;
|
|
//
|
|
// cbxStick5
|
|
//
|
|
this.cbxStick5.FormattingEnabled = true;
|
|
this.cbxStick5.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick5.Location = new System.Drawing.Point(562, 133);
|
|
this.cbxStick5.Name = "cbxStick5";
|
|
this.cbxStick5.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick5.TabIndex = 26;
|
|
//
|
|
// cbxStick4
|
|
//
|
|
this.cbxStick4.FormattingEnabled = true;
|
|
this.cbxStick4.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick4.Location = new System.Drawing.Point(562, 105);
|
|
this.cbxStick4.Name = "cbxStick4";
|
|
this.cbxStick4.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick4.TabIndex = 25;
|
|
//
|
|
// cbxStick3
|
|
//
|
|
this.cbxStick3.FormattingEnabled = true;
|
|
this.cbxStick3.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick3.Location = new System.Drawing.Point(562, 77);
|
|
this.cbxStick3.Name = "cbxStick3";
|
|
this.cbxStick3.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick3.TabIndex = 24;
|
|
//
|
|
// cbxStick2
|
|
//
|
|
this.cbxStick2.FormattingEnabled = true;
|
|
this.cbxStick2.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick2.Location = new System.Drawing.Point(562, 49);
|
|
this.cbxStick2.Name = "cbxStick2";
|
|
this.cbxStick2.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick2.TabIndex = 23;
|
|
//
|
|
// cbxStick1
|
|
//
|
|
this.cbxStick1.FormattingEnabled = true;
|
|
this.cbxStick1.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8",
|
|
"js9",
|
|
"js10",
|
|
"js11",
|
|
"js12"});
|
|
this.cbxStick1.Location = new System.Drawing.Point(562, 21);
|
|
this.cbxStick1.Name = "cbxStick1";
|
|
this.cbxStick1.Size = new System.Drawing.Size(84, 21);
|
|
this.cbxStick1.TabIndex = 22;
|
|
//
|
|
// txJS7
|
|
//
|
|
this.txJS7.Location = new System.Drawing.Point(77, 189);
|
|
this.txJS7.Name = "txJS7";
|
|
this.txJS7.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS7.TabIndex = 18;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(7, 220);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(57, 13);
|
|
this.label10.TabIndex = 21;
|
|
this.label10.Text = "Joystick 8";
|
|
//
|
|
// txJS1
|
|
//
|
|
this.txJS1.Location = new System.Drawing.Point(77, 21);
|
|
this.txJS1.Name = "txJS1";
|
|
this.txJS1.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS1.TabIndex = 6;
|
|
//
|
|
// txJS8
|
|
//
|
|
this.txJS8.Location = new System.Drawing.Point(77, 217);
|
|
this.txJS8.Name = "txJS8";
|
|
this.txJS8.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS8.TabIndex = 20;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(7, 24);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(57, 13);
|
|
this.label3.TabIndex = 7;
|
|
this.label3.Text = "Joystick 1";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(7, 192);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(57, 13);
|
|
this.label9.TabIndex = 19;
|
|
this.label9.Text = "Joystick 7";
|
|
//
|
|
// txJS2
|
|
//
|
|
this.txJS2.Location = new System.Drawing.Point(77, 49);
|
|
this.txJS2.Name = "txJS2";
|
|
this.txJS2.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS2.TabIndex = 8;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(7, 52);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(57, 13);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "Joystick 2";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(7, 164);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(57, 13);
|
|
this.label8.TabIndex = 17;
|
|
this.label8.Text = "Joystick 6";
|
|
//
|
|
// txJS3
|
|
//
|
|
this.txJS3.Location = new System.Drawing.Point(77, 77);
|
|
this.txJS3.Name = "txJS3";
|
|
this.txJS3.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS3.TabIndex = 10;
|
|
//
|
|
// txJS6
|
|
//
|
|
this.txJS6.Location = new System.Drawing.Point(77, 161);
|
|
this.txJS6.Name = "txJS6";
|
|
this.txJS6.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS6.TabIndex = 16;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(7, 80);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(57, 13);
|
|
this.label5.TabIndex = 11;
|
|
this.label5.Text = "Joystick 3";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(7, 136);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(57, 13);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "Joystick 5";
|
|
//
|
|
// txJS4
|
|
//
|
|
this.txJS4.Location = new System.Drawing.Point(77, 105);
|
|
this.txJS4.Name = "txJS4";
|
|
this.txJS4.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS4.TabIndex = 12;
|
|
//
|
|
// txJS5
|
|
//
|
|
this.txJS5.Location = new System.Drawing.Point(77, 133);
|
|
this.txJS5.Name = "txJS5";
|
|
this.txJS5.Size = new System.Drawing.Size(466, 22);
|
|
this.txJS5.TabIndex = 14;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(7, 108);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(57, 13);
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "Joystick 4";
|
|
//
|
|
// FormReassign
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(682, 419);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.btCancel);
|
|
this.Controls.Add(this.btDone);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormReassign";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Reassign Joystick Numbers";
|
|
this.Load += new System.EventHandler(this.FormReassign_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btCancel;
|
|
private System.Windows.Forms.Button btDone;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.TextBox txJS7;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox txJS1;
|
|
private System.Windows.Forms.TextBox txJS8;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txJS2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox txJS3;
|
|
private System.Windows.Forms.TextBox txJS6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txJS4;
|
|
private System.Windows.Forms.TextBox txJS5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ComboBox cbxStick2;
|
|
private System.Windows.Forms.ComboBox cbxStick1;
|
|
private System.Windows.Forms.ComboBox cbxStick8;
|
|
private System.Windows.Forms.ComboBox cbxStick7;
|
|
private System.Windows.Forms.ComboBox cbxStick6;
|
|
private System.Windows.Forms.ComboBox cbxStick5;
|
|
private System.Windows.Forms.ComboBox cbxStick4;
|
|
private System.Windows.Forms.ComboBox cbxStick3;
|
|
private System.Windows.Forms.ComboBox cbxStick12;
|
|
private System.Windows.Forms.ComboBox cbxStick11;
|
|
private System.Windows.Forms.ComboBox cbxStick10;
|
|
private System.Windows.Forms.ComboBox cbxStick9;
|
|
private System.Windows.Forms.TextBox txJS11;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txJS12;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox txJS10;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox txJS9;
|
|
}
|
|
} |