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.label2 = new System.Windows.Forms.Label(); this.textBoxFilmSpeed = new System.Windows.Forms.TextBox(); this.checkBoxFilmSpeedEnabled = new System.Windows.Forms.CheckBox(); this.labelWeapons = new System.Windows.Forms.Label(); this.buttonGrenade = new System.Windows.Forms.Button(); this.buttonGpuAttack = new System.Windows.Forms.Button(); this.buttonTerrainMod = new System.Windows.Forms.Button(); this.buttonGun = 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"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(109, 119); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(87, 16); this.label2.TabIndex = 15; this.label2.Text = "Film Speed"; // // textBoxFilmSpeed // this.textBoxFilmSpeed.Location = new System.Drawing.Point(202, 114); this.textBoxFilmSpeed.Name = "textBoxFilmSpeed"; this.textBoxFilmSpeed.Size = new System.Drawing.Size(84, 20); this.textBoxFilmSpeed.TabIndex = 16; this.textBoxFilmSpeed.Text = "0.01667"; this.textBoxFilmSpeed.TextChanged += new System.EventHandler(this.textBoxFilmSpeed_TextChanged); // // checkBoxFilmSpeedEnabled // this.checkBoxFilmSpeedEnabled.AutoSize = true; this.checkBoxFilmSpeedEnabled.Location = new System.Drawing.Point(292, 118); this.checkBoxFilmSpeedEnabled.Name = "checkBoxFilmSpeedEnabled"; this.checkBoxFilmSpeedEnabled.Size = new System.Drawing.Size(58, 17); this.checkBoxFilmSpeedEnabled.TabIndex = 17; this.checkBoxFilmSpeedEnabled.Text = "enable"; this.checkBoxFilmSpeedEnabled.UseVisualStyleBackColor = true; this.checkBoxFilmSpeedEnabled.CheckedChanged += new System.EventHandler(this.checkBoxFilmSpeedEnabled_CheckedChanged); // // labelWeapons // this.labelWeapons.AutoSize = true; this.labelWeapons.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelWeapons.Location = new System.Drawing.Point(367, 15); this.labelWeapons.Name = "labelWeapons"; this.labelWeapons.Size = new System.Drawing.Size(129, 16); this.labelWeapons.TabIndex = 22; this.labelWeapons.Text = "Weapons System"; // // buttonGrenade // this.buttonGrenade.Location = new System.Drawing.Point(447, 45); this.buttonGrenade.Name = "buttonGrenade"; this.buttonGrenade.Size = new System.Drawing.Size(75, 23); this.buttonGrenade.TabIndex = 21; this.buttonGrenade.Text = "Grenade"; this.buttonGrenade.UseVisualStyleBackColor = true; this.buttonGrenade.Click += new System.EventHandler(this.buttonGrenade_Click); // // buttonGpuAttack // this.buttonGpuAttack.Location = new System.Drawing.Point(528, 45); this.buttonGpuAttack.Name = "buttonGpuAttack"; this.buttonGpuAttack.Size = new System.Drawing.Size(75, 23); this.buttonGpuAttack.TabIndex = 20; this.buttonGpuAttack.Text = "GpuAttack"; this.buttonGpuAttack.UseVisualStyleBackColor = true; this.buttonGpuAttack.Click += new System.EventHandler(this.buttonGpuAttack_Click); // // buttonTerrainMod // this.buttonTerrainMod.Location = new System.Drawing.Point(609, 45); this.buttonTerrainMod.Name = "buttonTerrainMod"; this.buttonTerrainMod.Size = new System.Drawing.Size(75, 23); this.buttonTerrainMod.TabIndex = 19; this.buttonTerrainMod.Text = "TerrainMod"; this.buttonTerrainMod.UseVisualStyleBackColor = true; this.buttonTerrainMod.Click += new System.EventHandler(this.buttonTerrainMod_Click); // // buttonGun // this.buttonGun.Location = new System.Drawing.Point(366, 45); this.buttonGun.Name = "buttonGun"; this.buttonGun.Size = new System.Drawing.Size(75, 23); this.buttonGun.TabIndex = 18; this.buttonGun.Text = "Gun"; this.buttonGun.UseVisualStyleBackColor = true; this.buttonGun.Click += new System.EventHandler(this.buttonGun_Click); // // RenderControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.labelWeapons); this.Controls.Add(this.buttonGrenade); this.Controls.Add(this.buttonGpuAttack); this.Controls.Add(this.buttonTerrainMod); this.Controls.Add(this.buttonGun); this.Controls.Add(this.checkBoxFilmSpeedEnabled); this.Controls.Add(this.textBoxFilmSpeed); this.Controls.Add(this.label2); 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(892, 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.Label label2; private System.Windows.Forms.TextBox textBoxFilmSpeed; private System.Windows.Forms.CheckBox checkBoxFilmSpeedEnabled; private System.Windows.Forms.Label labelWeapons; private System.Windows.Forms.Button buttonGrenade; private System.Windows.Forms.Button buttonGpuAttack; private System.Windows.Forms.Button buttonTerrainMod; private System.Windows.Forms.Button buttonGun; } }