namespace DarkWynter.App { partial class GPUDebugScreen { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioButton11 = new System.Windows.Forms.RadioButton(); this.radioButton10 = new System.Windows.Forms.RadioButton(); this.radioButton9 = new System.Windows.Forms.RadioButton(); this.radioButton8 = new System.Windows.Forms.RadioButton(); this.radioButton7 = new System.Windows.Forms.RadioButton(); this.radioButton6 = new System.Windows.Forms.RadioButton(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.radioButton11); this.groupBox1.Controls.Add(this.radioButton10); this.groupBox1.Controls.Add(this.radioButton9); this.groupBox1.Controls.Add(this.radioButton8); this.groupBox1.Controls.Add(this.radioButton7); this.groupBox1.Controls.Add(this.radioButton6); this.groupBox1.Controls.Add(this.radioButton5); this.groupBox1.Controls.Add(this.radioButton4); this.groupBox1.Controls.Add(this.radioButton3); this.groupBox1.Controls.Add(this.radioButton2); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Location = new System.Drawing.Point(3, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(985, 287); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "GPU Debug Screen"; // // radioButton11 // this.radioButton11.AutoSize = true; this.radioButton11.Location = new System.Drawing.Point(929, 20); this.radioButton11.Name = "radioButton11"; this.radioButton11.Size = new System.Drawing.Size(50, 17); this.radioButton11.TabIndex = 9; this.radioButton11.TabStop = true; this.radioButton11.Text = "Mass"; this.radioButton11.UseVisualStyleBackColor = true; this.radioButton11.Click += new System.EventHandler(this.radioButton11_Clicked); // // radioButton10 // this.radioButton10.AutoSize = true; this.radioButton10.Location = new System.Drawing.Point(845, 19); this.radioButton10.Name = "radioButton10"; this.radioButton10.Size = new System.Drawing.Size(52, 17); this.radioButton10.TabIndex = 8; this.radioButton10.TabStop = true; this.radioButton10.Text = "Scale"; this.radioButton10.UseVisualStyleBackColor = true; this.radioButton10.Click += new System.EventHandler(this.radioButton1_Clicked); // // radioButton9 // this.radioButton9.AutoSize = true; this.radioButton9.Location = new System.Drawing.Point(762, 19); this.radioButton9.Name = "radioButton9"; this.radioButton9.Size = new System.Drawing.Size(58, 17); this.radioButton9.TabIndex = 7; this.radioButton9.TabStop = true; this.radioButton9.Text = "Radius"; this.radioButton9.UseVisualStyleBackColor = true; this.radioButton9.Click += new System.EventHandler(this.radioButton9_Clicked); // // radioButton8 // this.radioButton8.AutoSize = true; this.radioButton8.Location = new System.Drawing.Point(678, 19); this.radioButton8.Name = "radioButton8"; this.radioButton8.Size = new System.Drawing.Size(60, 17); this.radioButton8.TabIndex = 6; this.radioButton8.TabStop = true; this.radioButton8.Text = "Dummy"; this.radioButton8.UseVisualStyleBackColor = true; this.radioButton8.Click += new System.EventHandler(this.radioButton8_Clicked); // // radioButton7 // this.radioButton7.AutoSize = true; this.radioButton7.Location = new System.Drawing.Point(545, 19); this.radioButton7.Name = "radioButton7"; this.radioButton7.Size = new System.Drawing.Size(99, 17); this.radioButton7.TabIndex = 5; this.radioButton7.TabStop = true; this.radioButton7.Text = "Current Position"; this.radioButton7.UseVisualStyleBackColor = true; this.radioButton7.Click += new System.EventHandler(this.radioButton7_Clicked); // // radioButton6 // this.radioButton6.AutoSize = true; this.radioButton6.Location = new System.Drawing.Point(465, 19); this.radioButton6.Name = "radioButton6"; this.radioButton6.Size = new System.Drawing.Size(65, 17); this.radioButton6.TabIndex = 4; this.radioButton6.TabStop = true; this.radioButton6.Text = "Rotation"; this.radioButton6.UseVisualStyleBackColor = true; this.radioButton6.Click += new System.EventHandler(this.radioButton6_Clicked); // // radioButton5 // this.radioButton5.AutoSize = true; this.radioButton5.Location = new System.Drawing.Point(387, 19); this.radioButton5.Name = "radioButton5"; this.radioButton5.Size = new System.Drawing.Size(62, 17); this.radioButton5.TabIndex = 3; this.radioButton5.TabStop = true; this.radioButton5.Text = "Velocity"; this.radioButton5.UseVisualStyleBackColor = true; this.radioButton5.Click += new System.EventHandler(this.radioButton5_Clicked); // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Location = new System.Drawing.Point(279, 19); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(84, 17); this.radioButton4.TabIndex = 1; this.radioButton4.TabStop = true; this.radioButton4.Text = "Acceleration"; this.radioButton4.UseVisualStyleBackColor = true; this.radioButton4.Click += new System.EventHandler(this.radioButton4_Clicked); // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(180, 19); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(79, 17); this.radioButton3.TabIndex = 2; this.radioButton3.TabStop = true; this.radioButton3.Text = "Total Force"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.Click += new System.EventHandler(this.radioButton3_Clicked); // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(63, 19); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(90, 17); this.radioButton2.TabIndex = 0; this.radioButton2.TabStop = true; this.radioButton2.Text = "Location Map"; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.Click += new System.EventHandler(this.radioButton2_Clicked); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(6, 19); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(51, 17); this.radioButton1.TabIndex = 1; this.radioButton1.TabStop = true; this.radioButton1.Text = "None"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.Click += new System.EventHandler(this.radioButton1_Clicked); // // GPUDebugScreen // this.Controls.Add(this.groupBox1); this.Name = "GPUDebugScreen"; this.Size = new System.Drawing.Size(991, 305); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton11; private System.Windows.Forms.RadioButton radioButton10; private System.Windows.Forms.RadioButton radioButton9; private System.Windows.Forms.RadioButton radioButton8; private System.Windows.Forms.RadioButton radioButton7; private System.Windows.Forms.RadioButton radioButton6; private System.Windows.Forms.RadioButton radioButton5; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.RadioButton radioButton3; } }