Worms4Editor/W4Gui/Tabs/TeamsTab.Designer.cs

100 lines
4.2 KiB
C#

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