namespace DarkWynter.App
{
partial class RenderControl
{
///
/// 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.buttonSolid = new System.Windows.Forms.Button();
this.buttonWireFrame = new System.Windows.Forms.Button();
this.buttonPoint = new System.Windows.Forms.Button();
this.labelFillMode = new System.Windows.Forms.Label();
this.buttonFixedPosition = new System.Windows.Forms.Button();
this.buttonThirdPerson = new System.Windows.Forms.Button();
this.buttonFirstPerson = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBoxFixedPositionZ = new System.Windows.Forms.TextBox();
this.textBoxFixedPositionY = new System.Windows.Forms.TextBox();
this.textBoxFixedPositionX = new System.Windows.Forms.TextBox();
this.textBoxZ = new System.Windows.Forms.TextBox();
this.textBoxY = new System.Windows.Forms.TextBox();
this.textBoxX = new System.Windows.Forms.TextBox();
this.textBoxFixedPositionX1 = new System.Windows.Forms.TextBox();
this.textBoxFixedPositionY1 = new System.Windows.Forms.TextBox();
this.textBoxFixedPositionZ1 = new System.Windows.Forms.TextBox();
this.buttonFixedPosition2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonSolid
//
this.buttonSolid.Location = new System.Drawing.Point(3, 31);
this.buttonSolid.Name = "buttonSolid";
this.buttonSolid.Size = new System.Drawing.Size(75, 23);
this.buttonSolid.TabIndex = 0;
this.buttonSolid.Text = "Solid";
this.buttonSolid.UseVisualStyleBackColor = true;
this.buttonSolid.Click += new System.EventHandler(this.buttonSolid_Click);
//
// buttonWireFrame
//
this.buttonWireFrame.Location = new System.Drawing.Point(3, 59);
this.buttonWireFrame.Name = "buttonWireFrame";
this.buttonWireFrame.Size = new System.Drawing.Size(75, 23);
this.buttonWireFrame.TabIndex = 1;
this.buttonWireFrame.Text = "Wire Frame";
this.buttonWireFrame.UseVisualStyleBackColor = true;
this.buttonWireFrame.Click += new System.EventHandler(this.buttonWireFrame_Click);
//
// buttonPoint
//
this.buttonPoint.Location = new System.Drawing.Point(3, 88);
this.buttonPoint.Name = "buttonPoint";
this.buttonPoint.Size = new System.Drawing.Size(75, 23);
this.buttonPoint.TabIndex = 2;
this.buttonPoint.Text = "Point";
this.buttonPoint.UseVisualStyleBackColor = true;
this.buttonPoint.Click += new System.EventHandler(this.buttonPoint_Click);
//
// labelFillMode
//
this.labelFillMode.AutoSize = true;
this.labelFillMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelFillMode.Location = new System.Drawing.Point(6, 12);
this.labelFillMode.Name = "labelFillMode";
this.labelFillMode.Size = new System.Drawing.Size(72, 16);
this.labelFillMode.TabIndex = 3;
this.labelFillMode.Text = "Fill Mode";
//
// buttonFixedPosition
//
this.buttonFixedPosition.Location = new System.Drawing.Point(107, 88);
this.buttonFixedPosition.Name = "buttonFixedPosition";
this.buttonFixedPosition.Size = new System.Drawing.Size(89, 23);
this.buttonFixedPosition.TabIndex = 6;
this.buttonFixedPosition.Text = "FixedPosition";
this.buttonFixedPosition.UseVisualStyleBackColor = true;
this.buttonFixedPosition.Click += new System.EventHandler(this.buttonFixedPosition_Click);
//
// buttonThirdPerson
//
this.buttonThirdPerson.Location = new System.Drawing.Point(107, 59);
this.buttonThirdPerson.Name = "buttonThirdPerson";
this.buttonThirdPerson.Size = new System.Drawing.Size(89, 23);
this.buttonThirdPerson.TabIndex = 5;
this.buttonThirdPerson.Text = "Third Person";
this.buttonThirdPerson.UseVisualStyleBackColor = true;
this.buttonThirdPerson.Click += new System.EventHandler(this.buttonThirdPerson_Click);
//
// buttonFirstPerson
//
this.buttonFirstPerson.Location = new System.Drawing.Point(107, 31);
this.buttonFirstPerson.Name = "buttonFirstPerson";
this.buttonFirstPerson.Size = new System.Drawing.Size(89, 23);
this.buttonFirstPerson.TabIndex = 4;
this.buttonFirstPerson.Text = "First Person";
this.buttonFirstPerson.UseVisualStyleBackColor = true;
this.buttonFirstPerson.Click += new System.EventHandler(this.buttonFirstPerson_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(104, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(105, 16);
this.label1.TabIndex = 7;
this.label1.Text = "Camera Mode";
//
// textBoxFixedPositionZ
//
this.textBoxFixedPositionZ.Location = new System.Drawing.Point(308, 91);
this.textBoxFixedPositionZ.Name = "textBoxFixedPositionZ";
this.textBoxFixedPositionZ.Size = new System.Drawing.Size(49, 20);
this.textBoxFixedPositionZ.TabIndex = 8;
this.textBoxFixedPositionZ.Tag = "";
this.textBoxFixedPositionZ.Text = "0.0";
//
// textBoxFixedPositionY
//
this.textBoxFixedPositionY.Location = new System.Drawing.Point(254, 91);
this.textBoxFixedPositionY.Name = "textBoxFixedPositionY";
this.textBoxFixedPositionY.Size = new System.Drawing.Size(49, 20);
this.textBoxFixedPositionY.TabIndex = 9;
this.textBoxFixedPositionY.Text = "5000.0";
//
// textBoxFixedPositionX
//
this.textBoxFixedPositionX.Location = new System.Drawing.Point(202, 91);
this.textBoxFixedPositionX.Name = "textBoxFixedPositionX";
this.textBoxFixedPositionX.Size = new System.Drawing.Size(49, 20);
this.textBoxFixedPositionX.TabIndex = 10;
this.textBoxFixedPositionX.Text = "0.0";
//
// textBoxZ
//
this.textBoxZ.Location = new System.Drawing.Point(308, 61);
this.textBoxZ.Name = "textBoxZ";
this.textBoxZ.Size = new System.Drawing.Size(49, 20);
this.textBoxZ.TabIndex = 14;
this.textBoxZ.Text = "0.0";
//
// textBoxY
//
this.textBoxY.Location = new System.Drawing.Point(254, 61);
this.textBoxY.Name = "textBoxY";
this.textBoxY.Size = new System.Drawing.Size(49, 20);
this.textBoxY.TabIndex = 13;
this.textBoxY.Text = "0.0";
//
// textBoxX
//
this.textBoxX.Location = new System.Drawing.Point(202, 61);
this.textBoxX.Name = "textBoxX";
this.textBoxX.Size = new System.Drawing.Size(49, 20);
this.textBoxX.TabIndex = 12;
this.textBoxX.Text = "0.0";
//
// textBoxFixedPositionX1
//
this.textBoxFixedPositionX1.Location = new System.Drawing.Point(202, 120);
this.textBoxFixedPositionX1.Name = "textBoxFixedPositionX1";
this.textBoxFixedPositionX1.Size = new System.Drawing.Size(49, 20);
this.textBoxFixedPositionX1.TabIndex = 18;
this.textBoxFixedPositionX1.Text = "0.0";
//
// textBoxFixedPositionY1
//
this.textBoxFixedPositionY1.Location = new System.Drawing.Point(254, 120);
this.textBoxFixedPositionY1.Name = "textBoxFixedPositionY1";
this.textBoxFixedPositionY1.Size = new System.Drawing.Size(49, 20);
this.textBoxFixedPositionY1.TabIndex = 17;
this.textBoxFixedPositionY1.Text = "5000.0";
//
// textBoxFixedPositionZ1
//
this.textBoxFixedPositionZ1.Location = new System.Drawing.Point(308, 120);
this.textBoxFixedPositionZ1.Name = "textBoxFixedPositionZ1";
this.textBoxFixedPositionZ1.Size = new System.Drawing.Size(49, 20);
this.textBoxFixedPositionZ1.TabIndex = 16;
this.textBoxFixedPositionZ1.Tag = "";
this.textBoxFixedPositionZ1.Text = "0.0";
//
// buttonFixedPosition2
//
this.buttonFixedPosition2.Location = new System.Drawing.Point(107, 117);
this.buttonFixedPosition2.Name = "buttonFixedPosition2";
this.buttonFixedPosition2.Size = new System.Drawing.Size(89, 23);
this.buttonFixedPosition2.TabIndex = 15;
this.buttonFixedPosition2.Text = "FixedPosition 2";
this.buttonFixedPosition2.UseVisualStyleBackColor = true;
this.buttonFixedPosition2.Click += new System.EventHandler(this.buttonFixedPosition2_Click);
//
// RenderControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.textBoxFixedPositionX1);
this.Controls.Add(this.textBoxFixedPositionY1);
this.Controls.Add(this.textBoxFixedPositionZ1);
this.Controls.Add(this.buttonFixedPosition2);
this.Controls.Add(this.textBoxZ);
this.Controls.Add(this.textBoxY);
this.Controls.Add(this.textBoxX);
this.Controls.Add(this.textBoxFixedPositionX);
this.Controls.Add(this.textBoxFixedPositionY);
this.Controls.Add(this.textBoxFixedPositionZ);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonFixedPosition);
this.Controls.Add(this.buttonThirdPerson);
this.Controls.Add(this.buttonFirstPerson);
this.Controls.Add(this.labelFillMode);
this.Controls.Add(this.buttonPoint);
this.Controls.Add(this.buttonWireFrame);
this.Controls.Add(this.buttonSolid);
this.Name = "RenderControl";
this.Size = new System.Drawing.Size(561, 151);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonSolid;
private System.Windows.Forms.Button buttonWireFrame;
private System.Windows.Forms.Button buttonPoint;
private System.Windows.Forms.Label labelFillMode;
private System.Windows.Forms.Button buttonFixedPosition;
private System.Windows.Forms.Button buttonThirdPerson;
private System.Windows.Forms.Button buttonFirstPerson;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxFixedPositionZ;
private System.Windows.Forms.TextBox textBoxFixedPositionY;
private System.Windows.Forms.TextBox textBoxFixedPositionX;
private System.Windows.Forms.TextBox textBoxZ;
private System.Windows.Forms.TextBox textBoxY;
private System.Windows.Forms.TextBox textBoxX;
private System.Windows.Forms.TextBox textBoxFixedPositionX1;
private System.Windows.Forms.TextBox textBoxFixedPositionY1;
private System.Windows.Forms.TextBox textBoxFixedPositionZ1;
private System.Windows.Forms.Button buttonFixedPosition2;
}
}