Worms4Editor/W4Gui/Tabs/StatsTab/StatTypeSelectionTab.Design...

117 lines
5.0 KiB
C#

namespace W4Gui.Tabs.StatsTab
{
partial class StatTypeSelectionTab
{
/// <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.statTypeTabControl = new System.Windows.Forms.TabControl();
this.teamStatsTab = new System.Windows.Forms.TabPage();
this.globalStatsTab = new System.Windows.Forms.TabPage();
this.teamStatsPanel = new W4Gui.Tabs.StatsTab.TeamStatisticsTab();
this.statsPanel = new W4Gui.Tabs.StatsTab.StatisticsTab();
this.statTypeTabControl.SuspendLayout();
this.teamStatsTab.SuspendLayout();
this.globalStatsTab.SuspendLayout();
this.SuspendLayout();
//
// statTypeTabControl
//
this.statTypeTabControl.Controls.Add(this.teamStatsTab);
this.statTypeTabControl.Controls.Add(this.globalStatsTab);
this.statTypeTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.statTypeTabControl.HotTrack = true;
this.statTypeTabControl.Location = new System.Drawing.Point(0, 0);
this.statTypeTabControl.Name = "statTypeTabControl";
this.statTypeTabControl.SelectedIndex = 0;
this.statTypeTabControl.Size = new System.Drawing.Size(885, 502);
this.statTypeTabControl.TabIndex = 0;
//
// teamStatsTab
//
this.teamStatsTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.teamStatsTab.Controls.Add(this.teamStatsPanel);
this.teamStatsTab.Location = new System.Drawing.Point(4, 24);
this.teamStatsTab.Name = "teamStatsTab";
this.teamStatsTab.Padding = new System.Windows.Forms.Padding(3);
this.teamStatsTab.Size = new System.Drawing.Size(877, 474);
this.teamStatsTab.TabIndex = 1;
this.teamStatsTab.Text = "Team Stats";
this.teamStatsTab.UseVisualStyleBackColor = true;
//
// globalStatsTab
//
this.globalStatsTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.globalStatsTab.Controls.Add(this.statsPanel);
this.globalStatsTab.Location = new System.Drawing.Point(4, 24);
this.globalStatsTab.Name = "globalStatsTab";
this.globalStatsTab.Padding = new System.Windows.Forms.Padding(3);
this.globalStatsTab.Size = new System.Drawing.Size(877, 474);
this.globalStatsTab.TabIndex = 2;
this.globalStatsTab.Text = "Global Stats";
this.globalStatsTab.UseVisualStyleBackColor = true;
//
// teamStatsPanel
//
this.teamStatsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.teamStatsPanel.Location = new System.Drawing.Point(3, 3);
this.teamStatsPanel.Name = "teamStatsPanel";
this.teamStatsPanel.Size = new System.Drawing.Size(867, 464);
this.teamStatsPanel.TabIndex = 0;
//
// statsPanel
//
this.statsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.statsPanel.Location = new System.Drawing.Point(3, 3);
this.statsPanel.Name = "statsPanel";
this.statsPanel.Size = new System.Drawing.Size(867, 464);
this.statsPanel.TabIndex = 0;
//
// StatsTab
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.statTypeTabControl);
this.Name = "StatsTab";
this.Size = new System.Drawing.Size(885, 502);
this.statTypeTabControl.ResumeLayout(false);
this.teamStatsTab.ResumeLayout(false);
this.globalStatsTab.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private TabControl statTypeTabControl;
private TabPage teamStatsTab;
private TabPage globalStatsTab;
private TeamStatisticsTab teamStatsPanel;
private StatisticsTab statsPanel;
}
}