namespace TradeIdeas.TIProGUI.EnhancedSingleStockWindow { partial class SimilarControl { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgvSimilar = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.dgvSimilar)).BeginInit(); this.SuspendLayout(); // // dgvSimilar // dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvSimilar.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvSimilar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvSimilar.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvSimilar.Location = new System.Drawing.Point(0, 0); this.dgvSimilar.Name = "dgvSimilar"; this.dgvSimilar.Size = new System.Drawing.Size(712, 464); this.dgvSimilar.TabIndex = 0; // // SimilarControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dgvSimilar); this.Name = "SimilarControl"; this.Size = new System.Drawing.Size(712, 464); this.Enter += new System.EventHandler(this.SimilarControl_Enter); ((System.ComponentModel.ISupportInitialize)(this.dgvSimilar)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgvSimilar; } }