326 lines
12 KiB
C#
326 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.lblL = new System.Windows.Forms.Label();
|
|||
|
this.lblR = new System.Windows.Forms.Label();
|
|||
|
this.btnL = new System.Windows.Forms.Button();
|
|||
|
this.btnR = new System.Windows.Forms.Button();
|
|||
|
this.lblB = new System.Windows.Forms.Label();
|
|||
|
this.lblA = new System.Windows.Forms.Label();
|
|||
|
this.lblX = new System.Windows.Forms.Label();
|
|||
|
this.lblY = new System.Windows.Forms.Label();
|
|||
|
this.lblStart = new System.Windows.Forms.Label();
|
|||
|
this.lblSelect = new System.Windows.Forms.Label();
|
|||
|
this.btnY = 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.btnX = 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.lblL);
|
|||
|
this.panel2.Controls.Add(this.lblR);
|
|||
|
this.panel2.Controls.Add(this.btnL);
|
|||
|
this.panel2.Controls.Add(this.btnR);
|
|||
|
this.panel2.Controls.Add(this.lblB);
|
|||
|
this.panel2.Controls.Add(this.lblA);
|
|||
|
this.panel2.Controls.Add(this.lblX);
|
|||
|
this.panel2.Controls.Add(this.lblY);
|
|||
|
this.panel2.Controls.Add(this.lblStart);
|
|||
|
this.panel2.Controls.Add(this.lblSelect);
|
|||
|
this.panel2.Controls.Add(this.btnY);
|
|||
|
this.panel2.Controls.Add(this.btnRight);
|
|||
|
this.panel2.Controls.Add(this.btnSelect);
|
|||
|
this.panel2.Controls.Add(this.btnLeft);
|
|||
|
this.panel2.Controls.Add(this.btnX);
|
|||
|
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, 253);
|
|||
|
this.panel2.TabIndex = 3;
|
|||
|
//
|
|||
|
// lblL
|
|||
|
//
|
|||
|
this.lblL.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblL.Location = new System.Drawing.Point(186, 12);
|
|||
|
this.lblL.Name = "lblL";
|
|||
|
this.lblL.Size = new System.Drawing.Size(60, 18);
|
|||
|
this.lblL.TabIndex = 34;
|
|||
|
this.lblL.Text = "L";
|
|||
|
this.lblL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblR
|
|||
|
//
|
|||
|
this.lblR.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblR.Location = new System.Drawing.Point(337, 12);
|
|||
|
this.lblR.Name = "lblR";
|
|||
|
this.lblR.Size = new System.Drawing.Size(62, 18);
|
|||
|
this.lblR.TabIndex = 33;
|
|||
|
this.lblR.Text = "R";
|
|||
|
this.lblR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// btnL
|
|||
|
//
|
|||
|
this.btnL.Location = new System.Drawing.Point(21, 8);
|
|||
|
this.btnL.Name = "btnL";
|
|||
|
this.btnL.Size = new System.Drawing.Size(159, 26);
|
|||
|
this.btnL.TabIndex = 32;
|
|||
|
this.btnL.Text = "L";
|
|||
|
this.btnL.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// btnR
|
|||
|
//
|
|||
|
this.btnR.Location = new System.Drawing.Point(405, 8);
|
|||
|
this.btnR.Name = "btnR";
|
|||
|
this.btnR.Size = new System.Drawing.Size(159, 26);
|
|||
|
this.btnR.TabIndex = 31;
|
|||
|
this.btnR.Text = "R";
|
|||
|
this.btnR.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// lblB
|
|||
|
//
|
|||
|
this.lblB.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
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(444, 223);
|
|||
|
this.lblB.Name = "lblB";
|
|||
|
this.lblB.Size = new System.Drawing.Size(62, 18);
|
|||
|
this.lblB.TabIndex = 29;
|
|||
|
this.lblB.Text = "B";
|
|||
|
this.lblB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblA
|
|||
|
//
|
|||
|
this.lblA.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
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(507, 161);
|
|||
|
this.lblA.Name = "lblA";
|
|||
|
this.lblA.Size = new System.Drawing.Size(61, 18);
|
|||
|
this.lblA.TabIndex = 28;
|
|||
|
this.lblA.Text = "A";
|
|||
|
this.lblA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblX
|
|||
|
//
|
|||
|
this.lblX.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.lblX.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblX.Location = new System.Drawing.Point(444, 104);
|
|||
|
this.lblX.Name = "lblX";
|
|||
|
this.lblX.Size = new System.Drawing.Size(62, 18);
|
|||
|
this.lblX.TabIndex = 27;
|
|||
|
this.lblX.Text = "X";
|
|||
|
this.lblX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblY
|
|||
|
//
|
|||
|
this.lblY.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.lblY.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblY.Location = new System.Drawing.Point(377, 161);
|
|||
|
this.lblY.Name = "lblY";
|
|||
|
this.lblY.Size = new System.Drawing.Size(65, 18);
|
|||
|
this.lblY.TabIndex = 26;
|
|||
|
this.lblY.Text = "Y";
|
|||
|
this.lblY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblStart
|
|||
|
//
|
|||
|
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(283, 193);
|
|||
|
this.lblStart.Name = "lblStart";
|
|||
|
this.lblStart.Size = new System.Drawing.Size(73, 18);
|
|||
|
this.lblStart.TabIndex = 25;
|
|||
|
this.lblStart.Text = "Start";
|
|||
|
this.lblStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblSelect
|
|||
|
//
|
|||
|
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(201, 193);
|
|||
|
this.lblSelect.Name = "lblSelect";
|
|||
|
this.lblSelect.Size = new System.Drawing.Size(73, 18);
|
|||
|
this.lblSelect.TabIndex = 24;
|
|||
|
this.lblSelect.Text = "Select";
|
|||
|
this.lblSelect.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// btnY
|
|||
|
//
|
|||
|
this.btnY.Location = new System.Drawing.Point(380, 110);
|
|||
|
this.btnY.Name = "btnY";
|
|||
|
this.btnY.Size = new System.Drawing.Size(61, 50);
|
|||
|
this.btnY.TabIndex = 21;
|
|||
|
this.btnY.Text = "B";
|
|||
|
this.btnY.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// btnRight
|
|||
|
//
|
|||
|
this.btnRight.Location = new System.Drawing.Point(105, 125);
|
|||
|
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;
|
|||
|
//
|
|||
|
// btnSelect
|
|||
|
//
|
|||
|
this.btnSelect.Location = new System.Drawing.Point(201, 154);
|
|||
|
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;
|
|||
|
//
|
|||
|
// btnLeft
|
|||
|
//
|
|||
|
this.btnLeft.Location = new System.Drawing.Point(27, 125);
|
|||
|
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;
|
|||
|
//
|
|||
|
// btnX
|
|||
|
//
|
|||
|
this.btnX.Location = new System.Drawing.Point(444, 52);
|
|||
|
this.btnX.Name = "btnX";
|
|||
|
this.btnX.Size = new System.Drawing.Size(61, 50);
|
|||
|
this.btnX.TabIndex = 20;
|
|||
|
this.btnX.Text = "A";
|
|||
|
this.btnX.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// btnB
|
|||
|
//
|
|||
|
this.btnB.Location = new System.Drawing.Point(444, 172);
|
|||
|
this.btnB.Name = "btnB";
|
|||
|
this.btnB.Size = new System.Drawing.Size(61, 50);
|
|||
|
this.btnB.TabIndex = 15;
|
|||
|
this.btnB.Text = "B";
|
|||
|
this.btnB.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// btnStart
|
|||
|
//
|
|||
|
this.btnStart.Location = new System.Drawing.Point(283, 154);
|
|||
|
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;
|
|||
|
//
|
|||
|
// btnUp
|
|||
|
//
|
|||
|
this.btnUp.Location = new System.Drawing.Point(61, 69);
|
|||
|
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;
|
|||
|
//
|
|||
|
// btnDown
|
|||
|
//
|
|||
|
this.btnDown.Location = new System.Drawing.Point(61, 178);
|
|||
|
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;
|
|||
|
//
|
|||
|
// btnA
|
|||
|
//
|
|||
|
this.btnA.Location = new System.Drawing.Point(507, 110);
|
|||
|
this.btnA.Name = "btnA";
|
|||
|
this.btnA.Size = new System.Drawing.Size(61, 50);
|
|||
|
this.btnA.TabIndex = 14;
|
|||
|
this.btnA.Text = "A";
|
|||
|
this.btnA.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// picBackground
|
|||
|
//
|
|||
|
this.picBackground.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.picBackground.Name = "picBackground";
|
|||
|
this.picBackground.Size = new System.Drawing.Size(585, 253);
|
|||
|
this.picBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|||
|
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, 253);
|
|||
|
this.panel2.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBackground)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.Button btnY;
|
|||
|
private System.Windows.Forms.Button btnRight;
|
|||
|
private System.Windows.Forms.Button btnSelect;
|
|||
|
private System.Windows.Forms.Button btnX;
|
|||
|
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 lblX;
|
|||
|
private System.Windows.Forms.Label lblY;
|
|||
|
private System.Windows.Forms.Label lblStart;
|
|||
|
private System.Windows.Forms.Label lblSelect;
|
|||
|
private System.Windows.Forms.PictureBox picBackground;
|
|||
|
private System.Windows.Forms.Label lblL;
|
|||
|
private System.Windows.Forms.Label lblR;
|
|||
|
private System.Windows.Forms.Button btnL;
|
|||
|
private System.Windows.Forms.Button btnR;
|
|||
|
}
|
|||
|
}
|