namespace StarJackWorldEditor.Forms
{
partial class FacingDialog
{
///
/// 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.downBtn = new System.Windows.Forms.Button();
this.leftBtn = new System.Windows.Forms.Button();
this.rightBtn = new System.Windows.Forms.Button();
this.upBtn = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// downBtn
//
this.downBtn.Location = new System.Drawing.Point(50, 70);
this.downBtn.Name = "downBtn";
this.downBtn.Size = new System.Drawing.Size(75, 23);
this.downBtn.TabIndex = 8;
this.downBtn.Text = "Down";
this.downBtn.UseVisualStyleBackColor = true;
this.downBtn.Click += new System.EventHandler(this.downBtn_Click);
//
// leftBtn
//
this.leftBtn.Location = new System.Drawing.Point(12, 41);
this.leftBtn.Name = "leftBtn";
this.leftBtn.Size = new System.Drawing.Size(75, 23);
this.leftBtn.TabIndex = 7;
this.leftBtn.Text = "Left";
this.leftBtn.UseVisualStyleBackColor = true;
this.leftBtn.Click += new System.EventHandler(this.leftBtn_Click);
//
// rightBtn
//
this.rightBtn.Location = new System.Drawing.Point(93, 41);
this.rightBtn.Name = "rightBtn";
this.rightBtn.Size = new System.Drawing.Size(75, 23);
this.rightBtn.TabIndex = 6;
this.rightBtn.Text = "Right";
this.rightBtn.UseVisualStyleBackColor = true;
this.rightBtn.Click += new System.EventHandler(this.rightBtn_Click);
//
// upBtn
//
this.upBtn.Location = new System.Drawing.Point(50, 12);
this.upBtn.Name = "upBtn";
this.upBtn.Size = new System.Drawing.Size(75, 23);
this.upBtn.TabIndex = 5;
this.upBtn.Text = "Up";
this.upBtn.UseVisualStyleBackColor = true;
this.upBtn.Click += new System.EventHandler(this.upBtn_Click);
//
// FacingDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(182, 102);
this.Controls.Add(this.downBtn);
this.Controls.Add(this.leftBtn);
this.Controls.Add(this.rightBtn);
this.Controls.Add(this.upBtn);
this.Name = "FacingDialog";
this.Text = "Facing";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button downBtn;
private System.Windows.Forms.Button leftBtn;
private System.Windows.Forms.Button rightBtn;
private System.Windows.Forms.Button upBtn;
}
}