Worms4Editor/W4Gui/Tabs/SchemeTab.Designer.cs

100 lines
4.3 KiB
C#

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