namespace Toolbox.Library.Forms { partial class STVerticalTabMenuItem { /// /// 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.stLabel1 = new Toolbox.Library.Forms.STLabel(); this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.stPanel1.SuspendLayout(); this.SuspendLayout(); // // stLabel1 // this.stLabel1.AutoSize = true; this.stLabel1.Location = new System.Drawing.Point(0, 9); this.stLabel1.Name = "stLabel1"; this.stLabel1.Size = new System.Drawing.Size(47, 13); this.stLabel1.TabIndex = 0; this.stLabel1.Text = "stLabel1"; this.stLabel1.Click += new System.EventHandler(this.stLabel1_Click); // // stPanel1 // this.stPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.stPanel1.Controls.Add(this.stLabel1); this.stPanel1.Location = new System.Drawing.Point(3, 3); this.stPanel1.Name = "stPanel1"; this.stPanel1.Size = new System.Drawing.Size(120, 30); this.stPanel1.TabIndex = 1; // // STVerticalTabMenuItem // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.stPanel1); this.Name = "STVerticalTabMenuItem"; this.Size = new System.Drawing.Size(126, 36); this.Click += new System.EventHandler(this.STVerticalTabMenuItem_Click); this.stPanel1.ResumeLayout(false); this.stPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private STLabel stLabel1; private STPanel stPanel1; } }