namespace GNAT { partial class EditQuestion { /// /// 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.textBox2 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.checkBox9 = new System.Windows.Forms.CheckBox(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(98, 32); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(121, 20); this.textBox2.TabIndex = 0; // // button1 // this.button1.Location = new System.Drawing.Point(276, 317); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; this.button1.Text = "Update"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(357, 317); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 2; this.button2.Text = "Save New"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(438, 317); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 3; this.button3.Text = "Cancel"; this.button3.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 13); this.label1.TabIndex = 4; this.label1.Text = "Question Type:"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "Multiple Choice", "Short Answer/Essay", "Coding", "Fill-In-The-Blank", "True/False", "Matching"}); this.comboBox1.Location = new System.Drawing.Point(98, 5); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 21); this.comboBox1.TabIndex = 5; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(501, 275); this.tabControl1.TabIndex = 6; // // tabPage1 // this.tabPage1.Controls.Add(this.label10); this.tabPage1.Controls.Add(this.label9); this.tabPage1.Controls.Add(this.label8); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.label6); this.tabPage1.Controls.Add(this.numericUpDown1); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.radioButton5); this.tabPage1.Controls.Add(this.radioButton4); this.tabPage1.Controls.Add(this.radioButton3); this.tabPage1.Controls.Add(this.radioButton2); this.tabPage1.Controls.Add(this.radioButton1); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.textBox2); this.tabPage1.Controls.Add(this.comboBox1); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(493, 249); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "General"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.button5); this.tabPage2.Controls.Add(this.button4); this.tabPage2.Controls.Add(this.textBox1); this.tabPage2.Controls.Add(this.label11); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(493, 249); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Question Control"; this.tabPage2.UseVisualStyleBackColor = true; // // tabPage3 // this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(192, 74); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Answer Control"; this.tabPage3.UseVisualStyleBackColor = true; // // checkBox9 // this.checkBox9.AutoSize = true; this.checkBox9.Location = new System.Drawing.Point(68, 317); this.checkBox9.Name = "checkBox9"; this.checkBox9.Size = new System.Drawing.Size(61, 17); this.checkBox9.TabIndex = 14; this.checkBox9.Text = "Answer"; this.checkBox9.UseVisualStyleBackColor = true; // // checkBox7 // this.checkBox7.AutoSize = true; this.checkBox7.Location = new System.Drawing.Point(151, 317); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new System.Drawing.Size(72, 17); this.checkBox7.TabIndex = 11; this.checkBox7.Text = "Keywords"; this.checkBox7.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(49, 35); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 13); this.label2.TabIndex = 17; this.label2.Text = "Classes:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(19, 62); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 13); this.label3.TabIndex = 18; this.label3.Text = "Difficulty: Easy"; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(99, 61); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(14, 13); this.radioButton1.TabIndex = 19; this.radioButton1.TabStop = true; this.radioButton1.UseVisualStyleBackColor = true; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(125, 61); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(14, 13); this.radioButton2.TabIndex = 19; this.radioButton2.TabStop = true; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(151, 61); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(14, 13); this.radioButton3.TabIndex = 19; this.radioButton3.TabStop = true; this.radioButton3.UseVisualStyleBackColor = true; // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Location = new System.Drawing.Point(177, 61); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(14, 13); this.radioButton4.TabIndex = 19; this.radioButton4.TabStop = true; this.radioButton4.UseVisualStyleBackColor = true; // // radioButton5 // this.radioButton5.AutoSize = true; this.radioButton5.Location = new System.Drawing.Point(203, 61); this.radioButton5.Name = "radioButton5"; this.radioButton5.Size = new System.Drawing.Size(14, 13); this.radioButton5.TabIndex = 19; this.radioButton5.TabStop = true; this.radioButton5.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(223, 62); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(30, 13); this.label4.TabIndex = 20; this.label4.Text = "Hard"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(57, 87); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(33, 13); this.label5.TabIndex = 21; this.label5.Text = "Time:"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(98, 84); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(120, 20); this.numericUpDown1.TabIndex = 22; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(224, 87); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 13); this.label6.TabIndex = 23; this.label6.Text = "Minutes"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(34, 139); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(58, 13); this.label7.TabIndex = 24; this.label7.Text = "Last Used:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(95, 139); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(59, 13); this.label8.TabIndex = 25; this.label8.Text = "11/8/2006"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(51, 115); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(44, 13); this.label9.TabIndex = 26; this.label9.Text = "Author: "; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(95, 115); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(67, 13); this.label10.TabIndex = 27; this.label10.Text = "Michelle Lee"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(7, 4); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(76, 13); this.label11.TabIndex = 0; this.label11.Text = "Question Text:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(13, 20); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(474, 174); this.textBox1.TabIndex = 1; // // button4 // this.button4.Location = new System.Drawing.Point(311, 200); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(83, 23); this.button4.TabIndex = 2; this.button4.Text = "Import Blank"; this.button4.UseVisualStyleBackColor = true; // // button5 // this.button5.Location = new System.Drawing.Point(400, 200); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(87, 23); this.button5.TabIndex = 3; this.button5.Text = "Import Image"; this.button5.UseVisualStyleBackColor = true; // // EditQuestion // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(525, 356); this.Controls.Add(this.tabControl1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.checkBox7); this.Controls.Add(this.checkBox9); this.Name = "EditQuestion"; this.Text = "EditQuestion"; this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.RadioButton radioButton5; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox checkBox9; private System.Windows.Forms.CheckBox checkBox7; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label11; } }