/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.ToolPanel       = new Easychart.Finance.Objects.ObjectToolPanel();
            this.sizeToolControl = new Easychart.Finance.Win.SizeToolControl();
            this.Designer        = new Easychart.Finance.Win.ChartWinControl();

            this.spTool          = new System.Windows.Forms.Splitter();
            this.pg              = new System.Windows.Forms.PropertyGrid();
            this.spProperty      = new System.Windows.Forms.Splitter();
            this.mmMain          = new System.Windows.Forms.MainMenu();
            this.miFile          = new System.Windows.Forms.MenuItem();
            this.miOpen          = new System.Windows.Forms.MenuItem();
            this.miSave          = new System.Windows.Forms.MenuItem();
            this.mnuSaveImage    = new System.Windows.Forms.MenuItem();
            this.menuItem1       = new System.Windows.Forms.MenuItem();
            this.menusubLoadYhoo = new System.Windows.Forms.MenuItem();
            this.miSp1           = new System.Windows.Forms.MenuItem();
            this.miExit          = new System.Windows.Forms.MenuItem();
            this.miHelp          = new System.Windows.Forms.MenuItem();
            this.miWebSite       = new System.Windows.Forms.MenuItem();
            this.ofd             = new System.Windows.Forms.OpenFileDialog();
            this.sfd             = new System.Windows.Forms.SaveFileDialog();
            this.pnRight         = new System.Windows.Forms.Panel();
            this.spTree          = new System.Windows.Forms.Splitter();
            this.ObjectTree      = new Easychart.Finance.Objects.ObjectTree();
            this.pnRight.SuspendLayout();
            this.SuspendLayout();
            //
            // ToolPanel
            //
            this.ToolPanel.Dock               = System.Windows.Forms.DockStyle.Left;
            this.ToolPanel.Location           = new System.Drawing.Point(0, 0);
            this.ToolPanel.Name               = "ToolPanel";
            this.ToolPanel.ResetAfterEachDraw = true;
            this.ToolPanel.Size               = new System.Drawing.Size(140, 461);
            this.ToolPanel.TabIndex           = 0;
            //
            // Designer
            //
            this.Designer.CausesValidation = false;
            this.Designer.DefaultFormulas  = "MAIN#AreaBB#MA(50)#MA(200);VOLMA;SlowSTO;MACD;RSI(14)#RSI(28)";
            this.Designer.Designing        = false;
            this.Designer.Dock             = System.Windows.Forms.DockStyle.Fill;
            this.Designer.EndTime          = new System.DateTime(((long)(0)));
            this.Designer.FavoriteFormulas = "VOLMA;AreaRSI;DEMO.MACD;CCI;OBV;ATR;FastSTO;S" +
                                             "lowSTO;ROC;TRIX;WR;AD;CMF;PPO;StochRSI;ULT;BBWidth;PVO";
            this.Designer.LatestValueType = Easychart.Finance.LatestValueType.None;
            this.Designer.Location        = new System.Drawing.Point(143, 0);
            this.Designer.MaxPrice        = 0;
            this.Designer.MinPrice        = 0;
            this.Designer.Name            = "Designer";
            this.Designer.ShowStatistic   = false;
            this.Designer.Size            = new System.Drawing.Size(278, 435);
            this.Designer.StartTime       = new System.DateTime(((long)(0)));
            this.Designer.Symbol          = null;
            this.Designer.TabIndex        = 5;
            //
            // sizeToolControl
            //
            this.sizeToolControl.ChartControl = this.Designer;
            this.sizeToolControl.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.sizeToolControl.Location     = new System.Drawing.Point(0, 0);
            this.sizeToolControl.Name         = "sizeToolControl";
            this.sizeToolControl.Size         = new System.Drawing.Size(278, 24);
            this.sizeToolControl.TabIndex     = 0;
            //
            // spTool
            //
            this.spTool.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.spTool.Location    = new System.Drawing.Point(0, 0);
            this.spTool.MinExtra    = 80;
            this.spTool.MinSize     = 80;
            this.spTool.Name        = "spTool";
            this.spTool.Size        = new System.Drawing.Size(3, 461);
            this.spTool.TabIndex    = 1;
            this.spTool.TabStop     = false;
            //
            // pg
            //
            this.pg.CommandsVisibleIfAvailable = true;
            this.pg.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.pg.LargeButtons  = false;
            this.pg.LineColor     = System.Drawing.SystemColors.ScrollBar;
            this.pg.Location      = new System.Drawing.Point(0, 179);
            this.pg.Name          = "pg";
            this.pg.Size          = new System.Drawing.Size(200, 282);
            this.pg.TabIndex      = 3;
            this.pg.Text          = "PropertyGrid";
            this.pg.ViewBackColor = System.Drawing.SystemColors.Window;
            this.pg.ViewForeColor = System.Drawing.SystemColors.WindowText;
            //
            // spProperty
            //
            this.spProperty.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.spProperty.Dock        = System.Windows.Forms.DockStyle.Right;
            this.spProperty.Location    = new System.Drawing.Point(421, 0);
            this.spProperty.MinExtra    = 0;
            this.spProperty.MinSize     = 0;
            this.spProperty.Name        = "spProperty";
            this.spProperty.Size        = new System.Drawing.Size(3, 461);
            this.spProperty.TabIndex    = 4;
            this.spProperty.TabStop     = false;
            //
            // mmMain
            //
            this.mmMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.miFile,
                this.miHelp
            });
            //
            // miFile
            //
            this.miFile.Index = 0;
            this.miFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.miOpen,
                this.miSave,
                this.mnuSaveImage,
                this.menuItem1,
                this.miSp1,
                this.miExit
            });
            this.miFile.Text = "&File";
            //
            // miOpen
            //
            this.miOpen.Index  = 0;
            this.miOpen.Text   = "&Open";
            this.miOpen.Click += new System.EventHandler(this.miOpen_Click);
            //
            // miSave
            //
            this.miSave.Index  = 1;
            this.miSave.Text   = "&Save";
            this.miSave.Click += new System.EventHandler(this.miSave_Click);
            //
            // mnuSaveImage
            //
            this.mnuSaveImage.Index  = 2;
            this.mnuSaveImage.Text   = "Save &Image";
            this.mnuSaveImage.Click += new System.EventHandler(this.mnuSaveImage_Click);
            //
            // menuItem1
            //
            this.menuItem1.Index = 3;
            this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menusubLoadYhoo
            });
            this.menuItem1.Text = "Load";
            //
            // menusubLoadYhoo
            //
            this.menusubLoadYhoo.Index  = 0;
            this.menusubLoadYhoo.Text   = "&Yahoo";
            this.menusubLoadYhoo.Click += new System.EventHandler(this.menusubLoadYhoo_Click);
            //
            // miSp1
            //
            this.miSp1.Index = 4;
            this.miSp1.Text  = "-";
            //
            // miExit
            //
            this.miExit.Index  = 5;
            this.miExit.Text   = "&Exit";
            this.miExit.Click += new System.EventHandler(this.miExit_Click);
            //
            // miHelp
            //
            this.miHelp.Index = 1;
            this.miHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.miWebSite
            });
            this.miHelp.Text = "&Help";
            //
            // miWebSite
            //
            this.miWebSite.Index  = 0;
            this.miWebSite.Text   = "&Web Site";
            this.miWebSite.Click += new System.EventHandler(this.miWebSite_Click);
            //
            // ofd
            //
            this.ofd.Filter = "Object File(*.xml)|*.xml";
            //
            // sfd
            //
            this.sfd.DefaultExt = "xml";
            this.sfd.Filter     = "Object File(*.xml)|*.xml";

            //
            // pnRight
            //
            this.pnRight.Controls.Add(this.pg);
            this.pnRight.Controls.Add(this.spTree);
            this.pnRight.Controls.Add(this.ObjectTree);
            this.pnRight.Dock     = System.Windows.Forms.DockStyle.Right;
            this.pnRight.Location = new System.Drawing.Point(424, 0);
            this.pnRight.Name     = "pnRight";
            this.pnRight.Size     = new System.Drawing.Size(200, 461);
            this.pnRight.TabIndex = 6;
            //
            // spTree
            //
            this.spTree.Dock     = System.Windows.Forms.DockStyle.Top;
            this.spTree.Location = new System.Drawing.Point(0, 176);
            this.spTree.Name     = "spTree";
            this.spTree.Size     = new System.Drawing.Size(200, 3);
            this.spTree.TabIndex = 5;
            this.spTree.TabStop  = false;
            //
            // ObjectTree
            //
            this.ObjectTree.Dock     = System.Windows.Forms.DockStyle.Top;
            this.ObjectTree.Location = new System.Drawing.Point(0, 0);
            this.ObjectTree.Name     = "ObjectTree";
            this.ObjectTree.Size     = new System.Drawing.Size(200, 176);
            this.ObjectTree.TabIndex = 4;
            //
            // ObjectDesignerForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
            this.ClientSize        = new System.Drawing.Size(624, 461);
            this.Controls.Add(this.Designer);
            this.Controls.Add(this.sizeToolControl);
            this.Controls.Add(this.spProperty);
            this.Controls.Add(this.spTool);
            this.Controls.Add(this.pnRight);
            this.Font        = new System.Drawing.Font("Verdana", 8.25F);
            this.KeyPreview  = true;
            this.Menu        = this.mmMain;
            this.Name        = "ObjectDesignerForm";
            this.Text        = "Object Designer Form";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load       += new System.EventHandler(this.ObjectDesignerForm_Load);
            this.pnRight.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Easychart.Finance.ExchangeIntraday exchangeIntraday1 = new Easychart.Finance.ExchangeIntraday();
     this.sizeToolControl = new Easychart.Finance.Win.SizeToolControl();
     this.Designer        = new Easychart.Finance.Win.ChartWinControl();
     this.ToolPanel       = new Easychart.Finance.Objects.ObjectToolPanel();
     this.spTool          = new System.Windows.Forms.Splitter();
     this.pg             = new System.Windows.Forms.PropertyGrid();
     this.spProperty     = new System.Windows.Forms.Splitter();
     this.mmMain         = new System.Windows.Forms.MainMenu(this.components);
     this.miFile         = new System.Windows.Forms.MenuItem();
     this.miOpen         = new System.Windows.Forms.MenuItem();
     this.miSave         = new System.Windows.Forms.MenuItem();
     this.mneLoad        = new System.Windows.Forms.MenuItem();
     this.submnuYhoo     = new System.Windows.Forms.MenuItem();
     this.mnuSaveImage   = new System.Windows.Forms.MenuItem();
     this.miSp1          = new System.Windows.Forms.MenuItem();
     this.miExit         = new System.Windows.Forms.MenuItem();
     this.miHelp         = new System.Windows.Forms.MenuItem();
     this.mAboutMenuItem = new System.Windows.Forms.MenuItem();
     this.ofd            = new System.Windows.Forms.OpenFileDialog();
     this.sfd            = new System.Windows.Forms.SaveFileDialog();
     this.pnRight        = new System.Windows.Forms.Panel();
     this.spTree         = new System.Windows.Forms.Splitter();
     this.ObjectTree     = new Easychart.Finance.Objects.ObjectTree();
     this.panel1         = new System.Windows.Forms.Panel();
     this.pnRight.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // sizeToolControl
     //
     this.sizeToolControl.ChartControl = this.Designer;
     this.sizeToolControl.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.sizeToolControl.Location     = new System.Drawing.Point(0, 466);
     this.sizeToolControl.Name         = "sizeToolControl";
     this.sizeToolControl.Size         = new System.Drawing.Size(304, 20);
     this.sizeToolControl.TabIndex     = 0;
     //
     // Designer
     //
     this.Designer.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.Designer.CausesValidation = false;
     this.Designer.DefaultFormulas  = "MAIN#AreaBB#MA(13)#MA(50)#MA(200);VOLMA;SlowSTO;MACD;RSI(14)#RSI(28);BIAS";
     this.Designer.Designing        = false;
     this.Designer.StickRenderType  = StickRenderType.ThickLine;
     this.Designer.EndTime          = new System.DateTime(((long)(0)));
     this.Designer.FavoriteFormulas = "VOLMA;AreaRSI;BIAS;MACD;CCI;OBV;ATR;FastSTO;SlowSTO;ROC;TRIX;WR;AD;CMF;PPO;StochR" +
                                      "SI;ULT;BBWidth;PVO";
     exchangeIntraday1.TimePeriods  = new Easychart.Finance.TimePeriod[0];
     exchangeIntraday1.TimeZone     = -5;
     this.Designer.IntradayInfo     = exchangeIntraday1;
     this.Designer.LatestValueType  = Easychart.Finance.LatestValueType.None;
     this.Designer.Location         = new System.Drawing.Point(0, 0);
     this.Designer.MaxPrice         = 0;
     this.Designer.MinPrice         = 0;
     this.Designer.Name             = "Designer";
     this.Designer.PriceLabelFormat = null;
     this.Designer.ShowStatistic    = false;
     this.Designer.Size             = new System.Drawing.Size(304, 460);
     this.Designer.StartTime        = new System.DateTime(((long)(0)));
     this.Designer.Symbol           = null;
     this.Designer.TabIndex         = 5;
     //
     // ToolPanel
     //
     this.ToolPanel.Dock               = System.Windows.Forms.DockStyle.Left;
     this.ToolPanel.Location           = new System.Drawing.Point(3, 0);
     this.ToolPanel.Name               = "ToolPanel";
     this.ToolPanel.ResetAfterEachDraw = true;
     this.ToolPanel.Size               = new System.Drawing.Size(140, 486);
     this.ToolPanel.TabIndex           = 0;
     //
     // spTool
     //
     this.spTool.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.spTool.Location    = new System.Drawing.Point(0, 0);
     this.spTool.MinExtra    = 80;
     this.spTool.MinSize     = 80;
     this.spTool.Name        = "spTool";
     this.spTool.Size        = new System.Drawing.Size(3, 486);
     this.spTool.TabIndex    = 1;
     this.spTool.TabStop     = false;
     //
     // pg
     //
     this.pg.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pg.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.pg.Location  = new System.Drawing.Point(0, 179);
     this.pg.Name      = "pg";
     this.pg.Size      = new System.Drawing.Size(200, 307);
     this.pg.TabIndex  = 3;
     //
     // spProperty
     //
     this.spProperty.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.spProperty.Dock        = System.Windows.Forms.DockStyle.Right;
     this.spProperty.Location    = new System.Drawing.Point(447, 0);
     this.spProperty.MinExtra    = 0;
     this.spProperty.MinSize     = 0;
     this.spProperty.Name        = "spProperty";
     this.spProperty.Size        = new System.Drawing.Size(3, 486);
     this.spProperty.TabIndex    = 4;
     this.spProperty.TabStop     = false;
     //
     // mmMain
     //
     this.mmMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miFile,
         this.miHelp
     });
     //
     // miFile
     //
     this.miFile.Index = 0;
     this.miFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miOpen,
         this.miSave,
         this.mneLoad,
         this.mnuSaveImage,
         this.miSp1,
         this.miExit
     });
     this.miFile.Text = "&File";
     //
     // miOpen
     //
     this.miOpen.Index  = 0;
     this.miOpen.Text   = "&Open";
     this.miOpen.Click += new System.EventHandler(this.miOpen_Click);
     //
     // miSave
     //
     this.miSave.Index  = 1;
     this.miSave.Text   = "&Save";
     this.miSave.Click += new System.EventHandler(this.miSave_Click);
     //
     // mneLoad
     //
     this.mneLoad.Index = 2;
     this.mneLoad.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.submnuYhoo
     });
     this.mneLoad.Text = "&Load";
     //
     // submnuYhoo
     //
     this.submnuYhoo.Index  = 0;
     this.submnuYhoo.Text   = "Yahoo";
     this.submnuYhoo.Click += new System.EventHandler(this.submnuYhoo_Click);
     //
     // mnuSaveImage
     //
     this.mnuSaveImage.Index  = 3;
     this.mnuSaveImage.Text   = "Save &Image";
     this.mnuSaveImage.Click += new System.EventHandler(this.mnuSaveImage_Click);
     //
     // miSp1
     //
     this.miSp1.Index = 4;
     this.miSp1.Text  = "-";
     //
     // miExit
     //
     this.miExit.Index  = 5;
     this.miExit.Text   = "&Exit";
     this.miExit.Click += new System.EventHandler(this.miExit_Click);
     //
     // miHelp
     //
     this.miHelp.Index = 1;
     this.miHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mAboutMenuItem
     });
     this.miHelp.Text = "&Help";
     //
     // mAboutMenuItem
     //
     this.mAboutMenuItem.Index  = 0;
     this.mAboutMenuItem.Text   = "&About Adam";
     this.mAboutMenuItem.Click += new System.EventHandler(this.miWebSite_Click);
     //
     // ofd
     //
     this.ofd.Filter = "Object File(*.xml)|*.xml";
     //
     // sfd
     //
     this.sfd.DefaultExt = "xml";
     this.sfd.Filter     = "Object File(*.xml)|*.xml";
     //
     // pnRight
     //
     this.pnRight.Controls.Add(this.pg);
     this.pnRight.Controls.Add(this.spTree);
     this.pnRight.Controls.Add(this.ObjectTree);
     this.pnRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnRight.Location = new System.Drawing.Point(450, 0);
     this.pnRight.Name     = "pnRight";
     this.pnRight.Size     = new System.Drawing.Size(200, 486);
     this.pnRight.TabIndex = 6;
     //
     // spTree
     //
     this.spTree.Dock     = System.Windows.Forms.DockStyle.Top;
     this.spTree.Location = new System.Drawing.Point(0, 176);
     this.spTree.Name     = "spTree";
     this.spTree.Size     = new System.Drawing.Size(200, 3);
     this.spTree.TabIndex = 5;
     this.spTree.TabStop  = false;
     //
     // ObjectTree
     //
     this.ObjectTree.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ObjectTree.Location = new System.Drawing.Point(0, 0);
     this.ObjectTree.Name     = "ObjectTree";
     this.ObjectTree.Size     = new System.Drawing.Size(200, 176);
     this.ObjectTree.TabIndex = 4;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.sizeToolControl);
     this.panel1.Controls.Add(this.Designer);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(143, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(304, 486);
     this.panel1.TabIndex = 7;
     //
     // ObjectDesignerForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(650, 486);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ToolPanel);
     this.Controls.Add(this.spProperty);
     this.Controls.Add(this.spTool);
     this.Controls.Add(this.pnRight);
     this.Font        = new System.Drawing.Font("Verdana", 8.25F);
     this.KeyPreview  = true;
     this.Menu        = this.mmMain;
     this.Name        = "ObjectDesignerForm";
     this.Text        = "Adam Chart Demo";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.ObjectDesignerForm_Load);
     this.pnRight.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #3
0
 public ObjectManager(IObjectCanvas Canvas, PropertyGrid propertyGrid, ObjectToolPanel ToolPanel, ObjectTree ObjectTree)
     : this(Canvas, propertyGrid, ToolPanel)
 {
     this.ObjectTree = ObjectTree;
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pg           = new System.Windows.Forms.PropertyGrid();
     this.spProperty   = new System.Windows.Forms.Splitter();
     this.Designer     = new Easychart.Finance.Win.ChartWinControl();
     this.mmMain       = new System.Windows.Forms.MainMenu();
     this.miFile       = new System.Windows.Forms.MenuItem();
     this.miOpen       = new System.Windows.Forms.MenuItem();
     this.miSave       = new System.Windows.Forms.MenuItem();
     this.miSp1        = new System.Windows.Forms.MenuItem();
     this.miExit       = new System.Windows.Forms.MenuItem();
     this.miHelp       = new System.Windows.Forms.MenuItem();
     this.miWebSite    = new System.Windows.Forms.MenuItem();
     this.miFeatures   = new System.Windows.Forms.MenuItem();
     this.miSingleLine = new System.Windows.Forms.MenuItem();
     this.miSelect     = new System.Windows.Forms.MenuItem();
     this.ofd          = new System.Windows.Forms.OpenFileDialog();
     this.sfd          = new System.Windows.Forms.SaveFileDialog();
     this.pnRight      = new System.Windows.Forms.Panel();
     this.spTree       = new System.Windows.Forms.Splitter();
     this.ObjectTree   = new Easychart.Finance.Objects.ObjectTree();
     this.ToolPanel    = new Easychart.Finance.Objects.ObjectToolPanel();
     this.pnTop        = new System.Windows.Forms.Panel();
     this.btnArc       = new System.Windows.Forms.Button();
     this.btnLabel     = new System.Windows.Forms.Button();
     this.btnFib       = new System.Windows.Forms.Button();
     this.btnSegment   = new System.Windows.Forms.Button();
     this.miRemoveAll  = new System.Windows.Forms.MenuItem();
     this.pnRight.SuspendLayout();
     this.pnTop.SuspendLayout();
     this.SuspendLayout();
     //
     // pg
     //
     this.pg.CommandsVisibleIfAvailable = true;
     this.pg.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.pg.LargeButtons  = false;
     this.pg.LineColor     = System.Drawing.SystemColors.ScrollBar;
     this.pg.Location      = new System.Drawing.Point(0, 179);
     this.pg.Name          = "pg";
     this.pg.Size          = new System.Drawing.Size(200, 278);
     this.pg.TabIndex      = 3;
     this.pg.Text          = "PropertyGrid";
     this.pg.ViewBackColor = System.Drawing.SystemColors.Window;
     this.pg.ViewForeColor = System.Drawing.SystemColors.WindowText;
     //
     // spProperty
     //
     this.spProperty.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.spProperty.Dock        = System.Windows.Forms.DockStyle.Right;
     this.spProperty.Location    = new System.Drawing.Point(565, 40);
     this.spProperty.MinExtra    = 0;
     this.spProperty.MinSize     = 0;
     this.spProperty.Name        = "spProperty";
     this.spProperty.Size        = new System.Drawing.Size(3, 417);
     this.spProperty.TabIndex    = 4;
     this.spProperty.TabStop     = false;
     //
     // Designer
     //
     this.Designer.CausesValidation = false;
     this.Designer.DefaultFormulas  = "MAIN#AreaBB#MA(50)#MA(200);VOLMA;SlowSTO;MACD;RSI(14)#RSI(28)";
     this.Designer.Designing        = false;
     this.Designer.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.Designer.EndTime          = new System.DateTime(((long)(0)));
     this.Designer.FavoriteFormulas = "VOLMA;AreaRSI;DEMO.MACD;CCI;OBV;ATR;FastSTO;SlowSTO;ROC;TRIX;WR;AD;CMF;PPO;StochR" +
                                      "SI;ULT;BBWidth;PVO";
     this.Designer.LatestValueType  = Easychart.Finance.LatestValueType.None;
     this.Designer.Location         = new System.Drawing.Point(117, 40);
     this.Designer.MaxPrice         = 0;
     this.Designer.MinPrice         = 0;
     this.Designer.Name             = "Designer";
     this.Designer.PriceLabelFormat = null;
     this.Designer.ShowStatistic    = false;
     this.Designer.Size             = new System.Drawing.Size(448, 417);
     this.Designer.StartTime        = new System.DateTime(((long)(0)));
     this.Designer.Symbol           = null;
     this.Designer.TabIndex         = 5;
     this.Designer.NativePaint     += new Easychart.Finance.NativePaintHandler(this.Designer_NativePaint);
     this.Designer.MouseDown       += new System.Windows.Forms.MouseEventHandler(this.Designer_MouseDown);
     //
     // mmMain
     //
     this.mmMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miFile,
         this.miHelp,
         this.miFeatures
     });
     //
     // miFile
     //
     this.miFile.Index = 0;
     this.miFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miOpen,
         this.miSave,
         this.miSp1,
         this.miExit
     });
     this.miFile.Text = "&File";
     //
     // miOpen
     //
     this.miOpen.Index  = 0;
     this.miOpen.Text   = "&Open";
     this.miOpen.Click += new System.EventHandler(this.miOpen_Click);
     //
     // miSave
     //
     this.miSave.Index  = 1;
     this.miSave.Text   = "&Save";
     this.miSave.Click += new System.EventHandler(this.miSave_Click);
     //
     // miSp1
     //
     this.miSp1.Index = 2;
     this.miSp1.Text  = "-";
     //
     // miExit
     //
     this.miExit.Index  = 3;
     this.miExit.Text   = "&Exit";
     this.miExit.Click += new System.EventHandler(this.miExit_Click);
     //
     // miHelp
     //
     this.miHelp.Index = 1;
     this.miHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miWebSite
     });
     this.miHelp.Text = "&Help";
     //
     // miWebSite
     //
     this.miWebSite.Index  = 0;
     this.miWebSite.Text   = "&Web Site";
     this.miWebSite.Click += new System.EventHandler(this.miWebSite_Click);
     //
     // miFeatures
     //
     this.miFeatures.Index = 2;
     this.miFeatures.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.miSingleLine,
         this.miSelect,
         this.miRemoveAll
     });
     this.miFeatures.Text = "F&eatures";
     //
     // miSingleLine
     //
     this.miSingleLine.Index  = 0;
     this.miSingleLine.Text   = "Single Line in Vol Area";
     this.miSingleLine.Click += new System.EventHandler(this.miSingleLine_Click);
     //
     // miSelect
     //
     this.miSelect.Index  = 1;
     this.miSelect.Text   = "Select First Object";
     this.miSelect.Click += new System.EventHandler(this.miSelect_Click);
     //
     // ofd
     //
     this.ofd.Filter = "Object File(*.xml)|*.xml";
     //
     // sfd
     //
     this.sfd.DefaultExt = "xml";
     this.sfd.Filter     = "Object File(*.xml)|*.xml";
     //
     // pnRight
     //
     this.pnRight.Controls.Add(this.pg);
     this.pnRight.Controls.Add(this.spTree);
     this.pnRight.Controls.Add(this.ObjectTree);
     this.pnRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnRight.Location = new System.Drawing.Point(568, 0);
     this.pnRight.Name     = "pnRight";
     this.pnRight.Size     = new System.Drawing.Size(200, 457);
     this.pnRight.TabIndex = 6;
     //
     // spTree
     //
     this.spTree.Dock     = System.Windows.Forms.DockStyle.Top;
     this.spTree.Location = new System.Drawing.Point(0, 176);
     this.spTree.Name     = "spTree";
     this.spTree.Size     = new System.Drawing.Size(200, 3);
     this.spTree.TabIndex = 5;
     this.spTree.TabStop  = false;
     //
     // ObjectTree
     //
     this.ObjectTree.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ObjectTree.Location = new System.Drawing.Point(0, 0);
     this.ObjectTree.Name     = "ObjectTree";
     this.ObjectTree.Size     = new System.Drawing.Size(200, 176);
     this.ObjectTree.TabIndex = 4;
     //
     // ToolPanel
     //
     this.ToolPanel.Dock                = System.Windows.Forms.DockStyle.Left;
     this.ToolPanel.Location            = new System.Drawing.Point(0, 0);
     this.ToolPanel.Name                = "ToolPanel";
     this.ToolPanel.ResetAfterEachDraw  = true;
     this.ToolPanel.Size                = new System.Drawing.Size(117, 457);
     this.ToolPanel.TabIndex            = 7;
     this.ToolPanel.AfterButtonCreated += new Easychart.Finance.Objects.ObjectButtonEventHandler(this.ToolPanel_AfterButtonCreated);
     //
     // pnTop
     //
     this.pnTop.Controls.Add(this.btnArc);
     this.pnTop.Controls.Add(this.btnLabel);
     this.pnTop.Controls.Add(this.btnFib);
     this.pnTop.Controls.Add(this.btnSegment);
     this.pnTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnTop.Location = new System.Drawing.Point(117, 0);
     this.pnTop.Name     = "pnTop";
     this.pnTop.Size     = new System.Drawing.Size(451, 40);
     this.pnTop.TabIndex = 8;
     //
     // btnArc
     //
     this.btnArc.Location = new System.Drawing.Point(248, 8);
     this.btnArc.Name     = "btnArc";
     this.btnArc.TabIndex = 3;
     this.btnArc.Text     = "Fill Circle";
     this.btnArc.Click   += new System.EventHandler(this.btnArc_Click);
     //
     // btnLabel
     //
     this.btnLabel.Location = new System.Drawing.Point(168, 8);
     this.btnLabel.Name     = "btnLabel";
     this.btnLabel.TabIndex = 2;
     this.btnLabel.Text     = "Label";
     this.btnLabel.Click   += new System.EventHandler(this.btnLabel_Click);
     //
     // btnFib
     //
     this.btnFib.Location = new System.Drawing.Point(88, 8);
     this.btnFib.Name     = "btnFib";
     this.btnFib.TabIndex = 1;
     this.btnFib.Text     = "Fibonacci";
     this.btnFib.Click   += new System.EventHandler(this.btnFib_Click);
     //
     // btnSegment
     //
     this.btnSegment.Location = new System.Drawing.Point(8, 8);
     this.btnSegment.Name     = "btnSegment";
     this.btnSegment.TabIndex = 0;
     this.btnSegment.Text     = "Segment";
     this.btnSegment.Click   += new System.EventHandler(this.btnSegment_Click);
     //
     // miRemoveAll
     //
     this.miRemoveAll.Index  = 2;
     this.miRemoveAll.Text   = "Remove All";
     this.miRemoveAll.Click += new System.EventHandler(this.miRemoveAll_Click);
     //
     // ObjectDesignerForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(768, 457);
     this.Controls.Add(this.Designer);
     this.Controls.Add(this.spProperty);
     this.Controls.Add(this.pnTop);
     this.Controls.Add(this.pnRight);
     this.Controls.Add(this.ToolPanel);
     this.Font        = new System.Drawing.Font("Verdana", 8.25F);
     this.KeyPreview  = true;
     this.Menu        = this.mmMain;
     this.Name        = "ObjectDesignerForm";
     this.Text        = "Object Designer Form";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.ObjectDesignerForm_Load);
     this.pnRight.ResumeLayout(false);
     this.pnTop.ResumeLayout(false);
     this.ResumeLayout(false);
 }