mirror of
https://github.com/SCToolsfactory/SCJMapper-V2.git
synced 2024-11-04 18:00:26 +00:00
d49b0bf934
- fix - an issue in parsing options from imported maps - add - an option to show the actiontree as CSV list with more/less details (change in Settings) - improvement - In table view add possibility to Blend All visible unmapped entries
554 lines
23 KiB
C#
554 lines
23 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.txJS11 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txJS12 = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.txJS10 = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.txJS9 = new System.Windows.Forms.TextBox();
|
|
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.cbxListModifiers = new System.Windows.Forms.CheckBox();
|
|
this.cbxCSVListing = new System.Windows.Forms.CheckBox();
|
|
this.cbxPTU = new System.Windows.Forms.CheckBox();
|
|
this.cbxDetectGamepad = 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, 423);
|
|
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, 46);
|
|
this.txJS1.Name = "txJS1";
|
|
this.txJS1.Size = new System.Drawing.Size(199, 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, 49);
|
|
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, 77);
|
|
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, 74);
|
|
this.txJS2.Name = "txJS2";
|
|
this.txJS2.Size = new System.Drawing.Size(199, 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, 105);
|
|
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, 102);
|
|
this.txJS3.Name = "txJS3";
|
|
this.txJS3.Size = new System.Drawing.Size(199, 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, 133);
|
|
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, 130);
|
|
this.txJS4.Name = "txJS4";
|
|
this.txJS4.Size = new System.Drawing.Size(199, 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, 161);
|
|
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, 158);
|
|
this.txJS5.Name = "txJS5";
|
|
this.txJS5.Size = new System.Drawing.Size(199, 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, 189);
|
|
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, 186);
|
|
this.txJS6.Name = "txJS6";
|
|
this.txJS6.Size = new System.Drawing.Size(199, 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(271, 49);
|
|
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(340, 46);
|
|
this.txJS7.Name = "txJS7";
|
|
this.txJS7.Size = new System.Drawing.Size(199, 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(271, 77);
|
|
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(340, 74);
|
|
this.txJS8.Name = "txJS8";
|
|
this.txJS8.Size = new System.Drawing.Size(199, 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.txJS11);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txJS12);
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.txJS10);
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
this.groupBox1.Controls.Add(this.txJS9);
|
|
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, 226);
|
|
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)";
|
|
//
|
|
// txJS11
|
|
//
|
|
this.txJS11.Location = new System.Drawing.Point(340, 158);
|
|
this.txJS11.Name = "txJS11";
|
|
this.txJS11.Size = new System.Drawing.Size(199, 22);
|
|
this.txJS11.TabIndex = 26;
|
|
this.txJS11.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS11.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(271, 189);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(63, 13);
|
|
this.label2.TabIndex = 29;
|
|
this.label2.Text = "Joystick 12";
|
|
//
|
|
// txJS12
|
|
//
|
|
this.txJS12.Location = new System.Drawing.Point(340, 186);
|
|
this.txJS12.Name = "txJS12";
|
|
this.txJS12.Size = new System.Drawing.Size(199, 22);
|
|
this.txJS12.TabIndex = 28;
|
|
this.txJS12.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS12.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(271, 161);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(63, 13);
|
|
this.label11.TabIndex = 27;
|
|
this.label11.Text = "Joystick 11";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(271, 133);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(63, 13);
|
|
this.label12.TabIndex = 25;
|
|
this.label12.Text = "Joystick 10";
|
|
//
|
|
// txJS10
|
|
//
|
|
this.txJS10.Location = new System.Drawing.Point(340, 130);
|
|
this.txJS10.Name = "txJS10";
|
|
this.txJS10.Size = new System.Drawing.Size(199, 22);
|
|
this.txJS10.TabIndex = 24;
|
|
this.txJS10.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS10.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(271, 105);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(57, 13);
|
|
this.label13.TabIndex = 23;
|
|
this.label13.Text = "Joystick 9";
|
|
//
|
|
// txJS9
|
|
//
|
|
this.txJS9.Location = new System.Drawing.Point(340, 102);
|
|
this.txJS9.Name = "txJS9";
|
|
this.txJS9.Size = new System.Drawing.Size(199, 22);
|
|
this.txJS9.TabIndex = 22;
|
|
this.txJS9.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txJS1_KeyDown);
|
|
this.txJS9.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txJS1_KeyPress);
|
|
//
|
|
// 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(15, 244);
|
|
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, 405);
|
|
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, 384);
|
|
this.chkLbActionMaps.TabIndex = 0;
|
|
//
|
|
// btCancel
|
|
//
|
|
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btCancel.Location = new System.Drawing.Point(757, 423);
|
|
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, 427);
|
|
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.";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.cbxListModifiers);
|
|
this.groupBox4.Controls.Add(this.cbxCSVListing);
|
|
this.groupBox4.Controls.Add(this.cbxPTU);
|
|
this.groupBox4.Controls.Add(this.cbxDetectGamepad);
|
|
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(15, 309);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(561, 105);
|
|
this.groupBox4.TabIndex = 27;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Advanced Options ...";
|
|
//
|
|
// cbxListModifiers
|
|
//
|
|
this.cbxListModifiers.AutoSize = true;
|
|
this.cbxListModifiers.Location = new System.Drawing.Point(420, 44);
|
|
this.cbxListModifiers.Name = "cbxListModifiers";
|
|
this.cbxListModifiers.Size = new System.Drawing.Size(97, 17);
|
|
this.cbxListModifiers.TabIndex = 9;
|
|
this.cbxListModifiers.Text = "List Modifiers";
|
|
this.cbxListModifiers.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbxCSVListing
|
|
//
|
|
this.cbxCSVListing.AutoSize = true;
|
|
this.cbxCSVListing.Location = new System.Drawing.Point(400, 21);
|
|
this.cbxCSVListing.Name = "cbxCSVListing";
|
|
this.cbxCSVListing.Size = new System.Drawing.Size(106, 17);
|
|
this.cbxCSVListing.TabIndex = 8;
|
|
this.cbxCSVListing.Text = "Use CSV Listing";
|
|
this.cbxCSVListing.UseVisualStyleBackColor = true;
|
|
//
|
|
// cbxPTU
|
|
//
|
|
this.cbxPTU.AutoSize = true;
|
|
this.cbxPTU.BackColor = System.Drawing.Color.SandyBrown;
|
|
this.cbxPTU.Location = new System.Drawing.Point(145, 21);
|
|
this.cbxPTU.Name = "cbxPTU";
|
|
this.cbxPTU.Size = new System.Drawing.Size(108, 17);
|
|
this.cbxPTU.TabIndex = 7;
|
|
this.cbxPTU.Text = "Use PTU folders";
|
|
this.cbxPTU.UseVisualStyleBackColor = false;
|
|
//
|
|
// cbxDetectGamepad
|
|
//
|
|
this.cbxDetectGamepad.AutoSize = true;
|
|
this.cbxDetectGamepad.Location = new System.Drawing.Point(9, 21);
|
|
this.cbxDetectGamepad.Name = "cbxDetectGamepad";
|
|
this.cbxDetectGamepad.Size = new System.Drawing.Size(98, 17);
|
|
this.cbxDetectGamepad.TabIndex = 6;
|
|
this.cbxDetectGamepad.Text = "Use Gamepad";
|
|
this.cbxDetectGamepad.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, 467);
|
|
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.CenterParent;
|
|
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 cbxDetectGamepad;
|
|
private System.Windows.Forms.CheckBox cbxPTU;
|
|
private System.Windows.Forms.TextBox txJS11;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txJS12;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox txJS10;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox txJS9;
|
|
private System.Windows.Forms.CheckBox cbxCSVListing;
|
|
private System.Windows.Forms.CheckBox cbxListModifiers;
|
|
}
|
|
} |