Worms4Editor/W4Gui/Tabs/StatsTab/TeamStatisticsTab.Designer.cs

99 lines
4.6 KiB
C#

namespace W4Gui.Tabs.StatsTab
{
partial class TeamStatisticsTab
{
/// <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.teamStatisticsSplitContainer = new System.Windows.Forms.SplitContainer();
this.teamStatisticsList = new W4Gui.Components.CollectiveListAddDelete();
this.teamStatisticsPanel = new W4Gui.Components.StatisticsPanel();
((System.ComponentModel.ISupportInitialize)(this.teamStatisticsSplitContainer)).BeginInit();
this.teamStatisticsSplitContainer.Panel1.SuspendLayout();
this.teamStatisticsSplitContainer.Panel2.SuspendLayout();
this.teamStatisticsSplitContainer.SuspendLayout();
this.SuspendLayout();
//
// teamStatisticsSplitContainer
//
this.teamStatisticsSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.teamStatisticsSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.teamStatisticsSplitContainer.Location = new System.Drawing.Point(3, 3);
this.teamStatisticsSplitContainer.Name = "teamStatisticsSplitContainer";
//
// teamStatisticsSplitContainer.Panel1
//
this.teamStatisticsSplitContainer.Panel1.Controls.Add(this.teamStatisticsList);
//
// teamStatisticsSplitContainer.Panel2
//
this.teamStatisticsSplitContainer.Panel2.Controls.Add(this.teamStatisticsPanel);
this.teamStatisticsSplitContainer.Size = new System.Drawing.Size(797, 464);
this.teamStatisticsSplitContainer.SplitterDistance = 265;
this.teamStatisticsSplitContainer.TabIndex = 0;
//
// teamStatisticsList
//
this.teamStatisticsList.Dock = System.Windows.Forms.DockStyle.Fill;
this.teamStatisticsList.Location = new System.Drawing.Point(0, 0);
this.teamStatisticsList.Name = "teamStatisticsList";
this.teamStatisticsList.Size = new System.Drawing.Size(261, 460);
this.teamStatisticsList.TabIndex = 0;
this.teamStatisticsList.NewButton += new System.EventHandler<System.EventArgs>(this.teamStatisticsList_NewButton);
this.teamStatisticsList.DeleteButton += new System.EventHandler<System.EventArgs>(this.teamStatisticsList_DelButton);
//
// teamStatisticsPanel
//
this.teamStatisticsPanel.BackColor = System.Drawing.Color.LightGray;
this.teamStatisticsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.teamStatisticsPanel.Location = new System.Drawing.Point(0, 0);
this.teamStatisticsPanel.Name = "teamStatisticsPanel";
this.teamStatisticsPanel.Size = new System.Drawing.Size(524, 460);
this.teamStatisticsPanel.TabIndex = 0;
//
// StatisticsTab
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.teamStatisticsSplitContainer);
this.Name = "TeamStatisticsTab";
this.Size = new System.Drawing.Size(797, 464);
this.teamStatisticsSplitContainer.Panel1.ResumeLayout(false);
this.teamStatisticsSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.teamStatisticsSplitContainer)).EndInit();
this.teamStatisticsSplitContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SplitContainer teamStatisticsSplitContainer;
private Components.CollectiveListAddDelete teamStatisticsList;
private Components.StatisticsPanel teamStatisticsPanel;
}
}