Worms4Editor/W4Gui/Components/HighscoresPanel.Designer.cs

157 lines
7.3 KiB
C#

namespace W4Gui.Components
{
partial class HighscoresPanel
{
/// <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 Component 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()
{
this.highscoreTabControl = new System.Windows.Forms.TabControl();
this.generalTab = new System.Windows.Forms.TabPage();
this.tblGeneral = new System.Windows.Forms.TableLayoutPanel();
this.lblWinnerTime = new System.Windows.Forms.Label();
this.lblWinnerName = new System.Windows.Forms.Label();
this.selWinnerName = new System.Windows.Forms.TextBox();
this.selWinnerTime = new W4Gui.Components.IntUpDown();
this.highscoreTabControl.SuspendLayout();
this.generalTab.SuspendLayout();
this.tblGeneral.SuspendLayout();
this.SuspendLayout();
//
// highscoreTabControl
//
this.highscoreTabControl.Controls.Add(this.generalTab);
this.highscoreTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.highscoreTabControl.HotTrack = true;
this.highscoreTabControl.Location = new System.Drawing.Point(0, 0);
this.highscoreTabControl.Name = "highscoreTabControl";
this.highscoreTabControl.SelectedIndex = 0;
this.highscoreTabControl.Size = new System.Drawing.Size(707, 419);
this.highscoreTabControl.TabIndex = 1;
//
// generalTab
//
this.generalTab.BackColor = System.Drawing.Color.Transparent;
this.generalTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.generalTab.Controls.Add(this.tblGeneral);
this.generalTab.Location = new System.Drawing.Point(4, 24);
this.generalTab.Name = "generalTab";
this.generalTab.Padding = new System.Windows.Forms.Padding(3);
this.generalTab.Size = new System.Drawing.Size(699, 391);
this.generalTab.TabIndex = 0;
this.generalTab.Text = "General";
//
// tblGeneral
//
this.tblGeneral.AutoSize = true;
this.tblGeneral.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tblGeneral.ColumnCount = 2;
this.tblGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tblGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblGeneral.Controls.Add(this.lblWinnerTime, 0, 1);
this.tblGeneral.Controls.Add(this.lblWinnerName, 0, 0);
this.tblGeneral.Controls.Add(this.selWinnerName, 1, 0);
this.tblGeneral.Controls.Add(this.selWinnerTime, 1, 1);
this.tblGeneral.Dock = System.Windows.Forms.DockStyle.Top;
this.tblGeneral.Location = new System.Drawing.Point(3, 3);
this.tblGeneral.Name = "tblGeneral";
this.tblGeneral.RowCount = 2;
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tblGeneral.Size = new System.Drawing.Size(689, 64);
this.tblGeneral.TabIndex = 0;
//
// lblWinnerTime
//
this.lblWinnerTime.AutoSize = true;
this.lblWinnerTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblWinnerTime.Location = new System.Drawing.Point(5, 33);
this.lblWinnerTime.Name = "lblWinnerTime";
this.lblWinnerTime.Size = new System.Drawing.Size(83, 29);
this.lblWinnerTime.TabIndex = 17;
this.lblWinnerTime.Text = "Winner Time:";
this.lblWinnerTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblWinnerName
//
this.lblWinnerName.AutoSize = true;
this.lblWinnerName.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblWinnerName.Location = new System.Drawing.Point(5, 2);
this.lblWinnerName.Name = "lblWinnerName";
this.lblWinnerName.Size = new System.Drawing.Size(83, 29);
this.lblWinnerName.TabIndex = 0;
this.lblWinnerName.Text = "Winner Name:";
this.lblWinnerName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selWinnerName
//
this.selWinnerName.Dock = System.Windows.Forms.DockStyle.Top;
this.selWinnerName.Location = new System.Drawing.Point(96, 5);
this.selWinnerName.Name = "selWinnerName";
this.selWinnerName.PlaceholderText = "Winner Name";
this.selWinnerName.Size = new System.Drawing.Size(588, 23);
this.selWinnerName.TabIndex = 1;
//
// selWinnerTime
//
this.selWinnerTime.Dock = System.Windows.Forms.DockStyle.Top;
this.selWinnerTime.Location = new System.Drawing.Point(96, 36);
this.selWinnerTime.Name = "selWinnerTime";
this.selWinnerTime.Size = new System.Drawing.Size(588, 23);
this.selWinnerTime.TabIndex = 18;
this.selWinnerTime.Text = "0";
this.selWinnerTime.Value = 0;
//
// HighscoresPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightGray;
this.Controls.Add(this.highscoreTabControl);
this.Name = "HighscoresPanel";
this.Size = new System.Drawing.Size(707, 419);
this.highscoreTabControl.ResumeLayout(false);
this.generalTab.ResumeLayout(false);
this.generalTab.PerformLayout();
this.tblGeneral.ResumeLayout(false);
this.tblGeneral.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private TabControl highscoreTabControl;
private TabPage generalTab;
private TableLayoutPanel tblGeneral;
private Label lblWinnerName;
private TextBox selWinnerName;
private Label lblWinnerTime;
private IntUpDown selWinnerTime;
}
}