namespace Mesen.GUI.Forms.Config { partial class ctrlPowerPadConfig { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if(disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tlpMain = 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.lbl1 = 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.lbl2 = new System.Windows.Forms.Label(); this.lbl3 = new System.Windows.Forms.Label(); this.lbl4 = new System.Windows.Forms.Label(); this.lbl5 = new System.Windows.Forms.Label(); this.lbl6 = new System.Windows.Forms.Label(); this.lbl7 = new System.Windows.Forms.Label(); this.lbl8 = new System.Windows.Forms.Label(); this.lbl12 = new System.Windows.Forms.Label(); this.lbl11 = new System.Windows.Forms.Label(); this.lbl10 = new System.Windows.Forms.Label(); this.lbl9 = new System.Windows.Forms.Label(); this.btn9 = new System.Windows.Forms.Button(); this.btnClearKeys = new System.Windows.Forms.Button(); this.tlpMain.SuspendLayout(); this.SuspendLayout(); // // tlpMain // this.tlpMain.ColumnCount = 7; this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.Controls.Add(this.btn1, 1, 1); this.tlpMain.Controls.Add(this.btn2, 2, 1); this.tlpMain.Controls.Add(this.btn3, 3, 1); this.tlpMain.Controls.Add(this.btn4, 4, 1); this.tlpMain.Controls.Add(this.btn5, 1, 3); this.tlpMain.Controls.Add(this.lbl1, 1, 2); this.tlpMain.Controls.Add(this.btn6, 2, 3); this.tlpMain.Controls.Add(this.btn7, 3, 3); this.tlpMain.Controls.Add(this.btn8, 4, 3); this.tlpMain.Controls.Add(this.btn10, 2, 5); this.tlpMain.Controls.Add(this.btn11, 3, 5); this.tlpMain.Controls.Add(this.btn12, 4, 5); this.tlpMain.Controls.Add(this.lbl2, 2, 2); this.tlpMain.Controls.Add(this.lbl3, 3, 2); this.tlpMain.Controls.Add(this.lbl4, 4, 2); this.tlpMain.Controls.Add(this.lbl5, 1, 4); this.tlpMain.Controls.Add(this.lbl6, 2, 4); this.tlpMain.Controls.Add(this.lbl7, 3, 4); this.tlpMain.Controls.Add(this.lbl8, 4, 4); this.tlpMain.Controls.Add(this.lbl12, 4, 6); this.tlpMain.Controls.Add(this.lbl11, 3, 6); this.tlpMain.Controls.Add(this.lbl10, 2, 6); this.tlpMain.Controls.Add(this.lbl9, 1, 6); this.tlpMain.Controls.Add(this.btn9, 1, 5); this.tlpMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpMain.Location = new System.Drawing.Point(0, 0); this.tlpMain.Name = "tlpMain"; this.tlpMain.RowCount = 8; this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.Size = new System.Drawing.Size(282, 270); this.tlpMain.TabIndex = 2; // // btn1 // this.btn1.Location = new System.Drawing.Point(10, 10); 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(77, 10); 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(144, 10); 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(211, 10); 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(10, 95); 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; // // lbl1 // this.lbl1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl1.AutoSize = true; this.lbl1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl1.Location = new System.Drawing.Point(32, 72); this.lbl1.Name = "lbl1"; this.lbl1.Size = new System.Drawing.Size(16, 18); this.lbl1.TabIndex = 31; this.lbl1.Text = "1"; // // btn6 // this.btn6.Location = new System.Drawing.Point(77, 95); 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(144, 95); 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(211, 95); 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(77, 180); 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(144, 180); 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(211, 180); 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; // // lbl2 // this.lbl2.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl2.AutoSize = true; this.lbl2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl2.Location = new System.Drawing.Point(99, 72); this.lbl2.Name = "lbl2"; this.lbl2.Size = new System.Drawing.Size(16, 18); this.lbl2.TabIndex = 45; this.lbl2.Text = "2"; // // lbl3 // this.lbl3.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl3.AutoSize = true; this.lbl3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl3.Location = new System.Drawing.Point(166, 72); this.lbl3.Name = "lbl3"; this.lbl3.Size = new System.Drawing.Size(16, 18); this.lbl3.TabIndex = 44; this.lbl3.Text = "3"; // // lbl4 // this.lbl4.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl4.AutoSize = true; this.lbl4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl4.Location = new System.Drawing.Point(233, 72); this.lbl4.Name = "lbl4"; this.lbl4.Size = new System.Drawing.Size(16, 18); this.lbl4.TabIndex = 46; this.lbl4.Text = "4"; // // lbl5 // this.lbl5.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl5.AutoSize = true; this.lbl5.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl5.Location = new System.Drawing.Point(32, 157); this.lbl5.Name = "lbl5"; this.lbl5.Size = new System.Drawing.Size(16, 18); this.lbl5.TabIndex = 43; this.lbl5.Text = "5"; // // lbl6 // this.lbl6.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl6.AutoSize = true; this.lbl6.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl6.Location = new System.Drawing.Point(99, 157); this.lbl6.Name = "lbl6"; this.lbl6.Size = new System.Drawing.Size(16, 18); this.lbl6.TabIndex = 48; this.lbl6.Text = "6"; // // lbl7 // this.lbl7.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl7.AutoSize = true; this.lbl7.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl7.Location = new System.Drawing.Point(166, 157); this.lbl7.Name = "lbl7"; this.lbl7.Size = new System.Drawing.Size(16, 18); this.lbl7.TabIndex = 47; this.lbl7.Text = "7"; // // lbl8 // this.lbl8.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl8.AutoSize = true; this.lbl8.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl8.Location = new System.Drawing.Point(233, 157); this.lbl8.Name = "lbl8"; this.lbl8.Size = new System.Drawing.Size(16, 18); this.lbl8.TabIndex = 49; this.lbl8.Text = "8"; // // lbl12 // this.lbl12.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl12.AutoSize = true; this.lbl12.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl12.Location = new System.Drawing.Point(229, 242); this.lbl12.Name = "lbl12"; this.lbl12.Size = new System.Drawing.Size(24, 18); this.lbl12.TabIndex = 50; this.lbl12.Text = "12"; // // lbl11 // this.lbl11.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl11.AutoSize = true; this.lbl11.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl11.Location = new System.Drawing.Point(163, 242); this.lbl11.Name = "lbl11"; this.lbl11.Size = new System.Drawing.Size(23, 18); this.lbl11.TabIndex = 51; this.lbl11.Text = "11"; // // lbl10 // this.lbl10.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl10.AutoSize = true; this.lbl10.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl10.Location = new System.Drawing.Point(95, 242); this.lbl10.Name = "lbl10"; this.lbl10.Size = new System.Drawing.Size(24, 18); this.lbl10.TabIndex = 52; this.lbl10.Text = "10"; // // lbl9 // this.lbl9.Anchor = System.Windows.Forms.AnchorStyles.Top; this.lbl9.AutoSize = true; this.lbl9.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl9.Location = new System.Drawing.Point(32, 242); this.lbl9.Name = "lbl9"; this.lbl9.Size = new System.Drawing.Size(16, 18); this.lbl9.TabIndex = 53; this.lbl9.Text = "9"; // // btn9 // this.btn9.Location = new System.Drawing.Point(10, 180); 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.tlpMain); this.Name = "ctrlPowerPadConfig"; this.Size = new System.Drawing.Size(282, 270); this.tlpMain.ResumeLayout(false); this.tlpMain.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tlpMain; 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 lbl1; 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 lbl2; private System.Windows.Forms.Label lbl3; private System.Windows.Forms.Label lbl4; private System.Windows.Forms.Label lbl5; private System.Windows.Forms.Label lbl6; private System.Windows.Forms.Label lbl7; private System.Windows.Forms.Label lbl8; private System.Windows.Forms.Label lbl12; private System.Windows.Forms.Label lbl11; private System.Windows.Forms.Label lbl10; private System.Windows.Forms.Label lbl9; private System.Windows.Forms.Button btn9; private System.Windows.Forms.Button btnClearKeys; } }