namespace TradeIdeas.TIProGUI.EnhancedSingleStockWindow { partial class DetailsControl { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetailsControl)); this.cboSymbol = new System.Windows.Forms.ComboBox(); this.lblCompanyName = new System.Windows.Forms.Label(); this.picCountry = new System.Windows.Forms.PictureBox(); this.lblPrice = new System.Windows.Forms.Label(); this.lblChangeDollarPercent = new System.Windows.Forms.Label(); this.lblTime = new System.Windows.Forms.Label(); this.lblVolumeTitle = new System.Windows.Forms.Label(); this.lblRelativeVolumeTitle = new System.Windows.Forms.Label(); this.lblVolume = new System.Windows.Forms.Label(); this.lblRelativeVolume = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.picLogoCompany = new System.Windows.Forms.PictureBox(); this.tblDetails = new System.Windows.Forms.TableLayoutPanel(); this.pnlDetail = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.picCountry)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picLogoCompany)).BeginInit(); this.pnlDetail.SuspendLayout(); this.SuspendLayout(); // // cboSymbol // this.cboSymbol.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cboSymbol.FormattingEnabled = true; this.cboSymbol.Location = new System.Drawing.Point(19, 15); this.cboSymbol.Margin = new System.Windows.Forms.Padding(4); this.cboSymbol.Name = "cboSymbol"; this.cboSymbol.Size = new System.Drawing.Size(105, 28); this.cboSymbol.TabIndex = 0; this.cboSymbol.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cboSymbol_KeyPress); // // lblCompanyName // this.lblCompanyName.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblCompanyName.AutoSize = true; this.lblCompanyName.BackColor = System.Drawing.Color.White; this.lblCompanyName.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCompanyName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85))))); this.lblCompanyName.Location = new System.Drawing.Point(4, 10); this.lblCompanyName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblCompanyName.Name = "lblCompanyName"; this.lblCompanyName.Size = new System.Drawing.Size(142, 19); this.lblCompanyName.TabIndex = 1; this.lblCompanyName.Text = "COMPANY NAME"; // // picCountry // this.picCountry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.picCountry.Image = ((System.Drawing.Image)(resources.GetObject("picCountry.Image"))); this.picCountry.Location = new System.Drawing.Point(154, 4); this.picCountry.Margin = new System.Windows.Forms.Padding(4); this.picCountry.Name = "picCountry"; this.picCountry.Size = new System.Drawing.Size(45, 31); this.picCountry.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.picCountry.TabIndex = 2; this.picCountry.TabStop = false; // // lblPrice // this.lblPrice.AutoSize = true; this.lblPrice.Font = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPrice.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85))))); this.lblPrice.Location = new System.Drawing.Point(76, 0); this.lblPrice.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblPrice.Name = "lblPrice"; this.lblPrice.Size = new System.Drawing.Size(140, 40); this.lblPrice.TabIndex = 3; this.lblPrice.Text = "1234.56"; // // lblChangeDollarPercent // this.lblChangeDollarPercent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblChangeDollarPercent.AutoSize = true; this.lblChangeDollarPercent.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChangeDollarPercent.Location = new System.Drawing.Point(224, 13); this.lblChangeDollarPercent.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblChangeDollarPercent.Name = "lblChangeDollarPercent"; this.lblChangeDollarPercent.Padding = new System.Windows.Forms.Padding(0, 0, 0, 4); this.lblChangeDollarPercent.Size = new System.Drawing.Size(144, 27); this.lblChangeDollarPercent.TabIndex = 4; this.lblChangeDollarPercent.Text = "+ 1.00 (1.00%)"; // // lblTime // this.lblTime.AutoSize = true; this.lblTime.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTime.ForeColor = System.Drawing.Color.Gray; this.lblTime.Location = new System.Drawing.Point(76, 40); this.lblTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTime.Name = "lblTime"; this.lblTime.Size = new System.Drawing.Size(77, 19); this.lblTime.TabIndex = 5; this.lblTime.Text = "11:30 AM"; // // lblVolumeTitle // this.lblVolumeTitle.AutoSize = true; this.lblVolumeTitle.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVolumeTitle.Location = new System.Drawing.Point(4, 0); this.lblVolumeTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolumeTitle.Name = "lblVolumeTitle"; this.lblVolumeTitle.Size = new System.Drawing.Size(62, 19); this.lblVolumeTitle.TabIndex = 7; this.lblVolumeTitle.Text = "Volume"; // // lblRelativeVolumeTitle // this.lblRelativeVolumeTitle.AutoSize = true; this.lblRelativeVolumeTitle.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRelativeVolumeTitle.Location = new System.Drawing.Point(4, 19); this.lblRelativeVolumeTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblRelativeVolumeTitle.Name = "lblRelativeVolumeTitle"; this.lblRelativeVolumeTitle.Size = new System.Drawing.Size(123, 19); this.lblRelativeVolumeTitle.TabIndex = 8; this.lblRelativeVolumeTitle.Text = "Relative Volume"; // // lblVolume // this.lblVolume.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblVolume.AutoSize = true; this.lblVolume.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVolume.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85))))); this.lblVolume.Location = new System.Drawing.Point(135, 0); this.lblVolume.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblVolume.Name = "lblVolume"; this.lblVolume.Size = new System.Drawing.Size(30, 19); this.lblVolume.TabIndex = 9; this.lblVolume.Text = "***"; this.lblVolume.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblRelativeVolume // this.lblRelativeVolume.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblRelativeVolume.AutoSize = true; this.lblRelativeVolume.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRelativeVolume.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(57)))), ((int)(((byte)(85))))); this.lblRelativeVolume.Location = new System.Drawing.Point(135, 19); this.lblRelativeVolume.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblRelativeVolume.Name = "lblRelativeVolume"; this.lblRelativeVolume.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblRelativeVolume.Size = new System.Drawing.Size(30, 19); this.lblRelativeVolume.TabIndex = 10; this.lblRelativeVolume.Text = "***"; this.lblRelativeVolume.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel1.BackColor = System.Drawing.Color.White; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.Controls.Add(this.picCountry, 1, 0); this.tableLayoutPanel1.Controls.Add(this.lblCompanyName, 0, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(131, 11); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(203, 39); this.tableLayoutPanel1.TabIndex = 11; // // tableLayoutPanel2 // this.tableLayoutPanel2.AutoSize = true; this.tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 1, 0); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0); this.tableLayoutPanel2.Location = new System.Drawing.Point(19, 48); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(557, 75); this.tableLayoutPanel2.TabIndex = 12; // // tableLayoutPanel4 // this.tableLayoutPanel4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.tableLayoutPanel4.AutoSize = true; this.tableLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel4.ColumnCount = 2; this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel4.Controls.Add(this.lblVolumeTitle, 0, 0); this.tableLayoutPanel4.Controls.Add(this.lblRelativeVolumeTitle, 0, 1); this.tableLayoutPanel4.Controls.Add(this.lblRelativeVolume, 1, 1); this.tableLayoutPanel4.Controls.Add(this.lblVolume, 1, 0); this.tableLayoutPanel4.Location = new System.Drawing.Point(384, 18); this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; this.tableLayoutPanel4.RowCount = 2; this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel4.Size = new System.Drawing.Size(169, 38); this.tableLayoutPanel4.TabIndex = 1; // // tableLayoutPanel3 // this.tableLayoutPanel3.AutoSize = true; this.tableLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel3.ColumnCount = 3; this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel3.Controls.Add(this.lblPrice, 1, 0); this.tableLayoutPanel3.Controls.Add(this.lblChangeDollarPercent, 2, 0); this.tableLayoutPanel3.Controls.Add(this.lblTime, 1, 1); this.tableLayoutPanel3.Controls.Add(this.picLogoCompany, 0, 0); this.tableLayoutPanel3.Location = new System.Drawing.Point(4, 4); this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; this.tableLayoutPanel3.RowCount = 2; this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel3.Size = new System.Drawing.Size(372, 67); this.tableLayoutPanel3.TabIndex = 0; // // picLogoCompany // this.picLogoCompany.Anchor = System.Windows.Forms.AnchorStyles.Left; this.picLogoCompany.Location = new System.Drawing.Point(4, 4); this.picLogoCompany.Margin = new System.Windows.Forms.Padding(4); this.picLogoCompany.Name = "picLogoCompany"; this.tableLayoutPanel3.SetRowSpan(this.picLogoCompany, 2); this.picLogoCompany.Size = new System.Drawing.Size(64, 59); this.picLogoCompany.TabIndex = 6; this.picLogoCompany.TabStop = false; this.picLogoCompany.Visible = false; // // tblDetails // this.tblDetails.AutoSize = true; this.tblDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tblDetails.ColumnCount = 5; this.tblDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F)); this.tblDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F)); this.tblDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblDetails.Location = new System.Drawing.Point(0, 0); this.tblDetails.Margin = new System.Windows.Forms.Padding(4); this.tblDetails.Name = "tblDetails"; this.tblDetails.RowCount = 1; this.tblDetails.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); this.tblDetails.Size = new System.Drawing.Size(54, 32); this.tblDetails.TabIndex = 13; this.tblDetails.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.tblDetails_CellPaint); // // pnlDetail // this.pnlDetail.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.pnlDetail.AutoScroll = true; this.pnlDetail.Controls.Add(this.tblDetails); this.pnlDetail.Location = new System.Drawing.Point(19, 118); this.pnlDetail.Margin = new System.Windows.Forms.Padding(4); this.pnlDetail.Name = "pnlDetail"; this.pnlDetail.Size = new System.Drawing.Size(891, 394); this.pnlDetail.TabIndex = 14; // // DetailsControl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.pnlDetail); this.Controls.Add(this.tableLayoutPanel2); this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.cboSymbol); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "DetailsControl"; this.Size = new System.Drawing.Size(913, 516); this.Resize += new System.EventHandler(this.DetailsControl_Resize); ((System.ComponentModel.ISupportInitialize)(this.picCountry)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picLogoCompany)).EndInit(); this.pnlDetail.ResumeLayout(false); this.pnlDetail.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cboSymbol; private System.Windows.Forms.Label lblCompanyName; private System.Windows.Forms.PictureBox picCountry; private System.Windows.Forms.Label lblPrice; private System.Windows.Forms.Label lblChangeDollarPercent; private System.Windows.Forms.Label lblTime; private System.Windows.Forms.Label lblVolumeTitle; private System.Windows.Forms.Label lblRelativeVolumeTitle; private System.Windows.Forms.Label lblVolume; private System.Windows.Forms.Label lblRelativeVolume; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.TableLayoutPanel tblDetails; private System.Windows.Forms.Panel pnlDetail; private System.Windows.Forms.PictureBox picLogoCompany; } }