namespace GNAT { partial class ViewOptions { /// /// 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.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.checkBox8 = new System.Windows.Forms.CheckBox(); this.checkBox9 = new System.Windows.Forms.CheckBox(); this.checkBox10 = new System.Windows.Forms.CheckBox(); this.checkBox11 = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(12, 43); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(47, 17); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "Text"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(12, 66); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(99, 17); this.checkBox2.TabIndex = 0; this.checkBox2.Text = "Question Name"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(12, 89); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(51, 17); this.checkBox3.TabIndex = 0; this.checkBox3.Text = "Class"; this.checkBox3.UseVisualStyleBackColor = true; // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Location = new System.Drawing.Point(12, 112); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(66, 17); this.checkBox4.TabIndex = 0; this.checkBox4.Text = "Difficulty"; this.checkBox4.UseVisualStyleBackColor = true; // // checkBox5 // this.checkBox5.AutoSize = true; this.checkBox5.Location = new System.Drawing.Point(12, 135); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(50, 17); this.checkBox5.TabIndex = 0; this.checkBox5.Text = "Type"; this.checkBox5.UseVisualStyleBackColor = true; // // checkBox7 // this.checkBox7.AutoSize = true; this.checkBox7.Location = new System.Drawing.Point(12, 158); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new System.Drawing.Size(72, 17); this.checkBox7.TabIndex = 0; this.checkBox7.Text = "Keywords"; this.checkBox7.UseVisualStyleBackColor = true; // // checkBox6 // this.checkBox6.AutoSize = true; this.checkBox6.Location = new System.Drawing.Point(12, 181); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(49, 17); this.checkBox6.TabIndex = 0; this.checkBox6.Text = "Time"; this.checkBox6.UseVisualStyleBackColor = true; // // checkBox8 // this.checkBox8.AutoSize = true; this.checkBox8.Location = new System.Drawing.Point(12, 204); this.checkBox8.Name = "checkBox8"; this.checkBox8.Size = new System.Drawing.Size(74, 17); this.checkBox8.TabIndex = 0; this.checkBox8.Text = "Last Used"; this.checkBox8.UseVisualStyleBackColor = true; // // checkBox9 // this.checkBox9.AutoSize = true; this.checkBox9.Location = new System.Drawing.Point(12, 227); this.checkBox9.Name = "checkBox9"; this.checkBox9.Size = new System.Drawing.Size(61, 17); this.checkBox9.TabIndex = 0; this.checkBox9.Text = "Answer"; this.checkBox9.UseVisualStyleBackColor = true; // // checkBox10 // this.checkBox10.AutoSize = true; this.checkBox10.Location = new System.Drawing.Point(12, 250); this.checkBox10.Name = "checkBox10"; this.checkBox10.Size = new System.Drawing.Size(57, 17); this.checkBox10.TabIndex = 0; this.checkBox10.Text = "Author"; this.checkBox10.UseVisualStyleBackColor = true; // // checkBox11 // this.checkBox11.AutoSize = true; this.checkBox11.Location = new System.Drawing.Point(12, 273); this.checkBox11.Name = "checkBox11"; this.checkBox11.Size = new System.Drawing.Size(80, 17); this.checkBox11.TabIndex = 0; this.checkBox11.Text = "Point Value"; this.checkBox11.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(61, 301); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "Done"; this.button1.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(132, 13); this.label1.TabIndex = 2; this.label1.Text = "Check all you wish to view"; // // ViewOptions // this.ClientSize = new System.Drawing.Size(196, 336); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.checkBox11); this.Controls.Add(this.checkBox10); this.Controls.Add(this.checkBox9); this.Controls.Add(this.checkBox8); this.Controls.Add(this.checkBox6); this.Controls.Add(this.checkBox7); this.Controls.Add(this.checkBox5); this.Controls.Add(this.checkBox4); this.Controls.Add(this.checkBox3); this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox1); this.Name = "ViewOptions"; this.Text = "View Options"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.CheckBox checkBox5; private System.Windows.Forms.CheckBox checkBox7; private System.Windows.Forms.CheckBox checkBox6; private System.Windows.Forms.CheckBox checkBox8; private System.Windows.Forms.CheckBox checkBox9; private System.Windows.Forms.CheckBox checkBox10; private System.Windows.Forms.CheckBox checkBox11; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; } }