Mesen-X/GUI.NET/Forms/Config/Controllers/ctrlPowerPadConfig.Designer.cs

400 lines
16 KiB
C#
Raw Normal View History

namespace Mesen.GUI.Forms.Config
{
partial class ctrlPowerPadConfig
{
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btn1 = new System.Windows.Forms.Button();
this.btn2 = new System.Windows.Forms.Button();
this.btn3 = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.lblB = new System.Windows.Forms.Label();
this.btn6 = new System.Windows.Forms.Button();
this.btn7 = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btn10 = new System.Windows.Forms.Button();
this.btn11 = new System.Windows.Forms.Button();
this.btn12 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.btn9 = new System.Windows.Forms.Button();
this.btnClearKeys = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 7;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.btn1, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.btn2, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.btn3, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.btn4, 4, 1);
this.tableLayoutPanel1.Controls.Add(this.btn5, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.lblB, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.btn6, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.btn7, 3, 3);
this.tableLayoutPanel1.Controls.Add(this.btn8, 4, 3);
this.tableLayoutPanel1.Controls.Add(this.btn10, 2, 5);
this.tableLayoutPanel1.Controls.Add(this.btn11, 3, 5);
this.tableLayoutPanel1.Controls.Add(this.btn12, 4, 5);
this.tableLayoutPanel1.Controls.Add(this.label3, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.label2, 3, 2);
this.tableLayoutPanel1.Controls.Add(this.label4, 4, 2);
this.tableLayoutPanel1.Controls.Add(this.label1, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.label6, 2, 4);
this.tableLayoutPanel1.Controls.Add(this.label5, 3, 4);
this.tableLayoutPanel1.Controls.Add(this.label7, 4, 4);
this.tableLayoutPanel1.Controls.Add(this.label8, 4, 6);
this.tableLayoutPanel1.Controls.Add(this.label9, 3, 6);
this.tableLayoutPanel1.Controls.Add(this.label10, 2, 6);
this.tableLayoutPanel1.Controls.Add(this.label11, 1, 6);
this.tableLayoutPanel1.Controls.Add(this.btn9, 1, 5);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 8;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(268, 252);
this.tableLayoutPanel1.TabIndex = 2;
//
// btn1
//
this.btn1.Location = new System.Drawing.Point(3, 4);
this.btn1.Name = "btn1";
this.btn1.Size = new System.Drawing.Size(61, 59);
this.btn1.TabIndex = 30;
this.btn1.Text = "B";
this.btn1.UseVisualStyleBackColor = true;
//
// btn2
//
this.btn2.Location = new System.Drawing.Point(70, 4);
this.btn2.Name = "btn2";
this.btn2.Size = new System.Drawing.Size(61, 59);
this.btn2.TabIndex = 34;
this.btn2.Text = "B";
this.btn2.UseVisualStyleBackColor = true;
//
// btn3
//
this.btn3.Location = new System.Drawing.Point(137, 4);
this.btn3.Name = "btn3";
this.btn3.Size = new System.Drawing.Size(61, 59);
this.btn3.TabIndex = 32;
this.btn3.Text = "B";
this.btn3.UseVisualStyleBackColor = true;
//
// btn4
//
this.btn4.Location = new System.Drawing.Point(204, 4);
this.btn4.Name = "btn4";
this.btn4.Size = new System.Drawing.Size(61, 59);
this.btn4.TabIndex = 33;
this.btn4.Text = "B";
this.btn4.UseVisualStyleBackColor = true;
//
// btn5
//
this.btn5.Location = new System.Drawing.Point(3, 87);
this.btn5.Name = "btn5";
this.btn5.Size = new System.Drawing.Size(61, 59);
this.btn5.TabIndex = 37;
this.btn5.Text = "B";
this.btn5.UseVisualStyleBackColor = true;
//
// lblB
//
this.lblB.Anchor = System.Windows.Forms.AnchorStyles.Top;
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(25, 66);
this.lblB.Name = "lblB";
this.lblB.Size = new System.Drawing.Size(16, 18);
this.lblB.TabIndex = 31;
this.lblB.Text = "1";
//
// btn6
//
this.btn6.Location = new System.Drawing.Point(70, 87);
this.btn6.Name = "btn6";
this.btn6.Size = new System.Drawing.Size(61, 59);
this.btn6.TabIndex = 35;
this.btn6.Text = "B";
this.btn6.UseVisualStyleBackColor = true;
//
// btn7
//
this.btn7.Location = new System.Drawing.Point(137, 87);
this.btn7.Name = "btn7";
this.btn7.Size = new System.Drawing.Size(61, 59);
this.btn7.TabIndex = 38;
this.btn7.Text = "B";
this.btn7.UseVisualStyleBackColor = true;
//
// btn8
//
this.btn8.Location = new System.Drawing.Point(204, 87);
this.btn8.Name = "btn8";
this.btn8.Size = new System.Drawing.Size(61, 59);
this.btn8.TabIndex = 36;
this.btn8.Text = "B";
this.btn8.UseVisualStyleBackColor = true;
//
// btn10
//
this.btn10.Location = new System.Drawing.Point(70, 170);
this.btn10.Name = "btn10";
this.btn10.Size = new System.Drawing.Size(61, 59);
this.btn10.TabIndex = 40;
this.btn10.Text = "B";
this.btn10.UseVisualStyleBackColor = true;
//
// btn11
//
this.btn11.Location = new System.Drawing.Point(137, 170);
this.btn11.Name = "btn11";
this.btn11.Size = new System.Drawing.Size(61, 59);
this.btn11.TabIndex = 42;
this.btn11.Text = "B";
this.btn11.UseVisualStyleBackColor = true;
//
// btn12
//
this.btn12.Location = new System.Drawing.Point(204, 170);
this.btn12.Name = "btn12";
this.btn12.Size = new System.Drawing.Size(61, 59);
this.btn12.TabIndex = 39;
this.btn12.Text = "B";
this.btn12.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(92, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(16, 18);
this.label3.TabIndex = 45;
this.label3.Text = "2";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(159, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(16, 18);
this.label2.TabIndex = 44;
this.label2.Text = "3";
//
// label4
//
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(226, 66);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(16, 18);
this.label4.TabIndex = 46;
this.label4.Text = "4";
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(25, 149);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(16, 18);
this.label1.TabIndex = 43;
this.label1.Text = "5";
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(92, 149);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(16, 18);
this.label6.TabIndex = 48;
this.label6.Text = "6";
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(159, 149);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(16, 18);
this.label5.TabIndex = 47;
this.label5.Text = "7";
//
// label7
//
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(226, 149);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(16, 18);
this.label7.TabIndex = 49;
this.label7.Text = "8";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(222, 232);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(24, 18);
this.label8.TabIndex = 50;
this.label8.Text = "12";
//
// label9
//
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(156, 232);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(23, 18);
this.label9.TabIndex = 51;
this.label9.Text = "11";
//
// label10
//
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(88, 232);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(24, 18);
this.label10.TabIndex = 52;
this.label10.Text = "10";
//
// label11
//
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(25, 232);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(16, 18);
this.label11.TabIndex = 53;
this.label11.Text = "9";
//
// btn9
//
this.btn9.Location = new System.Drawing.Point(3, 170);
this.btn9.Name = "btn9";
this.btn9.Size = new System.Drawing.Size(61, 59);
this.btn9.TabIndex = 41;
this.btn9.Text = "B";
this.btn9.UseVisualStyleBackColor = true;
//
// btnClearKeys
//
this.btnClearKeys.AutoSize = true;
this.btnClearKeys.Location = new System.Drawing.Point(3, 3);
this.btnClearKeys.Name = "btnClearKeys";
this.btnClearKeys.Size = new System.Drawing.Size(105, 23);
this.btnClearKeys.TabIndex = 3;
this.btnClearKeys.Text = "Clear Key Bindings";
this.btnClearKeys.UseVisualStyleBackColor = true;
//
// ctrlPowerPadConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "ctrlPowerPadConfig";
this.Size = new System.Drawing.Size(268, 252);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Button btn1;
private System.Windows.Forms.Button btn2;
private System.Windows.Forms.Button btn3;
private System.Windows.Forms.Button btn4;
private System.Windows.Forms.Button btn5;
private System.Windows.Forms.Label lblB;
private System.Windows.Forms.Button btn6;
private System.Windows.Forms.Button btn7;
private System.Windows.Forms.Button btn8;
private System.Windows.Forms.Button btn10;
private System.Windows.Forms.Button btn11;
private System.Windows.Forms.Button btn12;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button btn9;
private System.Windows.Forms.Button btnClearKeys;
}
}