Worms4Editor/W4Gui/Tabs/UnlockableItemsTab.Designer.cs

99 lines
4.5 KiB
C#

namespace W4Gui.Tabs
{
partial class UnlockableItemsTab
{
/// <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.unlockableItemsSplitContainer = new System.Windows.Forms.SplitContainer();
this.unlockableItemsPanel = new W4Gui.Components.UnlockableItemsPanel();
this.unlockableItemsList = new W4Gui.Components.CollectiveListBox();
((System.ComponentModel.ISupportInitialize)(this.unlockableItemsSplitContainer)).BeginInit();
this.unlockableItemsSplitContainer.Panel1.SuspendLayout();
this.unlockableItemsSplitContainer.Panel2.SuspendLayout();
this.unlockableItemsSplitContainer.SuspendLayout();
this.SuspendLayout();
//
// unlockableItemsSplitContainer
//
this.unlockableItemsSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.unlockableItemsSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.unlockableItemsSplitContainer.Location = new System.Drawing.Point(0, 0);
this.unlockableItemsSplitContainer.Name = "unlockableItemsSplitContainer";
//
// unlockableItemsSplitContainer.Panel1
//
this.unlockableItemsSplitContainer.Panel1.Controls.Add(this.unlockableItemsList);
this.unlockableItemsSplitContainer.Panel1.Padding = new System.Windows.Forms.Padding(3);
//
// unlockableItemsSplitContainer.Panel2
//
this.unlockableItemsSplitContainer.Panel2.Controls.Add(this.unlockableItemsPanel);
this.unlockableItemsSplitContainer.Size = new System.Drawing.Size(797, 464);
this.unlockableItemsSplitContainer.SplitterDistance = 265;
this.unlockableItemsSplitContainer.TabIndex = 0;
//
// unlockableItemsPanel
//
this.unlockableItemsPanel.BackColor = System.Drawing.Color.LightGray;
this.unlockableItemsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.unlockableItemsPanel.Location = new System.Drawing.Point(0, 0);
this.unlockableItemsPanel.Name = "unlockableItemsPanel";
this.unlockableItemsPanel.Size = new System.Drawing.Size(524, 460);
this.unlockableItemsPanel.TabIndex = 0;
//
// unlockableItemsList
//
this.unlockableItemsList.Dock = System.Windows.Forms.DockStyle.Fill;
this.unlockableItemsList.Location = new System.Drawing.Point(3, 3);
this.unlockableItemsList.Name = "unlockableItemsList";
this.unlockableItemsList.Size = new System.Drawing.Size(261, 460);
this.unlockableItemsList.TabIndex = 0;
//
// UnlockableItemsTab
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.unlockableItemsSplitContainer);
this.Name = "UnlockableItemsTab";
this.Size = new System.Drawing.Size(797, 464);
this.unlockableItemsSplitContainer.Panel1.ResumeLayout(false);
this.unlockableItemsSplitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.unlockableItemsSplitContainer)).EndInit();
this.unlockableItemsSplitContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private SplitContainer unlockableItemsSplitContainer;
private Components.UnlockableItemsPanel unlockableItemsPanel;
private Components.CollectiveListBox unlockableItemsList;
}
}