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

99 lines
4.4 KiB
C#

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