namespace W4Gui.Tabs { partial class SchemeTab { /// /// 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.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(this.schemesList_NewButton); this.schemesList.DeleteButton += new System.EventHandler(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; } }