319 lines
19 KiB
C#
319 lines
19 KiB
C#
namespace TrackerUI
|
|
{
|
|
partial class CreateTeamForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateTeamForm));
|
|
this.createdTeamNameValue = new System.Windows.Forms.TextBox();
|
|
this.createdTeamNameLabel = new System.Windows.Forms.Label();
|
|
this.headerLabel = new System.Windows.Forms.Label();
|
|
this.addTeamMemberButton = new System.Windows.Forms.Button();
|
|
this.selectTeamMemberDropDown = new System.Windows.Forms.ComboBox();
|
|
this.selectTeamMemberLabel = new System.Windows.Forms.Label();
|
|
this.addNewMemberGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.createMemberButton = new System.Windows.Forms.Button();
|
|
this.cellphoneValue = new System.Windows.Forms.TextBox();
|
|
this.cellPhoneLabel = new System.Windows.Forms.Label();
|
|
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.removeSelectedMemberButton = new System.Windows.Forms.Button();
|
|
this.createTeamButton = new System.Windows.Forms.Button();
|
|
this.addNewMemberGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// createdTeamNameValue
|
|
//
|
|
this.createdTeamNameValue.Location = new System.Drawing.Point(21, 110);
|
|
this.createdTeamNameValue.Name = "createdTeamNameValue";
|
|
this.createdTeamNameValue.Size = new System.Drawing.Size(368, 35);
|
|
this.createdTeamNameValue.TabIndex = 13;
|
|
//
|
|
// createdTeamNameLabel
|
|
//
|
|
this.createdTeamNameLabel.AutoSize = true;
|
|
this.createdTeamNameLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.createdTeamNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.createdTeamNameLabel.Location = new System.Drawing.Point(14, 70);
|
|
this.createdTeamNameLabel.Name = "createdTeamNameLabel";
|
|
this.createdTeamNameLabel.Size = new System.Drawing.Size(157, 37);
|
|
this.createdTeamNameLabel.TabIndex = 12;
|
|
this.createdTeamNameLabel.Text = "Team Name";
|
|
//
|
|
// headerLabel
|
|
//
|
|
this.headerLabel.AutoSize = true;
|
|
this.headerLabel.Font = new System.Drawing.Font("Segoe UI Light", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.headerLabel.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.headerLabel.Location = new System.Drawing.Point(12, 9);
|
|
this.headerLabel.Name = "headerLabel";
|
|
this.headerLabel.Size = new System.Drawing.Size(213, 50);
|
|
this.headerLabel.TabIndex = 11;
|
|
this.headerLabel.Text = "Create Team";
|
|
//
|
|
// addTeamMemberButton
|
|
//
|
|
this.addTeamMemberButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.addTeamMemberButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
|
|
this.addTeamMemberButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.addTeamMemberButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.addTeamMemberButton.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.addTeamMemberButton.Location = new System.Drawing.Point(81, 258);
|
|
this.addTeamMemberButton.Name = "addTeamMemberButton";
|
|
this.addTeamMemberButton.Size = new System.Drawing.Size(191, 54);
|
|
this.addTeamMemberButton.TabIndex = 19;
|
|
this.addTeamMemberButton.Text = "Add Member";
|
|
this.addTeamMemberButton.UseVisualStyleBackColor = true;
|
|
this.addTeamMemberButton.Click += new System.EventHandler(this.addTeamMemberButton_Click);
|
|
//
|
|
// selectTeamMemberDropDown
|
|
//
|
|
this.selectTeamMemberDropDown.FormattingEnabled = true;
|
|
this.selectTeamMemberDropDown.Location = new System.Drawing.Point(21, 203);
|
|
this.selectTeamMemberDropDown.Name = "selectTeamMemberDropDown";
|
|
this.selectTeamMemberDropDown.Size = new System.Drawing.Size(368, 38);
|
|
this.selectTeamMemberDropDown.TabIndex = 18;
|
|
//
|
|
// selectTeamMemberLabel
|
|
//
|
|
this.selectTeamMemberLabel.AutoSize = true;
|
|
this.selectTeamMemberLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.selectTeamMemberLabel.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.selectTeamMemberLabel.Location = new System.Drawing.Point(14, 163);
|
|
this.selectTeamMemberLabel.Name = "selectTeamMemberLabel";
|
|
this.selectTeamMemberLabel.Size = new System.Drawing.Size(263, 37);
|
|
this.selectTeamMemberLabel.TabIndex = 17;
|
|
this.selectTeamMemberLabel.Text = "Select Team Member";
|
|
//
|
|
// addNewMemberGroupBox
|
|
//
|
|
this.addNewMemberGroupBox.Controls.Add(this.createMemberButton);
|
|
this.addNewMemberGroupBox.Controls.Add(this.cellphoneValue);
|
|
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";
|
|
//
|
|
// createMemberButton
|
|
//
|
|
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.createMemberButton.Click += new System.EventHandler(this.createMemberButton_Click);
|
|
//
|
|
// cellphoneValue
|
|
//
|
|
this.cellphoneValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cellphoneValue.Location = new System.Drawing.Point(183, 169);
|
|
this.cellphoneValue.Name = "cellphoneValue";
|
|
this.cellphoneValue.Size = new System.Drawing.Size(185, 35);
|
|
this.cellphoneValue.TabIndex = 16;
|
|
//
|
|
// cellPhoneLabel
|
|
//
|
|
this.cellPhoneLabel.AutoSize = true;
|
|
this.cellPhoneLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.cellPhoneLabel.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.cellPhoneLabel.Location = new System.Drawing.Point(16, 166);
|
|
this.cellPhoneLabel.Name = "cellPhoneLabel";
|
|
this.cellPhoneLabel.Size = new System.Drawing.Size(124, 30);
|
|
this.cellPhoneLabel.TabIndex = 15;
|
|
this.cellPhoneLabel.Text = "Cellphone #";
|
|
//
|
|
// 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";
|
|
//
|
|
// 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
|
|
//
|
|
this.teamMembersListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.teamMembersListBox.FormattingEnabled = true;
|
|
this.teamMembersListBox.ItemHeight = 30;
|
|
this.teamMembersListBox.Location = new System.Drawing.Point(440, 110);
|
|
this.teamMembersListBox.Name = "teamMembersListBox";
|
|
this.teamMembersListBox.Size = new System.Drawing.Size(338, 512);
|
|
this.teamMembersListBox.TabIndex = 21;
|
|
//
|
|
// removeSelectedMemberButton
|
|
//
|
|
this.removeSelectedMemberButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.removeSelectedMemberButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
|
|
this.removeSelectedMemberButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.removeSelectedMemberButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.removeSelectedMemberButton.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.removeSelectedMemberButton.Location = new System.Drawing.Point(795, 319);
|
|
this.removeSelectedMemberButton.Name = "removeSelectedMemberButton";
|
|
this.removeSelectedMemberButton.Size = new System.Drawing.Size(125, 73);
|
|
this.removeSelectedMemberButton.TabIndex = 22;
|
|
this.removeSelectedMemberButton.Text = "Remove Selected";
|
|
this.removeSelectedMemberButton.UseVisualStyleBackColor = true;
|
|
this.removeSelectedMemberButton.Click += new System.EventHandler(this.removeSelectedMemberButton_Click);
|
|
//
|
|
// createTeamButton
|
|
//
|
|
this.createTeamButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.createTeamButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
|
|
this.createTeamButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.createTeamButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.createTeamButton.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.createTeamButton.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.createTeamButton.Location = new System.Drawing.Point(310, 648);
|
|
this.createTeamButton.Name = "createTeamButton";
|
|
this.createTeamButton.Size = new System.Drawing.Size(244, 54);
|
|
this.createTeamButton.TabIndex = 23;
|
|
this.createTeamButton.Text = "Create Team";
|
|
this.createTeamButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// CreateTeamForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(941, 714);
|
|
this.Controls.Add(this.createTeamButton);
|
|
this.Controls.Add(this.removeSelectedMemberButton);
|
|
this.Controls.Add(this.teamMembersListBox);
|
|
this.Controls.Add(this.addNewMemberGroupBox);
|
|
this.Controls.Add(this.addTeamMemberButton);
|
|
this.Controls.Add(this.selectTeamMemberDropDown);
|
|
this.Controls.Add(this.selectTeamMemberLabel);
|
|
this.Controls.Add(this.createdTeamNameValue);
|
|
this.Controls.Add(this.createdTeamNameLabel);
|
|
this.Controls.Add(this.headerLabel);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
this.Name = "CreateTeamForm";
|
|
this.Text = "Create Team";
|
|
this.addNewMemberGroupBox.ResumeLayout(false);
|
|
this.addNewMemberGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox createdTeamNameValue;
|
|
private System.Windows.Forms.Label createdTeamNameLabel;
|
|
private System.Windows.Forms.Label headerLabel;
|
|
private System.Windows.Forms.Button addTeamMemberButton;
|
|
private System.Windows.Forms.ComboBox selectTeamMemberDropDown;
|
|
private System.Windows.Forms.Label selectTeamMemberLabel;
|
|
private System.Windows.Forms.GroupBox addNewMemberGroupBox;
|
|
private System.Windows.Forms.Button createMemberButton;
|
|
private System.Windows.Forms.TextBox cellphoneValue;
|
|
private System.Windows.Forms.Label cellPhoneLabel;
|
|
private System.Windows.Forms.TextBox emailValue;
|
|
private System.Windows.Forms.Label emailLabel;
|
|
private System.Windows.Forms.TextBox lastNameValue;
|
|
private System.Windows.Forms.Label lastNameLabel;
|
|
private System.Windows.Forms.TextBox firstNameValue;
|
|
private System.Windows.Forms.Label firstNameLabel;
|
|
private System.Windows.Forms.ListBox teamMembersListBox;
|
|
private System.Windows.Forms.Button removeSelectedMemberButton;
|
|
private System.Windows.Forms.Button createTeamButton;
|
|
}
|
|
} |