229 lines
8.1 KiB
C#
229 lines
8.1 KiB
C#
namespace BizHawk.Client.EmuHawk
|
|
{
|
|
partial class VirtualPadGen6Button
|
|
{
|
|
/// <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.BStart = new System.Windows.Forms.CheckBox();
|
|
this.BZ = new System.Windows.Forms.CheckBox();
|
|
this.BX = new System.Windows.Forms.CheckBox();
|
|
this.BY = new System.Windows.Forms.CheckBox();
|
|
this.BC = new System.Windows.Forms.CheckBox();
|
|
this.BA = new System.Windows.Forms.CheckBox();
|
|
this.BB = new System.Windows.Forms.CheckBox();
|
|
this.PL = new System.Windows.Forms.CheckBox();
|
|
this.PD = new System.Windows.Forms.CheckBox();
|
|
this.PR = new System.Windows.Forms.CheckBox();
|
|
this.PU = new System.Windows.Forms.CheckBox();
|
|
this.BM = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// BStart
|
|
//
|
|
this.BStart.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.BStart.AutoSize = true;
|
|
this.BStart.Location = new System.Drawing.Point(74, 28);
|
|
this.BStart.Name = "BStart";
|
|
this.BStart.Size = new System.Drawing.Size(24, 23);
|
|
this.BStart.TabIndex = 31;
|
|
this.BStart.Text = "S";
|
|
this.BStart.UseVisualStyleBackColor = true;
|
|
this.BStart.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// BZ
|
|
//
|
|
this.BZ.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.BZ.AutoSize = true;
|
|
this.BZ.Location = new System.Drawing.Point(153, 4);
|
|
this.BZ.Name = "BZ";
|
|
this.BZ.Size = new System.Drawing.Size(24, 23);
|
|
this.BZ.TabIndex = 30;
|
|
this.BZ.Text = "Z";
|
|
this.BZ.UseVisualStyleBackColor = true;
|
|
this.BZ.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// BX
|
|
//
|
|
this.BX.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.BX.AutoSize = true;
|
|
this.BX.Location = new System.Drawing.Point(103, 14);
|
|
this.BX.Name = "BX";
|
|
this.BX.Size = new System.Drawing.Size(24, 23);
|
|
this.BX.TabIndex = 29;
|
|
this.BX.Text = "X";
|
|
this.BX.UseVisualStyleBackColor = true;
|
|
this.BX.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// BY
|
|
//
|
|
this.BY.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.BY.AutoSize = true;
|
|
this.BY.Location = new System.Drawing.Point(128, 9);
|
|
this.BY.Name = "BY";
|
|
this.BY.Size = new System.Drawing.Size(24, 23);
|
|
this.BY.TabIndex = 28;
|
|
this.BY.Text = "Y";
|
|
this.BY.UseVisualStyleBackColor = true;
|
|
this.BY.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// BC
|
|
//
|
|
this.BC.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.BC.AutoSize = true;
|
|
this.BC.Location = new System.Drawing.Point(154, 31);
|
|
this.BC.Name = "BC";
|
|
this.BC.Size = new System.Drawing.Size(24, 23);
|
|
this.BC.TabIndex = 27;
|
|
this.BC.Text = "C";
|
|
this.BC.UseVisualStyleBackColor = true;
|
|
this.BC.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// BA
|
|
//
|
|
this.BA.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.BA.AutoSize = true;
|
|
this.BA.Location = new System.Drawing.Point(104, 41);
|
|
this.BA.Name = "BA";
|
|
this.BA.Size = new System.Drawing.Size(24, 23);
|
|
this.BA.TabIndex = 26;
|
|
this.BA.Text = "A";
|
|
this.BA.UseVisualStyleBackColor = true;
|
|
this.BA.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// BB
|
|
//
|
|
this.BB.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.BB.AutoSize = true;
|
|
this.BB.Location = new System.Drawing.Point(129, 36);
|
|
this.BB.Name = "BB";
|
|
this.BB.Size = new System.Drawing.Size(24, 23);
|
|
this.BB.TabIndex = 25;
|
|
this.BB.Text = "B";
|
|
this.BB.UseVisualStyleBackColor = true;
|
|
this.BB.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// PL
|
|
//
|
|
this.PL.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.PL.AutoSize = true;
|
|
this.PL.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Back;
|
|
this.PL.Location = new System.Drawing.Point(4, 28);
|
|
this.PL.Name = "PL";
|
|
this.PL.Size = new System.Drawing.Size(22, 22);
|
|
this.PL.TabIndex = 24;
|
|
this.PL.UseVisualStyleBackColor = true;
|
|
this.PL.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// PD
|
|
//
|
|
this.PD.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.PD.AutoSize = true;
|
|
this.PD.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.BlueDown;
|
|
this.PD.Location = new System.Drawing.Point(25, 37);
|
|
this.PD.Name = "PD";
|
|
this.PD.Size = new System.Drawing.Size(22, 22);
|
|
this.PD.TabIndex = 23;
|
|
this.PD.UseVisualStyleBackColor = true;
|
|
this.PD.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// PR
|
|
//
|
|
this.PR.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.PR.AutoSize = true;
|
|
this.PR.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.Forward;
|
|
this.PR.Location = new System.Drawing.Point(46, 28);
|
|
this.PR.Name = "PR";
|
|
this.PR.Size = new System.Drawing.Size(22, 22);
|
|
this.PR.TabIndex = 22;
|
|
this.PR.UseVisualStyleBackColor = true;
|
|
this.PR.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// PU
|
|
//
|
|
this.PU.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.PU.AutoSize = true;
|
|
this.PU.Image = global::BizHawk.Client.EmuHawk.Properties.Resources.BlueUp;
|
|
this.PU.Location = new System.Drawing.Point(25, 16);
|
|
this.PU.Name = "PU";
|
|
this.PU.Size = new System.Drawing.Size(22, 22);
|
|
this.PU.TabIndex = 21;
|
|
this.PU.UseVisualStyleBackColor = true;
|
|
this.PU.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// BM
|
|
//
|
|
this.BM.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.BM.AutoSize = true;
|
|
this.BM.Location = new System.Drawing.Point(63, 56);
|
|
this.BM.Name = "BM";
|
|
this.BM.Size = new System.Drawing.Size(26, 23);
|
|
this.BM.TabIndex = 32;
|
|
this.BM.Text = "M";
|
|
this.BM.UseVisualStyleBackColor = true;
|
|
this.BM.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
|
|
//
|
|
// VirtualPadGen6Button
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.BM);
|
|
this.Controls.Add(this.BStart);
|
|
this.Controls.Add(this.BZ);
|
|
this.Controls.Add(this.BX);
|
|
this.Controls.Add(this.BY);
|
|
this.Controls.Add(this.BC);
|
|
this.Controls.Add(this.BA);
|
|
this.Controls.Add(this.BB);
|
|
this.Controls.Add(this.PL);
|
|
this.Controls.Add(this.PD);
|
|
this.Controls.Add(this.PR);
|
|
this.Controls.Add(this.PU);
|
|
this.Name = "VirtualPadGen6Button";
|
|
this.Size = new System.Drawing.Size(181, 83);
|
|
this.Load += new System.EventHandler(this.VirtualPadGen6Button_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckBox BStart;
|
|
private System.Windows.Forms.CheckBox BZ;
|
|
private System.Windows.Forms.CheckBox BX;
|
|
private System.Windows.Forms.CheckBox BY;
|
|
private System.Windows.Forms.CheckBox BC;
|
|
private System.Windows.Forms.CheckBox BA;
|
|
private System.Windows.Forms.CheckBox BB;
|
|
private System.Windows.Forms.CheckBox PL;
|
|
private System.Windows.Forms.CheckBox PD;
|
|
private System.Windows.Forms.CheckBox PR;
|
|
private System.Windows.Forms.CheckBox PU;
|
|
private System.Windows.Forms.CheckBox BM;
|
|
}
|
|
}
|