307 lines
No EOL
13 KiB
C#
307 lines
No EOL
13 KiB
C#
namespace Mesen.GUI.Forms.Config
|
|
{
|
|
partial class ctrlExcitingBoxingConfig
|
|
{
|
|
/// <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.btn4 = new System.Windows.Forms.Button();
|
|
this.btn5 = new System.Windows.Forms.Button();
|
|
this.lblLeftHook = new System.Windows.Forms.Label();
|
|
this.btn6 = new System.Windows.Forms.Button();
|
|
this.lblRightHook = new System.Windows.Forms.Label();
|
|
this.lblLeftJab = new System.Windows.Forms.Label();
|
|
this.lblBody = new System.Windows.Forms.Label();
|
|
this.btn1 = new System.Windows.Forms.Button();
|
|
this.btn7 = new System.Windows.Forms.Button();
|
|
this.lblRightJab = new System.Windows.Forms.Label();
|
|
this.btn3 = new System.Windows.Forms.Button();
|
|
this.lblMoveLeft = new System.Windows.Forms.Label();
|
|
this.btn2 = new System.Windows.Forms.Button();
|
|
this.lblMoveRight = new System.Windows.Forms.Label();
|
|
this.btn8 = new System.Windows.Forms.Button();
|
|
this.lblStraight = new System.Windows.Forms.Label();
|
|
this.btnClearKeys = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 6;
|
|
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(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Controls.Add(this.btn4, 3, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn5, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblLeftHook, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn6, 2, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblRightHook, 3, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblLeftJab, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblBody, 2, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn1, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn7, 3, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblRightJab, 3, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn3, 1, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblMoveLeft, 1, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn2, 3, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblMoveRight, 3, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn8, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblStraight, 2, 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 = 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.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(265, 264);
|
|
this.tableLayoutPanel1.TabIndex = 2;
|
|
//
|
|
// btn4
|
|
//
|
|
this.btn4.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btn4.Location = new System.Drawing.Point(169, 15);
|
|
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.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btn5.Location = new System.Drawing.Point(30, 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;
|
|
//
|
|
// lblLeftHook
|
|
//
|
|
this.lblLeftHook.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblLeftHook.AutoSize = true;
|
|
this.lblLeftHook.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLeftHook.Location = new System.Drawing.Point(30, 77);
|
|
this.lblLeftHook.Name = "lblLeftHook";
|
|
this.lblLeftHook.Size = new System.Drawing.Size(61, 15);
|
|
this.lblLeftHook.TabIndex = 31;
|
|
this.lblLeftHook.Text = "Left Hook";
|
|
//
|
|
// btn6
|
|
//
|
|
this.btn6.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btn6.Location = new System.Drawing.Point(98, 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;
|
|
//
|
|
// lblRightHook
|
|
//
|
|
this.lblRightHook.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblRightHook.AutoSize = true;
|
|
this.lblRightHook.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblRightHook.Location = new System.Drawing.Point(165, 77);
|
|
this.lblRightHook.Name = "lblRightHook";
|
|
this.lblRightHook.Size = new System.Drawing.Size(68, 15);
|
|
this.lblRightHook.TabIndex = 46;
|
|
this.lblRightHook.Text = "Right Hook";
|
|
//
|
|
// lblLeftJab
|
|
//
|
|
this.lblLeftJab.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblLeftJab.AutoSize = true;
|
|
this.lblLeftJab.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLeftJab.Location = new System.Drawing.Point(34, 157);
|
|
this.lblLeftJab.Name = "lblLeftJab";
|
|
this.lblLeftJab.Size = new System.Drawing.Size(53, 15);
|
|
this.lblLeftJab.TabIndex = 43;
|
|
this.lblLeftJab.Text = "Left Jab";
|
|
//
|
|
// lblBody
|
|
//
|
|
this.lblBody.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblBody.AutoSize = true;
|
|
this.lblBody.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblBody.Location = new System.Drawing.Point(111, 157);
|
|
this.lblBody.Name = "lblBody";
|
|
this.lblBody.Size = new System.Drawing.Size(35, 15);
|
|
this.lblBody.TabIndex = 48;
|
|
this.lblBody.Text = "Body";
|
|
//
|
|
// btn1
|
|
//
|
|
this.btn1.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btn1.Location = new System.Drawing.Point(30, 15);
|
|
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;
|
|
//
|
|
// btn7
|
|
//
|
|
this.btn7.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btn7.Location = new System.Drawing.Point(169, 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;
|
|
//
|
|
// lblRightJab
|
|
//
|
|
this.lblRightJab.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblRightJab.AutoSize = true;
|
|
this.lblRightJab.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblRightJab.Location = new System.Drawing.Point(169, 157);
|
|
this.lblRightJab.Name = "lblRightJab";
|
|
this.lblRightJab.Size = new System.Drawing.Size(60, 15);
|
|
this.lblRightJab.TabIndex = 47;
|
|
this.lblRightJab.Text = "Right Jab";
|
|
//
|
|
// btn3
|
|
//
|
|
this.btn3.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btn3.Location = new System.Drawing.Point(30, 175);
|
|
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;
|
|
//
|
|
// lblMoveLeft
|
|
//
|
|
this.lblMoveLeft.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblMoveLeft.AutoSize = true;
|
|
this.lblMoveLeft.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblMoveLeft.Location = new System.Drawing.Point(30, 237);
|
|
this.lblMoveLeft.Name = "lblMoveLeft";
|
|
this.lblMoveLeft.Size = new System.Drawing.Size(62, 15);
|
|
this.lblMoveLeft.TabIndex = 52;
|
|
this.lblMoveLeft.Text = "Move Left";
|
|
//
|
|
// btn2
|
|
//
|
|
this.btn2.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btn2.Location = new System.Drawing.Point(169, 175);
|
|
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;
|
|
//
|
|
// lblMoveRight
|
|
//
|
|
this.lblMoveRight.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblMoveRight.AutoSize = true;
|
|
this.lblMoveRight.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblMoveRight.Location = new System.Drawing.Point(165, 237);
|
|
this.lblMoveRight.Name = "lblMoveRight";
|
|
this.lblMoveRight.Size = new System.Drawing.Size(69, 15);
|
|
this.lblMoveRight.TabIndex = 51;
|
|
this.lblMoveRight.Text = "Move Right";
|
|
//
|
|
// btn8
|
|
//
|
|
this.btn8.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
this.btn8.Location = new System.Drawing.Point(98, 15);
|
|
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;
|
|
//
|
|
// lblStraight
|
|
//
|
|
this.lblStraight.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
this.lblStraight.AutoSize = true;
|
|
this.lblStraight.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblStraight.Location = new System.Drawing.Point(102, 77);
|
|
this.lblStraight.Name = "lblStraight";
|
|
this.lblStraight.Size = new System.Drawing.Size(52, 15);
|
|
this.lblStraight.TabIndex = 49;
|
|
this.lblStraight.Text = "Straight";
|
|
//
|
|
// 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;
|
|
//
|
|
// ctrlExcitingBoxingConfig
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "ctrlExcitingBoxingConfig";
|
|
this.Size = new System.Drawing.Size(265, 264);
|
|
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 lblLeftHook;
|
|
private System.Windows.Forms.Button btn6;
|
|
private System.Windows.Forms.Button btn7;
|
|
private System.Windows.Forms.Button btn8;
|
|
private System.Windows.Forms.Label lblRightHook;
|
|
private System.Windows.Forms.Label lblLeftJab;
|
|
private System.Windows.Forms.Label lblBody;
|
|
private System.Windows.Forms.Label lblRightJab;
|
|
private System.Windows.Forms.Label lblStraight;
|
|
private System.Windows.Forms.Label lblMoveRight;
|
|
private System.Windows.Forms.Label lblMoveLeft;
|
|
private System.Windows.Forms.Button btnClearKeys;
|
|
}
|
|
} |