Last window created

This commit is contained in:
2020-03-22 16:09:26 +01:00
parent dcd64398e9
commit b1e62e829e
5 changed files with 416 additions and 99 deletions

View File

@ -35,20 +35,20 @@
this.addTeamMemberButton = new System.Windows.Forms.Button();
this.selectTeamMemberDropDown = new System.Windows.Forms.ComboBox();
this.selectTeamMemberLabel = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.firstNameValue = new System.Windows.Forms.TextBox();
this.firstNameLabel = new System.Windows.Forms.Label();
this.lastNameValue = new System.Windows.Forms.TextBox();
this.lastNameLabel = new System.Windows.Forms.Label();
this.emailValue = new System.Windows.Forms.TextBox();
this.emailLabel = new System.Windows.Forms.Label();
this.addNewMemberGroupBox = new System.Windows.Forms.GroupBox();
this.createMemberButton = new System.Windows.Forms.Button();
this.cellPhoneNumber = new System.Windows.Forms.TextBox();
this.cellPhoneLabel = new System.Windows.Forms.Label();
this.createMemberButton = new System.Windows.Forms.Button();
this.emailValue = new System.Windows.Forms.TextBox();
this.emailLabel = new System.Windows.Forms.Label();
this.lastNameValue = new System.Windows.Forms.TextBox();
this.lastNameLabel = new System.Windows.Forms.Label();
this.firstNameValue = new System.Windows.Forms.TextBox();
this.firstNameLabel = new System.Windows.Forms.Label();
this.teamMembersListBox = new System.Windows.Forms.ListBox();
this.deleteSelectedMemberButton = new System.Windows.Forms.Button();
this.createTeamButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.addNewMemberGroupBox.SuspendLayout();
this.SuspendLayout();
//
// createdTeamNameValue
@ -113,82 +113,40 @@
this.selectTeamMemberLabel.TabIndex = 17;
this.selectTeamMemberLabel.Text = "Select Team Member";
//
// groupBox1
// addNewMemberGroupBox
//
this.groupBox1.Controls.Add(this.createMemberButton);
this.groupBox1.Controls.Add(this.cellPhoneNumber);
this.groupBox1.Controls.Add(this.cellPhoneLabel);
this.groupBox1.Controls.Add(this.emailValue);
this.groupBox1.Controls.Add(this.emailLabel);
this.groupBox1.Controls.Add(this.lastNameValue);
this.groupBox1.Controls.Add(this.lastNameLabel);
this.groupBox1.Controls.Add(this.firstNameValue);
this.groupBox1.Controls.Add(this.firstNameLabel);
this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.ForeColor = System.Drawing.Color.DodgerBlue;
this.groupBox1.Location = new System.Drawing.Point(21, 333);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(383, 286);
this.groupBox1.TabIndex = 20;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Add New Member";
this.addNewMemberGroupBox.Controls.Add(this.createMemberButton);
this.addNewMemberGroupBox.Controls.Add(this.cellPhoneNumber);
this.addNewMemberGroupBox.Controls.Add(this.cellPhoneLabel);
this.addNewMemberGroupBox.Controls.Add(this.emailValue);
this.addNewMemberGroupBox.Controls.Add(this.emailLabel);
this.addNewMemberGroupBox.Controls.Add(this.lastNameValue);
this.addNewMemberGroupBox.Controls.Add(this.lastNameLabel);
this.addNewMemberGroupBox.Controls.Add(this.firstNameValue);
this.addNewMemberGroupBox.Controls.Add(this.firstNameLabel);
this.addNewMemberGroupBox.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addNewMemberGroupBox.ForeColor = System.Drawing.Color.DodgerBlue;
this.addNewMemberGroupBox.Location = new System.Drawing.Point(21, 333);
this.addNewMemberGroupBox.Name = "addNewMemberGroupBox";
this.addNewMemberGroupBox.Size = new System.Drawing.Size(383, 286);
this.addNewMemberGroupBox.TabIndex = 20;
this.addNewMemberGroupBox.TabStop = false;
this.addNewMemberGroupBox.Text = "Add New Member";
//
// firstNameValue
// createMemberButton
//
this.firstNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.firstNameValue.Location = new System.Drawing.Point(183, 46);
this.firstNameValue.Name = "firstNameValue";
this.firstNameValue.Size = new System.Drawing.Size(185, 35);
this.firstNameValue.TabIndex = 10;
//
// firstNameLabel
//
this.firstNameLabel.AutoSize = true;
this.firstNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.firstNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.firstNameLabel.Location = new System.Drawing.Point(16, 47);
this.firstNameLabel.Name = "firstNameLabel";
this.firstNameLabel.Size = new System.Drawing.Size(113, 30);
this.firstNameLabel.TabIndex = 9;
this.firstNameLabel.Text = "First Name";
//
// lastNameValue
//
this.lastNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lastNameValue.Location = new System.Drawing.Point(183, 87);
this.lastNameValue.Name = "lastNameValue";
this.lastNameValue.Size = new System.Drawing.Size(185, 35);
this.lastNameValue.TabIndex = 12;
//
// lastNameLabel
//
this.lastNameLabel.AutoSize = true;
this.lastNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lastNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.lastNameLabel.Location = new System.Drawing.Point(16, 84);
this.lastNameLabel.Name = "lastNameLabel";
this.lastNameLabel.Size = new System.Drawing.Size(112, 30);
this.lastNameLabel.TabIndex = 11;
this.lastNameLabel.Text = "Last Name";
//
// emailValue
//
this.emailValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emailValue.Location = new System.Drawing.Point(183, 128);
this.emailValue.Name = "emailValue";
this.emailValue.Size = new System.Drawing.Size(185, 35);
this.emailValue.TabIndex = 14;
//
// emailLabel
//
this.emailLabel.AutoSize = true;
this.emailLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emailLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.emailLabel.Location = new System.Drawing.Point(16, 125);
this.emailLabel.Name = "emailLabel";
this.emailLabel.Size = new System.Drawing.Size(63, 30);
this.emailLabel.TabIndex = 13;
this.emailLabel.Text = "Email";
this.createMemberButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.createMemberButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.createMemberButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.createMemberButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.createMemberButton.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.createMemberButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.createMemberButton.Location = new System.Drawing.Point(60, 214);
this.createMemberButton.Name = "createMemberButton";
this.createMemberButton.Size = new System.Drawing.Size(191, 54);
this.createMemberButton.TabIndex = 20;
this.createMemberButton.Text = "Create Member";
this.createMemberButton.UseVisualStyleBackColor = true;
//
// cellPhoneNumber
//
@ -209,20 +167,62 @@
this.cellPhoneLabel.TabIndex = 15;
this.cellPhoneLabel.Text = "Cellphone #";
//
// createMemberButton
// emailValue
//
this.createMemberButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.createMemberButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.createMemberButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.createMemberButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.createMemberButton.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.createMemberButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.createMemberButton.Location = new System.Drawing.Point(60, 214);
this.createMemberButton.Name = "createMemberButton";
this.createMemberButton.Size = new System.Drawing.Size(191, 54);
this.createMemberButton.TabIndex = 20;
this.createMemberButton.Text = "Create Member";
this.createMemberButton.UseVisualStyleBackColor = true;
this.emailValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emailValue.Location = new System.Drawing.Point(183, 128);
this.emailValue.Name = "emailValue";
this.emailValue.Size = new System.Drawing.Size(185, 35);
this.emailValue.TabIndex = 14;
//
// emailLabel
//
this.emailLabel.AutoSize = true;
this.emailLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.emailLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.emailLabel.Location = new System.Drawing.Point(16, 125);
this.emailLabel.Name = "emailLabel";
this.emailLabel.Size = new System.Drawing.Size(63, 30);
this.emailLabel.TabIndex = 13;
this.emailLabel.Text = "Email";
//
// lastNameValue
//
this.lastNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lastNameValue.Location = new System.Drawing.Point(183, 87);
this.lastNameValue.Name = "lastNameValue";
this.lastNameValue.Size = new System.Drawing.Size(185, 35);
this.lastNameValue.TabIndex = 12;
//
// lastNameLabel
//
this.lastNameLabel.AutoSize = true;
this.lastNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lastNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.lastNameLabel.Location = new System.Drawing.Point(16, 84);
this.lastNameLabel.Name = "lastNameLabel";
this.lastNameLabel.Size = new System.Drawing.Size(112, 30);
this.lastNameLabel.TabIndex = 11;
this.lastNameLabel.Text = "Last Name";
//
// firstNameValue
//
this.firstNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.firstNameValue.Location = new System.Drawing.Point(183, 46);
this.firstNameValue.Name = "firstNameValue";
this.firstNameValue.Size = new System.Drawing.Size(185, 35);
this.firstNameValue.TabIndex = 10;
//
// firstNameLabel
//
this.firstNameLabel.AutoSize = true;
this.firstNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.firstNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.firstNameLabel.Location = new System.Drawing.Point(16, 47);
this.firstNameLabel.Name = "firstNameLabel";
this.firstNameLabel.Size = new System.Drawing.Size(113, 30);
this.firstNameLabel.TabIndex = 9;
this.firstNameLabel.Text = "First Name";
//
// teamMembersListBox
//
@ -272,7 +272,7 @@
this.Controls.Add(this.createTeamButton);
this.Controls.Add(this.deleteSelectedMemberButton);
this.Controls.Add(this.teamMembersListBox);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.addNewMemberGroupBox);
this.Controls.Add(this.addTeamMemberButton);
this.Controls.Add(this.selectTeamMemberDropDown);
this.Controls.Add(this.selectTeamMemberLabel);
@ -284,8 +284,8 @@
this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
this.Name = "CreateTeamForm";
this.Text = "Create Team";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.addNewMemberGroupBox.ResumeLayout(false);
this.addNewMemberGroupBox.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
@ -299,7 +299,7 @@
private System.Windows.Forms.Button addTeamMemberButton;
private System.Windows.Forms.ComboBox selectTeamMemberDropDown;
private System.Windows.Forms.Label selectTeamMemberLabel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox addNewMemberGroupBox;
private System.Windows.Forms.Button createMemberButton;
private System.Windows.Forms.TextBox cellPhoneNumber;
private System.Windows.Forms.Label cellPhoneLabel;