namespace TradeIdeas.TIProGUI.EnhancedSingleStockWindow { partial class NewsControl { /// /// 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.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnlArticles = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.HeaderText = "Column1"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.HeaderText = "Column1"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // pnlArticles // this.pnlArticles.AutoScroll = true; this.pnlArticles.BackColor = System.Drawing.SystemColors.ControlDark; this.pnlArticles.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlArticles.Location = new System.Drawing.Point(0, 0); this.pnlArticles.Name = "pnlArticles"; this.pnlArticles.Size = new System.Drawing.Size(670, 422); this.pnlArticles.TabIndex = 0; this.pnlArticles.Resize += new System.EventHandler(this.pnlArticles_Resize); // // NewsControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pnlArticles); this.Name = "NewsControl"; this.Size = new System.Drawing.Size(670, 422); this.VisibleChanged += new System.EventHandler(this.NewsControl_VisibleChanged); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.Panel pnlArticles; } }