mirror of
https://github.com/SCToolsfactory/SCJMapper-V2.git
synced 2024-11-10 13:10:25 +00:00
4a06ab6654
adopt for AC 0.9 - add actionmaps flycam and spaceship_turret
439 lines
15 KiB
C#
439 lines
15 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.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(565, 284);
|
|
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(449, 284);
|
|
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.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, 257);
|
|
this.groupBox1.TabIndex = 28;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "jsN - Assginment";
|
|
//
|
|
// cbxStick8
|
|
//
|
|
this.cbxStick8.FormattingEnabled = true;
|
|
this.cbxStick8.Items.AddRange(new object[] {
|
|
"n.a.",
|
|
"js1",
|
|
"js2",
|
|
"js3",
|
|
"js4",
|
|
"js5",
|
|
"js6",
|
|
"js7",
|
|
"js8"});
|
|
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"});
|
|
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"});
|
|
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"});
|
|
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"});
|
|
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"});
|
|
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"});
|
|
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"});
|
|
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, 326);
|
|
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.CenterScreen;
|
|
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;
|
|
}
|
|
} |