2014-06-22 12:31:57 +00:00
|
|
|
|
namespace SCJMapper_V2
|
|
|
|
|
{
|
|
|
|
|
partial class MainForm
|
|
|
|
|
{
|
|
|
|
|
/// <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 )
|
|
|
|
|
{
|
|
|
|
|
timer1.Stop( );
|
|
|
|
|
// Unacquire all DirectInput objects.
|
|
|
|
|
foreach ( JoystickCls js in m_JS ) js.FinishDX( );
|
|
|
|
|
|
|
|
|
|
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( )
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
|
|
this.btDumpList = new System.Windows.Forms.Button();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.rtb = new System.Windows.Forms.RichTextBox();
|
2014-06-26 21:49:58 +00:00
|
|
|
|
this.cmCopyPaste = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.tsiCopy = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.tsiPaste = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.tsiPReplace = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.tsiSelAll = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.tsiOpen = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.tsiSaveAs = new System.Windows.Forms.ToolStripMenuItem();
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.btGrab = new System.Windows.Forms.Button();
|
|
|
|
|
this.btDump = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.label56 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label55 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label57 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label54 = new System.Windows.Forms.Label();
|
|
|
|
|
this.cbJs3 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.cbJs2 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.cbJs1 = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btFind = new System.Windows.Forms.Button();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.btClear = new System.Windows.Forms.Button();
|
|
|
|
|
this.lblLastJ = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblAction = new System.Windows.Forms.Label();
|
|
|
|
|
this.btAssign = new System.Windows.Forms.Button();
|
|
|
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
2014-06-26 21:49:58 +00:00
|
|
|
|
this.IL = new System.Windows.Forms.ImageList(this.components);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.tc1 = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabJS1 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.buttonExit = new System.Windows.Forms.Button();
|
|
|
|
|
this.OFD = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.SFD = new System.Windows.Forms.SaveFileDialog();
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tlpanel = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
|
|
this.tsDDbtProfiles = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.tsDDbtResetMode = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.tsBtReset = new System.Windows.Forms.ToolStripSplitButton();
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.UC_JoyPanel = new SCJMapper_V2.UC_JoyPanel();
|
2014-06-26 21:49:58 +00:00
|
|
|
|
this.cmCopyPaste.SuspendLayout();
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
|
this.panel2.SuspendLayout();
|
|
|
|
|
this.tc1.SuspendLayout();
|
|
|
|
|
this.tabJS1.SuspendLayout();
|
|
|
|
|
this.panel1.SuspendLayout();
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tlpanel.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.statusStrip1.SuspendLayout();
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// btDumpList
|
|
|
|
|
//
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.btDumpList.Location = new System.Drawing.Point(3, 33);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.btDumpList.Name = "btDumpList";
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.btDumpList.Size = new System.Drawing.Size(120, 24);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.btDumpList.TabIndex = 24;
|
|
|
|
|
this.btDumpList.Text = "Dump List-->";
|
|
|
|
|
this.btDumpList.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btDumpList.Click += new System.EventHandler(this.btDumpList_Click);
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.label3.Location = new System.Drawing.Point(606, 834);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.label3.Name = "label3";
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.label3.Size = new System.Drawing.Size(372, 25);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.label3.TabIndex = 22;
|
|
|
|
|
this.label3.Text = "Right click above to open the context menu";
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
2014-06-22 12:31:57 +00:00
|
|
|
|
//
|
|
|
|
|
// rtb
|
|
|
|
|
//
|
|
|
|
|
this.rtb.AcceptsTab = true;
|
|
|
|
|
this.rtb.BackColor = System.Drawing.Color.Ivory;
|
|
|
|
|
this.rtb.ContextMenuStrip = this.cmCopyPaste;
|
|
|
|
|
this.rtb.DetectUrls = false;
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.rtb.Dock = System.Windows.Forms.DockStyle.Fill;
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.rtb.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.rtb.Location = new System.Drawing.Point(606, 81);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.rtb.Name = "rtb";
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tlpanel.SetRowSpan(this.rtb, 3);
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.rtb.Size = new System.Drawing.Size(372, 750);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.rtb.TabIndex = 21;
|
|
|
|
|
this.rtb.Text = "";
|
|
|
|
|
this.rtb.WordWrap = false;
|
|
|
|
|
//
|
2014-06-26 21:49:58 +00:00
|
|
|
|
// cmCopyPaste
|
|
|
|
|
//
|
|
|
|
|
this.cmCopyPaste.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.tsiCopy,
|
|
|
|
|
this.tsiPaste,
|
|
|
|
|
this.tsiPReplace,
|
|
|
|
|
this.tsiSelAll,
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
this.tsiOpen,
|
|
|
|
|
this.tsiSaveAs});
|
|
|
|
|
this.cmCopyPaste.Name = "cmCopyPaste";
|
|
|
|
|
this.cmCopyPaste.Size = new System.Drawing.Size(170, 142);
|
|
|
|
|
//
|
|
|
|
|
// tsiCopy
|
|
|
|
|
//
|
|
|
|
|
this.tsiCopy.Name = "tsiCopy";
|
|
|
|
|
this.tsiCopy.Size = new System.Drawing.Size(169, 22);
|
|
|
|
|
this.tsiCopy.Text = "Copy";
|
|
|
|
|
this.tsiCopy.Click += new System.EventHandler(this.tsiCopy_Click);
|
|
|
|
|
//
|
|
|
|
|
// tsiPaste
|
|
|
|
|
//
|
|
|
|
|
this.tsiPaste.Name = "tsiPaste";
|
|
|
|
|
this.tsiPaste.Size = new System.Drawing.Size(169, 22);
|
|
|
|
|
this.tsiPaste.Text = "Paste";
|
|
|
|
|
this.tsiPaste.Click += new System.EventHandler(this.tsiPaste_Click);
|
|
|
|
|
//
|
|
|
|
|
// tsiPReplace
|
|
|
|
|
//
|
|
|
|
|
this.tsiPReplace.Name = "tsiPReplace";
|
|
|
|
|
this.tsiPReplace.Size = new System.Drawing.Size(169, 22);
|
|
|
|
|
this.tsiPReplace.Text = "Paste (Replace all)";
|
|
|
|
|
this.tsiPReplace.Click += new System.EventHandler(this.tsiPReplace_Click);
|
|
|
|
|
//
|
|
|
|
|
// tsiSelAll
|
|
|
|
|
//
|
|
|
|
|
this.tsiSelAll.Name = "tsiSelAll";
|
|
|
|
|
this.tsiSelAll.Size = new System.Drawing.Size(169, 22);
|
|
|
|
|
this.tsiSelAll.Text = "Select All";
|
|
|
|
|
this.tsiSelAll.Click += new System.EventHandler(this.tsiSelAll_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(166, 6);
|
|
|
|
|
//
|
|
|
|
|
// tsiOpen
|
|
|
|
|
//
|
|
|
|
|
this.tsiOpen.Name = "tsiOpen";
|
|
|
|
|
this.tsiOpen.Size = new System.Drawing.Size(169, 22);
|
|
|
|
|
this.tsiOpen.Text = "Open...";
|
|
|
|
|
this.tsiOpen.Click += new System.EventHandler(this.tsiOpen_Click);
|
|
|
|
|
//
|
|
|
|
|
// tsiSaveAs
|
|
|
|
|
//
|
|
|
|
|
this.tsiSaveAs.Name = "tsiSaveAs";
|
|
|
|
|
this.tsiSaveAs.Size = new System.Drawing.Size(169, 22);
|
|
|
|
|
this.tsiSaveAs.Text = "Save as...";
|
|
|
|
|
this.tsiSaveAs.Click += new System.EventHandler(this.tsiSaveAs_Click);
|
|
|
|
|
//
|
2014-06-22 12:31:57 +00:00
|
|
|
|
// btGrab
|
|
|
|
|
//
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.btGrab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.btGrab.Location = new System.Drawing.Point(171, 3);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.btGrab.Name = "btGrab";
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.btGrab.Size = new System.Drawing.Size(120, 24);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.btGrab.TabIndex = 19;
|
|
|
|
|
this.btGrab.Text = "<-- Grab XML";
|
|
|
|
|
this.btGrab.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btGrab.Click += new System.EventHandler(this.btGrab_Click);
|
|
|
|
|
//
|
|
|
|
|
// btDump
|
|
|
|
|
//
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.btDump.Location = new System.Drawing.Point(3, 3);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.btDump.Name = "btDump";
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.btDump.Size = new System.Drawing.Size(120, 24);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.btDump.TabIndex = 20;
|
|
|
|
|
this.btDump.Text = "Dump XML-->";
|
|
|
|
|
this.btDump.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btDump.Click += new System.EventHandler(this.btDump_Click);
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.panel3.Controls.Add(this.label56);
|
|
|
|
|
this.panel3.Controls.Add(this.label55);
|
|
|
|
|
this.panel3.Controls.Add(this.label57);
|
|
|
|
|
this.panel3.Controls.Add(this.label54);
|
|
|
|
|
this.panel3.Controls.Add(this.cbJs3);
|
|
|
|
|
this.panel3.Controls.Add(this.cbJs2);
|
|
|
|
|
this.panel3.Controls.Add(this.cbJs1);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.panel3.Location = new System.Drawing.Point(3, 284);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(289, 134);
|
|
|
|
|
this.panel3.TabIndex = 18;
|
|
|
|
|
//
|
|
|
|
|
// label56
|
|
|
|
|
//
|
|
|
|
|
this.label56.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label56.Location = new System.Drawing.Point(7, 101);
|
|
|
|
|
this.label56.Name = "label56";
|
|
|
|
|
this.label56.Size = new System.Drawing.Size(39, 20);
|
|
|
|
|
this.label56.TabIndex = 2;
|
|
|
|
|
this.label56.Text = "js3";
|
|
|
|
|
//
|
|
|
|
|
// label55
|
|
|
|
|
//
|
|
|
|
|
this.label55.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label55.Location = new System.Drawing.Point(7, 74);
|
|
|
|
|
this.label55.Name = "label55";
|
|
|
|
|
this.label55.Size = new System.Drawing.Size(39, 20);
|
|
|
|
|
this.label55.TabIndex = 2;
|
|
|
|
|
this.label55.Text = "js2";
|
|
|
|
|
//
|
|
|
|
|
// label57
|
|
|
|
|
//
|
|
|
|
|
this.label57.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label57.Location = new System.Drawing.Point(7, 9);
|
|
|
|
|
this.label57.Name = "label57";
|
|
|
|
|
this.label57.Size = new System.Drawing.Size(267, 20);
|
|
|
|
|
this.label57.TabIndex = 2;
|
|
|
|
|
this.label57.Text = "SC-Device to Joystick Mapping";
|
|
|
|
|
//
|
|
|
|
|
// label54
|
|
|
|
|
//
|
|
|
|
|
this.label54.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.label54.Location = new System.Drawing.Point(7, 47);
|
|
|
|
|
this.label54.Name = "label54";
|
|
|
|
|
this.label54.Size = new System.Drawing.Size(39, 20);
|
|
|
|
|
this.label54.TabIndex = 2;
|
|
|
|
|
this.label54.Text = "js1";
|
|
|
|
|
//
|
|
|
|
|
// cbJs3
|
|
|
|
|
//
|
|
|
|
|
this.cbJs3.DisplayMember = "js1";
|
|
|
|
|
this.cbJs3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.cbJs3.FormattingEnabled = true;
|
|
|
|
|
this.cbJs3.Items.AddRange(new object[] {
|
|
|
|
|
"Joystick 1",
|
|
|
|
|
"Joystick 2",
|
|
|
|
|
"Joystick 3"});
|
|
|
|
|
this.cbJs3.Location = new System.Drawing.Point(52, 98);
|
|
|
|
|
this.cbJs3.MaxDropDownItems = 4;
|
|
|
|
|
this.cbJs3.Name = "cbJs3";
|
|
|
|
|
this.cbJs3.Size = new System.Drawing.Size(233, 25);
|
|
|
|
|
this.cbJs3.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// cbJs2
|
|
|
|
|
//
|
|
|
|
|
this.cbJs2.DisplayMember = "js1";
|
|
|
|
|
this.cbJs2.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.cbJs2.FormattingEnabled = true;
|
|
|
|
|
this.cbJs2.Items.AddRange(new object[] {
|
|
|
|
|
"Joystick 1",
|
|
|
|
|
"Joystick 2",
|
|
|
|
|
"Joystick 3"});
|
|
|
|
|
this.cbJs2.Location = new System.Drawing.Point(52, 71);
|
|
|
|
|
this.cbJs2.MaxDropDownItems = 4;
|
|
|
|
|
this.cbJs2.Name = "cbJs2";
|
|
|
|
|
this.cbJs2.Size = new System.Drawing.Size(233, 25);
|
|
|
|
|
this.cbJs2.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// cbJs1
|
|
|
|
|
//
|
|
|
|
|
this.cbJs1.DisplayMember = "js1";
|
|
|
|
|
this.cbJs1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.cbJs1.FormattingEnabled = true;
|
|
|
|
|
this.cbJs1.Items.AddRange(new object[] {
|
|
|
|
|
"Joystick 1",
|
|
|
|
|
"Joystick 2",
|
|
|
|
|
"Joystick 3"});
|
|
|
|
|
this.cbJs1.Location = new System.Drawing.Point(52, 44);
|
|
|
|
|
this.cbJs1.MaxDropDownItems = 4;
|
|
|
|
|
this.cbJs1.Name = "cbJs1";
|
|
|
|
|
this.cbJs1.Size = new System.Drawing.Size(233, 25);
|
|
|
|
|
this.cbJs1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.panel2.Controls.Add(this.btFind);
|
|
|
|
|
this.panel2.Controls.Add(this.label7);
|
|
|
|
|
this.panel2.Controls.Add(this.label6);
|
|
|
|
|
this.panel2.Controls.Add(this.btClear);
|
|
|
|
|
this.panel2.Controls.Add(this.lblLastJ);
|
|
|
|
|
this.panel2.Controls.Add(this.lblAction);
|
|
|
|
|
this.panel2.Controls.Add(this.btAssign);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.panel2.Location = new System.Drawing.Point(3, 424);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(289, 103);
|
|
|
|
|
this.panel2.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// btFind
|
|
|
|
|
//
|
|
|
|
|
this.btFind.Location = new System.Drawing.Point(190, 37);
|
|
|
|
|
this.btFind.Name = "btFind";
|
|
|
|
|
this.btFind.Size = new System.Drawing.Size(84, 20);
|
|
|
|
|
this.btFind.TabIndex = 12;
|
|
|
|
|
this.btFind.Text = "Find 1st.";
|
|
|
|
|
this.btFind.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btFind.Click += new System.EventHandler(this.btFind_Click);
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(7, 37);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(25, 13);
|
|
|
|
|
this.label7.TabIndex = 3;
|
|
|
|
|
this.label7.Text = "Ctrl.";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(7, 17);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(31, 13);
|
|
|
|
|
this.label6.TabIndex = 3;
|
|
|
|
|
this.label6.Text = "Cmd.";
|
|
|
|
|
//
|
|
|
|
|
// btClear
|
|
|
|
|
//
|
|
|
|
|
this.btClear.Location = new System.Drawing.Point(190, 67);
|
|
|
|
|
this.btClear.Name = "btClear";
|
|
|
|
|
this.btClear.Size = new System.Drawing.Size(94, 25);
|
|
|
|
|
this.btClear.TabIndex = 2;
|
|
|
|
|
this.btClear.Text = "Clear";
|
|
|
|
|
this.btClear.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btClear.Click += new System.EventHandler(this.btClear_Click);
|
|
|
|
|
//
|
|
|
|
|
// lblLastJ
|
|
|
|
|
//
|
|
|
|
|
this.lblLastJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
|
|
this.lblLastJ.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.lblLastJ.Location = new System.Drawing.Point(52, 37);
|
|
|
|
|
this.lblLastJ.Name = "lblLastJ";
|
|
|
|
|
this.lblLastJ.Size = new System.Drawing.Size(135, 20);
|
|
|
|
|
this.lblLastJ.TabIndex = 1;
|
|
|
|
|
this.lblLastJ.Text = "...";
|
|
|
|
|
//
|
|
|
|
|
// lblAction
|
|
|
|
|
//
|
|
|
|
|
this.lblAction.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
|
|
this.lblAction.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.lblAction.Location = new System.Drawing.Point(52, 17);
|
|
|
|
|
this.lblAction.Name = "lblAction";
|
|
|
|
|
this.lblAction.Size = new System.Drawing.Size(222, 20);
|
|
|
|
|
this.lblAction.TabIndex = 1;
|
|
|
|
|
this.lblAction.Text = "...";
|
|
|
|
|
//
|
|
|
|
|
// btAssign
|
|
|
|
|
//
|
|
|
|
|
this.btAssign.Location = new System.Drawing.Point(10, 67);
|
|
|
|
|
this.btAssign.Name = "btAssign";
|
|
|
|
|
this.btAssign.Size = new System.Drawing.Size(94, 25);
|
|
|
|
|
this.btAssign.TabIndex = 0;
|
|
|
|
|
this.btAssign.Text = "Assign";
|
|
|
|
|
this.btAssign.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btAssign.Click += new System.EventHandler(this.btAssign_Click);
|
|
|
|
|
//
|
|
|
|
|
// treeView1
|
|
|
|
|
//
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.treeView1.HotTracking = true;
|
|
|
|
|
this.treeView1.ImageKey = "Map";
|
|
|
|
|
this.treeView1.ImageList = this.IL;
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.treeView1.Location = new System.Drawing.Point(6, 81);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.treeView1.Name = "treeView1";
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tlpanel.SetRowSpan(this.treeView1, 3);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.treeView1.SelectedImageKey = "Selected";
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.treeView1.Size = new System.Drawing.Size(294, 750);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.treeView1.TabIndex = 16;
|
|
|
|
|
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
|
|
|
|
|
//
|
2014-06-26 21:49:58 +00:00
|
|
|
|
// IL
|
|
|
|
|
//
|
|
|
|
|
this.IL.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("IL.ImageStream")));
|
|
|
|
|
this.IL.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.IL.Images.SetKeyName(0, "Map");
|
|
|
|
|
this.IL.Images.SetKeyName(1, "Selected");
|
|
|
|
|
this.IL.Images.SetKeyName(2, "J");
|
|
|
|
|
this.IL.Images.SetKeyName(3, "K");
|
|
|
|
|
this.IL.Images.SetKeyName(4, "X");
|
|
|
|
|
this.IL.Images.SetKeyName(5, "P");
|
|
|
|
|
this.IL.Images.SetKeyName(6, "Z");
|
|
|
|
|
//
|
2014-06-22 12:31:57 +00:00
|
|
|
|
// tc1
|
|
|
|
|
//
|
|
|
|
|
this.tc1.Controls.Add(this.tabJS1);
|
|
|
|
|
this.tc1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
|
|
|
|
|
this.tc1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.tc1.HotTrack = true;
|
|
|
|
|
this.tc1.ItemSize = new System.Drawing.Size(62, 22);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tc1.Location = new System.Drawing.Point(3, 3);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.tc1.Multiline = true;
|
|
|
|
|
this.tc1.Name = "tc1";
|
|
|
|
|
this.tc1.SelectedIndex = 0;
|
|
|
|
|
this.tc1.Size = new System.Drawing.Size(289, 275);
|
|
|
|
|
this.tc1.TabIndex = 15;
|
|
|
|
|
this.tc1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tc1_DrawItem);
|
|
|
|
|
//
|
|
|
|
|
// tabJS1
|
|
|
|
|
//
|
|
|
|
|
this.tabJS1.Controls.Add(this.UC_JoyPanel);
|
|
|
|
|
this.tabJS1.Location = new System.Drawing.Point(4, 26);
|
|
|
|
|
this.tabJS1.Name = "tabJS1";
|
|
|
|
|
this.tabJS1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tabJS1.Size = new System.Drawing.Size(281, 245);
|
|
|
|
|
this.tabJS1.TabIndex = 0;
|
|
|
|
|
this.tabJS1.Text = "Joystick 1";
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tlpanel.SetColumnSpan(this.panel1, 3);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.panel1.Controls.Add(this.label8);
|
|
|
|
|
this.panel1.Controls.Add(this.lblTitle);
|
|
|
|
|
this.panel1.Controls.Add(this.label4);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(6, 6);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.panel1.Name = "panel1";
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.panel1.Size = new System.Drawing.Size(972, 66);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.panel1.TabIndex = 14;
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(353, 42);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(54, 13);
|
|
|
|
|
this.label8.TabIndex = 2;
|
|
|
|
|
this.label8.Text = "by Cassini";
|
|
|
|
|
//
|
|
|
|
|
// lblTitle
|
|
|
|
|
//
|
|
|
|
|
this.lblTitle.AutoSize = true;
|
|
|
|
|
this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
|
|
this.lblTitle.Location = new System.Drawing.Point(226, 8);
|
|
|
|
|
this.lblTitle.Name = "lblTitle";
|
|
|
|
|
this.lblTitle.Size = new System.Drawing.Size(185, 25);
|
|
|
|
|
this.lblTitle.TabIndex = 1;
|
|
|
|
|
this.lblTitle.Text = "SC Joystick Mapper";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.Image = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
|
|
|
|
|
this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(220, 66);
|
|
|
|
|
this.label4.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// buttonExit
|
|
|
|
|
//
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.buttonExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.buttonExit.Location = new System.Drawing.Point(171, 75);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.buttonExit.Name = "buttonExit";
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.buttonExit.Size = new System.Drawing.Size(120, 24);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.buttonExit.TabIndex = 13;
|
|
|
|
|
this.buttonExit.Text = "Exit";
|
|
|
|
|
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
|
|
|
|
|
//
|
|
|
|
|
// OFD
|
|
|
|
|
//
|
|
|
|
|
this.OFD.DefaultExt = "xml";
|
|
|
|
|
this.OFD.FileName = "Open Map File";
|
|
|
|
|
this.OFD.Filter = "Mapping files|*.xml|All files|*.*";
|
|
|
|
|
this.OFD.ReadOnlyChecked = true;
|
|
|
|
|
this.OFD.SupportMultiDottedExtensions = true;
|
|
|
|
|
//
|
|
|
|
|
// timer1
|
|
|
|
|
//
|
|
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
|
|
//
|
|
|
|
|
// SFD
|
|
|
|
|
//
|
|
|
|
|
this.SFD.DefaultExt = "xml";
|
|
|
|
|
this.SFD.Filter = "Mapping files|*.xml|Text files|*.txt|All files|*.*";
|
|
|
|
|
this.SFD.SupportMultiDottedExtensions = true;
|
|
|
|
|
//
|
2014-06-27 21:54:57 +00:00
|
|
|
|
// tlpanel
|
|
|
|
|
//
|
|
|
|
|
this.tlpanel.ColumnCount = 3;
|
|
|
|
|
this.tlpanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
|
|
|
|
|
this.tlpanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
|
|
|
|
|
this.tlpanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tlpanel.Controls.Add(this.rtb, 2, 1);
|
|
|
|
|
this.tlpanel.Controls.Add(this.panel1, 0, 0);
|
|
|
|
|
this.tlpanel.Controls.Add(this.label3, 2, 4);
|
|
|
|
|
this.tlpanel.Controls.Add(this.treeView1, 0, 1);
|
|
|
|
|
this.tlpanel.Controls.Add(this.flowLayoutPanel1, 1, 1);
|
|
|
|
|
this.tlpanel.Controls.Add(this.tableLayoutPanel1, 1, 2);
|
|
|
|
|
this.tlpanel.Controls.Add(this.tableLayoutPanel2, 1, 3);
|
|
|
|
|
this.tlpanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tlpanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
|
|
|
|
this.tlpanel.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tlpanel.Name = "tlpanel";
|
|
|
|
|
this.tlpanel.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
|
this.tlpanel.RowCount = 5;
|
|
|
|
|
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
|
|
|
|
|
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 540F));
|
|
|
|
|
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tlpanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.tlpanel.Size = new System.Drawing.Size(984, 862);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tlpanel.TabIndex = 25;
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.tc1);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel3);
|
|
|
|
|
this.flowLayoutPanel1.Controls.Add(this.panel2);
|
|
|
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(306, 81);
|
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(294, 534);
|
|
|
|
|
this.flowLayoutPanel1.TabIndex = 22;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.btDump, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.btGrab, 1, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.btDumpList, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(306, 621);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(294, 99);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 23;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.buttonExit, 1, 2);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel2.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(306, 729);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
2014-06-28 13:59:35 +00:00
|
|
|
|
this.tableLayoutPanel2.RowCount = 3;
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(294, 102);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tableLayoutPanel2.TabIndex = 24;
|
|
|
|
|
//
|
2014-06-28 20:31:31 +00:00
|
|
|
|
// statusStrip1
|
|
|
|
|
//
|
|
|
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.tsDDbtProfiles,
|
|
|
|
|
this.tsDDbtResetMode,
|
|
|
|
|
this.tsBtReset});
|
|
|
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 840);
|
|
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
|
|
this.statusStrip1.Size = new System.Drawing.Size(984, 22);
|
|
|
|
|
this.statusStrip1.TabIndex = 26;
|
|
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
|
|
//
|
|
|
|
|
// tsDDbtProfiles
|
|
|
|
|
//
|
|
|
|
|
this.tsDDbtProfiles.AutoSize = false;
|
|
|
|
|
this.tsDDbtProfiles.Image = ((System.Drawing.Image)(resources.GetObject("tsDDbtProfiles.Image")));
|
|
|
|
|
this.tsDDbtProfiles.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.tsDDbtProfiles.Name = "tsDDbtProfiles";
|
|
|
|
|
this.tsDDbtProfiles.Size = new System.Drawing.Size(250, 20);
|
|
|
|
|
this.tsDDbtProfiles.Text = "Available Profiles";
|
|
|
|
|
this.tsDDbtProfiles.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsDDbtProfiles_DropDownItemClicked);
|
|
|
|
|
//
|
|
|
|
|
// tsDDbtResetMode
|
|
|
|
|
//
|
|
|
|
|
this.tsDDbtResetMode.AutoSize = false;
|
|
|
|
|
this.tsDDbtResetMode.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|
|
|
|
this.tsDDbtResetMode.Image = ((System.Drawing.Image)(resources.GetObject("tsDDbtResetMode.Image")));
|
|
|
|
|
this.tsDDbtResetMode.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.tsDDbtResetMode.Name = "tsDDbtResetMode";
|
|
|
|
|
this.tsDDbtResetMode.Size = new System.Drawing.Size(150, 20);
|
|
|
|
|
this.tsDDbtResetMode.Text = "Reset Mode";
|
|
|
|
|
this.tsDDbtResetMode.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.tsDDbtResetMode_DropDownItemClicked);
|
|
|
|
|
//
|
|
|
|
|
// tsBtReset
|
|
|
|
|
//
|
|
|
|
|
this.tsBtReset.AutoSize = false;
|
|
|
|
|
this.tsBtReset.Image = ((System.Drawing.Image)(resources.GetObject("tsBtReset.Image")));
|
|
|
|
|
this.tsBtReset.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.tsBtReset.Name = "tsBtReset";
|
|
|
|
|
this.tsBtReset.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
this.tsBtReset.Text = "Reset";
|
|
|
|
|
this.tsBtReset.ToolTipText = "Reset with chosen options";
|
|
|
|
|
this.tsBtReset.ButtonClick += new System.EventHandler(this.tsBtReset_ButtonClick);
|
2014-06-28 13:59:35 +00:00
|
|
|
|
//
|
2014-06-27 21:54:57 +00:00
|
|
|
|
// UC_JoyPanel
|
|
|
|
|
//
|
|
|
|
|
this.UC_JoyPanel.Location = new System.Drawing.Point(0, 6);
|
|
|
|
|
this.UC_JoyPanel.Name = "UC_JoyPanel";
|
|
|
|
|
this.UC_JoyPanel.Size = new System.Drawing.Size(278, 234);
|
|
|
|
|
this.UC_JoyPanel.TabIndex = 0;
|
|
|
|
|
//
|
2014-06-22 12:31:57 +00:00
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(984, 862);
|
|
|
|
|
this.Controls.Add(this.statusStrip1);
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.Controls.Add(this.tlpanel);
|
2014-06-26 21:49:58 +00:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.MinimumSize = new System.Drawing.Size(1000, 900);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.Name = "MainForm";
|
|
|
|
|
this.Text = "SC Joystick Mapper";
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
2014-06-26 21:49:58 +00:00
|
|
|
|
this.cmCopyPaste.ResumeLayout(false);
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
|
|
this.panel2.PerformLayout();
|
|
|
|
|
this.tc1.ResumeLayout(false);
|
|
|
|
|
this.tabJS1.ResumeLayout(false);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.panel1.PerformLayout();
|
2014-06-27 21:54:57 +00:00
|
|
|
|
this.tlpanel.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.statusStrip1.ResumeLayout(false);
|
|
|
|
|
this.statusStrip1.PerformLayout();
|
2014-06-22 12:31:57 +00:00
|
|
|
|
this.ResumeLayout(false);
|
2014-06-28 20:31:31 +00:00
|
|
|
|
this.PerformLayout();
|
2014-06-22 12:31:57 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btDumpList;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.RichTextBox rtb;
|
|
|
|
|
private System.Windows.Forms.Button btGrab;
|
|
|
|
|
private System.Windows.Forms.Button btDump;
|
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
|
|
private System.Windows.Forms.Label label56;
|
|
|
|
|
private System.Windows.Forms.Label label55;
|
|
|
|
|
private System.Windows.Forms.Label label57;
|
|
|
|
|
private System.Windows.Forms.Label label54;
|
|
|
|
|
private System.Windows.Forms.ComboBox cbJs3;
|
|
|
|
|
private System.Windows.Forms.ComboBox cbJs2;
|
|
|
|
|
private System.Windows.Forms.ComboBox cbJs1;
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.Button btFind;
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
private System.Windows.Forms.Button btClear;
|
|
|
|
|
private System.Windows.Forms.Label lblLastJ;
|
|
|
|
|
private System.Windows.Forms.Label lblAction;
|
|
|
|
|
private System.Windows.Forms.Button btAssign;
|
|
|
|
|
private System.Windows.Forms.TreeView treeView1;
|
|
|
|
|
private System.Windows.Forms.TabControl tc1;
|
|
|
|
|
private System.Windows.Forms.TabPage tabJS1;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
private System.Windows.Forms.Label lblTitle;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Button buttonExit;
|
|
|
|
|
private System.Windows.Forms.OpenFileDialog OFD;
|
|
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
|
|
|
private System.Windows.Forms.ContextMenuStrip cmCopyPaste;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem tsiCopy;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem tsiPaste;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem tsiPReplace;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem tsiSelAll;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem tsiOpen;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem tsiSaveAs;
|
|
|
|
|
private System.Windows.Forms.SaveFileDialog SFD;
|
|
|
|
|
private System.Windows.Forms.ImageList IL;
|
|
|
|
|
private UC_JoyPanel UC_JoyPanel;
|
2014-06-27 21:54:57 +00:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tlpanel;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
2014-06-28 20:31:31 +00:00
|
|
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton tsDDbtProfiles;
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton tsDDbtResetMode;
|
|
|
|
|
private System.Windows.Forms.ToolStripSplitButton tsBtReset;
|
2014-06-22 12:31:57 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|