Worms4Editor/W4Gui/Tabs/HighscoresTab.Designer.cs

99 lines
4.4 KiB
C#

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