namespace TradeIdeas.TIProGUI.EnhancedSingleStockWindow { partial class NewsArticle { /// /// 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.lblTitle = new System.Windows.Forms.Label(); this.lblSource = new System.Windows.Forms.Label(); this.lblRead = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Location = new System.Drawing.Point(16, 7); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(34, 16); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Title"; this.lblTitle.Click += new System.EventHandler(this.lblTitle_Click); this.lblTitle.Resize += new System.EventHandler(this.lblTitle_Resize); // // lblSource // this.lblSource.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblSource.AutoSize = true; this.lblSource.Location = new System.Drawing.Point(16, 29); this.lblSource.Name = "lblSource"; this.lblSource.Size = new System.Drawing.Size(41, 13); this.lblSource.TabIndex = 1; this.lblSource.Text = "Source"; this.lblSource.Click += new System.EventHandler(this.lblSource_Click); // // lblRead // this.lblRead.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lblRead.BackColor = System.Drawing.Color.DarkSeaGreen; this.lblRead.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblRead.Location = new System.Drawing.Point(-2, 0); this.lblRead.Name = "lblRead"; this.lblRead.Size = new System.Drawing.Size(15, 46); this.lblRead.TabIndex = 2; this.lblRead.Visible = false; this.lblRead.Paint += new System.Windows.Forms.PaintEventHandler(this.lblRead_Paint); // // NewsArticle // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Controls.Add(this.lblRead); this.Controls.Add(this.lblSource); this.Controls.Add(this.lblTitle); this.Name = "NewsArticle"; this.Size = new System.Drawing.Size(450, 50); this.Click += new System.EventHandler(this.NewsArticle_Click); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblSource; private System.Windows.Forms.Label lblRead; } }