namespace Mesen.GUI.Forms.Config { partial class ctrlPartytapConfig { /// /// 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.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.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.btnClearKeys = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 9; 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()); 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.lblB, 1, 2); 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.btn5, 6, 1); this.tableLayoutPanel1.Controls.Add(this.btn6, 7, 1); this.tableLayoutPanel1.Controls.Add(this.label1, 6, 2); this.tableLayoutPanel1.Controls.Add(this.label6, 7, 2); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 4; 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(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(403, 86); 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(271, 4); 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(338, 4); 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; // // 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(293, 66); 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(360, 66); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(16, 18); this.label6.TabIndex = 48; this.label6.Text = "6"; // // 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; // // ctrlPartytapConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "ctrlPartytapConfig"; this.Size = new System.Drawing.Size(403, 86); 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.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.Button btnClearKeys; } }