BizHawk/BizHawk.MultiClient/tools/VirtualPadSaturn.Designer.cs

244 lines
8.6 KiB
C#
Raw Normal View History

namespace BizHawk.MultiClient
{
partial class VirtualPadSaturn
{
/// <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.BA = new System.Windows.Forms.CheckBox();
this.BB = new System.Windows.Forms.CheckBox();
this.BC = 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.BStart = 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.BL = new System.Windows.Forms.CheckBox();
this.BR = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// BA
//
this.BA.Appearance = System.Windows.Forms.Appearance.Button;
this.BA.AutoSize = true;
this.BA.Location = new System.Drawing.Point(107, 64);
this.BA.Name = "BA";
this.BA.Size = new System.Drawing.Size(24, 23);
this.BA.TabIndex = 15;
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(132, 59);
this.BB.Name = "BB";
this.BB.Size = new System.Drawing.Size(24, 23);
this.BB.TabIndex = 14;
this.BB.Text = "B";
this.BB.UseVisualStyleBackColor = true;
this.BB.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(157, 54);
this.BC.Name = "BC";
this.BC.Size = new System.Drawing.Size(24, 23);
this.BC.TabIndex = 16;
this.BC.Text = "C";
this.BC.UseVisualStyleBackColor = true;
this.BC.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(156, 27);
this.BZ.Name = "BZ";
this.BZ.Size = new System.Drawing.Size(24, 23);
this.BZ.TabIndex = 19;
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(106, 37);
this.BX.Name = "BX";
this.BX.Size = new System.Drawing.Size(24, 23);
this.BX.TabIndex = 18;
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(131, 32);
this.BY.Name = "BY";
this.BY.Size = new System.Drawing.Size(24, 23);
this.BY.TabIndex = 17;
this.BY.Text = "Y";
this.BY.UseVisualStyleBackColor = true;
this.BY.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
//
// BStart
//
this.BStart.Appearance = System.Windows.Forms.Appearance.Button;
this.BStart.AutoSize = true;
this.BStart.Location = new System.Drawing.Point(68, 66);
this.BStart.Name = "BStart";
this.BStart.Size = new System.Drawing.Size(24, 23);
this.BStart.TabIndex = 20;
this.BStart.Text = "S";
this.BStart.UseVisualStyleBackColor = true;
this.BStart.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.MultiClient.Properties.Resources.Back;
this.PL.Location = new System.Drawing.Point(6, 38);
this.PL.Name = "PL";
this.PL.Size = new System.Drawing.Size(22, 22);
this.PL.TabIndex = 7;
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.MultiClient.Properties.Resources.BlueDown;
this.PD.Location = new System.Drawing.Point(27, 47);
this.PD.Name = "PD";
this.PD.Size = new System.Drawing.Size(22, 22);
this.PD.TabIndex = 6;
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.MultiClient.Properties.Resources.Forward;
this.PR.Location = new System.Drawing.Point(48, 38);
this.PR.Name = "PR";
this.PR.Size = new System.Drawing.Size(22, 22);
this.PR.TabIndex = 5;
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.MultiClient.Properties.Resources.BlueUp;
this.PU.Location = new System.Drawing.Point(27, 26);
this.PU.Name = "PU";
this.PU.Size = new System.Drawing.Size(22, 22);
this.PU.TabIndex = 4;
this.PU.UseVisualStyleBackColor = true;
this.PU.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
//
// BL
//
this.BL.Appearance = System.Windows.Forms.Appearance.Button;
this.BL.AutoSize = true;
this.BL.Location = new System.Drawing.Point(3, 3);
this.BL.Name = "BL";
this.BL.Size = new System.Drawing.Size(23, 23);
this.BL.TabIndex = 21;
this.BL.Text = "L";
this.BL.UseVisualStyleBackColor = true;
this.BL.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
//
// BR
//
this.BR.Appearance = System.Windows.Forms.Appearance.Button;
this.BR.AutoSize = true;
this.BR.Location = new System.Drawing.Point(169, 3);
this.BR.Name = "BR";
this.BR.Size = new System.Drawing.Size(25, 23);
this.BR.TabIndex = 22;
this.BR.Text = "R";
this.BR.UseVisualStyleBackColor = true;
this.BR.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged);
//
// VirtualPadSaturn
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.BR);
this.Controls.Add(this.BL);
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 = "VirtualPadSaturn";
this.Size = new System.Drawing.Size(204, 92);
this.Load += new System.EventHandler(this.VirtualPadSaturn_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
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 BA;
private System.Windows.Forms.CheckBox BB;
private System.Windows.Forms.CheckBox BC;
private System.Windows.Forms.CheckBox BZ;
private System.Windows.Forms.CheckBox BX;
private System.Windows.Forms.CheckBox BY;
private System.Windows.Forms.CheckBox BStart;
private System.Windows.Forms.CheckBox BL;
private System.Windows.Forms.CheckBox BR;
}
}