244 lines
12 KiB
C#
244 lines
12 KiB
C#
namespace TrackerUI
|
|
{
|
|
partial class TournamentViewerForm
|
|
{
|
|
/// <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(TournamentViewerForm));
|
|
this.headerLabel = new System.Windows.Forms.Label();
|
|
this.tournamentName = new System.Windows.Forms.Label();
|
|
this.roundLabel = new System.Windows.Forms.Label();
|
|
this.roundDropDown = new System.Windows.Forms.ComboBox();
|
|
this.unplayedOnlyCheckbox = new System.Windows.Forms.CheckBox();
|
|
this.MatchUpListBox = new System.Windows.Forms.ListBox();
|
|
this.teamOneName = new System.Windows.Forms.Label();
|
|
this.teamOneScoreLabel = new System.Windows.Forms.Label();
|
|
this.teamOneScoeValue = new System.Windows.Forms.TextBox();
|
|
this.teamTwoScoeValue = new System.Windows.Forms.TextBox();
|
|
this.teamTwoScoreLabel = new System.Windows.Forms.Label();
|
|
this.teamTwoName = new System.Windows.Forms.Label();
|
|
this.versusLabel = new System.Windows.Forms.Label();
|
|
this.button1 = 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(24, 20);
|
|
this.headerLabel.Name = "headerLabel";
|
|
this.headerLabel.Size = new System.Drawing.Size(214, 50);
|
|
this.headerLabel.TabIndex = 0;
|
|
this.headerLabel.Text = "Tournament:";
|
|
//
|
|
// tournamentName
|
|
//
|
|
this.tournamentName.AutoSize = true;
|
|
this.tournamentName.Font = new System.Drawing.Font("Segoe UI Light", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tournamentName.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.tournamentName.Location = new System.Drawing.Point(244, 20);
|
|
this.tournamentName.Name = "tournamentName";
|
|
this.tournamentName.Size = new System.Drawing.Size(150, 50);
|
|
this.tournamentName.TabIndex = 1;
|
|
this.tournamentName.Tag = "";
|
|
this.tournamentName.Text = "<none>";
|
|
//
|
|
// roundLabel
|
|
//
|
|
this.roundLabel.AutoSize = true;
|
|
this.roundLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.roundLabel.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.roundLabel.Location = new System.Drawing.Point(26, 80);
|
|
this.roundLabel.Name = "roundLabel";
|
|
this.roundLabel.Size = new System.Drawing.Size(94, 37);
|
|
this.roundLabel.TabIndex = 2;
|
|
this.roundLabel.Text = "Round";
|
|
//
|
|
// roundDropDown
|
|
//
|
|
this.roundDropDown.FormattingEnabled = true;
|
|
this.roundDropDown.Location = new System.Drawing.Point(126, 79);
|
|
this.roundDropDown.Name = "roundDropDown";
|
|
this.roundDropDown.Size = new System.Drawing.Size(245, 38);
|
|
this.roundDropDown.TabIndex = 3;
|
|
//
|
|
// unplayedOnlyCheckbox
|
|
//
|
|
this.unplayedOnlyCheckbox.AutoSize = true;
|
|
this.unplayedOnlyCheckbox.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.unplayedOnlyCheckbox.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.unplayedOnlyCheckbox.Location = new System.Drawing.Point(126, 135);
|
|
this.unplayedOnlyCheckbox.Name = "unplayedOnlyCheckbox";
|
|
this.unplayedOnlyCheckbox.Size = new System.Drawing.Size(212, 41);
|
|
this.unplayedOnlyCheckbox.TabIndex = 4;
|
|
this.unplayedOnlyCheckbox.Text = "Unplayed Only";
|
|
this.unplayedOnlyCheckbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// MatchUpListBox
|
|
//
|
|
this.MatchUpListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.MatchUpListBox.FormattingEnabled = true;
|
|
this.MatchUpListBox.ItemHeight = 30;
|
|
this.MatchUpListBox.Location = new System.Drawing.Point(33, 193);
|
|
this.MatchUpListBox.Name = "MatchUpListBox";
|
|
this.MatchUpListBox.Size = new System.Drawing.Size(338, 272);
|
|
this.MatchUpListBox.TabIndex = 5;
|
|
//
|
|
// teamOneName
|
|
//
|
|
this.teamOneName.AutoSize = true;
|
|
this.teamOneName.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.teamOneName.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.teamOneName.Location = new System.Drawing.Point(410, 193);
|
|
this.teamOneName.Name = "teamOneName";
|
|
this.teamOneName.Size = new System.Drawing.Size(165, 37);
|
|
this.teamOneName.TabIndex = 6;
|
|
this.teamOneName.Text = "<team one>";
|
|
//
|
|
// teamOneScoreLabel
|
|
//
|
|
this.teamOneScoreLabel.AutoSize = true;
|
|
this.teamOneScoreLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.teamOneScoreLabel.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.teamOneScoreLabel.Location = new System.Drawing.Point(410, 248);
|
|
this.teamOneScoreLabel.Name = "teamOneScoreLabel";
|
|
this.teamOneScoreLabel.Size = new System.Drawing.Size(82, 37);
|
|
this.teamOneScoreLabel.TabIndex = 7;
|
|
this.teamOneScoreLabel.Text = "Score";
|
|
//
|
|
// teamOneScoeValue
|
|
//
|
|
this.teamOneScoeValue.Location = new System.Drawing.Point(498, 250);
|
|
this.teamOneScoeValue.Name = "teamOneScoeValue";
|
|
this.teamOneScoeValue.Size = new System.Drawing.Size(100, 35);
|
|
this.teamOneScoeValue.TabIndex = 8;
|
|
//
|
|
// teamTwoScoeValue
|
|
//
|
|
this.teamTwoScoeValue.Location = new System.Drawing.Point(498, 389);
|
|
this.teamTwoScoeValue.Name = "teamTwoScoeValue";
|
|
this.teamTwoScoeValue.Size = new System.Drawing.Size(100, 35);
|
|
this.teamTwoScoeValue.TabIndex = 11;
|
|
//
|
|
// teamTwoScoreLabel
|
|
//
|
|
this.teamTwoScoreLabel.AutoSize = true;
|
|
this.teamTwoScoreLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.teamTwoScoreLabel.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.teamTwoScoreLabel.Location = new System.Drawing.Point(410, 387);
|
|
this.teamTwoScoreLabel.Name = "teamTwoScoreLabel";
|
|
this.teamTwoScoreLabel.Size = new System.Drawing.Size(82, 37);
|
|
this.teamTwoScoreLabel.TabIndex = 10;
|
|
this.teamTwoScoreLabel.Text = "Score";
|
|
//
|
|
// teamTwoName
|
|
//
|
|
this.teamTwoName.AutoSize = true;
|
|
this.teamTwoName.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.teamTwoName.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.teamTwoName.Location = new System.Drawing.Point(410, 332);
|
|
this.teamTwoName.Name = "teamTwoName";
|
|
this.teamTwoName.Size = new System.Drawing.Size(165, 37);
|
|
this.teamTwoName.TabIndex = 9;
|
|
this.teamTwoName.Text = "<team two>";
|
|
//
|
|
// versusLabel
|
|
//
|
|
this.versusLabel.AutoSize = true;
|
|
this.versusLabel.Font = new System.Drawing.Font("Segoe UI", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.versusLabel.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.versusLabel.Location = new System.Drawing.Point(491, 295);
|
|
this.versusLabel.Name = "versusLabel";
|
|
this.versusLabel.Size = new System.Drawing.Size(84, 37);
|
|
this.versusLabel.TabIndex = 12;
|
|
this.versusLabel.Text = "- VS -";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Silver;
|
|
this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray;
|
|
this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.button1.Location = new System.Drawing.Point(616, 286);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(125, 58);
|
|
this.button1.TabIndex = 13;
|
|
this.button1.Text = "Score";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// TournamentViewerForm
|
|
//
|
|
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(763, 487);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.versusLabel);
|
|
this.Controls.Add(this.teamTwoScoeValue);
|
|
this.Controls.Add(this.teamTwoScoreLabel);
|
|
this.Controls.Add(this.teamTwoName);
|
|
this.Controls.Add(this.teamOneScoeValue);
|
|
this.Controls.Add(this.teamOneScoreLabel);
|
|
this.Controls.Add(this.teamOneName);
|
|
this.Controls.Add(this.MatchUpListBox);
|
|
this.Controls.Add(this.unplayedOnlyCheckbox);
|
|
this.Controls.Add(this.roundDropDown);
|
|
this.Controls.Add(this.roundLabel);
|
|
this.Controls.Add(this.tournamentName);
|
|
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 = "TournamentViewerForm";
|
|
this.Text = "Tournament Viewer";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label headerLabel;
|
|
private System.Windows.Forms.Label tournamentName;
|
|
private System.Windows.Forms.Label roundLabel;
|
|
private System.Windows.Forms.ComboBox roundDropDown;
|
|
private System.Windows.Forms.CheckBox unplayedOnlyCheckbox;
|
|
private System.Windows.Forms.ListBox MatchUpListBox;
|
|
private System.Windows.Forms.Label teamOneName;
|
|
private System.Windows.Forms.Label teamOneScoreLabel;
|
|
private System.Windows.Forms.TextBox teamOneScoeValue;
|
|
private System.Windows.Forms.TextBox teamTwoScoeValue;
|
|
private System.Windows.Forms.Label teamTwoScoreLabel;
|
|
private System.Windows.Forms.Label teamTwoName;
|
|
private System.Windows.Forms.Label versusLabel;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
}
|
|
|