namespace BizHawk.MultiClient { partial class VirtualPadA78Control { /// /// 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() { this.B2 = new System.Windows.Forms.CheckBox(); this.B1 = new System.Windows.Forms.CheckBox(); this.B4 = new System.Windows.Forms.CheckBox(); this.B3 = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // B2 // this.B2.Appearance = System.Windows.Forms.Appearance.Button; this.B2.AutoSize = true; this.B2.Location = new System.Drawing.Point(56, 5); this.B2.Name = "B2"; this.B2.Size = new System.Drawing.Size(45, 23); this.B2.TabIndex = 11; this.B2.Text = "Reset"; this.B2.UseVisualStyleBackColor = true; this.B2.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged); // // B1 // this.B1.Appearance = System.Windows.Forms.Appearance.Button; this.B1.AutoSize = true; this.B1.Location = new System.Drawing.Point(3, 5); this.B1.Name = "B1"; this.B1.Size = new System.Drawing.Size(47, 23); this.B1.TabIndex = 10; this.B1.Text = "Power"; this.B1.UseVisualStyleBackColor = true; this.B1.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged); // // B4 // this.B4.Appearance = System.Windows.Forms.Appearance.Button; this.B4.AutoSize = true; this.B4.Location = new System.Drawing.Point(160, 5); this.B4.Name = "B4"; this.B4.Size = new System.Drawing.Size(47, 23); this.B4.TabIndex = 13; this.B4.Text = "Pause"; this.B4.UseVisualStyleBackColor = true; this.B4.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged); // // B3 // this.B3.Appearance = System.Windows.Forms.Appearance.Button; this.B3.AutoSize = true; this.B3.Location = new System.Drawing.Point(107, 5); this.B3.Name = "B3"; this.B3.Size = new System.Drawing.Size(47, 23); this.B3.TabIndex = 12; this.B3.Text = "Select"; this.B3.UseVisualStyleBackColor = true; this.B3.CheckedChanged += new System.EventHandler(this.Buttons_CheckedChanged); // // VirtualPadA78Control // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.B4); this.Controls.Add(this.B3); this.Controls.Add(this.B2); this.Controls.Add(this.B1); this.Name = "VirtualPadA78Control"; this.Size = new System.Drawing.Size(217, 34); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox B2; private System.Windows.Forms.CheckBox B1; private System.Windows.Forms.CheckBox B4; private System.Windows.Forms.CheckBox B3; } }