namespace LayoutBXLYT { partial class LayoutProperties { /// /// 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.stPropertyGrid1 = new Toolbox.Library.Forms.STPropertyGrid(); this.stTabControl1 = new Toolbox.Library.Forms.STTabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.stTabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.SuspendLayout(); // // stPropertyGrid1 // this.stPropertyGrid1.AutoScroll = true; this.stPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.stPropertyGrid1.Location = new System.Drawing.Point(3, 3); this.stPropertyGrid1.Name = "stPropertyGrid1"; this.stPropertyGrid1.ShowHintDisplay = true; this.stPropertyGrid1.Size = new System.Drawing.Size(338, 264); this.stPropertyGrid1.TabIndex = 0; // // stTabControl1 // this.stTabControl1.Controls.Add(this.tabPage1); this.stTabControl1.Controls.Add(this.tabPage2); this.stTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.stTabControl1.Location = new System.Drawing.Point(0, 0); this.stTabControl1.myBackColor = System.Drawing.Color.Empty; this.stTabControl1.Name = "stTabControl1"; this.stTabControl1.SelectedIndex = 0; this.stTabControl1.Size = new System.Drawing.Size(352, 299); this.stTabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.stPropertyGrid1); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(344, 270); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Properties"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(344, 270); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "User Data"; this.tabPage2.UseVisualStyleBackColor = true; // // LayoutProperties // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(352, 299); this.Controls.Add(this.stTabControl1); this.Name = "LayoutProperties"; this.stTabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1; private Toolbox.Library.Forms.STTabControl stTabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; } }