namespace TradeIdeas.TIProGUI { partial class OrderMaxControl { /// /// 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.components = new System.ComponentModel.Container(); this.lblStatus = new System.Windows.Forms.Label(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.picStatus = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.picStatus)).BeginInit(); this.SuspendLayout(); // // lblStatus // this.lblStatus.AutoSize = true; this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStatus.Location = new System.Drawing.Point(39, 11); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(44, 16); this.lblStatus.TabIndex = 1; this.lblStatus.Text = "Valid"; // // picStatus // this.picStatus.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.picStatus.Image = global::TradeIdeas.TIProGUI.Properties.Resources.GreenCheck; this.picStatus.Location = new System.Drawing.Point(3, 3); this.picStatus.Name = "picStatus"; this.picStatus.Size = new System.Drawing.Size(30, 30); this.picStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picStatus.TabIndex = 0; this.picStatus.TabStop = false; // // OrderMaxControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.lblStatus); this.Controls.Add(this.picStatus); this.Name = "OrderMaxControl"; this.Size = new System.Drawing.Size(98, 37); ((System.ComponentModel.ISupportInitialize)(this.picStatus)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picStatus; private System.Windows.Forms.Label lblStatus; private System.Windows.Forms.ToolTip toolTip1; } }