namespace GNAT { partial class NewTest { /// /// 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.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.label4 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.comboBox5 = new System.Windows.Forms.ComboBox(); this.comboBox6 = new System.Windows.Forms.ComboBox(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "Class", "Question"}); this.comboBox1.Location = new System.Drawing.Point(16, 25); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 21); this.comboBox1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 13); this.label1.TabIndex = 1; this.label1.Text = "Type"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(143, 28); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(14, 13); this.label2.TabIndex = 2; this.label2.Text = "is"; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "CSC101", "CSC308"}); this.comboBox2.Location = new System.Drawing.Point(163, 25); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(121, 21); this.comboBox2.TabIndex = 3; // // button1 // this.button1.Location = new System.Drawing.Point(400, 23); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(31, 23); this.button1.TabIndex = 4; this.button1.Text = "+"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(437, 23); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(29, 23); this.button2.TabIndex = 5; this.button2.Text = "-"; this.button2.UseVisualStyleBackColor = true; // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "Class", "Question"}); this.comboBox3.Location = new System.Drawing.Point(16, 52); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(121, 21); this.comboBox3.TabIndex = 0; // // comboBox4 // this.comboBox4.FormattingEnabled = true; this.comboBox4.Items.AddRange(new object[] { "Multiple Choice", "Short Answer/Essay", "Coding", "Fill-In-The-Blank", "True/False", "Matching"}); this.comboBox4.Location = new System.Drawing.Point(163, 52); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(121, 21); this.comboBox4.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(143, 55); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(14, 13); this.label3.TabIndex = 2; this.label3.Text = "is"; // // button4 // this.button4.Location = new System.Drawing.Point(400, 50); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(31, 23); this.button4.TabIndex = 4; this.button4.Text = "+"; this.button4.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(437, 50); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(29, 23); this.button3.TabIndex = 5; this.button3.Text = "-"; this.button3.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.numericUpDown2); this.splitContainer1.Panel1.Controls.Add(this.label7); this.splitContainer1.Panel1.Controls.Add(this.button4); this.splitContainer1.Panel1.Controls.Add(this.button3); this.splitContainer1.Panel1.Controls.Add(this.comboBox1); this.splitContainer1.Panel1.Controls.Add(this.button2); this.splitContainer1.Panel1.Controls.Add(this.comboBox3); this.splitContainer1.Panel1.Controls.Add(this.label1); this.splitContainer1.Panel1.Controls.Add(this.button1); this.splitContainer1.Panel1.Controls.Add(this.label2); this.splitContainer1.Panel1.Controls.Add(this.comboBox4); this.splitContainer1.Panel1.Controls.Add(this.label3); this.splitContainer1.Panel1.Controls.Add(this.comboBox2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.button6); this.splitContainer1.Panel2.Controls.Add(this.button5); this.splitContainer1.Panel2.Controls.Add(this.comboBox6); this.splitContainer1.Panel2.Controls.Add(this.comboBox5); this.splitContainer1.Panel2.Controls.Add(this.label6); this.splitContainer1.Panel2.Controls.Add(this.label5); this.splitContainer1.Panel2.Controls.Add(this.numericUpDown1); this.splitContainer1.Panel2.Controls.Add(this.label4); this.splitContainer1.Size = new System.Drawing.Size(517, 284); this.splitContainer1.SplitterDistance = 161; this.splitContainer1.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(14, 22); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 13); this.label4.TabIndex = 0; this.label4.Text = "Question(s) Time:"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(109, 20); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(48, 20); this.numericUpDown1.TabIndex = 1; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(163, 22); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(43, 13); this.label5.TabIndex = 2; this.label5.Text = "minutes"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(13, 49); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 13); this.label6.TabIndex = 3; this.label6.Text = "Difficulty"; // // comboBox5 // this.comboBox5.FormattingEnabled = true; this.comboBox5.Items.AddRange(new object[] { "=", ">", "<", ">=", "<=", "Increases starting at...", "Decreases starting at..."}); this.comboBox5.Location = new System.Drawing.Point(66, 46); this.comboBox5.Name = "comboBox5"; this.comboBox5.Size = new System.Drawing.Size(127, 21); this.comboBox5.TabIndex = 4; // // comboBox6 // this.comboBox6.FormattingEnabled = true; this.comboBox6.Items.AddRange(new object[] { "Any", "1", "2", "3", "4", "5"}); this.comboBox6.Location = new System.Drawing.Point(199, 46); this.comboBox6.Name = "comboBox6"; this.comboBox6.Size = new System.Drawing.Size(55, 21); this.comboBox6.TabIndex = 5; // // button5 // this.button5.Location = new System.Drawing.Point(199, 84); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 6; this.button5.Text = "Done"; this.button5.UseVisualStyleBackColor = true; // // button6 // this.button6.Location = new System.Drawing.Point(287, 84); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(75, 23); this.button6.TabIndex = 7; this.button6.Text = "Cancel"; this.button6.UseVisualStyleBackColor = true; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(290, 55); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(49, 13); this.label7.TabIndex = 6; this.label7.Text = "Quantity:"; // // numericUpDown2 // this.numericUpDown2.Location = new System.Drawing.Point(345, 53); this.numericUpDown2.Name = "numericUpDown2"; this.numericUpDown2.Size = new System.Drawing.Size(49, 20); this.numericUpDown2.TabIndex = 7; // // NewTest // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(517, 284); this.Controls.Add(this.splitContainer1); this.Name = "NewTest"; this.Text = "New Group"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.ComboBox comboBox4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button3; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Label label5; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBox6; private System.Windows.Forms.ComboBox comboBox5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button5; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.Label label7; } }