namespace GNAT { partial class CodingAnswers { /// /// 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.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(25, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(156, 13); this.label1.TabIndex = 0; this.label1.Text = "Enter expected program output:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(28, 47); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(196, 127); this.textBox1.TabIndex = 36; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(25, 177); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(199, 13); this.label2.TabIndex = 37; this.label2.Text = "(Diffs program output with correct output)"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(28, 204); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(157, 17); this.checkBox1.TabIndex = 38; this.checkBox1.Text = "Allow student to launch IDE"; this.checkBox1.UseVisualStyleBackColor = true; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(191, 202); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 21); this.comboBox1.TabIndex = 39; // // button1 // this.button1.Location = new System.Drawing.Point(318, 200); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(27, 23); this.button1.TabIndex = 40; this.button1.Text = "..."; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(251, 231); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 41; this.button2.Text = "< Back"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(332, 231); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 42; this.button3.Text = "Next >"; this.button3.UseVisualStyleBackColor = true; // // button4 // this.button4.Location = new System.Drawing.Point(413, 231); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 43; this.button4.Text = "Cancel"; this.button4.UseVisualStyleBackColor = true; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(266, 47); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(222, 127); this.textBox2.TabIndex = 44; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(263, 18); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(125, 13); this.label3.TabIndex = 45; this.label3.Text = "Enter exact program text:"; // // button5 // this.button5.Location = new System.Drawing.Point(413, 180); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 46; this.button5.Text = "Import file"; this.button5.UseVisualStyleBackColor = true; // // CodingAnswers // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(530, 266); this.Controls.Add(this.button5); this.Controls.Add(this.label3); this.Controls.Add(this.textBox2); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.checkBox1); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.Name = "CodingAnswers"; this.Text = "GNAT: New Question"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button5; } }