namespace EduNetworkBuilder { partial class PersonProfileForm { /// /// 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.tcTabControl = new System.Windows.Forms.TabControl(); this.TabProfile = new System.Windows.Forms.TabPage(); this.btnChangePassword = new System.Windows.Forms.Button(); this.lblFullName = new System.Windows.Forms.Label(); this.tbFullName = new System.Windows.Forms.TextBox(); this.lblUsername = new System.Windows.Forms.Label(); this.tbUsername = new System.Windows.Forms.TextBox(); this.TabClasswork = new System.Windows.Forms.TabPage(); this.tcTreeData = new System.Windows.Forms.TabControl(); this.tabClass = new System.Windows.Forms.TabPage(); this.btnExportStudentPasswords = new System.Windows.Forms.Button(); this.btnExportHomework = new System.Windows.Forms.Button(); this.btnGenerateStudentFiles = new System.Windows.Forms.Button(); this.btnImportStudents = new System.Windows.Forms.Button(); this.TabHomework = new System.Windows.Forms.TabPage(); this.btnHWSave = new System.Windows.Forms.Button(); this.btnHWGive = new System.Windows.Forms.Button(); this.btnLaunch = new System.Windows.Forms.Button(); this.btnHWDelete = new System.Windows.Forms.Button(); this.lblHWSubmitted = new System.Windows.Forms.Label(); this.tbHWSubmitted = new System.Windows.Forms.TextBox(); this.lblHWDue = new System.Windows.Forms.Label(); this.dtpHWDue = new System.Windows.Forms.DateTimePicker(); this.lblHWDescription = new System.Windows.Forms.Label(); this.lblHWName = new System.Windows.Forms.Label(); this.lblHWClass = new System.Windows.Forms.Label(); this.tbHWDescription = new System.Windows.Forms.TextBox(); this.tbHWName = new System.Windows.Forms.TextBox(); this.tbHWClass = new System.Windows.Forms.TextBox(); this.TabStudents = new System.Windows.Forms.TabPage(); this.btnReadAllStudentHomework = new System.Windows.Forms.Button(); this.btnAllHomeworkToStudents = new System.Windows.Forms.Button(); this.TabStudent = new System.Windows.Forms.TabPage(); this.btnStudentUpdateFile = new System.Windows.Forms.Button(); this.btnStudentChangePassword = new System.Windows.Forms.Button(); this.lblStudentFullName = new System.Windows.Forms.Label(); this.tbStudentFullName = new System.Windows.Forms.TextBox(); this.lblStudentUserName = new System.Windows.Forms.Label(); this.tbStudentUsername = new System.Windows.Forms.TextBox(); this.tvClasswork = new System.Windows.Forms.TreeView(); this.btnExit = new System.Windows.Forms.Button(); this.cbTeacherAutoDHCP = new System.Windows.Forms.CheckBox(); this.bthAutoTestStudentHomework = new System.Windows.Forms.Button(); this.tcTabControl.SuspendLayout(); this.TabProfile.SuspendLayout(); this.TabClasswork.SuspendLayout(); this.tcTreeData.SuspendLayout(); this.tabClass.SuspendLayout(); this.TabHomework.SuspendLayout(); this.TabStudents.SuspendLayout(); this.TabStudent.SuspendLayout(); this.SuspendLayout(); // // tcTabControl // this.tcTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tcTabControl.Controls.Add(this.TabProfile); this.tcTabControl.Controls.Add(this.TabClasswork); this.tcTabControl.Location = new System.Drawing.Point(12, 12); this.tcTabControl.Name = "tcTabControl"; this.tcTabControl.SelectedIndex = 0; this.tcTabControl.Size = new System.Drawing.Size(513, 280); this.tcTabControl.TabIndex = 0; // // TabProfile // this.TabProfile.Controls.Add(this.cbTeacherAutoDHCP); this.TabProfile.Controls.Add(this.btnChangePassword); this.TabProfile.Controls.Add(this.lblFullName); this.TabProfile.Controls.Add(this.tbFullName); this.TabProfile.Controls.Add(this.lblUsername); this.TabProfile.Controls.Add(this.tbUsername); this.TabProfile.Location = new System.Drawing.Point(4, 25); this.TabProfile.Name = "TabProfile"; this.TabProfile.Padding = new System.Windows.Forms.Padding(3); this.TabProfile.Size = new System.Drawing.Size(505, 251); this.TabProfile.TabIndex = 0; this.TabProfile.Text = "Profile"; this.TabProfile.UseVisualStyleBackColor = true; // // btnChangePassword // this.btnChangePassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChangePassword.Location = new System.Drawing.Point(405, 9); this.btnChangePassword.Name = "btnChangePassword"; this.btnChangePassword.Size = new System.Drawing.Size(94, 42); this.btnChangePassword.TabIndex = 4; this.btnChangePassword.Text = "Change Password"; this.btnChangePassword.UseVisualStyleBackColor = true; this.btnChangePassword.Click += new System.EventHandler(this.btnChangePassword_Click); // // lblFullName // this.lblFullName.AutoSize = true; this.lblFullName.Location = new System.Drawing.Point(23, 63); this.lblFullName.Name = "lblFullName"; this.lblFullName.Size = new System.Drawing.Size(71, 17); this.lblFullName.TabIndex = 3; this.lblFullName.Text = "Full Name"; // // tbFullName // this.tbFullName.Location = new System.Drawing.Point(99, 59); this.tbFullName.Name = "tbFullName"; this.tbFullName.Size = new System.Drawing.Size(125, 22); this.tbFullName.TabIndex = 2; // // lblUsername // this.lblUsername.AutoSize = true; this.lblUsername.Location = new System.Drawing.Point(17, 22); this.lblUsername.Name = "lblUsername"; this.lblUsername.Size = new System.Drawing.Size(73, 17); this.lblUsername.TabIndex = 1; this.lblUsername.Text = "Username"; // // tbUsername // this.tbUsername.Enabled = false; this.tbUsername.Location = new System.Drawing.Point(100, 19); this.tbUsername.Name = "tbUsername"; this.tbUsername.Size = new System.Drawing.Size(124, 22); this.tbUsername.TabIndex = 0; // // TabClasswork // this.TabClasswork.Controls.Add(this.tcTreeData); this.TabClasswork.Controls.Add(this.tvClasswork); this.TabClasswork.Location = new System.Drawing.Point(4, 25); this.TabClasswork.Name = "TabClasswork"; this.TabClasswork.Padding = new System.Windows.Forms.Padding(3); this.TabClasswork.Size = new System.Drawing.Size(505, 251); this.TabClasswork.TabIndex = 1; this.TabClasswork.Text = "Classwork"; this.TabClasswork.UseVisualStyleBackColor = true; // // tcTreeData // this.tcTreeData.Controls.Add(this.tabClass); this.tcTreeData.Controls.Add(this.TabHomework); this.tcTreeData.Controls.Add(this.TabStudents); this.tcTreeData.Controls.Add(this.TabStudent); this.tcTreeData.Location = new System.Drawing.Point(231, 10); this.tcTreeData.Name = "tcTreeData"; this.tcTreeData.SelectedIndex = 0; this.tcTreeData.Size = new System.Drawing.Size(264, 235); this.tcTreeData.TabIndex = 1; // // tabClass // this.tabClass.Controls.Add(this.btnExportStudentPasswords); this.tabClass.Controls.Add(this.btnExportHomework); this.tabClass.Controls.Add(this.btnGenerateStudentFiles); this.tabClass.Controls.Add(this.btnImportStudents); this.tabClass.Location = new System.Drawing.Point(4, 25); this.tabClass.Name = "tabClass"; this.tabClass.Padding = new System.Windows.Forms.Padding(3); this.tabClass.Size = new System.Drawing.Size(256, 206); this.tabClass.TabIndex = 0; this.tabClass.Text = "Class"; this.tabClass.UseVisualStyleBackColor = true; // // btnExportStudentPasswords // this.btnExportStudentPasswords.Location = new System.Drawing.Point(6, 93); this.btnExportStudentPasswords.Name = "btnExportStudentPasswords"; this.btnExportStudentPasswords.Size = new System.Drawing.Size(152, 23); this.btnExportStudentPasswords.TabIndex = 9; this.btnExportStudentPasswords.Text = "Export Passwords"; this.btnExportStudentPasswords.UseVisualStyleBackColor = true; this.btnExportStudentPasswords.Click += new System.EventHandler(this.btnExportStudentPasswords_Click); // // btnExportHomework // this.btnExportHomework.Location = new System.Drawing.Point(6, 64); this.btnExportHomework.Name = "btnExportHomework"; this.btnExportHomework.Size = new System.Drawing.Size(152, 23); this.btnExportHomework.TabIndex = 8; this.btnExportHomework.Text = "Export Homework"; this.btnExportHomework.UseVisualStyleBackColor = true; this.btnExportHomework.Click += new System.EventHandler(this.btnExportHomework_Click); // // btnGenerateStudentFiles // this.btnGenerateStudentFiles.Location = new System.Drawing.Point(6, 35); this.btnGenerateStudentFiles.Name = "btnGenerateStudentFiles"; this.btnGenerateStudentFiles.Size = new System.Drawing.Size(152, 23); this.btnGenerateStudentFiles.TabIndex = 3; this.btnGenerateStudentFiles.Text = "Generate Files"; this.btnGenerateStudentFiles.UseVisualStyleBackColor = true; this.btnGenerateStudentFiles.Click += new System.EventHandler(this.btnGenerateStudentFiles_Click); // // btnImportStudents // this.btnImportStudents.Location = new System.Drawing.Point(6, 6); this.btnImportStudents.Name = "btnImportStudents"; this.btnImportStudents.Size = new System.Drawing.Size(152, 23); this.btnImportStudents.TabIndex = 2; this.btnImportStudents.Text = "Import Students"; this.btnImportStudents.UseVisualStyleBackColor = true; this.btnImportStudents.Click += new System.EventHandler(this.btnImportStudents_Click); // // TabHomework // this.TabHomework.Controls.Add(this.btnHWSave); this.TabHomework.Controls.Add(this.btnHWGive); this.TabHomework.Controls.Add(this.btnLaunch); this.TabHomework.Controls.Add(this.btnHWDelete); this.TabHomework.Controls.Add(this.lblHWSubmitted); this.TabHomework.Controls.Add(this.tbHWSubmitted); this.TabHomework.Controls.Add(this.lblHWDue); this.TabHomework.Controls.Add(this.dtpHWDue); this.TabHomework.Controls.Add(this.lblHWDescription); this.TabHomework.Controls.Add(this.lblHWName); this.TabHomework.Controls.Add(this.lblHWClass); this.TabHomework.Controls.Add(this.tbHWDescription); this.TabHomework.Controls.Add(this.tbHWName); this.TabHomework.Controls.Add(this.tbHWClass); this.TabHomework.Location = new System.Drawing.Point(4, 25); this.TabHomework.Name = "TabHomework"; this.TabHomework.Padding = new System.Windows.Forms.Padding(3); this.TabHomework.Size = new System.Drawing.Size(256, 206); this.TabHomework.TabIndex = 1; this.TabHomework.Text = "Homework"; this.TabHomework.UseVisualStyleBackColor = true; // // btnHWSave // this.btnHWSave.Location = new System.Drawing.Point(91, 177); this.btnHWSave.Name = "btnHWSave"; this.btnHWSave.Size = new System.Drawing.Size(75, 23); this.btnHWSave.TabIndex = 13; this.btnHWSave.Text = "Save"; this.btnHWSave.UseVisualStyleBackColor = true; this.btnHWSave.Click += new System.EventHandler(this.btnHWSave_Click); // // btnHWGive // this.btnHWGive.Location = new System.Drawing.Point(172, 148); this.btnHWGive.Name = "btnHWGive"; this.btnHWGive.Size = new System.Drawing.Size(75, 23); this.btnHWGive.TabIndex = 12; this.btnHWGive.Text = "Give"; this.btnHWGive.UseVisualStyleBackColor = true; this.btnHWGive.Click += new System.EventHandler(this.btnHWGive_Click); // // btnLaunch // this.btnLaunch.Location = new System.Drawing.Point(91, 148); this.btnLaunch.Name = "btnLaunch"; this.btnLaunch.Size = new System.Drawing.Size(75, 23); this.btnLaunch.TabIndex = 11; this.btnLaunch.Text = "Launch"; this.btnLaunch.UseVisualStyleBackColor = true; this.btnLaunch.Click += new System.EventHandler(this.btnLaunch_Click); // // btnHWDelete // this.btnHWDelete.Location = new System.Drawing.Point(172, 177); this.btnHWDelete.Name = "btnHWDelete"; this.btnHWDelete.Size = new System.Drawing.Size(75, 23); this.btnHWDelete.TabIndex = 10; this.btnHWDelete.Text = "Delete"; this.btnHWDelete.UseVisualStyleBackColor = true; this.btnHWDelete.Click += new System.EventHandler(this.btnHWDelete_Click); // // lblHWSubmitted // this.lblHWSubmitted.AutoSize = true; this.lblHWSubmitted.Location = new System.Drawing.Point(6, 125); this.lblHWSubmitted.Name = "lblHWSubmitted"; this.lblHWSubmitted.Size = new System.Drawing.Size(71, 17); this.lblHWSubmitted.TabIndex = 9; this.lblHWSubmitted.Text = "Submitted"; // // tbHWSubmitted // this.tbHWSubmitted.Enabled = false; this.tbHWSubmitted.Location = new System.Drawing.Point(91, 120); this.tbHWSubmitted.Name = "tbHWSubmitted"; this.tbHWSubmitted.Size = new System.Drawing.Size(140, 22); this.tbHWSubmitted.TabIndex = 8; // // lblHWDue // this.lblHWDue.AutoSize = true; this.lblHWDue.Location = new System.Drawing.Point(6, 97); this.lblHWDue.Name = "lblHWDue"; this.lblHWDue.Size = new System.Drawing.Size(34, 17); this.lblHWDue.TabIndex = 7; this.lblHWDue.Text = "Due"; // // dtpHWDue // this.dtpHWDue.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpHWDue.Location = new System.Drawing.Point(91, 92); this.dtpHWDue.Name = "dtpHWDue"; this.dtpHWDue.Size = new System.Drawing.Size(140, 22); this.dtpHWDue.TabIndex = 6; // // lblHWDescription // this.lblHWDescription.AutoSize = true; this.lblHWDescription.Location = new System.Drawing.Point(6, 64); this.lblHWDescription.Name = "lblHWDescription"; this.lblHWDescription.Size = new System.Drawing.Size(79, 17); this.lblHWDescription.TabIndex = 5; this.lblHWDescription.Text = "Description"; // // lblHWName // this.lblHWName.AutoSize = true; this.lblHWName.Location = new System.Drawing.Point(6, 36); this.lblHWName.Name = "lblHWName"; this.lblHWName.Size = new System.Drawing.Size(45, 17); this.lblHWName.TabIndex = 4; this.lblHWName.Text = "Name"; // // lblHWClass // this.lblHWClass.AutoSize = true; this.lblHWClass.Location = new System.Drawing.Point(6, 9); this.lblHWClass.Name = "lblHWClass"; this.lblHWClass.Size = new System.Drawing.Size(42, 17); this.lblHWClass.TabIndex = 3; this.lblHWClass.Text = "Class"; // // tbHWDescription // this.tbHWDescription.Location = new System.Drawing.Point(131, 64); this.tbHWDescription.Name = "tbHWDescription"; this.tbHWDescription.Size = new System.Drawing.Size(100, 22); this.tbHWDescription.TabIndex = 2; // // tbHWName // this.tbHWName.Location = new System.Drawing.Point(131, 36); this.tbHWName.Name = "tbHWName"; this.tbHWName.Size = new System.Drawing.Size(100, 22); this.tbHWName.TabIndex = 1; // // tbHWClass // this.tbHWClass.Location = new System.Drawing.Point(131, 6); this.tbHWClass.Name = "tbHWClass"; this.tbHWClass.Size = new System.Drawing.Size(100, 22); this.tbHWClass.TabIndex = 0; // // TabStudents // this.TabStudents.Controls.Add(this.bthAutoTestStudentHomework); this.TabStudents.Controls.Add(this.btnReadAllStudentHomework); this.TabStudents.Controls.Add(this.btnAllHomeworkToStudents); this.TabStudents.Location = new System.Drawing.Point(4, 25); this.TabStudents.Name = "TabStudents"; this.TabStudents.Padding = new System.Windows.Forms.Padding(3); this.TabStudents.Size = new System.Drawing.Size(256, 206); this.TabStudents.TabIndex = 2; this.TabStudents.Text = "Students"; this.TabStudents.UseVisualStyleBackColor = true; // // btnReadAllStudentHomework // this.btnReadAllStudentHomework.Location = new System.Drawing.Point(23, 68); this.btnReadAllStudentHomework.Name = "btnReadAllStudentHomework"; this.btnReadAllStudentHomework.Size = new System.Drawing.Size(207, 23); this.btnReadAllStudentHomework.TabIndex = 7; this.btnReadAllStudentHomework.Text = "Read in Student Homework"; this.btnReadAllStudentHomework.UseVisualStyleBackColor = true; this.btnReadAllStudentHomework.Click += new System.EventHandler(this.btnReadAllStudentHomework_Click); // // btnAllHomeworkToStudents // this.btnAllHomeworkToStudents.Location = new System.Drawing.Point(23, 29); this.btnAllHomeworkToStudents.Name = "btnAllHomeworkToStudents"; this.btnAllHomeworkToStudents.Size = new System.Drawing.Size(207, 23); this.btnAllHomeworkToStudents.TabIndex = 6; this.btnAllHomeworkToStudents.Text = "All Homework To Students"; this.btnAllHomeworkToStudents.UseVisualStyleBackColor = true; this.btnAllHomeworkToStudents.Click += new System.EventHandler(this.btnAllHomeworkToStudents_Click); // // TabStudent // this.TabStudent.Controls.Add(this.btnStudentUpdateFile); this.TabStudent.Controls.Add(this.btnStudentChangePassword); this.TabStudent.Controls.Add(this.lblStudentFullName); this.TabStudent.Controls.Add(this.tbStudentFullName); this.TabStudent.Controls.Add(this.lblStudentUserName); this.TabStudent.Controls.Add(this.tbStudentUsername); this.TabStudent.Location = new System.Drawing.Point(4, 25); this.TabStudent.Name = "TabStudent"; this.TabStudent.Padding = new System.Windows.Forms.Padding(3); this.TabStudent.Size = new System.Drawing.Size(256, 206); this.TabStudent.TabIndex = 3; this.TabStudent.Text = "Student"; this.TabStudent.UseVisualStyleBackColor = true; // // btnStudentUpdateFile // this.btnStudentUpdateFile.Location = new System.Drawing.Point(54, 158); this.btnStudentUpdateFile.Name = "btnStudentUpdateFile"; this.btnStudentUpdateFile.Size = new System.Drawing.Size(96, 42); this.btnStudentUpdateFile.TabIndex = 6; this.btnStudentUpdateFile.Text = "Update File"; this.btnStudentUpdateFile.UseVisualStyleBackColor = true; // // btnStudentChangePassword // this.btnStudentChangePassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnStudentChangePassword.Location = new System.Drawing.Point(156, 158); this.btnStudentChangePassword.Name = "btnStudentChangePassword"; this.btnStudentChangePassword.Size = new System.Drawing.Size(94, 42); this.btnStudentChangePassword.TabIndex = 5; this.btnStudentChangePassword.Text = "Change Password"; this.btnStudentChangePassword.UseVisualStyleBackColor = true; // // lblStudentFullName // this.lblStudentFullName.AutoSize = true; this.lblStudentFullName.Location = new System.Drawing.Point(17, 37); this.lblStudentFullName.Name = "lblStudentFullName"; this.lblStudentFullName.Size = new System.Drawing.Size(71, 17); this.lblStudentFullName.TabIndex = 3; this.lblStudentFullName.Text = "Full Name"; // // tbStudentFullName // this.tbStudentFullName.Location = new System.Drawing.Point(107, 34); this.tbStudentFullName.Name = "tbStudentFullName"; this.tbStudentFullName.Size = new System.Drawing.Size(134, 22); this.tbStudentFullName.TabIndex = 2; // // lblStudentUserName // this.lblStudentUserName.AutoSize = true; this.lblStudentUserName.Location = new System.Drawing.Point(17, 9); this.lblStudentUserName.Name = "lblStudentUserName"; this.lblStudentUserName.Size = new System.Drawing.Size(79, 17); this.lblStudentUserName.TabIndex = 1; this.lblStudentUserName.Text = "User Name"; // // tbStudentUsername // this.tbStudentUsername.Enabled = false; this.tbStudentUsername.Location = new System.Drawing.Point(107, 6); this.tbStudentUsername.Name = "tbStudentUsername"; this.tbStudentUsername.Size = new System.Drawing.Size(134, 22); this.tbStudentUsername.TabIndex = 0; // // tvClasswork // this.tvClasswork.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.tvClasswork.Location = new System.Drawing.Point(6, 6); this.tvClasswork.Name = "tvClasswork"; this.tvClasswork.Size = new System.Drawing.Size(219, 239); this.tvClasswork.TabIndex = 0; this.tvClasswork.Click += new System.EventHandler(this.tvClasswork_Click); // // btnExit // this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.Location = new System.Drawing.Point(446, 298); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 1; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // cbTeacherAutoDHCP // this.cbTeacherAutoDHCP.AutoSize = true; this.cbTeacherAutoDHCP.Location = new System.Drawing.Point(20, 107); this.cbTeacherAutoDHCP.Name = "cbTeacherAutoDHCP"; this.cbTeacherAutoDHCP.Size = new System.Drawing.Size(210, 21); this.cbTeacherAutoDHCP.TabIndex = 5; this.cbTeacherAutoDHCP.Text = "Auto DHCP on network Load"; this.cbTeacherAutoDHCP.UseVisualStyleBackColor = true; this.cbTeacherAutoDHCP.CheckedChanged += new System.EventHandler(this.cbTeacherAutoDHCP_CheckedChanged); // // bthAutoTestStudentHomework // this.bthAutoTestStudentHomework.Location = new System.Drawing.Point(23, 108); this.bthAutoTestStudentHomework.Name = "bthAutoTestStudentHomework"; this.bthAutoTestStudentHomework.Size = new System.Drawing.Size(207, 23); this.bthAutoTestStudentHomework.TabIndex = 8; this.bthAutoTestStudentHomework.Text = "Auto-test homework"; this.bthAutoTestStudentHomework.UseVisualStyleBackColor = true; this.bthAutoTestStudentHomework.Click += new System.EventHandler(this.bthAutoTestStudentHomework_Click); // // PersonProfileForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(537, 333); this.Controls.Add(this.btnExit); this.Controls.Add(this.tcTabControl); this.Name = "PersonProfileForm"; this.Text = "PersonProfileForm"; this.Load += new System.EventHandler(this.PersonProfileForm_Load); this.tcTabControl.ResumeLayout(false); this.TabProfile.ResumeLayout(false); this.TabProfile.PerformLayout(); this.TabClasswork.ResumeLayout(false); this.tcTreeData.ResumeLayout(false); this.tabClass.ResumeLayout(false); this.TabHomework.ResumeLayout(false); this.TabHomework.PerformLayout(); this.TabStudents.ResumeLayout(false); this.TabStudent.ResumeLayout(false); this.TabStudent.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tcTabControl; private System.Windows.Forms.TabPage TabProfile; private System.Windows.Forms.Label lblUsername; private System.Windows.Forms.TextBox tbUsername; private System.Windows.Forms.TabPage TabClasswork; private System.Windows.Forms.TextBox tbFullName; private System.Windows.Forms.Button btnChangePassword; private System.Windows.Forms.Label lblFullName; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.TreeView tvClasswork; private System.Windows.Forms.TabControl tcTreeData; private System.Windows.Forms.TabPage tabClass; private System.Windows.Forms.TabPage TabHomework; private System.Windows.Forms.TabPage TabStudents; private System.Windows.Forms.Label lblHWDescription; private System.Windows.Forms.Label lblHWName; private System.Windows.Forms.Label lblHWClass; private System.Windows.Forms.TextBox tbHWDescription; private System.Windows.Forms.TextBox tbHWName; private System.Windows.Forms.TextBox tbHWClass; private System.Windows.Forms.Label lblHWSubmitted; private System.Windows.Forms.TextBox tbHWSubmitted; private System.Windows.Forms.Label lblHWDue; private System.Windows.Forms.DateTimePicker dtpHWDue; private System.Windows.Forms.Button btnHWDelete; private System.Windows.Forms.Button btnLaunch; private System.Windows.Forms.TabPage TabStudent; private System.Windows.Forms.Label lblStudentFullName; private System.Windows.Forms.TextBox tbStudentFullName; private System.Windows.Forms.Label lblStudentUserName; private System.Windows.Forms.TextBox tbStudentUsername; private System.Windows.Forms.Button btnStudentUpdateFile; private System.Windows.Forms.Button btnStudentChangePassword; private System.Windows.Forms.Button btnImportStudents; private System.Windows.Forms.Button btnGenerateStudentFiles; private System.Windows.Forms.Button btnHWSave; private System.Windows.Forms.Button btnHWGive; private System.Windows.Forms.Button btnExportHomework; private System.Windows.Forms.Button btnAllHomeworkToStudents; private System.Windows.Forms.Button btnReadAllStudentHomework; private System.Windows.Forms.Button btnExportStudentPasswords; private System.Windows.Forms.CheckBox cbTeacherAutoDHCP; private System.Windows.Forms.Button bthAutoTestStudentHomework; } }