namespace TradeIdeas.Dashboard
{
partial class WatchList
{
///
/// 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();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.commonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fundamentalsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.swingTraderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dayTraderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.symbolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.renameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteThisWatchlistToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.columnsToolStripMenuItem,
this.symbolsToolStripMenuItem,
this.renameToolStripMenuItem,
this.deleteThisWatchlistToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(198, 114);
//
// columnsToolStripMenuItem
//
this.columnsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.commonToolStripMenuItem,
this.fundamentalsToolStripMenuItem,
this.swingTraderToolStripMenuItem,
this.dayTraderToolStripMenuItem});
this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
this.columnsToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.columnsToolStripMenuItem.Text = "Columns";
//
// commonToolStripMenuItem
//
this.commonToolStripMenuItem.Name = "commonToolStripMenuItem";
this.commonToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.commonToolStripMenuItem.Text = "Common";
this.commonToolStripMenuItem.Click += new System.EventHandler(this.SetColumnList);
//
// fundamentalsToolStripMenuItem
//
this.fundamentalsToolStripMenuItem.Name = "fundamentalsToolStripMenuItem";
this.fundamentalsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.fundamentalsToolStripMenuItem.Text = "Fundamentals";
this.fundamentalsToolStripMenuItem.Click += new System.EventHandler(this.SetColumnList);
//
// swingTraderToolStripMenuItem
//
this.swingTraderToolStripMenuItem.Name = "swingTraderToolStripMenuItem";
this.swingTraderToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.swingTraderToolStripMenuItem.Text = "Swing Trader";
this.swingTraderToolStripMenuItem.Click += new System.EventHandler(this.SetColumnList);
//
// dayTraderToolStripMenuItem
//
this.dayTraderToolStripMenuItem.Name = "dayTraderToolStripMenuItem";
this.dayTraderToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.dayTraderToolStripMenuItem.Text = "Day Trader";
this.dayTraderToolStripMenuItem.Click += new System.EventHandler(this.SetColumnList);
//
// symbolsToolStripMenuItem
//
this.symbolsToolStripMenuItem.Name = "symbolsToolStripMenuItem";
this.symbolsToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.symbolsToolStripMenuItem.Text = "Symbols...";
this.symbolsToolStripMenuItem.Click += new System.EventHandler(this.symbolsToolStripMenuItem_Click);
//
// renameToolStripMenuItem
//
this.renameToolStripMenuItem.Name = "renameToolStripMenuItem";
this.renameToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.renameToolStripMenuItem.Text = "Rename...";
this.renameToolStripMenuItem.Click += new System.EventHandler(this.renameToolStripMenuItem_Click);
//
// deleteThisWatchlistToolStripMenuItem
//
this.deleteThisWatchlistToolStripMenuItem.Name = "deleteThisWatchlistToolStripMenuItem";
this.deleteThisWatchlistToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
this.deleteThisWatchlistToolStripMenuItem.Text = "Delete This Watchlist...";
this.deleteThisWatchlistToolStripMenuItem.Click += new System.EventHandler(this.deleteThisWatchlistToolStripMenuItem_Click);
//
// WatchList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.ContextMenuStrip = this.contextMenuStrip1;
this.Location = new System.Drawing.Point(0, 0);
this.Name = "WatchList";
this.Text = "WatchList";
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem symbolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem commonToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fundamentalsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem swingTraderToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dayTraderToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem renameToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteThisWatchlistToolStripMenuItem;
}
}