mirror of
https://github.com/SCToolsfactory/SCJMapper-V2.git
synced 2024-11-10 13:10:25 +00:00
ae715b76c2
- add - ability to hide device tabs in Settings - add - ability to color device tabs in Settings - update - defaultProfile.xml from SC PTU 3.2.1d as last resort built in one
975 lines
42 KiB
C#
975 lines
42 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.btAccept = 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.gbxIgnoreBt = new System.Windows.Forms.GroupBox();
|
|
this.lblColor12 = new System.Windows.Forms.Label();
|
|
this.chkHidden12 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor11 = new System.Windows.Forms.Label();
|
|
this.chkHidden11 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor10 = new System.Windows.Forms.Label();
|
|
this.chkHidden10 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor09 = new System.Windows.Forms.Label();
|
|
this.chkHidden09 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor08 = new System.Windows.Forms.Label();
|
|
this.chkHidden08 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor07 = new System.Windows.Forms.Label();
|
|
this.chkHidden07 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor06 = new System.Windows.Forms.Label();
|
|
this.chkHidden06 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor05 = new System.Windows.Forms.Label();
|
|
this.chkHidden05 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor04 = new System.Windows.Forms.Label();
|
|
this.chkHidden04 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor03 = new System.Windows.Forms.Label();
|
|
this.chkHidden03 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor02 = new System.Windows.Forms.Label();
|
|
this.chkHidden02 = new System.Windows.Forms.CheckBox();
|
|
this.lblColor01 = new System.Windows.Forms.Label();
|
|
this.chkHidden01 = new System.Windows.Forms.CheckBox();
|
|
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.gbxSCPath = new System.Windows.Forms.GroupBox();
|
|
this.gbxIgnoreMaps = new System.Windows.Forms.GroupBox();
|
|
this.chkLbActionMaps = new System.Windows.Forms.CheckedListBox();
|
|
this.btCancel = new System.Windows.Forms.Button();
|
|
this.lblSettingNote = new System.Windows.Forms.Label();
|
|
this.gbxAdvanced = new System.Windows.Forms.GroupBox();
|
|
this.cbxTreeTips = new System.Windows.Forms.CheckBox();
|
|
this.lblProfileLang = new System.Windows.Forms.Label();
|
|
this.comboLanguage = new System.Windows.Forms.ComboBox();
|
|
this.cbxAutoTabXML = new System.Windows.Forms.CheckBox();
|
|
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.colDlg = new System.Windows.Forms.ColorDialog();
|
|
this.gbxIgnoreBt.SuspendLayout();
|
|
this.gbxSCPath.SuspendLayout();
|
|
this.gbxIgnoreMaps.SuspendLayout();
|
|
this.gbxAdvanced.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btAccept
|
|
//
|
|
this.btAccept.Location = new System.Drawing.Point(658, 423);
|
|
this.btAccept.Name = "btAccept";
|
|
this.btAccept.Size = new System.Drawing.Size(93, 31);
|
|
this.btAccept.TabIndex = 1;
|
|
this.btAccept.Tag = "§";
|
|
this.btAccept.Text = "Accept";
|
|
this.btAccept.UseVisualStyleBackColor = true;
|
|
this.btAccept.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;
|
|
this.cbxUsePath.CheckedChanged += new System.EventHandler(this.cbxUsePath_CheckedChanged);
|
|
//
|
|
// txJS1
|
|
//
|
|
this.txJS1.Location = new System.Drawing.Point(66, 46);
|
|
this.txJS1.Name = "txJS1";
|
|
this.txJS1.Size = new System.Drawing.Size(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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;
|
|
//
|
|
// gbxIgnoreBt
|
|
//
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor12);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden12);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor11);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden11);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor10);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden10);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor09);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden09);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor08);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden08);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor07);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden07);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor06);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden06);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor05);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden05);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor04);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden04);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor03);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden03);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor02);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden02);
|
|
this.gbxIgnoreBt.Controls.Add(this.lblColor01);
|
|
this.gbxIgnoreBt.Controls.Add(this.chkHidden01);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS11);
|
|
this.gbxIgnoreBt.Controls.Add(this.label2);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS12);
|
|
this.gbxIgnoreBt.Controls.Add(this.label11);
|
|
this.gbxIgnoreBt.Controls.Add(this.label12);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS10);
|
|
this.gbxIgnoreBt.Controls.Add(this.label13);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS9);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS7);
|
|
this.gbxIgnoreBt.Controls.Add(this.label10);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS1);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS8);
|
|
this.gbxIgnoreBt.Controls.Add(this.label3);
|
|
this.gbxIgnoreBt.Controls.Add(this.label9);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS2);
|
|
this.gbxIgnoreBt.Controls.Add(this.label4);
|
|
this.gbxIgnoreBt.Controls.Add(this.label8);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS3);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS6);
|
|
this.gbxIgnoreBt.Controls.Add(this.label5);
|
|
this.gbxIgnoreBt.Controls.Add(this.label7);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS4);
|
|
this.gbxIgnoreBt.Controls.Add(this.txJS5);
|
|
this.gbxIgnoreBt.Controls.Add(this.label6);
|
|
this.gbxIgnoreBt.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbxIgnoreBt.Location = new System.Drawing.Point(12, 12);
|
|
this.gbxIgnoreBt.Name = "gbxIgnoreBt";
|
|
this.gbxIgnoreBt.Size = new System.Drawing.Size(561, 226);
|
|
this.gbxIgnoreBt.TabIndex = 22;
|
|
this.gbxIgnoreBt.TabStop = false;
|
|
this.gbxIgnoreBt.Tag = "§";
|
|
this.gbxIgnoreBt.Text = "Configuration - enter button numbers which should be ignored separated by spaces " +
|
|
"(e.g. 24 25)";
|
|
//
|
|
// lblColor12
|
|
//
|
|
this.lblColor12.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor12.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor12.Location = new System.Drawing.Point(432, 186);
|
|
this.lblColor12.Name = "lblColor12";
|
|
this.lblColor12.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor12.TabIndex = 77;
|
|
this.lblColor12.Text = " ";
|
|
this.lblColor12.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden12
|
|
//
|
|
this.chkHidden12.AutoSize = true;
|
|
this.chkHidden12.Location = new System.Drawing.Point(459, 188);
|
|
this.chkHidden12.Name = "chkHidden12";
|
|
this.chkHidden12.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden12.TabIndex = 76;
|
|
this.chkHidden12.Tag = "§";
|
|
this.chkHidden12.Text = "Hide";
|
|
this.chkHidden12.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor11
|
|
//
|
|
this.lblColor11.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor11.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor11.Location = new System.Drawing.Point(432, 158);
|
|
this.lblColor11.Name = "lblColor11";
|
|
this.lblColor11.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor11.TabIndex = 75;
|
|
this.lblColor11.Text = " ";
|
|
this.lblColor11.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden11
|
|
//
|
|
this.chkHidden11.AutoSize = true;
|
|
this.chkHidden11.Location = new System.Drawing.Point(459, 160);
|
|
this.chkHidden11.Name = "chkHidden11";
|
|
this.chkHidden11.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden11.TabIndex = 74;
|
|
this.chkHidden11.Tag = "§";
|
|
this.chkHidden11.Text = "Hide";
|
|
this.chkHidden11.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor10
|
|
//
|
|
this.lblColor10.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor10.Location = new System.Drawing.Point(432, 130);
|
|
this.lblColor10.Name = "lblColor10";
|
|
this.lblColor10.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor10.TabIndex = 73;
|
|
this.lblColor10.Text = " ";
|
|
this.lblColor10.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden10
|
|
//
|
|
this.chkHidden10.AutoSize = true;
|
|
this.chkHidden10.Location = new System.Drawing.Point(459, 132);
|
|
this.chkHidden10.Name = "chkHidden10";
|
|
this.chkHidden10.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden10.TabIndex = 72;
|
|
this.chkHidden10.Tag = "§";
|
|
this.chkHidden10.Text = "Hide";
|
|
this.chkHidden10.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor09
|
|
//
|
|
this.lblColor09.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor09.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor09.Location = new System.Drawing.Point(432, 102);
|
|
this.lblColor09.Name = "lblColor09";
|
|
this.lblColor09.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor09.TabIndex = 71;
|
|
this.lblColor09.Text = " ";
|
|
this.lblColor09.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden09
|
|
//
|
|
this.chkHidden09.AutoSize = true;
|
|
this.chkHidden09.Location = new System.Drawing.Point(459, 104);
|
|
this.chkHidden09.Name = "chkHidden09";
|
|
this.chkHidden09.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden09.TabIndex = 70;
|
|
this.chkHidden09.Tag = "§";
|
|
this.chkHidden09.Text = "Hide";
|
|
this.chkHidden09.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor08
|
|
//
|
|
this.lblColor08.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor08.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor08.Location = new System.Drawing.Point(432, 74);
|
|
this.lblColor08.Name = "lblColor08";
|
|
this.lblColor08.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor08.TabIndex = 69;
|
|
this.lblColor08.Text = " ";
|
|
this.lblColor08.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden08
|
|
//
|
|
this.chkHidden08.AutoSize = true;
|
|
this.chkHidden08.Location = new System.Drawing.Point(459, 76);
|
|
this.chkHidden08.Name = "chkHidden08";
|
|
this.chkHidden08.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden08.TabIndex = 68;
|
|
this.chkHidden08.Tag = "§";
|
|
this.chkHidden08.Text = "Hide";
|
|
this.chkHidden08.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor07
|
|
//
|
|
this.lblColor07.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor07.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor07.Location = new System.Drawing.Point(432, 46);
|
|
this.lblColor07.Name = "lblColor07";
|
|
this.lblColor07.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor07.TabIndex = 67;
|
|
this.lblColor07.Text = " ";
|
|
this.lblColor07.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden07
|
|
//
|
|
this.chkHidden07.AutoSize = true;
|
|
this.chkHidden07.Location = new System.Drawing.Point(459, 48);
|
|
this.chkHidden07.Name = "chkHidden07";
|
|
this.chkHidden07.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden07.TabIndex = 66;
|
|
this.chkHidden07.Tag = "§";
|
|
this.chkHidden07.Text = "Hide";
|
|
this.chkHidden07.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor06
|
|
//
|
|
this.lblColor06.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor06.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor06.Location = new System.Drawing.Point(158, 186);
|
|
this.lblColor06.Name = "lblColor06";
|
|
this.lblColor06.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor06.TabIndex = 63;
|
|
this.lblColor06.Text = " ";
|
|
this.lblColor06.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden06
|
|
//
|
|
this.chkHidden06.AutoSize = true;
|
|
this.chkHidden06.Location = new System.Drawing.Point(185, 188);
|
|
this.chkHidden06.Name = "chkHidden06";
|
|
this.chkHidden06.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden06.TabIndex = 62;
|
|
this.chkHidden06.Tag = "§";
|
|
this.chkHidden06.Text = "Hide";
|
|
this.chkHidden06.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor05
|
|
//
|
|
this.lblColor05.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor05.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor05.Location = new System.Drawing.Point(158, 158);
|
|
this.lblColor05.Name = "lblColor05";
|
|
this.lblColor05.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor05.TabIndex = 61;
|
|
this.lblColor05.Text = " ";
|
|
this.lblColor05.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden05
|
|
//
|
|
this.chkHidden05.AutoSize = true;
|
|
this.chkHidden05.Location = new System.Drawing.Point(185, 160);
|
|
this.chkHidden05.Name = "chkHidden05";
|
|
this.chkHidden05.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden05.TabIndex = 60;
|
|
this.chkHidden05.Tag = "§";
|
|
this.chkHidden05.Text = "Hide";
|
|
this.chkHidden05.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor04
|
|
//
|
|
this.lblColor04.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor04.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor04.Location = new System.Drawing.Point(158, 130);
|
|
this.lblColor04.Name = "lblColor04";
|
|
this.lblColor04.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor04.TabIndex = 59;
|
|
this.lblColor04.Text = " ";
|
|
this.lblColor04.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden04
|
|
//
|
|
this.chkHidden04.AutoSize = true;
|
|
this.chkHidden04.Location = new System.Drawing.Point(185, 132);
|
|
this.chkHidden04.Name = "chkHidden04";
|
|
this.chkHidden04.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden04.TabIndex = 58;
|
|
this.chkHidden04.Tag = "§";
|
|
this.chkHidden04.Text = "Hide";
|
|
this.chkHidden04.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor03
|
|
//
|
|
this.lblColor03.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor03.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor03.Location = new System.Drawing.Point(158, 102);
|
|
this.lblColor03.Name = "lblColor03";
|
|
this.lblColor03.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor03.TabIndex = 57;
|
|
this.lblColor03.Text = " ";
|
|
this.lblColor03.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden03
|
|
//
|
|
this.chkHidden03.AutoSize = true;
|
|
this.chkHidden03.Location = new System.Drawing.Point(185, 104);
|
|
this.chkHidden03.Name = "chkHidden03";
|
|
this.chkHidden03.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden03.TabIndex = 56;
|
|
this.chkHidden03.Tag = "§";
|
|
this.chkHidden03.Text = "Hide";
|
|
this.chkHidden03.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor02
|
|
//
|
|
this.lblColor02.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor02.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor02.Location = new System.Drawing.Point(158, 74);
|
|
this.lblColor02.Name = "lblColor02";
|
|
this.lblColor02.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor02.TabIndex = 55;
|
|
this.lblColor02.Text = " ";
|
|
this.lblColor02.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden02
|
|
//
|
|
this.chkHidden02.AutoSize = true;
|
|
this.chkHidden02.Location = new System.Drawing.Point(185, 76);
|
|
this.chkHidden02.Name = "chkHidden02";
|
|
this.chkHidden02.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden02.TabIndex = 54;
|
|
this.chkHidden02.Tag = "§";
|
|
this.chkHidden02.Text = "Hide";
|
|
this.chkHidden02.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblColor01
|
|
//
|
|
this.lblColor01.BackColor = System.Drawing.Color.Maroon;
|
|
this.lblColor01.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.lblColor01.Location = new System.Drawing.Point(158, 46);
|
|
this.lblColor01.Name = "lblColor01";
|
|
this.lblColor01.Size = new System.Drawing.Size(21, 22);
|
|
this.lblColor01.TabIndex = 45;
|
|
this.lblColor01.Text = " ";
|
|
this.lblColor01.Click += new System.EventHandler(this.lblColor01_Click);
|
|
//
|
|
// chkHidden01
|
|
//
|
|
this.chkHidden01.AutoSize = true;
|
|
this.chkHidden01.Location = new System.Drawing.Point(185, 48);
|
|
this.chkHidden01.Name = "chkHidden01";
|
|
this.chkHidden01.Size = new System.Drawing.Size(50, 17);
|
|
this.chkHidden01.TabIndex = 44;
|
|
this.chkHidden01.Tag = "§";
|
|
this.chkHidden01.Text = "Hide";
|
|
this.chkHidden01.UseVisualStyleBackColor = true;
|
|
//
|
|
// txJS11
|
|
//
|
|
this.txJS11.Location = new System.Drawing.Point(340, 158);
|
|
this.txJS11.Name = "txJS11";
|
|
this.txJS11.Size = new System.Drawing.Size(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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.ForeColor = System.Drawing.Color.Blue;
|
|
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(86, 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);
|
|
//
|
|
// gbxSCPath
|
|
//
|
|
this.gbxSCPath.Controls.Add(this.txSCPath);
|
|
this.gbxSCPath.Controls.Add(this.btChooseSCDir);
|
|
this.gbxSCPath.Controls.Add(this.cbxUsePath);
|
|
this.gbxSCPath.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbxSCPath.Location = new System.Drawing.Point(15, 244);
|
|
this.gbxSCPath.Name = "gbxSCPath";
|
|
this.gbxSCPath.Size = new System.Drawing.Size(561, 59);
|
|
this.gbxSCPath.TabIndex = 23;
|
|
this.gbxSCPath.TabStop = false;
|
|
this.gbxSCPath.Tag = "§";
|
|
this.gbxSCPath.Text = "Path to the Star Citizen Installation (e.g. C:\\Games\\StarCitizen)";
|
|
//
|
|
// gbxIgnoreMaps
|
|
//
|
|
this.gbxIgnoreMaps.Controls.Add(this.chkLbActionMaps);
|
|
this.gbxIgnoreMaps.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbxIgnoreMaps.Location = new System.Drawing.Point(579, 12);
|
|
this.gbxIgnoreMaps.Name = "gbxIgnoreMaps";
|
|
this.gbxIgnoreMaps.Size = new System.Drawing.Size(274, 405);
|
|
this.gbxIgnoreMaps.TabIndex = 24;
|
|
this.gbxIgnoreMaps.TabStop = false;
|
|
this.gbxIgnoreMaps.Tag = "§";
|
|
this.gbxIgnoreMaps.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.Tag = "§";
|
|
this.btCancel.Text = "Cancel";
|
|
this.btCancel.UseVisualStyleBackColor = true;
|
|
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
|
//
|
|
// lblSettingNote
|
|
//
|
|
this.lblSettingNote.AutoSize = true;
|
|
this.lblSettingNote.ForeColor = System.Drawing.Color.Red;
|
|
this.lblSettingNote.Location = new System.Drawing.Point(12, 426);
|
|
this.lblSettingNote.Name = "lblSettingNote";
|
|
this.lblSettingNote.Size = new System.Drawing.Size(401, 26);
|
|
this.lblSettingNote.TabIndex = 26;
|
|
this.lblSettingNote.Tag = "§";
|
|
this.lblSettingNote.Text = "Note: Accepting changes will clear the action tree to apply the new settings; \r\nC" +
|
|
"ancel now if you want to save your work first.";
|
|
//
|
|
// gbxAdvanced
|
|
//
|
|
this.gbxAdvanced.Controls.Add(this.cbxTreeTips);
|
|
this.gbxAdvanced.Controls.Add(this.lblProfileLang);
|
|
this.gbxAdvanced.Controls.Add(this.comboLanguage);
|
|
this.gbxAdvanced.Controls.Add(this.cbxAutoTabXML);
|
|
this.gbxAdvanced.Controls.Add(this.cbxListModifiers);
|
|
this.gbxAdvanced.Controls.Add(this.cbxCSVListing);
|
|
this.gbxAdvanced.Controls.Add(this.cbxPTU);
|
|
this.gbxAdvanced.Controls.Add(this.cbxDetectGamepad);
|
|
this.gbxAdvanced.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.gbxAdvanced.Location = new System.Drawing.Point(15, 309);
|
|
this.gbxAdvanced.Name = "gbxAdvanced";
|
|
this.gbxAdvanced.Size = new System.Drawing.Size(561, 105);
|
|
this.gbxAdvanced.TabIndex = 27;
|
|
this.gbxAdvanced.TabStop = false;
|
|
this.gbxAdvanced.Tag = "§";
|
|
this.gbxAdvanced.Text = "Advanced Options ...";
|
|
//
|
|
// cbxTreeTips
|
|
//
|
|
this.cbxTreeTips.AutoSize = true;
|
|
this.cbxTreeTips.Location = new System.Drawing.Point(245, 72);
|
|
this.cbxTreeTips.Name = "cbxTreeTips";
|
|
this.cbxTreeTips.Size = new System.Drawing.Size(101, 17);
|
|
this.cbxTreeTips.TabIndex = 13;
|
|
this.cbxTreeTips.Tag = "§";
|
|
this.cbxTreeTips.Text = "Show Tree tips";
|
|
this.cbxTreeTips.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblProfileLang
|
|
//
|
|
this.lblProfileLang.AutoSize = true;
|
|
this.lblProfileLang.Location = new System.Drawing.Point(6, 73);
|
|
this.lblProfileLang.Name = "lblProfileLang";
|
|
this.lblProfileLang.Size = new System.Drawing.Size(99, 13);
|
|
this.lblProfileLang.TabIndex = 12;
|
|
this.lblProfileLang.Tag = "§";
|
|
this.lblProfileLang.Text = "Profile Language:";
|
|
//
|
|
// comboLanguage
|
|
//
|
|
this.comboLanguage.FormattingEnabled = true;
|
|
this.comboLanguage.Location = new System.Drawing.Point(139, 70);
|
|
this.comboLanguage.Name = "comboLanguage";
|
|
this.comboLanguage.Size = new System.Drawing.Size(100, 21);
|
|
this.comboLanguage.TabIndex = 11;
|
|
this.comboLanguage.SelectedIndexChanged += new System.EventHandler(this.comboLanguage_SelectedIndexChanged);
|
|
//
|
|
// cbxAutoTabXML
|
|
//
|
|
this.cbxAutoTabXML.AutoSize = true;
|
|
this.cbxAutoTabXML.Location = new System.Drawing.Point(9, 44);
|
|
this.cbxAutoTabXML.Name = "cbxAutoTabXML";
|
|
this.cbxAutoTabXML.Size = new System.Drawing.Size(233, 17);
|
|
this.cbxAutoTabXML.TabIndex = 10;
|
|
this.cbxAutoTabXML.Tag = "§";
|
|
this.cbxAutoTabXML.Text = "Switch XML/Mapping tab automatically";
|
|
this.cbxAutoTabXML.UseVisualStyleBackColor = true;
|
|
//
|
|
// 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.Tag = "§";
|
|
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.Tag = "§";
|
|
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(400, 82);
|
|
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.Tag = "§";
|
|
this.cbxDetectGamepad.Text = "Use Gamepad";
|
|
this.cbxDetectGamepad.UseVisualStyleBackColor = true;
|
|
//
|
|
// colDlg
|
|
//
|
|
this.colDlg.FullOpen = true;
|
|
//
|
|
// FormSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.CancelButton = this.btCancel;
|
|
this.ClientSize = new System.Drawing.Size(861, 467);
|
|
this.Controls.Add(this.gbxAdvanced);
|
|
this.Controls.Add(this.lblSettingNote);
|
|
this.Controls.Add(this.btCancel);
|
|
this.Controls.Add(this.gbxIgnoreMaps);
|
|
this.Controls.Add(this.gbxSCPath);
|
|
this.Controls.Add(this.gbxIgnoreBt);
|
|
this.Controls.Add(this.btAccept);
|
|
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.Tag = "§";
|
|
this.Text = "Settings";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSettings_FormClosing);
|
|
this.Load += new System.EventHandler(this.FormSettings_Load);
|
|
this.gbxIgnoreBt.ResumeLayout(false);
|
|
this.gbxIgnoreBt.PerformLayout();
|
|
this.gbxSCPath.ResumeLayout(false);
|
|
this.gbxSCPath.PerformLayout();
|
|
this.gbxIgnoreMaps.ResumeLayout(false);
|
|
this.gbxAdvanced.ResumeLayout(false);
|
|
this.gbxAdvanced.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btAccept;
|
|
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 gbxIgnoreBt;
|
|
private System.Windows.Forms.GroupBox gbxSCPath;
|
|
private System.Windows.Forms.GroupBox gbxIgnoreMaps;
|
|
private System.Windows.Forms.CheckedListBox chkLbActionMaps;
|
|
private System.Windows.Forms.Button btCancel;
|
|
private System.Windows.Forms.Label lblSettingNote;
|
|
private System.Windows.Forms.GroupBox gbxAdvanced;
|
|
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;
|
|
private System.Windows.Forms.CheckBox cbxAutoTabXML;
|
|
private System.Windows.Forms.Label lblProfileLang;
|
|
private System.Windows.Forms.ComboBox comboLanguage;
|
|
private System.Windows.Forms.CheckBox cbxTreeTips;
|
|
private System.Windows.Forms.Label lblColor01;
|
|
private System.Windows.Forms.CheckBox chkHidden01;
|
|
private System.Windows.Forms.Label lblColor06;
|
|
private System.Windows.Forms.CheckBox chkHidden06;
|
|
private System.Windows.Forms.Label lblColor05;
|
|
private System.Windows.Forms.CheckBox chkHidden05;
|
|
private System.Windows.Forms.Label lblColor04;
|
|
private System.Windows.Forms.CheckBox chkHidden04;
|
|
private System.Windows.Forms.Label lblColor03;
|
|
private System.Windows.Forms.CheckBox chkHidden03;
|
|
private System.Windows.Forms.Label lblColor02;
|
|
private System.Windows.Forms.CheckBox chkHidden02;
|
|
private System.Windows.Forms.Label lblColor12;
|
|
private System.Windows.Forms.CheckBox chkHidden12;
|
|
private System.Windows.Forms.Label lblColor11;
|
|
private System.Windows.Forms.CheckBox chkHidden11;
|
|
private System.Windows.Forms.Label lblColor10;
|
|
private System.Windows.Forms.CheckBox chkHidden10;
|
|
private System.Windows.Forms.Label lblColor09;
|
|
private System.Windows.Forms.CheckBox chkHidden09;
|
|
private System.Windows.Forms.Label lblColor08;
|
|
private System.Windows.Forms.CheckBox chkHidden08;
|
|
private System.Windows.Forms.Label lblColor07;
|
|
private System.Windows.Forms.CheckBox chkHidden07;
|
|
private System.Windows.Forms.ColorDialog colDlg;
|
|
}
|
|
} |