namespace TradeIdeas.TIProGUI { partial class MultiStrategyConfig { /// /// 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.listBox1 = new System.Windows.Forms.ListBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.addStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.deleteStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.copyStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.configureStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.collaborateStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.colorsStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.lblColor = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.bbtnActions = new System.Windows.Forms.Button(); this.actionContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.addActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.configureActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.collaborateActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.columnsActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.colorsActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.nameActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.deleteAllActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.closeActionStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.actionContextMenuStrip.SuspendLayout(); this.SuspendLayout(); // // listBox1 // this.listBox1.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.listBox1.ContextMenuStrip = this.contextMenuStrip1; this.listBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 15; this.listBox1.Location = new System.Drawing.Point(9, 27); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(325, 229); this.listBox1.TabIndex = 0; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_DoubleClick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addStripMenuItem1, this.deleteStripMenuItem1, this.copyStripMenuItem1, this.configureStripMenuItem1, this.collaborateStripMenuItem1, this.colorsStripMenuItem1}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(174, 136); // // addStripMenuItem1 // this.addStripMenuItem1.Name = "addStripMenuItem1"; this.addStripMenuItem1.Size = new System.Drawing.Size(173, 22); this.addStripMenuItem1.Text = "Add"; this.addStripMenuItem1.Click += new System.EventHandler(this.addToolStripMenuItem_Click); // // deleteStripMenuItem1 // this.deleteStripMenuItem1.Name = "deleteStripMenuItem1"; this.deleteStripMenuItem1.Size = new System.Drawing.Size(173, 22); this.deleteStripMenuItem1.Text = "Delete"; this.deleteStripMenuItem1.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); // // copyStripMenuItem1 // this.copyStripMenuItem1.Name = "copyStripMenuItem1"; this.copyStripMenuItem1.Size = new System.Drawing.Size(173, 22); this.copyStripMenuItem1.Text = "Copy"; this.copyStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); // // configureStripMenuItem1 // this.configureStripMenuItem1.Name = "configureStripMenuItem1"; this.configureStripMenuItem1.Size = new System.Drawing.Size(173, 22); this.configureStripMenuItem1.Text = "Configure Strategy"; this.configureStripMenuItem1.Click += new System.EventHandler(this.configureToolStripMenuItem_Click); // // collaborateStripMenuItem1 // this.collaborateStripMenuItem1.Name = "collaborateStripMenuItem1"; this.collaborateStripMenuItem1.Size = new System.Drawing.Size(173, 22); this.collaborateStripMenuItem1.Text = "Collaborate"; this.collaborateStripMenuItem1.Click += new System.EventHandler(this.collaborateToolStripMenuItem_Click); // // colorsStripMenuItem1 // this.colorsStripMenuItem1.Name = "colorsStripMenuItem1"; this.colorsStripMenuItem1.Size = new System.Drawing.Size(173, 22); this.colorsStripMenuItem1.Text = "Set Strategy Colors"; this.colorsStripMenuItem1.Click += new System.EventHandler(this.strategyColorToolStripMenuItem_Click); // // lblColor // this.lblColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.lblColor.AutoSize = true; this.lblColor.BackColor = System.Drawing.Color.White; this.lblColor.Location = new System.Drawing.Point(61, 270); this.lblColor.Name = "lblColor"; this.lblColor.Size = new System.Drawing.Size(74, 13); this.lblColor.TabIndex = 10; this.lblColor.Text = "Sample Colors"; // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOK.Location = new System.Drawing.Point(102, 296); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 13; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // bbtnActions // this.bbtnActions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.bbtnActions.Location = new System.Drawing.Point(183, 296); this.bbtnActions.Name = "bbtnActions"; this.bbtnActions.Size = new System.Drawing.Size(75, 23); this.bbtnActions.TabIndex = 16; this.bbtnActions.Text = "Actions"; this.bbtnActions.UseVisualStyleBackColor = true; this.bbtnActions.MouseClick += new System.Windows.Forms.MouseEventHandler(this.bbtnActions_MouseClick); // // actionContextMenuStrip // this.actionContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addActionStripMenuItem, this.deleteActionStripMenuItem, this.copyActionStripMenuItem, this.toolStripSeparator3, this.configureActionStripMenuItem, this.collaborateActionStripMenuItem, this.columnsActionStripMenuItem, this.colorsActionStripMenuItem, this.toolStripSeparator5, this.nameActionStripMenuItem, this.deleteAllActionStripMenuItem, this.saveActionStripMenuItem, this.toolStripSeparator6, this.closeActionStripMenuItem}); this.actionContextMenuStrip.Name = "actionContextMenuStrip"; this.actionContextMenuStrip.Size = new System.Drawing.Size(189, 264); // // addActionStripMenuItem // this.addActionStripMenuItem.Name = "addActionStripMenuItem"; this.addActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.addActionStripMenuItem.Text = "Add"; this.addActionStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click); // // deleteActionStripMenuItem // this.deleteActionStripMenuItem.Name = "deleteActionStripMenuItem"; this.deleteActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.deleteActionStripMenuItem.Text = "Delete"; this.deleteActionStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); // // copyActionStripMenuItem // this.copyActionStripMenuItem.Name = "copyActionStripMenuItem"; this.copyActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.copyActionStripMenuItem.Text = "Copy"; this.copyActionStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(185, 6); // // configureActionStripMenuItem // this.configureActionStripMenuItem.Name = "configureActionStripMenuItem"; this.configureActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.configureActionStripMenuItem.Text = "Configure Strategy"; this.configureActionStripMenuItem.Click += new System.EventHandler(this.configureToolStripMenuItem_Click); // // collaborateActionStripMenuItem // this.collaborateActionStripMenuItem.Name = "collaborateActionStripMenuItem"; this.collaborateActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.collaborateActionStripMenuItem.Text = "Collaborate..."; // // columnsActionStripMenuItem // this.columnsActionStripMenuItem.Name = "columnsActionStripMenuItem"; this.columnsActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.columnsActionStripMenuItem.Text = "Columns"; this.columnsActionStripMenuItem.Click += new System.EventHandler(this.columsToolStripMenuItem_Click); // // colorsActionStripMenuItem // this.colorsActionStripMenuItem.Name = "colorsActionStripMenuItem"; this.colorsActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.colorsActionStripMenuItem.Text = "Select Strategy Colors"; this.colorsActionStripMenuItem.Click += new System.EventHandler(this.strategyColorToolStripMenuItem_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(185, 6); // // nameActionStripMenuItem // this.nameActionStripMenuItem.Name = "nameActionStripMenuItem"; this.nameActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.nameActionStripMenuItem.Text = "WindowName"; this.nameActionStripMenuItem.Click += new System.EventHandler(this.windowNameToolStripMenuItem_Click); // // deleteAllActionStripMenuItem // this.deleteAllActionStripMenuItem.Name = "deleteAllActionStripMenuItem"; this.deleteAllActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.deleteAllActionStripMenuItem.Text = "Delete All"; this.deleteAllActionStripMenuItem.Click += new System.EventHandler(this.deleteAllToolStripMenuItem_Click); // // saveActionStripMenuItem // this.saveActionStripMenuItem.Name = "saveActionStripMenuItem"; this.saveActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.saveActionStripMenuItem.Text = "Save As..."; this.saveActionStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(185, 6); // // closeActionStripMenuItem // this.closeActionStripMenuItem.Name = "closeActionStripMenuItem"; this.closeActionStripMenuItem.Size = new System.Drawing.Size(188, 22); this.closeActionStripMenuItem.Text = "Close"; this.closeActionStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click); // // MultiStrategyConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(346, 331); this.Controls.Add(this.bbtnActions); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblColor); this.Controls.Add(this.listBox1); this.Name = "MultiStrategyConfig"; this.Text = "`"; this.VisibleChanged += new System.EventHandler(this.MultiStrategyConfig_VisibleChanged); this.contextMenuStrip1.ResumeLayout(false); this.actionContextMenuStrip.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.Label lblColor; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem addStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem deleteStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem copyStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem configureStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem collaborateStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem colorsStripMenuItem1; private System.Windows.Forms.Button bbtnActions; private System.Windows.Forms.ContextMenuStrip actionContextMenuStrip; private System.Windows.Forms.ToolStripMenuItem addActionStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteActionStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copyActionStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem configureActionStripMenuItem; private System.Windows.Forms.ToolStripMenuItem collaborateActionStripMenuItem; private System.Windows.Forms.ToolStripMenuItem columnsActionStripMenuItem; private System.Windows.Forms.ToolStripMenuItem colorsActionStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripMenuItem nameActionStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteAllActionStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveActionStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripMenuItem closeActionStripMenuItem; } }