namespace GNAT { partial class EditAnswerCoding { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button5 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button5 // this.button5.Location = new System.Drawing.Point(403, 168); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 58; this.button5.Text = "Import file"; this.button5.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(253, 6); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(98, 13); this.label3.TabIndex = 57; this.label3.Text = "Exact program text:"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(256, 35); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(222, 127); this.textBox2.TabIndex = 56; // // button1 // this.button1.Location = new System.Drawing.Point(308, 188); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(27, 23); this.button1.TabIndex = 52; this.button1.Text = "..."; this.button1.UseVisualStyleBackColor = true; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(181, 190); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 21); this.comboBox1.TabIndex = 51; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(18, 192); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(157, 17); this.checkBox1.TabIndex = 50; this.checkBox1.Text = "Allow student to launch IDE"; this.checkBox1.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 165); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(199, 13); this.label2.TabIndex = 49; this.label2.Text = "(Diffs program output with correct output)"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(18, 35); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(196, 127); this.textBox1.TabIndex = 48; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(15, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(129, 13); this.label1.TabIndex = 47; this.label1.Text = "Expected program output:"; // // EditAnswerCoding // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.button5); this.Controls.Add(this.label3); this.Controls.Add(this.textBox2); 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 = "EditAnswerCoding"; this.Size = new System.Drawing.Size(493, 249); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button5; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Button button1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; } }