namespace TrackerUI { partial class TournamentViewerForm { /// /// 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(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.teamOneScoreValue = new System.Windows.Forms.TextBox(); this.teamTwoScoreValue = 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.scoreButton = 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 = ""; // // 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; this.roundDropDown.SelectedIndexChanged += new System.EventHandler(this.roundDropDown_SelectedIndexChanged); // // 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; this.unplayedOnlyCheckbox.CheckedChanged += new System.EventHandler(this.unplayedOnlyCheckbox_CheckedChanged); // // 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; this.MatchUpListBox.SelectedIndexChanged += new System.EventHandler(this.MatchUpListBox_SelectedIndexChanged); // // 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 = ""; // // 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"; // // teamOneScoreValue // this.teamOneScoreValue.Location = new System.Drawing.Point(498, 250); this.teamOneScoreValue.Name = "teamOneScoreValue"; this.teamOneScoreValue.Size = new System.Drawing.Size(100, 35); this.teamOneScoreValue.TabIndex = 8; // // teamTwoScoreValue // this.teamTwoScoreValue.Location = new System.Drawing.Point(498, 389); this.teamTwoScoreValue.Name = "teamTwoScoreValue"; this.teamTwoScoreValue.Size = new System.Drawing.Size(100, 35); this.teamTwoScoreValue.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 = ""; // // 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 -"; // // scoreButton // this.scoreButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.scoreButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray; this.scoreButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke; this.scoreButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.scoreButton.ForeColor = System.Drawing.Color.DodgerBlue; this.scoreButton.Location = new System.Drawing.Point(613, 287); this.scoreButton.Name = "scoreButton"; this.scoreButton.Size = new System.Drawing.Size(125, 58); this.scoreButton.TabIndex = 13; this.scoreButton.Text = "Score"; this.scoreButton.UseVisualStyleBackColor = true; this.scoreButton.Click += new System.EventHandler(this.scoreButton_Click); // // 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.scoreButton); this.Controls.Add(this.versusLabel); this.Controls.Add(this.teamTwoScoreValue); this.Controls.Add(this.teamTwoScoreLabel); this.Controls.Add(this.teamTwoName); this.Controls.Add(this.teamOneScoreValue); 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 teamOneScoreValue; private System.Windows.Forms.TextBox teamTwoScoreValue; private System.Windows.Forms.Label teamTwoScoreLabel; private System.Windows.Forms.Label teamTwoName; private System.Windows.Forms.Label versusLabel; private System.Windows.Forms.Button scoreButton; } }