namespace CustomClassLibrary { partial class CustomEoC { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomEoC)); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.sendSymbolToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dummyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.duplicateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pinnedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToCloudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.formSnapper1 = new Informacija.FormSnapper(this.components); this.pnlMarketing = new TradeIdeas.TIProGUI.CustomPanel(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.lblMessage = new System.Windows.Forms.Label(); this.symbolLinkingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.pnlMarketing.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToOrderColumns = true; this.dataGridView1.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro; this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView1.Size = new System.Drawing.Size(477, 397); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); this.dataGridView1.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseEnter); this.dataGridView1.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseLeave); this.dataGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_RowEnter); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.customizeToolStripMenuItem, this.sendSymbolToToolStripMenuItem, this.symbolLinkingToolStripMenuItem, this.clearToolStripMenuItem, this.duplicateToolStripMenuItem, this.toolStripSeparator1, this.actionsToolStripMenuItem, this.pinnedToolStripMenuItem, this.toolStripSeparator2, this.saveAsToolStripMenuItem, this.saveToCloudToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(203, 236); this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // customizeToolStripMenuItem // this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem"; this.customizeToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.customizeToolStripMenuItem.Text = "Customize..."; this.customizeToolStripMenuItem.Click += new System.EventHandler(this.customizeToolStripMenuItem_Click); // // sendSymbolToToolStripMenuItem // this.sendSymbolToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dummyToolStripMenuItem}); this.sendSymbolToToolStripMenuItem.Name = "sendSymbolToToolStripMenuItem"; this.sendSymbolToToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.sendSymbolToToolStripMenuItem.Text = "Send To..."; this.sendSymbolToToolStripMenuItem.MouseEnter += new System.EventHandler(this.sendToToolStripMenuItem_MouseEnter); // // dummyToolStripMenuItem // this.dummyToolStripMenuItem.Name = "dummyToolStripMenuItem"; this.dummyToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.dummyToolStripMenuItem.Text = "dummy"; // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.clearToolStripMenuItem.Text = "Clear"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // duplicateToolStripMenuItem // this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem"; this.duplicateToolStripMenuItem.Size = new System.Drawing.Size(202, 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(199, 6); // // actionsToolStripMenuItem // this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem"; this.actionsToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.actionsToolStripMenuItem.Text = "Actions..."; this.actionsToolStripMenuItem.Click += new System.EventHandler(this.actionsToolStripMenuItem_Click); // // pinnedToolStripMenuItem // this.pinnedToolStripMenuItem.CheckOnClick = true; this.pinnedToolStripMenuItem.Name = "pinnedToolStripMenuItem"; this.pinnedToolStripMenuItem.Size = new System.Drawing.Size(202, 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(199, 6); // // saveAsToolStripMenuItem // this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.saveAsToolStripMenuItem.Text = "Save As..."; this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // saveToCloudToolStripMenuItem // this.saveToCloudToolStripMenuItem.Name = "saveToCloudToolStripMenuItem"; this.saveToCloudToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.saveToCloudToolStripMenuItem.Text = "Save or Share to Cloud..."; this.saveToCloudToolStripMenuItem.Click += new System.EventHandler(this.saveToCloudToolStripMenuItem_Click); // // formSnapper1 // this.formSnapper1.ContainerControl = this; this.formSnapper1.Enabled = false; this.formSnapper1.FamilyName = ""; this.formSnapper1.SnapDistance = 20; this.formSnapper1.Win10HeightAdjustment = 0; this.formSnapper1.Win10WidthAdjustment = 0; // // pnlMarketing // this.pnlMarketing.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pnlMarketing.BackgroundImage"))); this.pnlMarketing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlMarketing.Controls.Add(this.linkLabel); this.pnlMarketing.Controls.Add(this.lblMessage); this.pnlMarketing.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMarketing.Location = new System.Drawing.Point(0, 0); this.pnlMarketing.Name = "pnlMarketing"; this.pnlMarketing.Size = new System.Drawing.Size(477, 397); this.pnlMarketing.TabIndex = 1; // // linkLabel // this.linkLabel.Anchor = System.Windows.Forms.AnchorStyles.None; this.linkLabel.AutoSize = true; this.linkLabel.BackColor = System.Drawing.Color.Transparent; this.linkLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.linkLabel.Location = new System.Drawing.Point(90, 231); this.linkLabel.Name = "linkLabel"; this.linkLabel.Size = new System.Drawing.Size(110, 25); this.linkLabel.TabIndex = 1; this.linkLabel.TabStop = true; this.linkLabel.Text = "linkLabel1"; this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked); // // lblMessage // this.lblMessage.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblMessage.AutoSize = true; this.lblMessage.BackColor = System.Drawing.Color.Transparent; this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMessage.ForeColor = System.Drawing.Color.White; this.lblMessage.Location = new System.Drawing.Point(48, 159); this.lblMessage.MaximumSize = new System.Drawing.Size(400, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(146, 25); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "labelMessage"; // // symbolLinkingToolStripMenuItem // this.symbolLinkingToolStripMenuItem.Name = "symbolLinkingToolStripMenuItem"; this.symbolLinkingToolStripMenuItem.Size = new System.Drawing.Size(202, 22); this.symbolLinkingToolStripMenuItem.Text = "Symbol Linking"; // // CustomEoC // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(477, 397); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.pnlMarketing); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "CustomEoC"; this.Text = "CustomEoC"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CustomEoC_FormClosing); this.TextChanged += new System.EventHandler(this.CustomEoC_TextChanged); this.VisibleChanged += new System.EventHandler(this.CustomEoC_VisibleChanged); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.pnlMarketing.ResumeLayout(false); this.pnlMarketing.PerformLayout(); this.ResumeLayout(false); } #endregion private Informacija.FormSnapper formSnapper1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem pinnedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToCloudToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem duplicateToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem customizeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem actionsToolStripMenuItem; private TradeIdeas.TIProGUI.CustomPanel pnlMarketing; private System.Windows.Forms.Label lblMessage; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.ToolStripMenuItem sendSymbolToToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dummyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem symbolLinkingToolStripMenuItem; } }