namespace Toolbox.Library.Forms { partial class STConsoleForm { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.stPanel1 = new Toolbox.Library.Forms.STPanel(); this.stButton1 = new Toolbox.Library.Forms.STButton(); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // // contentContainer // this.contentContainer.Controls.Add(this.stButton1); this.contentContainer.Controls.Add(this.stPanel1); this.contentContainer.Controls.SetChildIndex(this.stPanel1, 0); this.contentContainer.Controls.SetChildIndex(this.stButton1, 0); // // stPanel1 // this.stPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stPanel1.Location = new System.Drawing.Point(0, 25); this.stPanel1.Name = "stPanel1"; this.stPanel1.Size = new System.Drawing.Size(543, 336); this.stPanel1.TabIndex = 11; // // stButton1 // this.stButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.stButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.stButton1.Location = new System.Drawing.Point(465, 367); this.stButton1.Name = "stButton1"; this.stButton1.Size = new System.Drawing.Size(75, 23); this.stButton1.TabIndex = 0; this.stButton1.Text = "Ok"; this.stButton1.UseVisualStyleBackColor = false; // // STConsoleForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(549, 398); this.Name = "STConsoleForm"; this.Text = "STConsoleForm"; this.contentContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private STPanel stPanel1; private STButton stButton1; } }