mirror of
https://github.com/SCToolsfactory/SCJMapper-V2.git
synced 2024-11-04 18:00:26 +00:00
7a0ec928e6
support version and ignoreversion, can force ignoreversion does not longer dump empty maps supported actionmaps are preset in config file (instead of code) Doc Update
419 lines
18 KiB
C#
419 lines
18 KiB
C#
namespace SCJMapper_V2
|
|
{
|
|
partial class FormSettings
|
|
{
|
|
/// <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(FormSettings));
|
|
this.btDone = new System.Windows.Forms.Button();
|
|
this.txSCPath = new System.Windows.Forms.TextBox();
|
|
this.btChooseSCDir = new System.Windows.Forms.Button();
|
|
this.cbxUsePath = new System.Windows.Forms.CheckBox();
|
|
this.txJS1 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txJS2 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txJS3 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txJS4 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txJS5 = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txJS6 = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txJS7 = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.txJS8 = new System.Windows.Forms.TextBox();
|
|
this.fbDlg = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.chkLbActionMaps = new System.Windows.Forms.CheckedListBox();
|
|
this.btCancel = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.cbxForceIgnoreversion = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btDone
|
|
//
|
|
this.btDone.Location = new System.Drawing.Point(658, 405);
|
|
this.btDone.Name = "btDone";
|
|
this.btDone.Size = new System.Drawing.Size(93, 31);
|
|
this.btDone.TabIndex = 1;
|
|
this.btDone.Text = "Accept";
|
|
this.btDone.UseVisualStyleBackColor = true;
|
|
this.btDone.Click += new System.EventHandler(this.btDone_Click);
|
|
//
|
|
// txSCPath
|
|
//
|
|
this.txSCPath.Location = new System.Drawing.Point(27, 24);
|
|
this.txSCPath.Name = "txSCPath";
|
|
this.txSCPath.Size = new System.Drawing.Size(479, 22);
|
|
this.txSCPath.TabIndex = 0;
|
|
//
|
|
// btChooseSCDir
|
|
//
|
|
this.btChooseSCDir.Location = new System.Drawing.Point(512, 24);
|
|
this.btChooseSCDir.Name = "btChooseSCDir";
|
|
this.btChooseSCDir.Size = new System.Drawing.Size(33, 22);
|
|
this.btChooseSCDir.TabIndex = 4;
|
|
this.btChooseSCDir.Text = " ... ";
|
|
this.btChooseSCDir.UseVisualStyleBackColor = true;
|
|
this.btChooseSCDir.Click += new System.EventHandler(this.btChooseSCDir_Click);
|
|
//
|
|
// cbxUsePath
|
|
//
|
|
this.cbxUsePath.AutoSize = true;
|
|
this.cbxUsePath.Location = new System.Drawing.Point(6, 27);
|
|
this.cbxUsePath.Name = "cbxUsePath";
|
|
this.cbxUsePath.Size = new System.Drawing.Size(15, 14);
|
|
this.cbxUsePath.TabIndex = 5;
|
|
this.cbxUsePath.UseVisualStyleBackColor = true;
|
|
//
|
|
// txJS1
|
|
//
|
|
this.txJS1.Location = new System.Drawing.Point(66, 21);
|
|
this.txJS1.Name = "txJS1";
|
|
this.txJS1.Size = new System.Drawing.Size(482, 22);
|
|
this.txJS1.TabIndex = 6;
|
|
this.txJS1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 24);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(57, 13);
|
|
this.label3.TabIndex = 7;
|
|
this.label3.Text = "Joystick 1";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 52);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(57, 13);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "Joystick 2";
|
|
//
|
|
// txJS2
|
|
//
|
|
this.txJS2.Location = new System.Drawing.Point(66, 49);
|
|
this.txJS2.Name = "txJS2";
|
|
this.txJS2.Size = new System.Drawing.Size(482, 22);
|
|
this.txJS2.TabIndex = 8;
|
|
this.txJS2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 80);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(57, 13);
|
|
this.label5.TabIndex = 11;
|
|
this.label5.Text = "Joystick 3";
|
|
//
|
|
// txJS3
|
|
//
|
|
this.txJS3.Location = new System.Drawing.Point(66, 77);
|
|
this.txJS3.Name = "txJS3";
|
|
this.txJS3.Size = new System.Drawing.Size(482, 22);
|
|
this.txJS3.TabIndex = 10;
|
|
this.txJS3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 108);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(57, 13);
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "Joystick 4";
|
|
//
|
|
// txJS4
|
|
//
|
|
this.txJS4.Location = new System.Drawing.Point(66, 105);
|
|
this.txJS4.Name = "txJS4";
|
|
this.txJS4.Size = new System.Drawing.Size(482, 22);
|
|
this.txJS4.TabIndex = 12;
|
|
this.txJS4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 136);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(57, 13);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "Joystick 5";
|
|
//
|
|
// txJS5
|
|
//
|
|
this.txJS5.Location = new System.Drawing.Point(66, 133);
|
|
this.txJS5.Name = "txJS5";
|
|
this.txJS5.Size = new System.Drawing.Size(482, 22);
|
|
this.txJS5.TabIndex = 14;
|
|
this.txJS5.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(6, 164);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(57, 13);
|
|
this.label8.TabIndex = 17;
|
|
this.label8.Text = "Joystick 6";
|
|
//
|
|
// txJS6
|
|
//
|
|
this.txJS6.Location = new System.Drawing.Point(66, 161);
|
|
this.txJS6.Name = "txJS6";
|
|
this.txJS6.Size = new System.Drawing.Size(482, 22);
|
|
this.txJS6.TabIndex = 16;
|
|
this.txJS6.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(6, 192);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(57, 13);
|
|
this.label9.TabIndex = 19;
|
|
this.label9.Text = "Joystick 7";
|
|
//
|
|
// txJS7
|
|
//
|
|
this.txJS7.Location = new System.Drawing.Point(66, 189);
|
|
this.txJS7.Name = "txJS7";
|
|
this.txJS7.Size = new System.Drawing.Size(482, 22);
|
|
this.txJS7.TabIndex = 18;
|
|
this.txJS7.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS7.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(6, 220);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(57, 13);
|
|
this.label10.TabIndex = 21;
|
|
this.label10.Text = "Joystick 8";
|
|
//
|
|
// txJS8
|
|
//
|
|
this.txJS8.Location = new System.Drawing.Point(66, 217);
|
|
this.txJS8.Name = "txJS8";
|
|
this.txJS8.Size = new System.Drawing.Size(482, 22);
|
|
this.txJS8.TabIndex = 20;
|
|
this.txJS8.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS8.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// fbDlg
|
|
//
|
|
this.fbDlg.RootFolder = System.Environment.SpecialFolder.MyComputer;
|
|
this.fbDlg.ShowNewFolderButton = false;
|
|
//
|
|
// groupBox1
|
|
//
|
|
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(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(561, 257);
|
|
this.groupBox1.TabIndex = 22;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Ignore Buttons - enter button numbers which should be ignored separated by spaces" +
|
|
" (e.g. 24 25)";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.txSCPath);
|
|
this.groupBox2.Controls.Add(this.btChooseSCDir);
|
|
this.groupBox2.Controls.Add(this.cbxUsePath);
|
|
this.groupBox2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 275);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(561, 59);
|
|
this.groupBox2.TabIndex = 23;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Path to the Star Citizen Installation (e.g. C:\\Games\\StarCitizen)";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.chkLbActionMaps);
|
|
this.groupBox3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBox3.Location = new System.Drawing.Point(579, 12);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(274, 387);
|
|
this.groupBox3.TabIndex = 24;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Ignore Actionmaps - check the ones to hide";
|
|
//
|
|
// chkLbActionMaps
|
|
//
|
|
this.chkLbActionMaps.CheckOnClick = true;
|
|
this.chkLbActionMaps.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.chkLbActionMaps.FormattingEnabled = true;
|
|
this.chkLbActionMaps.Location = new System.Drawing.Point(3, 18);
|
|
this.chkLbActionMaps.Name = "chkLbActionMaps";
|
|
this.chkLbActionMaps.Size = new System.Drawing.Size(268, 366);
|
|
this.chkLbActionMaps.TabIndex = 0;
|
|
//
|
|
// btCancel
|
|
//
|
|
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btCancel.Location = new System.Drawing.Point(757, 405);
|
|
this.btCancel.Name = "btCancel";
|
|
this.btCancel.Size = new System.Drawing.Size(93, 31);
|
|
this.btCancel.TabIndex = 25;
|
|
this.btCancel.Text = "Cancel";
|
|
this.btCancel.UseVisualStyleBackColor = true;
|
|
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
|
this.label1.Location = new System.Drawing.Point(228, 409);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(414, 28);
|
|
this.label1.TabIndex = 26;
|
|
this.label1.Text = "Note: Accepting changes will clear the action tree to apply the new settings; Can" +
|
|
"cel now if you want to save your work first.";
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.cbxForceIgnoreversion);
|
|
this.groupBox4.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.groupBox4.Location = new System.Drawing.Point(12, 340);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(561, 59);
|
|
this.groupBox4.TabIndex = 27;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Advanced Options ...";
|
|
//
|
|
// cbxForceIgnoreversion
|
|
//
|
|
this.cbxForceIgnoreversion.AutoSize = true;
|
|
this.cbxForceIgnoreversion.Location = new System.Drawing.Point(6, 27);
|
|
this.cbxForceIgnoreversion.Name = "cbxForceIgnoreversion";
|
|
this.cbxForceIgnoreversion.Size = new System.Drawing.Size(133, 17);
|
|
this.cbxForceIgnoreversion.TabIndex = 5;
|
|
this.cbxForceIgnoreversion.Text = "force \'ignoreversion\'";
|
|
this.cbxForceIgnoreversion.UseVisualStyleBackColor = true;
|
|
//
|
|
// FormSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btCancel;
|
|
this.ClientSize = new System.Drawing.Size(861, 446);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btCancel);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.btDone);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FormSettings";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Settings";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSettings_FormClosing);
|
|
this.Load += new System.EventHandler(this.FormSettings_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btDone;
|
|
private System.Windows.Forms.TextBox txSCPath;
|
|
private System.Windows.Forms.Button btChooseSCDir;
|
|
private System.Windows.Forms.CheckBox cbxUsePath;
|
|
private System.Windows.Forms.TextBox txJS1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txJS2;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txJS3;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txJS4;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txJS5;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox txJS6;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txJS7;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox txJS8;
|
|
private System.Windows.Forms.FolderBrowserDialog fbDlg;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.CheckedListBox chkLbActionMaps;
|
|
private System.Windows.Forms.Button btCancel;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.CheckBox cbxForceIgnoreversion;
|
|
}
|
|
} |