namespace TrackerUI
{
partial class CreateTournamentForm
{
///
/// 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(CreateTournamentForm));
this.headerLabel = new System.Windows.Forms.Label();
this.tournamentNameValue = new System.Windows.Forms.TextBox();
this.tournamentNameLabel = new System.Windows.Forms.Label();
this.entryFeeValue = new System.Windows.Forms.TextBox();
this.entryFeeLabel = new System.Windows.Forms.Label();
this.selectTeamDropDown = new System.Windows.Forms.ComboBox();
this.selectTeamLabel = new System.Windows.Forms.Label();
this.createNewTeamLink = new System.Windows.Forms.LinkLabel();
this.addTeamButton = new System.Windows.Forms.Button();
this.cratePrizeButton = new System.Windows.Forms.Button();
this.tournamentTeamsListBox = new System.Windows.Forms.ListBox();
this.tournamentPlayersLabel = new System.Windows.Forms.Label();
this.removeSelectedPlayerButton = new System.Windows.Forms.Button();
this.removeSelectedPrizeButton = new System.Windows.Forms.Button();
this.prizesLabel = new System.Windows.Forms.Label();
this.prizesListBox = new System.Windows.Forms.ListBox();
this.createTournamentButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// 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(325, 50);
this.headerLabel.TabIndex = 1;
this.headerLabel.Text = "Create Tournament:";
//
// tournamentNameValue
//
this.tournamentNameValue.Location = new System.Drawing.Point(21, 119);
this.tournamentNameValue.Name = "tournamentNameValue";
this.tournamentNameValue.Size = new System.Drawing.Size(331, 35);
this.tournamentNameValue.TabIndex = 10;
//
// tournamentNameLabel
//
this.tournamentNameLabel.AutoSize = true;
this.tournamentNameLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tournamentNameLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.tournamentNameLabel.Location = new System.Drawing.Point(14, 79);
this.tournamentNameLabel.Name = "tournamentNameLabel";
this.tournamentNameLabel.Size = new System.Drawing.Size(236, 37);
this.tournamentNameLabel.TabIndex = 9;
this.tournamentNameLabel.Text = "Tournament Name";
//
// entryFeeValue
//
this.entryFeeValue.Location = new System.Drawing.Point(145, 177);
this.entryFeeValue.Name = "entryFeeValue";
this.entryFeeValue.Size = new System.Drawing.Size(100, 35);
this.entryFeeValue.TabIndex = 12;
this.entryFeeValue.Text = "0";
//
// entryFeeLabel
//
this.entryFeeLabel.AutoSize = true;
this.entryFeeLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.entryFeeLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.entryFeeLabel.Location = new System.Drawing.Point(14, 175);
this.entryFeeLabel.Name = "entryFeeLabel";
this.entryFeeLabel.Size = new System.Drawing.Size(125, 37);
this.entryFeeLabel.TabIndex = 11;
this.entryFeeLabel.Text = "Entry Fee";
//
// selectTeamDropDown
//
this.selectTeamDropDown.FormattingEnabled = true;
this.selectTeamDropDown.Location = new System.Drawing.Point(21, 272);
this.selectTeamDropDown.Name = "selectTeamDropDown";
this.selectTeamDropDown.Size = new System.Drawing.Size(331, 38);
this.selectTeamDropDown.TabIndex = 14;
//
// selectTeamLabel
//
this.selectTeamLabel.AutoSize = true;
this.selectTeamLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.selectTeamLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.selectTeamLabel.Location = new System.Drawing.Point(14, 232);
this.selectTeamLabel.Name = "selectTeamLabel";
this.selectTeamLabel.Size = new System.Drawing.Size(156, 37);
this.selectTeamLabel.TabIndex = 13;
this.selectTeamLabel.Text = "Select Team";
//
// createNewTeamLink
//
this.createNewTeamLink.AutoSize = true;
this.createNewTeamLink.Location = new System.Drawing.Point(176, 238);
this.createNewTeamLink.Name = "createNewTeamLink";
this.createNewTeamLink.Size = new System.Drawing.Size(176, 30);
this.createNewTeamLink.TabIndex = 15;
this.createNewTeamLink.TabStop = true;
this.createNewTeamLink.Text = "Create New Team";
this.createNewTeamLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.createNewTeamLink_LinkClicked);
//
// addTeamButton
//
this.addTeamButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.addTeamButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.addTeamButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.addTeamButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addTeamButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.addTeamButton.Location = new System.Drawing.Point(81, 327);
this.addTeamButton.Name = "addTeamButton";
this.addTeamButton.Size = new System.Drawing.Size(191, 54);
this.addTeamButton.TabIndex = 16;
this.addTeamButton.Text = "Add Team";
this.addTeamButton.UseVisualStyleBackColor = true;
this.addTeamButton.Click += new System.EventHandler(this.addTeamButton_Click);
//
// cratePrizeButton
//
this.cratePrizeButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.cratePrizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.cratePrizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.cratePrizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cratePrizeButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.cratePrizeButton.Location = new System.Drawing.Point(81, 406);
this.cratePrizeButton.Name = "cratePrizeButton";
this.cratePrizeButton.Size = new System.Drawing.Size(191, 54);
this.cratePrizeButton.TabIndex = 17;
this.cratePrizeButton.Text = "Create Prize";
this.cratePrizeButton.UseVisualStyleBackColor = true;
this.cratePrizeButton.Click += new System.EventHandler(this.cratePrizeButton_Click);
//
// tournamentTeamsListBox
//
this.tournamentTeamsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tournamentTeamsListBox.FormattingEnabled = true;
this.tournamentTeamsListBox.ItemHeight = 30;
this.tournamentTeamsListBox.Location = new System.Drawing.Point(431, 119);
this.tournamentTeamsListBox.Name = "tournamentTeamsListBox";
this.tournamentTeamsListBox.Size = new System.Drawing.Size(338, 152);
this.tournamentTeamsListBox.TabIndex = 18;
//
// tournamentPlayersLabel
//
this.tournamentPlayersLabel.AutoSize = true;
this.tournamentPlayersLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tournamentPlayersLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.tournamentPlayersLabel.Location = new System.Drawing.Point(424, 79);
this.tournamentPlayersLabel.Name = "tournamentPlayersLabel";
this.tournamentPlayersLabel.Size = new System.Drawing.Size(198, 37);
this.tournamentPlayersLabel.TabIndex = 19;
this.tournamentPlayersLabel.Text = "Teams / Players";
//
// removeSelectedPlayerButton
//
this.removeSelectedPlayerButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.removeSelectedPlayerButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.removeSelectedPlayerButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.removeSelectedPlayerButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeSelectedPlayerButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.removeSelectedPlayerButton.Location = new System.Drawing.Point(796, 159);
this.removeSelectedPlayerButton.Name = "removeSelectedPlayerButton";
this.removeSelectedPlayerButton.Size = new System.Drawing.Size(125, 73);
this.removeSelectedPlayerButton.TabIndex = 20;
this.removeSelectedPlayerButton.Text = "Remove Selected";
this.removeSelectedPlayerButton.UseVisualStyleBackColor = true;
this.removeSelectedPlayerButton.Click += new System.EventHandler(this.removeSelectedPlayerButton_Click);
//
// removeSelectedPrizeButton
//
this.removeSelectedPrizeButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.removeSelectedPrizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.removeSelectedPrizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.removeSelectedPrizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.removeSelectedPrizeButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.removeSelectedPrizeButton.Location = new System.Drawing.Point(796, 365);
this.removeSelectedPrizeButton.Name = "removeSelectedPrizeButton";
this.removeSelectedPrizeButton.Size = new System.Drawing.Size(125, 73);
this.removeSelectedPrizeButton.TabIndex = 23;
this.removeSelectedPrizeButton.Text = "Remove Selected";
this.removeSelectedPrizeButton.UseVisualStyleBackColor = true;
this.removeSelectedPrizeButton.Click += new System.EventHandler(this.removeSelectedPrizeButton_Click);
//
// prizesLabel
//
this.prizesLabel.AutoSize = true;
this.prizesLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.prizesLabel.ForeColor = System.Drawing.Color.DodgerBlue;
this.prizesLabel.Location = new System.Drawing.Point(424, 287);
this.prizesLabel.Name = "prizesLabel";
this.prizesLabel.Size = new System.Drawing.Size(85, 37);
this.prizesLabel.TabIndex = 22;
this.prizesLabel.Text = "Prizes";
//
// prizesListBox
//
this.prizesListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.prizesListBox.FormattingEnabled = true;
this.prizesListBox.ItemHeight = 30;
this.prizesListBox.Location = new System.Drawing.Point(431, 327);
this.prizesListBox.Name = "prizesListBox";
this.prizesListBox.Size = new System.Drawing.Size(338, 152);
this.prizesListBox.TabIndex = 21;
//
// createTournamentButton
//
this.createTournamentButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
this.createTournamentButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
this.createTournamentButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
this.createTournamentButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.createTournamentButton.ForeColor = System.Drawing.Color.DodgerBlue;
this.createTournamentButton.Location = new System.Drawing.Point(296, 512);
this.createTournamentButton.Name = "createTournamentButton";
this.createTournamentButton.Size = new System.Drawing.Size(284, 54);
this.createTournamentButton.TabIndex = 24;
this.createTournamentButton.Text = "Create Tournament";
this.createTournamentButton.UseVisualStyleBackColor = true;
this.createTournamentButton.Click += new System.EventHandler(this.createTournamentButton_Click);
//
// CreateTournamentForm
//
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(945, 594);
this.Controls.Add(this.createTournamentButton);
this.Controls.Add(this.removeSelectedPrizeButton);
this.Controls.Add(this.prizesLabel);
this.Controls.Add(this.prizesListBox);
this.Controls.Add(this.removeSelectedPlayerButton);
this.Controls.Add(this.tournamentPlayersLabel);
this.Controls.Add(this.tournamentTeamsListBox);
this.Controls.Add(this.cratePrizeButton);
this.Controls.Add(this.addTeamButton);
this.Controls.Add(this.createNewTeamLink);
this.Controls.Add(this.selectTeamDropDown);
this.Controls.Add(this.selectTeamLabel);
this.Controls.Add(this.entryFeeValue);
this.Controls.Add(this.entryFeeLabel);
this.Controls.Add(this.tournamentNameValue);
this.Controls.Add(this.tournamentNameLabel);
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 = "CreateTournamentForm";
this.Text = "CreateTournament";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label headerLabel;
private System.Windows.Forms.TextBox tournamentNameValue;
private System.Windows.Forms.Label tournamentNameLabel;
private System.Windows.Forms.TextBox entryFeeValue;
private System.Windows.Forms.Label entryFeeLabel;
private System.Windows.Forms.ComboBox selectTeamDropDown;
private System.Windows.Forms.Label selectTeamLabel;
private System.Windows.Forms.LinkLabel createNewTeamLink;
private System.Windows.Forms.Button addTeamButton;
private System.Windows.Forms.Button cratePrizeButton;
private System.Windows.Forms.ListBox tournamentTeamsListBox;
private System.Windows.Forms.Label tournamentPlayersLabel;
private System.Windows.Forms.Button removeSelectedPlayerButton;
private System.Windows.Forms.Button removeSelectedPrizeButton;
private System.Windows.Forms.Label prizesLabel;
private System.Windows.Forms.ListBox prizesListBox;
private System.Windows.Forms.Button createTournamentButton;
}
}