namespace GNAT { partial class StudentReviewTest { /// /// 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() { System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Question 1"); System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Answered", new System.Windows.Forms.TreeNode[] { treeNode1}); System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Question 2"); System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Question 3"); System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Unanswered", new System.Windows.Forms.TreeNode[] { treeNode3, treeNode4}); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentReviewTest)); this.Sumbit = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.vScrollBar2 = new System.Windows.Forms.VScrollBar(); this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.treeView1 = new System.Windows.Forms.TreeView(); 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.textBox3 = new System.Windows.Forms.TextBox(); this.splitter1 = new System.Windows.Forms.Splitter(); this.label10 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // Sumbit // this.Sumbit.Location = new System.Drawing.Point(591, 499); this.Sumbit.Name = "Sumbit"; this.Sumbit.Size = new System.Drawing.Size(75, 23); this.Sumbit.TabIndex = 8; this.Sumbit.Text = "Submit"; this.Sumbit.UseVisualStyleBackColor = true; // // panel2 // this.panel2.BackColor = System.Drawing.Color.AliceBlue; this.panel2.Controls.Add(this.pictureBox3); this.panel2.Controls.Add(this.label11); this.panel2.Controls.Add(this.textBox4); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.splitter1); this.panel2.Controls.Add(this.textBox3); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.pictureBox2); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.textBox2); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.textBox1); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.vScrollBar2); this.panel2.Location = new System.Drawing.Point(163, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(514, 488); this.panel2.TabIndex = 7; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(54, 41); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(142, 13); this.label5.TabIndex = 10; this.label5.Text = "Your answer: C. Gene Fisher"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(267, 335); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(101, 20); this.textBox2.TabIndex = 9; this.textBox2.Text = "ernd"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(18, 338); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(243, 13); this.label4.TabIndex = 8; this.label4.Text = "3.) Finish this sentence: A penny saved is a penny"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(57, 171); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(402, 23); this.textBox1.TabIndex = 7; this.textBox1.Text = "Because it reflects the color of water."; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(18, 126); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(120, 13); this.label3.TabIndex = 6; this.label3.Text = "2.) Why is the sky blue?"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(18, 20); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(158, 13); this.label2.TabIndex = 1; this.label2.Text = "1.) Which of these is not a dog?"; // // vScrollBar2 // this.vScrollBar2.Location = new System.Drawing.Point(496, 1); this.vScrollBar2.Name = "vScrollBar2"; this.vScrollBar2.Size = new System.Drawing.Size(17, 488); this.vScrollBar2.TabIndex = 0; // // vScrollBar1 // this.vScrollBar1.Location = new System.Drawing.Point(144, 1); this.vScrollBar1.Name = "vScrollBar1"; this.vScrollBar1.Size = new System.Drawing.Size(19, 442); this.vScrollBar1.TabIndex = 5; // // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.treeView1); this.panel1.Location = new System.Drawing.Point(10, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(153, 534); this.panel1.TabIndex = 6; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 462); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(86, 26); this.label1.TabIndex = 1; this.label1.Text = "Time Remaining:\r\n15:36"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // treeView1 // this.treeView1.Location = new System.Drawing.Point(0, 0); this.treeView1.Name = "treeView1"; treeNode1.Name = "Question1"; treeNode1.Text = "Question 1"; treeNode2.Name = "Answered"; treeNode2.Text = "Answered"; treeNode3.Name = "Question2"; treeNode3.Text = "Question 2"; treeNode4.Name = "Question3"; treeNode4.Text = "Question 3"; treeNode5.Name = "Unanswered"; treeNode5.Text = "Unanswered"; this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { treeNode2, treeNode5}); this.treeView1.Size = new System.Drawing.Size(135, 442); this.treeView1.TabIndex = 0; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.DarkGreen; this.label6.Location = new System.Drawing.Point(87, 74); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(145, 13); this.label6.TabIndex = 12; this.label6.Text = "Correct: Points Earned 10/10"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(54, 155); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(69, 13); this.label7.TabIndex = 13; this.label7.Text = "Your answer:"; // // label8 // this.label8.AutoSize = true; this.label8.ForeColor = System.Drawing.Color.Red; this.label8.Location = new System.Drawing.Point(87, 220); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(149, 13); this.label8.TabIndex = 15; this.label8.Text = "Incorrect: Points earned, 0/10"; // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.DarkGreen; this.label9.Location = new System.Drawing.Point(54, 251); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(82, 13); this.label9.TabIndex = 16; this.label9.Text = "Correct Answer:"; // // textBox3 // this.textBox3.BackColor = System.Drawing.Color.Honeydew; this.textBox3.Location = new System.Drawing.Point(57, 267); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(402, 20); this.textBox3.TabIndex = 17; this.textBox3.Text = "Something about refraction and bendy lightwaves."; // // splitter1 // this.splitter1.Location = new System.Drawing.Point(0, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(10, 488); this.splitter1.TabIndex = 18; this.splitter1.TabStop = false; // // label10 // this.label10.AutoSize = true; this.label10.ForeColor = System.Drawing.Color.DarkGreen; this.label10.Location = new System.Drawing.Point(54, 408); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(82, 13); this.label10.TabIndex = 19; this.label10.Text = "Correct Answer:"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(57, 424); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(100, 20); this.textBox4.TabIndex = 20; this.textBox4.Text = "earned"; // // label11 // this.label11.AutoSize = true; this.label11.ForeColor = System.Drawing.Color.Goldenrod; this.label11.Location = new System.Drawing.Point(90, 377); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(181, 13); this.label11.TabIndex = 21; this.label11.Text = "Partially Correct: Points Earned, 5/10"; // // pictureBox3 // this.pictureBox3.Image = global::GNAT.Properties.Resources.alert; this.pictureBox3.Location = new System.Drawing.Point(66, 370); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(24, 20); this.pictureBox3.TabIndex = 22; this.pictureBox3.TabStop = false; // // pictureBox2 // this.pictureBox2.Image = global::GNAT.Properties.Resources.error; this.pictureBox2.Location = new System.Drawing.Point(65, 214); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(16, 19); this.pictureBox2.TabIndex = 14; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(66, 73); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(15, 14); this.pictureBox1.TabIndex = 11; this.pictureBox1.TabStop = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(686, 534); this.Controls.Add(this.Sumbit); this.Controls.Add(this.panel2); this.Controls.Add(this.vScrollBar1); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "Reviewing Midterm 1 Form A, CSC 308"; this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button Sumbit; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.VScrollBar vScrollBar2; private System.Windows.Forms.VScrollBar vScrollBar1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.Label label6; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label10; private System.Windows.Forms.Splitter splitter1; } }