namespace TradeIdeas.TIProGUI { partial class SingleStockWindow { /// /// 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 Windows Form 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SingleStockWindow)); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.tabProfile = new System.Windows.Forms.TabPage(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.configureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.outsideMarketHoursToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.doSymbolLinkingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.smallBordersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.saveToCloudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveAsDefaultToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cboSymbolProfile = new System.Windows.Forms.ComboBox(); this.lblDateProfile = new System.Windows.Forms.Label(); this.lblTimeProfile = new System.Windows.Forms.Label(); this.btnSearchProfit = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.pnlLowerSection = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.lblIndustry = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lblIndustryGroup = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lblSector = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.lblExchange = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lblSSector = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.lblSIndustry = new System.Windows.Forms.Label(); this.txtSummary = new System.Windows.Forms.RichTextBox(); this.lblSummaryTitle = new System.Windows.Forms.Label(); this.lblChangePercentProfile = new System.Windows.Forms.Label(); this.lblChangeDollarProfile = new System.Windows.Forms.Label(); this.lblPriceProfile = new System.Windows.Forms.Label(); this.lblRelVolProfile = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.lblVolumeProfile = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lblCompanyNameProfile = new System.Windows.Forms.Label(); this.tabStock = new System.Windows.Forms.TabPage(); this.cboSymbol = new System.Windows.Forms.ComboBox(); this.lblDateDetail = new System.Windows.Forms.Label(); this.lblTimeDetail = new System.Windows.Forms.Label(); this.pnlDetail = new TradeIdeas.TIProGUI.CustomTableLayoutPanel(); this.btnSearchDetail = new System.Windows.Forms.Button(); this.lblChangePercentDetail = new System.Windows.Forms.Label(); this.lblChangeDollarDetail = new System.Windows.Forms.Label(); this.lblPriceDetail = new System.Windows.Forms.Label(); this.lblRelVolDetail = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.lblVolumeDetail = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lblCompanyNameDetail = new System.Windows.Forms.Label(); this.tabSheet = new System.Windows.Forms.TabControl(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.tabProfile.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.pnlLowerSection.SuspendLayout(); this.tabStock.SuspendLayout(); this.tabSheet.SuspendLayout(); this.SuspendLayout(); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "mag1.5a.png"); // // tabProfile // this.tabProfile.BackColor = System.Drawing.SystemColors.Control; this.tabProfile.ContextMenuStrip = this.contextMenuStrip1; this.tabProfile.Controls.Add(this.cboSymbolProfile); this.tabProfile.Controls.Add(this.lblDateProfile); this.tabProfile.Controls.Add(this.lblTimeProfile); this.tabProfile.Controls.Add(this.btnSearchProfit); this.tabProfile.Controls.Add(this.panel1); this.tabProfile.Controls.Add(this.lblChangePercentProfile); this.tabProfile.Controls.Add(this.lblChangeDollarProfile); this.tabProfile.Controls.Add(this.lblPriceProfile); this.tabProfile.Controls.Add(this.lblRelVolProfile); this.tabProfile.Controls.Add(this.label5); this.tabProfile.Controls.Add(this.lblVolumeProfile); this.tabProfile.Controls.Add(this.label4); this.tabProfile.Controls.Add(this.lblCompanyNameProfile); this.tabProfile.Location = new System.Drawing.Point(4, 22); this.tabProfile.Name = "tabProfile"; this.tabProfile.Padding = new System.Windows.Forms.Padding(3); this.tabProfile.Size = new System.Drawing.Size(588, 336); this.tabProfile.TabIndex = 1; this.tabProfile.Text = "Profile"; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.configureToolStripMenuItem, this.outsideMarketHoursToolStripMenuItem, this.doSymbolLinkingToolStripMenuItem, this.duplicateToolStripMenuItem, this.toolStripSeparator1, this.smallBordersToolStripMenuItem, this.pinnedToolStripMenuItem, this.toolStripSeparator2, this.saveToCloudToolStripMenuItem, this.saveAsToolStripMenuItem, this.saveAsDefaultToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(206, 214); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // configureToolStripMenuItem // this.configureToolStripMenuItem.Name = "configureToolStripMenuItem"; this.configureToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.configureToolStripMenuItem.Text = "Configure..."; this.configureToolStripMenuItem.Click += new System.EventHandler(this.configureToolStripMenuItem_Click); // // outsideMarketHoursToolStripMenuItem // this.outsideMarketHoursToolStripMenuItem.CheckOnClick = true; this.outsideMarketHoursToolStripMenuItem.Name = "outsideMarketHoursToolStripMenuItem"; this.outsideMarketHoursToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.outsideMarketHoursToolStripMenuItem.Text = "Outside Market Hours"; this.outsideMarketHoursToolStripMenuItem.Click += new System.EventHandler(this.outsideMarketHoursToolStripMenuItem_Click); // // doSymbolLinkingToolStripMenuItem // this.doSymbolLinkingToolStripMenuItem.Name = "doSymbolLinkingToolStripMenuItem"; this.doSymbolLinkingToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.doSymbolLinkingToolStripMenuItem.Text = "Use Symbol Linking"; this.doSymbolLinkingToolStripMenuItem.Click += new System.EventHandler(this.doSymbolLinkingToolStripMenuItem_Click); // // duplicateToolStripMenuItem // this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem"; this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.duplicateToolStripMenuItem.Text = "Duplicate"; this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.duplicateToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(202, 6); // // smallBordersToolStripMenuItem // this.smallBordersToolStripMenuItem.CheckOnClick = true; this.smallBordersToolStripMenuItem.Name = "smallBordersToolStripMenuItem"; this.smallBordersToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.smallBordersToolStripMenuItem.Text = "Small Borders"; this.smallBordersToolStripMenuItem.Click += new System.EventHandler(this.smallBordersStripMenuItem_Click); // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.pinnedToolStripMenuItem.Text = "Pinned"; this.pinnedToolStripMenuItem.Click += new System.EventHandler(this.pinnedToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(202, 6); // // saveToCloudToolStripMenuItem // this.saveToCloudToolStripMenuItem.Name = "saveToCloudToolStripMenuItem"; this.saveToCloudToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveToCloudToolStripMenuItem.Tag = "SaveToCloud"; this.saveToCloudToolStripMenuItem.Text = "Save Or Share To Cloud..."; this.saveToCloudToolStripMenuItem.Click += new System.EventHandler(this.saveToCloudStripMenuItem_Click); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveAsToolStripMenuItem.Text = "Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // saveAsDefaultToolStripMenuItem // this.saveAsDefaultToolStripMenuItem.Name = "saveAsDefaultToolStripMenuItem"; this.saveAsDefaultToolStripMenuItem.Size = new System.Drawing.Size(205, 22); this.saveAsDefaultToolStripMenuItem.Text = "Save as Default"; this.saveAsDefaultToolStripMenuItem.Click += new System.EventHandler(this.saveAsDefaultToolStripMenuItem_Click); // // cboSymbolProfile // this.cboSymbolProfile.FormattingEnabled = true; this.cboSymbolProfile.Location = new System.Drawing.Point(2, 6); this.cboSymbolProfile.Name = "cboSymbolProfile"; this.cboSymbolProfile.Size = new System.Drawing.Size(82, 21); this.cboSymbolProfile.TabIndex = 19; this.cboSymbolProfile.TextChanged += new System.EventHandler(this.cboSymbolProfile_TextChanged); this.cboSymbolProfile.Click += new System.EventHandler(this.cboSymbolProfile_Click); this.cboSymbolProfile.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cboSymbolProfile_KeyDown); // // lblDateProfile // this.lblDateProfile.AutoSize = true; this.lblDateProfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDateProfile.ForeColor = System.Drawing.SystemColors.GrayText; this.lblDateProfile.Location = new System.Drawing.Point(2, 48); this.lblDateProfile.Name = "lblDateProfile"; this.lblDateProfile.Size = new System.Drawing.Size(0, 13); this.lblDateProfile.TabIndex = 18; // // lblTimeProfile // this.lblTimeProfile.AutoSize = true; this.lblTimeProfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTimeProfile.ForeColor = System.Drawing.SystemColors.GrayText; this.lblTimeProfile.Location = new System.Drawing.Point(2, 35); this.lblTimeProfile.Name = "lblTimeProfile"; this.lblTimeProfile.Size = new System.Drawing.Size(0, 13); this.lblTimeProfile.TabIndex = 14; // // btnSearchProfit // this.btnSearchProfit.ImageIndex = 0; this.btnSearchProfit.ImageList = this.imageList1; this.btnSearchProfit.Location = new System.Drawing.Point(88, 4); this.btnSearchProfit.Name = "btnSearchProfit"; this.btnSearchProfit.Size = new System.Drawing.Size(24, 23); this.btnSearchProfit.TabIndex = 13; this.btnSearchProfit.UseVisualStyleBackColor = true; this.btnSearchProfit.Click += new System.EventHandler(this.btnSearchProfit_Click); // // panel1 // this.panel1.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.panel1.BackColor = System.Drawing.SystemColors.Window; this.panel1.ContextMenuStrip = this.contextMenuStrip1; this.panel1.Controls.Add(this.pnlLowerSection); this.panel1.Controls.Add(this.txtSummary); this.panel1.Controls.Add(this.lblSummaryTitle); this.panel1.Location = new System.Drawing.Point(2, 64); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(580, 266); this.panel1.TabIndex = 12; this.panel1.SizeChanged += new System.EventHandler(this.panel1_SizeChanged); // // pnlLowerSection // this.pnlLowerSection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pnlLowerSection.ContextMenuStrip = this.contextMenuStrip1; this.pnlLowerSection.Controls.Add(this.label3); this.pnlLowerSection.Controls.Add(this.lblIndustry); this.pnlLowerSection.Controls.Add(this.label8); this.pnlLowerSection.Controls.Add(this.lblIndustryGroup); this.pnlLowerSection.Controls.Add(this.label7); this.pnlLowerSection.Controls.Add(this.lblSector); this.pnlLowerSection.Controls.Add(this.label9); this.pnlLowerSection.Controls.Add(this.label12); this.pnlLowerSection.Controls.Add(this.lblExchange); this.pnlLowerSection.Controls.Add(this.label11); this.pnlLowerSection.Controls.Add(this.lblSSector); this.pnlLowerSection.Controls.Add(this.label10); this.pnlLowerSection.Controls.Add(this.lblSIndustry); this.pnlLowerSection.Location = new System.Drawing.Point(18, 110); this.pnlLowerSection.Name = "pnlLowerSection"; this.pnlLowerSection.Size = new System.Drawing.Size(541, 123); this.pnlLowerSection.TabIndex = 15; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(3, 8); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(69, 24); this.label3.TabIndex = 0; this.label3.Text = "Profile"; // // lblIndustry // this.lblIndustry.AutoSize = true; this.lblIndustry.ForeColor = System.Drawing.SystemColors.GrayText; this.lblIndustry.Location = new System.Drawing.Point(101, 91); this.lblIndustry.Name = "lblIndustry"; this.lblIndustry.Size = new System.Drawing.Size(12, 13); this.lblIndustry.TabIndex = 14; this.lblIndustry.Text = "x"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.ForeColor = System.Drawing.SystemColors.GrayText; this.label8.Location = new System.Drawing.Point(3, 62); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(74, 13); this.label8.TabIndex = 3; this.label8.Text = "Sub Sector:"; // // lblIndustryGroup // this.lblIndustryGroup.AutoSize = true; this.lblIndustryGroup.ForeColor = System.Drawing.SystemColors.GrayText; this.lblIndustryGroup.Location = new System.Drawing.Point(101, 76); this.lblIndustryGroup.Name = "lblIndustryGroup"; this.lblIndustryGroup.Size = new System.Drawing.Size(12, 13); this.lblIndustryGroup.TabIndex = 13; this.lblIndustryGroup.Text = "x"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.ForeColor = System.Drawing.SystemColors.GrayText; this.label7.Location = new System.Drawing.Point(3, 34); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(67, 13); this.label7.TabIndex = 2; this.label7.Text = "Exchange:"; // // lblSector // this.lblSector.AutoSize = true; this.lblSector.ForeColor = System.Drawing.SystemColors.GrayText; this.lblSector.Location = new System.Drawing.Point(101, 50); this.lblSector.Name = "lblSector"; this.lblSector.Size = new System.Drawing.Size(12, 13); this.lblSector.TabIndex = 12; this.lblSector.Text = "x"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.ForeColor = System.Drawing.SystemColors.GrayText; this.label9.Location = new System.Drawing.Point(3, 104); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(82, 13); this.label9.TabIndex = 4; this.label9.Text = "Sub Industry:"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label12.ForeColor = System.Drawing.SystemColors.GrayText; this.label12.Location = new System.Drawing.Point(3, 90); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(56, 13); this.label12.TabIndex = 11; this.label12.Text = "Industry:"; // // lblExchange // this.lblExchange.AutoSize = true; this.lblExchange.ForeColor = System.Drawing.SystemColors.GrayText; this.lblExchange.Location = new System.Drawing.Point(101, 34); this.lblExchange.Name = "lblExchange"; this.lblExchange.Size = new System.Drawing.Size(12, 13); this.lblExchange.TabIndex = 5; this.lblExchange.Text = "x"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.ForeColor = System.Drawing.SystemColors.GrayText; this.label11.Location = new System.Drawing.Point(3, 76); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(94, 13); this.label11.TabIndex = 10; this.label11.Text = "Industry Group:"; // // lblSSector // this.lblSSector.AutoSize = true; this.lblSSector.ForeColor = System.Drawing.SystemColors.GrayText; this.lblSSector.Location = new System.Drawing.Point(101, 63); this.lblSSector.Name = "lblSSector"; this.lblSSector.Size = new System.Drawing.Size(12, 13); this.lblSSector.TabIndex = 6; this.lblSSector.Text = "x"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.ForeColor = System.Drawing.SystemColors.GrayText; this.label10.Location = new System.Drawing.Point(3, 48); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(48, 13); this.label10.TabIndex = 9; this.label10.Text = "Sector:"; // // lblSIndustry // this.lblSIndustry.AutoSize = true; this.lblSIndustry.ForeColor = System.Drawing.SystemColors.GrayText; this.lblSIndustry.Location = new System.Drawing.Point(101, 104); this.lblSIndustry.Name = "lblSIndustry"; this.lblSIndustry.Size = new System.Drawing.Size(12, 13); this.lblSIndustry.TabIndex = 7; this.lblSIndustry.Text = "x"; // // txtSummary // this.txtSummary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSummary.BackColor = System.Drawing.SystemColors.Window; this.txtSummary.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtSummary.ContextMenuStrip = this.contextMenuStrip1; this.txtSummary.ForeColor = System.Drawing.SystemColors.GrayText; this.txtSummary.Location = new System.Drawing.Point(26, 37); this.txtSummary.Name = "txtSummary"; this.txtSummary.ReadOnly = true; this.txtSummary.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.txtSummary.Size = new System.Drawing.Size(533, 67); this.txtSummary.TabIndex = 8; this.txtSummary.Text = ""; // // lblSummaryTitle // this.lblSummaryTitle.AutoSize = true; this.lblSummaryTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSummaryTitle.Location = new System.Drawing.Point(22, 10); this.lblSummaryTitle.Name = "lblSummaryTitle"; this.lblSummaryTitle.Size = new System.Drawing.Size(187, 24); this.lblSummaryTitle.TabIndex = 1; this.lblSummaryTitle.Text = "Business Summary"; this.lblSummaryTitle.Visible = false; // // lblChangePercentProfile // this.lblChangePercentProfile.AutoSize = true; this.lblChangePercentProfile.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChangePercentProfile.Location = new System.Drawing.Point(167, 34); this.lblChangePercentProfile.Name = "lblChangePercentProfile"; this.lblChangePercentProfile.Size = new System.Drawing.Size(0, 15); this.lblChangePercentProfile.TabIndex = 11; // // lblChangeDollarProfile // this.lblChangeDollarProfile.AutoSize = true; this.lblChangeDollarProfile.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChangeDollarProfile.Location = new System.Drawing.Point(117, 34); this.lblChangeDollarProfile.Name = "lblChangeDollarProfile"; this.lblChangeDollarProfile.Size = new System.Drawing.Size(0, 15); this.lblChangeDollarProfile.TabIndex = 10; // // lblPriceProfile // this.lblPriceProfile.AutoSize = true; this.lblPriceProfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPriceProfile.Location = new System.Drawing.Point(117, 5); this.lblPriceProfile.Name = "lblPriceProfile"; this.lblPriceProfile.Size = new System.Drawing.Size(0, 26); this.lblPriceProfile.TabIndex = 9; // // lblRelVolProfile // this.lblRelVolProfile.AutoSize = true; this.lblRelVolProfile.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRelVolProfile.Location = new System.Drawing.Point(304, 41); this.lblRelVolProfile.Name = "lblRelVolProfile"; this.lblRelVolProfile.Size = new System.Drawing.Size(0, 15); this.lblRelVolProfile.TabIndex = 8; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(238, 41); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 13); this.label5.TabIndex = 7; this.label5.Text = "Rel Volume:"; // // lblVolumeProfile // this.lblVolumeProfile.AutoSize = true; this.lblVolumeProfile.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVolumeProfile.Location = new System.Drawing.Point(283, 25); this.lblVolumeProfile.Name = "lblVolumeProfile"; this.lblVolumeProfile.Size = new System.Drawing.Size(0, 15); this.lblVolumeProfile.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(238, 25); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(45, 13); this.label4.TabIndex = 5; this.label4.Text = "Volume:"; // // lblCompanyNameProfile // this.lblCompanyNameProfile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblCompanyNameProfile.AutoSize = true; this.lblCompanyNameProfile.Location = new System.Drawing.Point(238, 9); this.lblCompanyNameProfile.Name = "lblCompanyNameProfile"; this.lblCompanyNameProfile.Size = new System.Drawing.Size(0, 13); this.lblCompanyNameProfile.TabIndex = 3; this.lblCompanyNameProfile.UseMnemonic = false; // // tabStock // this.tabStock.BackColor = System.Drawing.SystemColors.Control; this.tabStock.ContextMenuStrip = this.contextMenuStrip1; this.tabStock.Controls.Add(this.cboSymbol); this.tabStock.Controls.Add(this.lblDateDetail); this.tabStock.Controls.Add(this.lblTimeDetail); this.tabStock.Controls.Add(this.pnlDetail); this.tabStock.Controls.Add(this.btnSearchDetail); this.tabStock.Controls.Add(this.lblChangePercentDetail); this.tabStock.Controls.Add(this.lblChangeDollarDetail); this.tabStock.Controls.Add(this.lblPriceDetail); this.tabStock.Controls.Add(this.lblRelVolDetail); this.tabStock.Controls.Add(this.label2); this.tabStock.Controls.Add(this.lblVolumeDetail); this.tabStock.Controls.Add(this.label1); this.tabStock.Controls.Add(this.lblCompanyNameDetail); this.tabStock.Location = new System.Drawing.Point(4, 22); this.tabStock.Name = "tabStock"; this.tabStock.Padding = new System.Windows.Forms.Padding(3); this.tabStock.Size = new System.Drawing.Size(588, 336); this.tabStock.TabIndex = 0; this.tabStock.Text = "Single Stock Detail"; // // cboSymbol // this.cboSymbol.FormattingEnabled = true; this.cboSymbol.Location = new System.Drawing.Point(2, 6); this.cboSymbol.Name = "cboSymbol"; this.cboSymbol.Size = new System.Drawing.Size(82, 21); this.cboSymbol.TabIndex = 18; this.cboSymbol.TextChanged += new System.EventHandler(this.cboSymbol_TextChanged); this.cboSymbol.Click += new System.EventHandler(this.cboSymbol_Click); this.cboSymbol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cboSymbol_KeyDown); // // lblDateDetail // this.lblDateDetail.AutoSize = true; this.lblDateDetail.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDateDetail.ForeColor = System.Drawing.SystemColors.GrayText; this.lblDateDetail.Location = new System.Drawing.Point(2, 48); this.lblDateDetail.Name = "lblDateDetail"; this.lblDateDetail.Size = new System.Drawing.Size(0, 13); this.lblDateDetail.TabIndex = 17; // // lblTimeDetail // this.lblTimeDetail.AutoSize = true; this.lblTimeDetail.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTimeDetail.ForeColor = System.Drawing.SystemColors.GrayText; this.lblTimeDetail.Location = new System.Drawing.Point(2, 35); this.lblTimeDetail.Name = "lblTimeDetail"; this.lblTimeDetail.Size = new System.Drawing.Size(0, 13); this.lblTimeDetail.TabIndex = 16; // // 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.BackColor = System.Drawing.SystemColors.HighlightText; this.pnlDetail.ColumnCount = 7; this.pnlDetail.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.pnlDetail.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.pnlDetail.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 62F)); this.pnlDetail.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 21F)); this.pnlDetail.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.pnlDetail.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 62F)); this.pnlDetail.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 6F)); this.pnlDetail.ContextMenuStrip = this.contextMenuStrip1; this.pnlDetail.Location = new System.Drawing.Point(2, 64); this.pnlDetail.Name = "pnlDetail"; this.pnlDetail.Padding = new System.Windows.Forms.Padding(0, 0, 17, 0); this.pnlDetail.RowCount = 2; this.pnlDetail.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.pnlDetail.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.pnlDetail.Size = new System.Drawing.Size(580, 276); this.pnlDetail.TabIndex = 15; this.pnlDetail.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.pnlDetail_CellPaint); this.pnlDetail.SizeChanged += new System.EventHandler(this.pnlDetail_SizeChanged); // // btnSearchDetail // this.btnSearchDetail.ImageIndex = 0; this.btnSearchDetail.ImageList = this.imageList1; this.btnSearchDetail.Location = new System.Drawing.Point(88, 4); this.btnSearchDetail.Name = "btnSearchDetail"; this.btnSearchDetail.Size = new System.Drawing.Size(24, 23); this.btnSearchDetail.TabIndex = 14; this.btnSearchDetail.UseVisualStyleBackColor = true; this.btnSearchDetail.Click += new System.EventHandler(this.btnSearchDetail_Click); // // lblChangePercentDetail // this.lblChangePercentDetail.AutoSize = true; this.lblChangePercentDetail.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChangePercentDetail.Location = new System.Drawing.Point(167, 34); this.lblChangePercentDetail.Name = "lblChangePercentDetail"; this.lblChangePercentDetail.Size = new System.Drawing.Size(0, 15); this.lblChangePercentDetail.TabIndex = 9; // // lblChangeDollarDetail // this.lblChangeDollarDetail.AutoSize = true; this.lblChangeDollarDetail.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblChangeDollarDetail.Location = new System.Drawing.Point(117, 34); this.lblChangeDollarDetail.Name = "lblChangeDollarDetail"; this.lblChangeDollarDetail.Size = new System.Drawing.Size(0, 15); this.lblChangeDollarDetail.TabIndex = 8; // // lblPriceDetail // this.lblPriceDetail.AutoSize = true; this.lblPriceDetail.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPriceDetail.Location = new System.Drawing.Point(117, 5); this.lblPriceDetail.Name = "lblPriceDetail"; this.lblPriceDetail.Size = new System.Drawing.Size(0, 26); this.lblPriceDetail.TabIndex = 7; // // lblRelVolDetail // this.lblRelVolDetail.AutoSize = true; this.lblRelVolDetail.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRelVolDetail.Location = new System.Drawing.Point(304, 41); this.lblRelVolDetail.Name = "lblRelVolDetail"; this.lblRelVolDetail.Size = new System.Drawing.Size(0, 15); this.lblRelVolDetail.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(238, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 13); this.label2.TabIndex = 5; this.label2.Text = "Rel Volume:"; // // lblVolumeDetail // this.lblVolumeDetail.AutoSize = true; this.lblVolumeDetail.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblVolumeDetail.Location = new System.Drawing.Point(283, 25); this.lblVolumeDetail.Name = "lblVolumeDetail"; this.lblVolumeDetail.Size = new System.Drawing.Size(0, 15); this.lblVolumeDetail.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(238, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(45, 13); this.label1.TabIndex = 3; this.label1.Text = "Volume:"; // // lblCompanyNameDetail // this.lblCompanyNameDetail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblCompanyNameDetail.AutoSize = true; this.lblCompanyNameDetail.Location = new System.Drawing.Point(238, 9); this.lblCompanyNameDetail.Name = "lblCompanyNameDetail"; this.lblCompanyNameDetail.Size = new System.Drawing.Size(0, 13); this.lblCompanyNameDetail.TabIndex = 2; this.lblCompanyNameDetail.UseMnemonic = false; // // tabSheet // this.tabSheet.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.tabSheet.Controls.Add(this.tabStock); this.tabSheet.Controls.Add(this.tabProfile); this.tabSheet.Location = new System.Drawing.Point(12, 12); this.tabSheet.Name = "tabSheet"; this.tabSheet.SelectedIndex = 0; this.tabSheet.Size = new System.Drawing.Size(596, 362); this.tabSheet.TabIndex = 0; this.tabSheet.SelectedIndexChanged += new System.EventHandler(this.tabSheet_SelectedIndexChanged); // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // SingleStockWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(620, 377); this.Controls.Add(this.tabSheet); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "SingleStockWindow"; this.Text = "SingleStockWindow"; this.Activated += new System.EventHandler(this.SingleStockWindow_Activated); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SingleStockWindow_FormClosed); this.TextChanged += new System.EventHandler(this.SingleStockWindow_TextChanged); this.tabProfile.ResumeLayout(false); this.tabProfile.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.pnlLowerSection.ResumeLayout(false); this.pnlLowerSection.PerformLayout(); this.tabStock.ResumeLayout(false); this.tabStock.PerformLayout(); this.tabSheet.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.TabPage tabProfile; private System.Windows.Forms.Button btnSearchProfit; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblSIndustry; private System.Windows.Forms.Label lblSSector; private System.Windows.Forms.Label lblExchange; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblSummaryTitle; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblChangePercentProfile; private System.Windows.Forms.Label lblChangeDollarProfile; private System.Windows.Forms.Label lblPriceProfile; private System.Windows.Forms.Label lblRelVolProfile; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label lblVolumeProfile; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label lblCompanyNameProfile; private System.Windows.Forms.TabPage tabStock; private CustomTableLayoutPanel pnlDetail; private System.Windows.Forms.Button btnSearchDetail; private System.Windows.Forms.Label lblChangePercentDetail; private System.Windows.Forms.Label lblChangeDollarDetail; private System.Windows.Forms.Label lblPriceDetail; private System.Windows.Forms.Label lblRelVolDetail; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblVolumeDetail; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblCompanyNameDetail; private System.Windows.Forms.TabControl tabSheet; private System.Windows.Forms.Label lblTimeProfile; private System.Windows.Forms.Label lblTimeDetail; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem configureToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem smallBordersToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem saveToCloudToolStripMenuItem; private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.RichTextBox txtSummary; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label lblIndustryGroup; private System.Windows.Forms.Label lblSector; private System.Windows.Forms.Label lblIndustry; private System.Windows.Forms.Panel pnlLowerSection; private System.Windows.Forms.ToolStripMenuItem saveAsDefaultToolStripMenuItem; private System.Windows.Forms.Label lblDateDetail; private System.Windows.Forms.Label lblDateProfile; private System.Windows.Forms.ToolStripMenuItem outsideMarketHoursToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem doSymbolLinkingToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ComboBox cboSymbol; private System.Windows.Forms.ComboBox cboSymbolProfile; } }