namespace GNAT { partial class StudentSubmit { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentSubmit)); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.Yes = new System.Windows.Forms.Button(); this.No = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(77, 25); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(86, 13); this.label3.TabIndex = 2; this.label3.Text = "Are you sure you"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(77, 38); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(75, 13); this.label4.TabIndex = 3; this.label4.Text = "want to submit"; // // Yes // this.Yes.Location = new System.Drawing.Point(24, 92); this.Yes.Name = "Yes"; this.Yes.Size = new System.Drawing.Size(75, 23); this.Yes.TabIndex = 4; this.Yes.Text = "Yes"; this.Yes.UseVisualStyleBackColor = true; // // No // this.No.Location = new System.Drawing.Point(118, 92); this.No.Name = "No"; this.No.Size = new System.Drawing.Size(75, 23); this.No.TabIndex = 5; this.No.Text = "No"; this.No.UseVisualStyleBackColor = true; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(24, 22); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(34, 50); this.pictureBox1.TabIndex = 6; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(77, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 13); this.label1.TabIndex = 7; this.label1.Text = "your test?"; // // StudentUnanswered // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(221, 128); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.No); this.Controls.Add(this.Yes); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Name = "StudentUnanswered"; this.Text = "Submit"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button Yes; private System.Windows.Forms.Button No; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; } }