More space for the classwork tree

This commit is contained in:
Tim Young 2017-08-02 14:41:57 -05:00
parent bbbb62ab14
commit 7a77de7ea9
1 changed files with 8 additions and 8 deletions

View File

@ -84,7 +84,7 @@
this.tcTabControl.Location = new System.Drawing.Point(12, 12); this.tcTabControl.Location = new System.Drawing.Point(12, 12);
this.tcTabControl.Name = "tcTabControl"; this.tcTabControl.Name = "tcTabControl";
this.tcTabControl.SelectedIndex = 0; this.tcTabControl.SelectedIndex = 0;
this.tcTabControl.Size = new System.Drawing.Size(418, 280); this.tcTabControl.Size = new System.Drawing.Size(513, 280);
this.tcTabControl.TabIndex = 0; this.tcTabControl.TabIndex = 0;
// //
// TabProfile // TabProfile
@ -97,7 +97,7 @@
this.TabProfile.Location = new System.Drawing.Point(4, 25); this.TabProfile.Location = new System.Drawing.Point(4, 25);
this.TabProfile.Name = "TabProfile"; this.TabProfile.Name = "TabProfile";
this.TabProfile.Padding = new System.Windows.Forms.Padding(3); this.TabProfile.Padding = new System.Windows.Forms.Padding(3);
this.TabProfile.Size = new System.Drawing.Size(410, 251); this.TabProfile.Size = new System.Drawing.Size(505, 251);
this.TabProfile.TabIndex = 0; this.TabProfile.TabIndex = 0;
this.TabProfile.Text = "Profile"; this.TabProfile.Text = "Profile";
this.TabProfile.UseVisualStyleBackColor = true; this.TabProfile.UseVisualStyleBackColor = true;
@ -105,7 +105,7 @@
// btnChangePassword // btnChangePassword
// //
this.btnChangePassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChangePassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnChangePassword.Location = new System.Drawing.Point(310, 9); this.btnChangePassword.Location = new System.Drawing.Point(405, 9);
this.btnChangePassword.Name = "btnChangePassword"; this.btnChangePassword.Name = "btnChangePassword";
this.btnChangePassword.Size = new System.Drawing.Size(94, 42); this.btnChangePassword.Size = new System.Drawing.Size(94, 42);
this.btnChangePassword.TabIndex = 4; this.btnChangePassword.TabIndex = 4;
@ -153,7 +153,7 @@
this.TabClasswork.Location = new System.Drawing.Point(4, 25); this.TabClasswork.Location = new System.Drawing.Point(4, 25);
this.TabClasswork.Name = "TabClasswork"; this.TabClasswork.Name = "TabClasswork";
this.TabClasswork.Padding = new System.Windows.Forms.Padding(3); this.TabClasswork.Padding = new System.Windows.Forms.Padding(3);
this.TabClasswork.Size = new System.Drawing.Size(410, 251); this.TabClasswork.Size = new System.Drawing.Size(505, 251);
this.TabClasswork.TabIndex = 1; this.TabClasswork.TabIndex = 1;
this.TabClasswork.Text = "Classwork"; this.TabClasswork.Text = "Classwork";
this.TabClasswork.UseVisualStyleBackColor = true; this.TabClasswork.UseVisualStyleBackColor = true;
@ -164,7 +164,7 @@
this.tcTreeData.Controls.Add(this.TabHomework); this.tcTreeData.Controls.Add(this.TabHomework);
this.tcTreeData.Controls.Add(this.TabStudents); this.tcTreeData.Controls.Add(this.TabStudents);
this.tcTreeData.Controls.Add(this.TabStudent); this.tcTreeData.Controls.Add(this.TabStudent);
this.tcTreeData.Location = new System.Drawing.Point(145, 9); this.tcTreeData.Location = new System.Drawing.Point(231, 10);
this.tcTreeData.Name = "tcTreeData"; this.tcTreeData.Name = "tcTreeData";
this.tcTreeData.SelectedIndex = 0; this.tcTreeData.SelectedIndex = 0;
this.tcTreeData.Size = new System.Drawing.Size(264, 235); this.tcTreeData.Size = new System.Drawing.Size(264, 235);
@ -401,14 +401,14 @@
| System.Windows.Forms.AnchorStyles.Left))); | System.Windows.Forms.AnchorStyles.Left)));
this.tvClasswork.Location = new System.Drawing.Point(6, 6); this.tvClasswork.Location = new System.Drawing.Point(6, 6);
this.tvClasswork.Name = "tvClasswork"; this.tvClasswork.Name = "tvClasswork";
this.tvClasswork.Size = new System.Drawing.Size(131, 239); this.tvClasswork.Size = new System.Drawing.Size(219, 239);
this.tvClasswork.TabIndex = 0; this.tvClasswork.TabIndex = 0;
this.tvClasswork.Click += new System.EventHandler(this.tvClasswork_Click); this.tvClasswork.Click += new System.EventHandler(this.tvClasswork_Click);
// //
// btnExit // btnExit
// //
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Location = new System.Drawing.Point(351, 298); this.btnExit.Location = new System.Drawing.Point(446, 298);
this.btnExit.Name = "btnExit"; this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 1; this.btnExit.TabIndex = 1;
@ -450,7 +450,7 @@
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 333); this.ClientSize = new System.Drawing.Size(537, 333);
this.Controls.Add(this.btnExit); this.Controls.Add(this.btnExit);
this.Controls.Add(this.tcTabControl); this.Controls.Add(this.tcTabControl);
this.Name = "PersonProfileForm"; this.Name = "PersonProfileForm";