2016-02-05 23:14:27 -05:00
|
|
|
|
namespace Mesen.GUI.Forms.Config
|
|
|
|
|
{
|
|
|
|
|
partial class frmControllerConfig
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.ctrlStandardController0 = new Mesen.GUI.Forms.Config.ctrlStandardController();
|
|
|
|
|
this.tabMain = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tpgSet1 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.tpgSet2 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.ctrlStandardController1 = new Mesen.GUI.Forms.Config.ctrlStandardController();
|
|
|
|
|
this.tpgSet3 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.ctrlStandardController2 = new Mesen.GUI.Forms.Config.ctrlStandardController();
|
|
|
|
|
this.tpgSet4 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.ctrlStandardController3 = new Mesen.GUI.Forms.Config.ctrlStandardController();
|
|
|
|
|
this.btnClear = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnReset = new System.Windows.Forms.Button();
|
|
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.trkTurboSpeed = new System.Windows.Forms.TrackBar();
|
|
|
|
|
this.lblTurboSpeed = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lblTurboFast = new System.Windows.Forms.Label();
|
|
|
|
|
this.lblSlow = new System.Windows.Forms.Label();
|
|
|
|
|
this.baseConfigPanel.SuspendLayout();
|
|
|
|
|
this.tabMain.SuspendLayout();
|
|
|
|
|
this.tpgSet1.SuspendLayout();
|
|
|
|
|
this.tpgSet2.SuspendLayout();
|
|
|
|
|
this.tpgSet3.SuspendLayout();
|
|
|
|
|
this.tpgSet4.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trkTurboSpeed)).BeginInit();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// baseConfigPanel
|
|
|
|
|
//
|
|
|
|
|
this.baseConfigPanel.Controls.Add(this.flowLayoutPanel2);
|
|
|
|
|
this.baseConfigPanel.Location = new System.Drawing.Point(0, 288);
|
|
|
|
|
this.baseConfigPanel.Size = new System.Drawing.Size(599, 29);
|
|
|
|
|
this.baseConfigPanel.Controls.SetChildIndex(this.flowLayoutPanel2, 0);
|
|
|
|
|
//
|
|
|
|
|
// ctrlStandardController0
|
|
|
|
|
//
|
|
|
|
|
this.ctrlStandardController0.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ctrlStandardController0.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ctrlStandardController0.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.ctrlStandardController0.Name = "ctrlStandardController0";
|
|
|
|
|
this.ctrlStandardController0.Size = new System.Drawing.Size(585, 209);
|
|
|
|
|
this.ctrlStandardController0.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// tabMain
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.tabMain, 3);
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgSet1);
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgSet2);
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgSet3);
|
|
|
|
|
this.tabMain.Controls.Add(this.tpgSet4);
|
|
|
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tabMain.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.tabMain.Name = "tabMain";
|
|
|
|
|
this.tabMain.SelectedIndex = 0;
|
|
|
|
|
this.tabMain.Size = new System.Drawing.Size(593, 235);
|
|
|
|
|
this.tabMain.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// tpgSet1
|
|
|
|
|
//
|
|
|
|
|
this.tpgSet1.Controls.Add(this.ctrlStandardController0);
|
|
|
|
|
this.tpgSet1.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgSet1.Name = "tpgSet1";
|
|
|
|
|
this.tpgSet1.Size = new System.Drawing.Size(585, 209);
|
|
|
|
|
this.tpgSet1.TabIndex = 0;
|
|
|
|
|
this.tpgSet1.Text = "Key Set #1";
|
|
|
|
|
this.tpgSet1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// tpgSet2
|
|
|
|
|
//
|
|
|
|
|
this.tpgSet2.Controls.Add(this.ctrlStandardController1);
|
|
|
|
|
this.tpgSet2.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgSet2.Name = "tpgSet2";
|
|
|
|
|
this.tpgSet2.Size = new System.Drawing.Size(585, 209);
|
|
|
|
|
this.tpgSet2.TabIndex = 1;
|
|
|
|
|
this.tpgSet2.Text = "Key Set #2";
|
|
|
|
|
this.tpgSet2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// ctrlStandardController1
|
|
|
|
|
//
|
|
|
|
|
this.ctrlStandardController1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ctrlStandardController1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ctrlStandardController1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.ctrlStandardController1.Name = "ctrlStandardController1";
|
|
|
|
|
this.ctrlStandardController1.Size = new System.Drawing.Size(585, 209);
|
|
|
|
|
this.ctrlStandardController1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tpgSet3
|
|
|
|
|
//
|
|
|
|
|
this.tpgSet3.Controls.Add(this.ctrlStandardController2);
|
|
|
|
|
this.tpgSet3.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgSet3.Name = "tpgSet3";
|
|
|
|
|
this.tpgSet3.Size = new System.Drawing.Size(585, 209);
|
|
|
|
|
this.tpgSet3.TabIndex = 2;
|
|
|
|
|
this.tpgSet3.Text = "Key Set #3";
|
|
|
|
|
this.tpgSet3.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// ctrlStandardController2
|
|
|
|
|
//
|
|
|
|
|
this.ctrlStandardController2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ctrlStandardController2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ctrlStandardController2.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.ctrlStandardController2.Name = "ctrlStandardController2";
|
|
|
|
|
this.ctrlStandardController2.Size = new System.Drawing.Size(585, 209);
|
|
|
|
|
this.ctrlStandardController2.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tpgSet4
|
|
|
|
|
//
|
|
|
|
|
this.tpgSet4.Controls.Add(this.ctrlStandardController3);
|
|
|
|
|
this.tpgSet4.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
this.tpgSet4.Name = "tpgSet4";
|
|
|
|
|
this.tpgSet4.Size = new System.Drawing.Size(585, 209);
|
|
|
|
|
this.tpgSet4.TabIndex = 3;
|
|
|
|
|
this.tpgSet4.Text = "Key Set #4";
|
|
|
|
|
this.tpgSet4.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// ctrlStandardController3
|
|
|
|
|
//
|
|
|
|
|
this.ctrlStandardController3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.ctrlStandardController3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ctrlStandardController3.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.ctrlStandardController3.Name = "ctrlStandardController3";
|
|
|
|
|
this.ctrlStandardController3.Size = new System.Drawing.Size(585, 209);
|
|
|
|
|
this.ctrlStandardController3.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// btnClear
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.btnClear.AutoSize = true;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnClear.Location = new System.Drawing.Point(118, 3);
|
|
|
|
|
this.btnClear.Name = "btnClear";
|
|
|
|
|
this.btnClear.Size = new System.Drawing.Size(109, 23);
|
|
|
|
|
this.btnClear.TabIndex = 3;
|
|
|
|
|
this.btnClear.Text = "Clear Key Bindings";
|
|
|
|
|
this.btnClear.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnReset
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.btnReset.AutoSize = true;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.btnReset.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.btnReset.Name = "btnReset";
|
|
|
|
|
this.btnReset.Size = new System.Drawing.Size(109, 23);
|
|
|
|
|
this.btnReset.TabIndex = 4;
|
|
|
|
|
this.btnReset.Text = "Reset to Default";
|
|
|
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnReset.Visible = false;
|
|
|
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.btnReset);
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.btnClear);
|
|
|
|
|
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
|
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(396, 29);
|
|
|
|
|
this.flowLayoutPanel2.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.trkTurboSpeed, 2, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.lblTurboSpeed, 1, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 2, 2);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tabMain, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(599, 288);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 23;
|
|
|
|
|
//
|
|
|
|
|
// trkTurboSpeed
|
|
|
|
|
//
|
|
|
|
|
this.trkTurboSpeed.LargeChange = 2;
|
|
|
|
|
this.trkTurboSpeed.Location = new System.Drawing.Point(479, 244);
|
|
|
|
|
this.trkTurboSpeed.Maximum = 3;
|
|
|
|
|
this.trkTurboSpeed.Name = "trkTurboSpeed";
|
|
|
|
|
this.trkTurboSpeed.Size = new System.Drawing.Size(117, 26);
|
|
|
|
|
this.trkTurboSpeed.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// lblTurboSpeed
|
|
|
|
|
//
|
|
|
|
|
this.lblTurboSpeed.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
|
|
|
this.lblTurboSpeed.AutoSize = true;
|
|
|
|
|
this.lblTurboSpeed.Location = new System.Drawing.Point(401, 250);
|
|
|
|
|
this.lblTurboSpeed.Name = "lblTurboSpeed";
|
|
|
|
|
this.lblTurboSpeed.Size = new System.Drawing.Size(72, 13);
|
|
|
|
|
this.lblTurboSpeed.TabIndex = 1;
|
|
|
|
|
this.lblTurboSpeed.Text = "Turbo Speed:";
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Controls.Add(this.lblTurboFast);
|
|
|
|
|
this.panel1.Controls.Add(this.lblSlow);
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(476, 273);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(120, 15);
|
|
|
|
|
this.panel1.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// lblTurboFast
|
|
|
|
|
//
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.lblTurboFast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.lblTurboFast.Location = new System.Drawing.Point(70, 0);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.lblTurboFast.Name = "lblTurboFast";
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.lblTurboFast.Size = new System.Drawing.Size(47, 15);
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.lblTurboFast.TabIndex = 1;
|
|
|
|
|
this.lblTurboFast.Text = "Fast";
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.lblTurboFast.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
2016-02-05 23:14:27 -05:00
|
|
|
|
//
|
|
|
|
|
// lblSlow
|
|
|
|
|
//
|
|
|
|
|
this.lblSlow.AutoSize = true;
|
|
|
|
|
this.lblSlow.Location = new System.Drawing.Point(3, 0);
|
|
|
|
|
this.lblSlow.Name = "lblSlow";
|
|
|
|
|
this.lblSlow.Size = new System.Drawing.Size(30, 13);
|
|
|
|
|
this.lblSlow.TabIndex = 0;
|
|
|
|
|
this.lblSlow.Text = "Slow";
|
|
|
|
|
//
|
|
|
|
|
// frmControllerConfig
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(599, 317);
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
|
|
this.Name = "frmControllerConfig";
|
|
|
|
|
this.Text = "Standard Controller";
|
|
|
|
|
this.Controls.SetChildIndex(this.baseConfigPanel, 0);
|
|
|
|
|
this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
|
|
|
|
|
this.baseConfigPanel.ResumeLayout(false);
|
|
|
|
|
this.tabMain.ResumeLayout(false);
|
|
|
|
|
this.tpgSet1.ResumeLayout(false);
|
|
|
|
|
this.tpgSet2.ResumeLayout(false);
|
|
|
|
|
this.tpgSet3.ResumeLayout(false);
|
|
|
|
|
this.tpgSet4.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
2016-02-19 13:05:04 -05:00
|
|
|
|
this.flowLayoutPanel2.PerformLayout();
|
2016-02-05 23:14:27 -05:00
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.trkTurboSpeed)).EndInit();
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.panel1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private ctrlStandardController ctrlStandardController0;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.Button btnReset;
|
|
|
|
|
private System.Windows.Forms.Button btnClear;
|
|
|
|
|
private System.Windows.Forms.TabControl tabMain;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgSet1;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgSet2;
|
|
|
|
|
private ctrlStandardController ctrlStandardController1;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgSet3;
|
|
|
|
|
private ctrlStandardController ctrlStandardController2;
|
|
|
|
|
private System.Windows.Forms.TabPage tpgSet4;
|
|
|
|
|
private ctrlStandardController ctrlStandardController3;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.TrackBar trkTurboSpeed;
|
|
|
|
|
private System.Windows.Forms.Label lblTurboSpeed;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.Label lblTurboFast;
|
|
|
|
|
private System.Windows.Forms.Label lblSlow;
|
|
|
|
|
}
|
|
|
|
|
}
|