Two forms created
This commit is contained in:
154
TrackerUI/TournamentViewerForm.Designer.cs
generated
154
TrackerUI/TournamentViewerForm.Designer.cs
generated
@ -32,6 +32,17 @@
|
||||
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
|
||||
@ -60,18 +71,144 @@
|
||||
// roundLabel
|
||||
//
|
||||
this.roundLabel.AutoSize = true;
|
||||
this.roundLabel.Location = new System.Drawing.Point(33, 99);
|
||||
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(73, 30);
|
||||
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(697, 487);
|
||||
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);
|
||||
@ -90,6 +227,17 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user