namespace OSGeo.MapGuide.Maestro.ResourceEditors.FeatureSourcePreview { partial class FeatureSourcePreviewCtrl { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FeatureSourcePreviewCtrl)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tabPreviews = new System.Windows.Forms.TabControl(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnCloseTab = new System.Windows.Forms.ToolStripButton(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tabPreviews); this.splitContainer1.Panel2.Controls.Add(this.toolStrip1); this.splitContainer1.Size = new System.Drawing.Size(621, 437); this.splitContainer1.SplitterDistance = 207; this.splitContainer1.TabIndex = 0; // // tabPreviews // this.tabPreviews.Dock = System.Windows.Forms.DockStyle.Fill; this.tabPreviews.Location = new System.Drawing.Point(0, 25); this.tabPreviews.Name = "tabPreviews"; this.tabPreviews.SelectedIndex = 0; this.tabPreviews.Size = new System.Drawing.Size(410, 412); this.tabPreviews.TabIndex = 2; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnCloseTab}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(410, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // btnCloseTab // this.btnCloseTab.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.btnCloseTab.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnCloseTab.Enabled = false; this.btnCloseTab.Image = ((System.Drawing.Image)(resources.GetObject("btnCloseTab.Image"))); this.btnCloseTab.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCloseTab.Name = "btnCloseTab"; this.btnCloseTab.Size = new System.Drawing.Size(23, 22); this.btnCloseTab.Click += new System.EventHandler(this.btnCloseTab_Click); // // FeatureSourcePreviewCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "FeatureSourcePreviewCtrl"; this.Size = new System.Drawing.Size(621, 437); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); this.splitContainer1.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TabControl tabPreviews; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnCloseTab; } }