Mesen-X/GUI.NET/Forms/Config/ctrlStandardController.Designer.cs
2017-09-16 22:02:05 -04:00

310 lines
12 KiB
C#

namespace Mesen.GUI.Forms.Config
{
partial class ctrlStandardController
{
/// <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 Component 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.panel2 = new System.Windows.Forms.Panel();
this.lblB = new System.Windows.Forms.Label();
this.lblA = new System.Windows.Forms.Label();
this.lblTurboA = new System.Windows.Forms.Label();
this.lblTurboB = new System.Windows.Forms.Label();
this.lblStart = new System.Windows.Forms.Label();
this.lblSelect = new System.Windows.Forms.Label();
this.lblMicrophone = new System.Windows.Forms.Label();
this.btnMicrophone = new System.Windows.Forms.Button();
this.btnTurboB = new System.Windows.Forms.Button();
this.btnRight = new System.Windows.Forms.Button();
this.btnSelect = new System.Windows.Forms.Button();
this.btnLeft = new System.Windows.Forms.Button();
this.btnTurboA = new System.Windows.Forms.Button();
this.btnB = new System.Windows.Forms.Button();
this.btnStart = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
this.btnDown = new System.Windows.Forms.Button();
this.btnA = new System.Windows.Forms.Button();
this.picBackground = new System.Windows.Forms.PictureBox();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picBackground)).BeginInit();
this.SuspendLayout();
//
// panel2
//
this.panel2.Controls.Add(this.lblB);
this.panel2.Controls.Add(this.lblA);
this.panel2.Controls.Add(this.lblTurboA);
this.panel2.Controls.Add(this.lblTurboB);
this.panel2.Controls.Add(this.lblStart);
this.panel2.Controls.Add(this.lblSelect);
this.panel2.Controls.Add(this.lblMicrophone);
this.panel2.Controls.Add(this.btnMicrophone);
this.panel2.Controls.Add(this.btnTurboB);
this.panel2.Controls.Add(this.btnRight);
this.panel2.Controls.Add(this.btnSelect);
this.panel2.Controls.Add(this.btnLeft);
this.panel2.Controls.Add(this.btnTurboA);
this.panel2.Controls.Add(this.btnB);
this.panel2.Controls.Add(this.btnStart);
this.panel2.Controls.Add(this.btnUp);
this.panel2.Controls.Add(this.btnDown);
this.panel2.Controls.Add(this.btnA);
this.panel2.Controls.Add(this.picBackground);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(585, 210);
this.panel2.TabIndex = 3;
//
// lblB
//
this.lblB.AutoSize = true;
this.lblB.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblB.Location = new System.Drawing.Point(460, 165);
this.lblB.Name = "lblB";
this.lblB.Size = new System.Drawing.Size(19, 18);
this.lblB.TabIndex = 29;
this.lblB.Text = "B";
//
// lblA
//
this.lblA.AutoSize = true;
this.lblA.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblA.Location = new System.Drawing.Point(543, 165);
this.lblA.Name = "lblA";
this.lblA.Size = new System.Drawing.Size(17, 18);
this.lblA.TabIndex = 28;
this.lblA.Text = "A";
//
// lblTurboA
//
this.lblTurboA.AutoSize = true;
this.lblTurboA.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTurboA.Location = new System.Drawing.Point(498, 78);
this.lblTurboA.Name = "lblTurboA";
this.lblTurboA.Size = new System.Drawing.Size(62, 18);
this.lblTurboA.TabIndex = 27;
this.lblTurboA.Text = "Turbo A";
//
// lblTurboB
//
this.lblTurboB.AutoSize = true;
this.lblTurboB.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTurboB.Location = new System.Drawing.Point(414, 78);
this.lblTurboB.Name = "lblTurboB";
this.lblTurboB.Size = new System.Drawing.Size(65, 18);
this.lblTurboB.TabIndex = 26;
this.lblTurboB.Text = "Turbo B";
//
// lblStart
//
this.lblStart.AutoSize = true;
this.lblStart.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblStart.Location = new System.Drawing.Point(324, 104);
this.lblStart.Name = "lblStart";
this.lblStart.Size = new System.Drawing.Size(42, 18);
this.lblStart.TabIndex = 25;
this.lblStart.Text = "Start";
//
// lblSelect
//
this.lblSelect.AutoSize = true;
this.lblSelect.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSelect.Location = new System.Drawing.Point(237, 104);
this.lblSelect.Name = "lblSelect";
this.lblSelect.Size = new System.Drawing.Size(53, 18);
this.lblSelect.TabIndex = 24;
this.lblSelect.Text = "Select";
//
// lblMicrophone
//
this.lblMicrophone.AutoSize = true;
this.lblMicrophone.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMicrophone.Location = new System.Drawing.Point(260, 18);
this.lblMicrophone.Name = "lblMicrophone";
this.lblMicrophone.Size = new System.Drawing.Size(93, 18);
this.lblMicrophone.TabIndex = 23;
this.lblMicrophone.Text = "Microphone";
this.lblMicrophone.Visible = false;
//
// btnMicrophone
//
this.btnMicrophone.Location = new System.Drawing.Point(267, 39);
this.btnMicrophone.Name = "btnMicrophone";
this.btnMicrophone.Size = new System.Drawing.Size(77, 37);
this.btnMicrophone.TabIndex = 22;
this.btnMicrophone.Text = "D";
this.btnMicrophone.UseVisualStyleBackColor = true;
this.btnMicrophone.Visible = false;
this.btnMicrophone.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnTurboB
//
this.btnTurboB.Location = new System.Drawing.Point(417, 17);
this.btnTurboB.Name = "btnTurboB";
this.btnTurboB.Size = new System.Drawing.Size(61, 59);
this.btnTurboB.TabIndex = 21;
this.btnTurboB.Text = "B";
this.btnTurboB.UseVisualStyleBackColor = true;
this.btnTurboB.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnRight
//
this.btnRight.Location = new System.Drawing.Point(105, 90);
this.btnRight.Name = "btnRight";
this.btnRight.Size = new System.Drawing.Size(69, 35);
this.btnRight.TabIndex = 16;
this.btnRight.Text = "Right";
this.btnRight.UseVisualStyleBackColor = true;
this.btnRight.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnSelect
//
this.btnSelect.Location = new System.Drawing.Point(228, 132);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(73, 37);
this.btnSelect.TabIndex = 12;
this.btnSelect.Text = "Q";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnLeft
//
this.btnLeft.Location = new System.Drawing.Point(27, 90);
this.btnLeft.Name = "btnLeft";
this.btnLeft.Size = new System.Drawing.Size(69, 35);
this.btnLeft.TabIndex = 17;
this.btnLeft.Text = "Left";
this.btnLeft.UseVisualStyleBackColor = true;
this.btnLeft.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnTurboA
//
this.btnTurboA.Location = new System.Drawing.Point(499, 17);
this.btnTurboA.Name = "btnTurboA";
this.btnTurboA.Size = new System.Drawing.Size(61, 59);
this.btnTurboA.TabIndex = 20;
this.btnTurboA.Text = "A";
this.btnTurboA.UseVisualStyleBackColor = true;
this.btnTurboA.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnB
//
this.btnB.Location = new System.Drawing.Point(417, 105);
this.btnB.Name = "btnB";
this.btnB.Size = new System.Drawing.Size(61, 59);
this.btnB.TabIndex = 15;
this.btnB.Text = "B";
this.btnB.UseVisualStyleBackColor = true;
this.btnB.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnStart
//
this.btnStart.Location = new System.Drawing.Point(310, 132);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(73, 37);
this.btnStart.TabIndex = 13;
this.btnStart.Text = "W";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnUp
//
this.btnUp.Location = new System.Drawing.Point(61, 34);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(79, 35);
this.btnUp.TabIndex = 18;
this.btnUp.Text = "Up";
this.btnUp.UseVisualStyleBackColor = true;
this.btnUp.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnDown
//
this.btnDown.Location = new System.Drawing.Point(61, 141);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(79, 35);
this.btnDown.TabIndex = 19;
this.btnDown.Text = "Down";
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnMapping_Click);
//
// btnA
//
this.btnA.Location = new System.Drawing.Point(499, 105);
this.btnA.Name = "btnA";
this.btnA.Size = new System.Drawing.Size(61, 59);
this.btnA.TabIndex = 14;
this.btnA.Text = "A";
this.btnA.UseVisualStyleBackColor = true;
this.btnA.Click += new System.EventHandler(this.btnMapping_Click);
//
// picBackground
//
this.picBackground.Dock = System.Windows.Forms.DockStyle.Fill;
this.picBackground.Location = new System.Drawing.Point(0, 0);
this.picBackground.Name = "picBackground";
this.picBackground.Size = new System.Drawing.Size(585, 210);
this.picBackground.TabIndex = 30;
this.picBackground.TabStop = false;
//
// ctrlStandardController
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel2);
this.Name = "ctrlStandardController";
this.Size = new System.Drawing.Size(585, 210);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picBackground)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnTurboB;
private System.Windows.Forms.Button btnRight;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.Button btnTurboA;
private System.Windows.Forms.Button btnB;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.Button btnUp;
private System.Windows.Forms.Button btnDown;
private System.Windows.Forms.Button btnA;
private System.Windows.Forms.Button btnLeft;
private System.Windows.Forms.Label lblB;
private System.Windows.Forms.Label lblA;
private System.Windows.Forms.Label lblTurboA;
private System.Windows.Forms.Label lblTurboB;
private System.Windows.Forms.Label lblStart;
private System.Windows.Forms.Label lblSelect;
private System.Windows.Forms.Label lblMicrophone;
private System.Windows.Forms.Button btnMicrophone;
private System.Windows.Forms.PictureBox picBackground;
}
}