namespace W4Gui.Tabs { partial class UnlockableItemsTab { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.unlockableItemsSplitContainer = new System.Windows.Forms.SplitContainer(); this.unlockableItemsPanel = new W4Gui.Components.UnlockableItemsPanel(); this.unlockableItemsList = new W4Gui.Components.CollectiveListAddDelete(); ((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); // // 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 = "teamsList"; this.unlockableItemsList.Size = new System.Drawing.Size(261, 460); this.unlockableItemsList.TabIndex = 0; this.unlockableItemsList.NewButton += new System.EventHandler(this.unlockableItemsList_NewButton); this.unlockableItemsList.DeleteButton += new System.EventHandler(this.unlockableItemsList_DeleteButton); // // 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.CollectiveListAddDelete unlockableItemsList; } }