namespace MdiDemo
{
partial class MainForm
{
///
/// 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.panel1 = new System.Windows.Forms.Panel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.topListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tickPanel = new TradeIdeas.TIProGUI.TickPanel();
this.snapFormExtender1 = new MdiDemo.SnapFormExtender(this.components);
this.panel1.SuspendLayout();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.snapFormExtender1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.Controls.Add(this.menuStrip1);
this.panel1.Location = new System.Drawing.Point(0, 1);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(696, 23);
this.panel1.TabIndex = 3;
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(696, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.topListToolStripMenuItem});
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.newToolStripMenuItem.Text = "New";
//
// topListToolStripMenuItem
//
this.topListToolStripMenuItem.Name = "topListToolStripMenuItem";
this.topListToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
this.topListToolStripMenuItem.Text = "Top List";
this.topListToolStripMenuItem.Click += new System.EventHandler(this.topListToolStripMenuItem_Click);
//
// tickPanel
//
this.tickPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.tickPanel.BackColor = System.Drawing.Color.Black;
this.tickPanel.BottomColor = System.Drawing.Color.White;
this.tickPanel.CustomPingStringColor = null;
this.tickPanel.Location = new System.Drawing.Point(696, 1);
this.tickPanel.Name = "tickPanel";
this.tickPanel.Size = new System.Drawing.Size(122, 23);
this.tickPanel.TabIndex = 1;
this.tickPanel.UseGradient = false;
//
// snapFormExtender1
//
this.snapFormExtender1.Distance = 10;
this.snapFormExtender1.Form = this;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(820, 662);
this.Controls.Add(this.panel1);
this.Controls.Add(this.tickPanel);
this.IsMdiContainer = true;
this.Name = "MainForm";
this.Text = "Mdi Demo Main Form";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.snapFormExtender1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private TradeIdeas.TIProGUI.TickPanel tickPanel;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem topListToolStripMenuItem;
private SnapFormExtender snapFormExtender1;
}
}