namespace GNAT { partial class QuestionDLG { /// /// 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.panel1 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = 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.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(34, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(232, 13); this.label1.TabIndex = 0; this.label1.Text = "What type of question would you like to create?"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.AliceBlue; this.panel1.Controls.Add(this.button8); this.panel1.Controls.Add(this.button7); this.panel1.Controls.Add(this.button6); this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(585, 194); this.panel1.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(19, 162); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(86, 13); this.label2.TabIndex = 1; this.label2.Text = "Question Name: "; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(111, 159); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(228, 20); this.textBox1.TabIndex = 2; // // button1 // this.button1.Location = new System.Drawing.Point(15, 62); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 59); this.button1.TabIndex = 3; this.button1.Text = "Multiple Choice"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(111, 62); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 59); this.button2.TabIndex = 4; this.button2.Text = "Coding"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(207, 62); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 59); this.button3.TabIndex = 5; this.button3.Text = "Essay/ Short answer"; this.button3.UseVisualStyleBackColor = true; // // button4 // this.button4.Location = new System.Drawing.Point(303, 62); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 59); this.button4.TabIndex = 6; this.button4.Text = "Fill-in-the-\r\nblank"; this.button4.UseVisualStyleBackColor = true; // // button5 // this.button5.Location = new System.Drawing.Point(399, 62); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 59); this.button5.TabIndex = 7; this.button5.Text = "True/False"; this.button5.UseVisualStyleBackColor = true; // // button6 // this.button6.Location = new System.Drawing.Point(495, 62); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(75, 59); this.button6.TabIndex = 8; this.button6.Text = "Matching"; this.button6.UseVisualStyleBackColor = true; // // button7 // this.button7.Location = new System.Drawing.Point(495, 156); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(75, 23); this.button7.TabIndex = 9; this.button7.Text = "Next >"; this.button7.UseVisualStyleBackColor = true; // // button8 // this.button8.Location = new System.Drawing.Point(399, 157); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(75, 23); this.button8.TabIndex = 10; this.button8.Text = "Cancel"; this.button8.UseVisualStyleBackColor = true; // // QuestionDLG // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(583, 191); this.Controls.Add(this.panel1); this.Name = "QuestionDLG"; this.Text = "GNAT: Create New Question"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; } }