namespace FezTerm { partial class ButtonsForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ButtonsForm)); this.btnUp = new System.Windows.Forms.Button(); this.btnDown = new System.Windows.Forms.Button(); this.btnLeft = new System.Windows.Forms.Button(); this.btnRight = new System.Windows.Forms.Button(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.SuspendLayout(); // // btnUp // this.btnUp.Location = new System.Drawing.Point(101, 36); this.btnUp.Name = "btnUp"; this.btnUp.Size = new System.Drawing.Size(70, 54); this.btnUp.TabIndex = 0; this.btnUp.Text = "Up"; this.btnUp.UseVisualStyleBackColor = true; this.btnUp.Click += new System.EventHandler(this.btnUp_Click); // // btnDown // this.btnDown.Location = new System.Drawing.Point(101, 155); this.btnDown.Name = "btnDown"; this.btnDown.Size = new System.Drawing.Size(70, 54); this.btnDown.TabIndex = 1; this.btnDown.Text = "Down"; this.btnDown.UseVisualStyleBackColor = true; this.btnDown.Click += new System.EventHandler(this.btnDown_Click); // // btnLeft // this.btnLeft.Location = new System.Drawing.Point(12, 87); this.btnLeft.Name = "btnLeft"; this.btnLeft.Size = new System.Drawing.Size(70, 54); this.btnLeft.TabIndex = 2; this.btnLeft.Text = "Left"; this.btnLeft.UseVisualStyleBackColor = true; this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click); // // btnRight // this.btnRight.Location = new System.Drawing.Point(189, 87); this.btnRight.Name = "btnRight"; this.btnRight.Size = new System.Drawing.Size(70, 54); this.btnRight.TabIndex = 3; this.btnRight.Text = "Right"; this.btnRight.UseVisualStyleBackColor = true; this.btnRight.Click += new System.EventHandler(this.btnRight_Click); // // menuStrip1 // this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(273, 24); this.menuStrip1.TabIndex = 4; this.menuStrip1.Text = "menuStrip1"; // // ButtonsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(273, 234); this.Controls.Add(this.btnRight); this.Controls.Add(this.btnLeft); this.Controls.Add(this.btnDown); this.Controls.Add(this.btnUp); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ButtonsForm"; this.Text = "Fez Buttons"; this.Load += new System.EventHandler(this.ButtonsForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnUp; private System.Windows.Forms.Button btnDown; private System.Windows.Forms.Button btnLeft; private System.Windows.Forms.Button btnRight; private System.Windows.Forms.MenuStrip menuStrip1; } }