namespace TradeIdeas.TIProGUI { partial class StrategyAddition { /// /// 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.lblAddStrategy = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblAddStrategy // this.lblAddStrategy.AutoSize = true; this.lblAddStrategy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAddStrategy.ForeColor = System.Drawing.Color.Green; this.lblAddStrategy.Location = new System.Drawing.Point(15, 20); this.lblAddStrategy.Name = "lblAddStrategy"; this.lblAddStrategy.Size = new System.Drawing.Size(155, 16); this.lblAddStrategy.TabIndex = 0; this.lblAddStrategy.Text = "New strategy added!"; // // StrategyAddition // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(195, 49); this.Controls.Add(this.lblAddStrategy); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "StrategyAddition"; this.VisibleChanged += new System.EventHandler(this.StrategyAddition_VisibleChanged); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblAddStrategy; } }