namespace Mesen.GUI.Forms.Config { partial class ctrlStandardController { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctrlStandardController)); this.btnTurboB = new System.Windows.Forms.Button(); this.btnSelect = new System.Windows.Forms.Button(); this.btnTurboA = new System.Windows.Forms.Button(); this.btnStart = new System.Windows.Forms.Button(); this.btnDown = new System.Windows.Forms.Button(); this.btnA = new System.Windows.Forms.Button(); this.btnUp = new System.Windows.Forms.Button(); this.btnB = new System.Windows.Forms.Button(); this.btnLeft = new System.Windows.Forms.Button(); this.btnRight = new System.Windows.Forms.Button(); this.picControllerLayout = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.trkTurboSpeed = new System.Windows.Forms.TrackBar(); this.lblTurboSpeed = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.lblSlow = new System.Windows.Forms.Label(); this.lblTurboFast = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.picControllerLayout)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trkTurboSpeed)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // btnTurboB // this.btnTurboB.Location = new System.Drawing.Point(417, 43); this.btnTurboB.Name = "btnTurboB"; this.btnTurboB.Size = new System.Drawing.Size(61, 59); this.btnTurboB.TabIndex = 21; this.btnTurboB.Text = "B"; this.btnTurboB.UseVisualStyleBackColor = true; this.btnTurboB.Click += new System.EventHandler(this.btnMapping_Click); // // btnSelect // this.btnSelect.Location = new System.Drawing.Point(234, 166); this.btnSelect.Name = "btnSelect"; this.btnSelect.Size = new System.Drawing.Size(61, 37); this.btnSelect.TabIndex = 12; this.btnSelect.Text = "Q"; this.btnSelect.UseVisualStyleBackColor = true; this.btnSelect.Click += new System.EventHandler(this.btnMapping_Click); // // btnTurboA // this.btnTurboA.Location = new System.Drawing.Point(499, 43); this.btnTurboA.Name = "btnTurboA"; this.btnTurboA.Size = new System.Drawing.Size(61, 59); this.btnTurboA.TabIndex = 20; this.btnTurboA.Text = "A"; this.btnTurboA.UseVisualStyleBackColor = true; this.btnTurboA.Click += new System.EventHandler(this.btnMapping_Click); // // btnStart // this.btnStart.Location = new System.Drawing.Point(315, 166); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(61, 37); this.btnStart.TabIndex = 13; this.btnStart.Text = "W"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnMapping_Click); // // btnDown // this.btnDown.Location = new System.Drawing.Point(88, 177); this.btnDown.Name = "btnDown"; this.btnDown.Size = new System.Drawing.Size(50, 35); this.btnDown.TabIndex = 19; this.btnDown.Text = "Down"; this.btnDown.UseVisualStyleBackColor = true; this.btnDown.Click += new System.EventHandler(this.btnMapping_Click); // // btnA // this.btnA.Location = new System.Drawing.Point(499, 155); this.btnA.Name = "btnA"; this.btnA.Size = new System.Drawing.Size(61, 59); this.btnA.TabIndex = 14; this.btnA.Text = "A"; this.btnA.UseVisualStyleBackColor = true; this.btnA.Click += new System.EventHandler(this.btnMapping_Click); // // btnUp // this.btnUp.Location = new System.Drawing.Point(88, 95); this.btnUp.Name = "btnUp"; this.btnUp.Size = new System.Drawing.Size(50, 35); this.btnUp.TabIndex = 18; this.btnUp.Text = "Up"; this.btnUp.UseVisualStyleBackColor = true; this.btnUp.Click += new System.EventHandler(this.btnMapping_Click); // // btnB // this.btnB.Location = new System.Drawing.Point(417, 155); this.btnB.Name = "btnB"; this.btnB.Size = new System.Drawing.Size(61, 59); this.btnB.TabIndex = 15; this.btnB.Text = "B"; this.btnB.UseVisualStyleBackColor = true; this.btnB.Click += new System.EventHandler(this.btnMapping_Click); // // btnLeft // this.btnLeft.Location = new System.Drawing.Point(53, 136); this.btnLeft.Name = "btnLeft"; this.btnLeft.Size = new System.Drawing.Size(50, 35); this.btnLeft.TabIndex = 17; this.btnLeft.Text = "Left"; this.btnLeft.UseVisualStyleBackColor = true; this.btnLeft.Click += new System.EventHandler(this.btnMapping_Click); // // btnRight // this.btnRight.Location = new System.Drawing.Point(123, 136); this.btnRight.Name = "btnRight"; this.btnRight.Size = new System.Drawing.Size(50, 35); this.btnRight.TabIndex = 16; this.btnRight.Text = "Right"; this.btnRight.UseVisualStyleBackColor = true; this.btnRight.Click += new System.EventHandler(this.btnMapping_Click); // // picControllerLayout // this.picControllerLayout.Image = ((System.Drawing.Image)(resources.GetObject("picControllerLayout.Image"))); this.picControllerLayout.Location = new System.Drawing.Point(-8, -12); this.picControllerLayout.Name = "picControllerLayout"; this.picControllerLayout.Size = new System.Drawing.Size(629, 292); this.picControllerLayout.TabIndex = 11; this.picControllerLayout.TabStop = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.trkTurboSpeed, 2, 1); this.tableLayoutPanel1.Controls.Add(this.lblTurboSpeed, 1, 1); this.tableLayoutPanel1.Controls.Add(this.panel1, 2, 2); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(613, 316); this.tableLayoutPanel1.TabIndex = 22; // // trkTurboSpeed // this.trkTurboSpeed.LargeChange = 2; this.trkTurboSpeed.Location = new System.Drawing.Point(493, 272); this.trkTurboSpeed.Maximum = 3; this.trkTurboSpeed.Name = "trkTurboSpeed"; this.trkTurboSpeed.Size = new System.Drawing.Size(117, 26); this.trkTurboSpeed.TabIndex = 0; // // lblTurboSpeed // this.lblTurboSpeed.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblTurboSpeed.AutoSize = true; this.lblTurboSpeed.Location = new System.Drawing.Point(415, 278); this.lblTurboSpeed.Name = "lblTurboSpeed"; this.lblTurboSpeed.Size = new System.Drawing.Size(72, 13); this.lblTurboSpeed.TabIndex = 1; this.lblTurboSpeed.Text = "Turbo Speed:"; // // panel1 // this.panel1.Controls.Add(this.lblTurboFast); this.panel1.Controls.Add(this.lblSlow); this.panel1.Location = new System.Drawing.Point(490, 301); this.panel1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(120, 15); this.panel1.TabIndex = 2; // // lblSlow // this.lblSlow.AutoSize = true; this.lblSlow.Location = new System.Drawing.Point(3, 0); this.lblSlow.Name = "lblSlow"; this.lblSlow.Size = new System.Drawing.Size(30, 13); this.lblSlow.TabIndex = 0; this.lblSlow.Text = "Slow"; // // lblTurboFast // this.lblTurboFast.AutoSize = true; this.lblTurboFast.Location = new System.Drawing.Point(90, 0); this.lblTurboFast.Name = "lblTurboFast"; this.lblTurboFast.Size = new System.Drawing.Size(27, 13); this.lblTurboFast.TabIndex = 1; this.lblTurboFast.Text = "Fast"; // // panel2 // this.tableLayoutPanel1.SetColumnSpan(this.panel2, 3); this.panel2.Controls.Add(this.btnTurboB); this.panel2.Controls.Add(this.btnRight); this.panel2.Controls.Add(this.btnSelect); this.panel2.Controls.Add(this.btnLeft); this.panel2.Controls.Add(this.btnTurboA); this.panel2.Controls.Add(this.btnB); this.panel2.Controls.Add(this.btnStart); this.panel2.Controls.Add(this.btnUp); this.panel2.Controls.Add(this.btnDown); this.panel2.Controls.Add(this.btnA); this.panel2.Controls.Add(this.picControllerLayout); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(613, 269); this.panel2.TabIndex = 3; // // ctrlStandardController // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Name = "ctrlStandardController"; this.Size = new System.Drawing.Size(612, 317); ((System.ComponentModel.ISupportInitialize)(this.picControllerLayout)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trkTurboSpeed)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnTurboB; private System.Windows.Forms.Button btnSelect; private System.Windows.Forms.Button btnTurboA; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.Button btnDown; private System.Windows.Forms.Button btnA; private System.Windows.Forms.Button btnUp; private System.Windows.Forms.Button btnB; private System.Windows.Forms.Button btnLeft; private System.Windows.Forms.Button btnRight; private System.Windows.Forms.PictureBox picControllerLayout; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TrackBar trkTurboSpeed; private System.Windows.Forms.Label lblTurboSpeed; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblTurboFast; private System.Windows.Forms.Label lblSlow; private System.Windows.Forms.Panel panel2; } }