Exemplo n.º 1
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView1 = new DevExpress.XtraCharts.CandleStickSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView2 = new DevExpress.XtraCharts.CandleStickSeriesView();
            DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView2 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView3 = new DevExpress.XtraCharts.CandleStickSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView3)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            xyDiagram1.EnableAxisYScrolling = true;
            xyDiagram1.ScrollingOptions.UseKeyboard = false;
            xyDiagram1.ScrollingOptions.UseMouse = false;
            xyDiagram1.ScrollingOptions.UseTouchDevice = false;
            xyDiagram1.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram1;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(0, 0);
            this.chartControl1.Name = "chartControl1";
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series1.CrosshairLabelPattern = "正常上限:{HV}\n上四分位:{CV}\n中位线;{LV}";
            series1.Name = "Series 1";
            candleStickSeriesView1.ReductionOptions.Visible = false;
            series1.View = candleStickSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series2.CrosshairLabelPattern = "下四分位:{OV}\n正常下限:{LV}";
            series2.Name = "Series 4";
            candleStickSeriesView2.ReductionOptions.Visible = false;
            series2.View = candleStickSeriesView2;
            series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series3.Name = "Series 2";
            pointSeriesView1.PointMarkerOptions.Size = 5;
            series3.View = pointSeriesView1;
            series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series4.Name = "Series 3";
            pointSeriesView2.PointMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Star;
            pointSeriesView2.PointMarkerOptions.Size = 5;
            series4.View = pointSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2,
        series3,
        series4};
            this.chartControl1.SeriesTemplate.View = candleStickSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(656, 358);
            this.chartControl1.TabIndex = 0;
            // 
            // BoxPlotDrawBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "BoxPlotDrawBoard";
            this.Size = new System.Drawing.Size(656, 358);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram             xyDiagram1             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView1 = new DevExpress.XtraCharts.CandleStickSeriesView();
     DevExpress.XtraCharts.Series                series2                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView2 = new DevExpress.XtraCharts.CandleStickSeriesView();
     DevExpress.XtraCharts.Series                series3                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView       pointSeriesView1       = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.Series                series4                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView       pointSeriesView2       = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.CandleStickSeriesView candleStickSeriesView3 = new DevExpress.XtraCharts.CandleStickSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisYScrolling            = true;
     xyDiagram1.ScrollingOptions.UseKeyboard    = false;
     xyDiagram1.ScrollingOptions.UseMouse       = false;
     xyDiagram1.ScrollingOptions.UseTouchDevice = false;
     xyDiagram1.ZoomingOptions.UseMouseWheel    = false;
     this.chartControl1.Diagram        = xyDiagram1;
     this.chartControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible = false;
     this.chartControl1.Location       = new System.Drawing.Point(0, 0);
     this.chartControl1.Name           = "chartControl1";
     series1.ArgumentScaleType         = DevExpress.XtraCharts.ScaleType.Qualitative;
     series1.CrosshairLabelPattern     = "正常上限:{HV}\n上四分位:{CV}\n中位线;{LV}";
     series1.Name = "Series 1";
     candleStickSeriesView1.ReductionOptions.Visible = false;
     series1.View = candleStickSeriesView1;
     series2.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.CrosshairLabelPattern = "下四分位:{OV}\n正常下限:{LV}";
     series2.Name = "Series 4";
     candleStickSeriesView2.ReductionOptions.Visible = false;
     series2.View = candleStickSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series3.Name = "Series 2";
     pointSeriesView1.PointMarkerOptions.Size = 5;
     series3.View = pointSeriesView1;
     series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series4.Name = "Series 3";
     pointSeriesView2.PointMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Star;
     pointSeriesView2.PointMarkerOptions.Size = 5;
     series4.View = pointSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     this.chartControl1.SeriesTemplate.View = candleStickSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(656, 358);
     this.chartControl1.TabIndex = 0;
     //
     // BoxPlotDrawBoard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "BoxPlotDrawBoard";
     this.Size = new System.Drawing.Size(656, 358);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram               xyDiagram1               = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY          secondaryAxisY1          = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                  series1                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.CandleStickSeriesView   candleStickSeriesView1   = new DevExpress.XtraCharts.CandleStickSeriesView();
     DevExpress.XtraCharts.Series                  series2                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView         pointSeriesView1         = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.Series                  series3                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView         pointSeriesView2         = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.Series                  series4                  = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     this.chartControl        = new DevExpress.XtraCharts.ChartControl();
     this.splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::StockManager.Dashboard.Views.FormProgress), true, true, typeof(System.Windows.Forms.UserControl));
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl
     //
     this.chartControl.CrosshairOptions.ShowOnlyInFocusedPane = false;
     this.chartControl.DataBindings           = null;
     xyDiagram1.AxisX.AutoScaleBreaks.Enabled = true;
     xyDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction = DevExpress.XtraCharts.AggregateFunction.None;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit       = DevExpress.XtraCharts.DateTimeMeasureUnit.Minute;
     xyDiagram1.AxisX.Tickmarks.MinorVisible     = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Alignment = DevExpress.XtraCharts.AxisAlignment.Far;
     xyDiagram1.AxisY.NumericScaleOptions.GridOffset = 0.06D;
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.Auto = false;
     xyDiagram1.AxisY.WholeRange.MaxValueSerializable = "0.07";
     xyDiagram1.AxisY.WholeRange.MinValueSerializable = "0.06";
     xyDiagram1.EnableAxisXScrolling            = true;
     xyDiagram1.EnableAxisXZooming              = true;
     xyDiagram1.EnableAxisYScrolling            = true;
     xyDiagram1.EnableAxisYZooming              = true;
     secondaryAxisY1.Alignment                  = DevExpress.XtraCharts.AxisAlignment.Near;
     secondaryAxisY1.AxisID                     = 0;
     secondaryAxisY1.Name                       = "Volume AxisY";
     secondaryAxisY1.VisibleInPanesSerializable = "-1";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.chartControl.Diagram           = xyDiagram1;
     this.chartControl.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.Name       = "Default Legend";
     this.chartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.chartControl.Location          = new System.Drawing.Point(0, 0);
     this.chartControl.Name              = "chartControl";
     series1.ArgumentDataMember          = "Moment";
     series1.ArgumentScaleType           = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.LabelsVisibility            = DevExpress.Utils.DefaultBoolean.False;
     series1.LegendName = "Default Legend";
     series1.Name       = "Candles";
     series1.ValueDataMembersSerializable   = "MinPrice;MaxPrice;OpenPrice;ClosePrice";
     candleStickSeriesView1.LevelLineLength = 0.4D;
     candleStickSeriesView1.LineThickness   = 1;
     series1.View = candleStickSeriesView1;
     series2.ArgumentDataMember = "Moment";
     series2.Name = "Buy Points";
     series2.ValueDataMembersSerializable = "BuyPrice";
     pointSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(80)))));
     pointSeriesView1.PointMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.Triangle;
     pointSeriesView1.PointMarkerOptions.Size = 16;
     series2.View = pointSeriesView1;
     series3.ArgumentDataMember = "Moment";
     series3.Name = "Sell Points";
     series3.ValueDataMembersSerializable = "SellPrice";
     pointSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(176)))), ((int)(((byte)(240)))));
     pointSeriesView2.PointMarkerOptions.Kind = DevExpress.XtraCharts.MarkerKind.InvertedTriangle;
     pointSeriesView2.PointMarkerOptions.Size = 16;
     series3.View = pointSeriesView2;
     series4.ArgumentDataMember = "Moment";
     series4.Name = "VolumeInBaseCurrency";
     series4.ValueDataMembersSerializable = "VolumeInBaseCurrency";
     sideBySideBarSeriesView1.AxisYName   = "Volume AxisY";
     series4.View = sideBySideBarSeriesView1;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     this.chartControl.SideBySideBarDistanceFixed = 10;
     this.chartControl.Size     = new System.Drawing.Size(824, 481);
     this.chartControl.TabIndex = 0;
     //
     // splashScreenManager
     //
     this.splashScreenManager.ClosingDelay = 500;
     //
     // CurrencyPairDashboardControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.Controls.Add(this.chartControl);
     this.Name = "CurrencyPairDashboardControl";
     this.Size = new System.Drawing.Size(824, 481);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 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.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                   series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.CandleStickSeriesView    candleStickSeriesView1 = new DevExpress.XtraCharts.CandleStickSeriesView();
     System.ComponentModel.ComponentResourceManager resources              = new System.ComponentModel.ComponentResourceManager(typeof(BitsumViewer));
     this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
     this.lblCurrentPrice            = new System.Windows.Forms.Label();
     this.pncTabSummary          = new DevExpress.XtraEditors.PanelControl();
     this.labelControl1          = new DevExpress.XtraEditors.LabelControl();
     this.lbcLow24               = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2          = new DevExpress.XtraEditors.LabelControl();
     this.lbcHigh24              = new DevExpress.XtraEditors.LabelControl();
     this.lbcQuantity24          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5          = new DevExpress.XtraEditors.LabelControl();
     this.lbcAmount24            = new DevExpress.XtraEditors.LabelControl();
     this.lbcCoinName            = new DevExpress.XtraEditors.LabelControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chcGraph               = new DevExpress.XtraCharts.ChartControl();
     this.lbcQuantity            = new DevExpress.XtraEditors.LabelControl();
     this.lbcPrice               = new DevExpress.XtraEditors.LabelControl();
     this.lbcTime                  = new DevExpress.XtraEditors.LabelControl();
     this.flpTransactions          = new System.Windows.Forms.FlowLayoutPanel();
     this.accordionControl1        = new DevExpress.XtraBars.Navigation.AccordionControl();
     this.aceSummary               = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.acgCoinList              = new DevExpress.XtraBars.Navigation.AccordionControlElement();
     this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
     this.jdsTransaction           = new DevExpress.DataAccess.Json.JsonDataSource(this.components);
     this.tmrUpdate                = new System.Windows.Forms.Timer(this.components);
     this.fluentDesignFormContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pncTabSummary)).BeginInit();
     this.pncTabSummary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chcGraph)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
     this.SuspendLayout();
     //
     // fluentDesignFormContainer1
     //
     this.fluentDesignFormContainer1.Controls.Add(this.lblCurrentPrice);
     this.fluentDesignFormContainer1.Controls.Add(this.pncTabSummary);
     this.fluentDesignFormContainer1.Controls.Add(this.lbcCoinName);
     this.fluentDesignFormContainer1.Controls.Add(this.splitContainerControl1);
     this.fluentDesignFormContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.fluentDesignFormContainer1.Location = new System.Drawing.Point(231, 30);
     this.fluentDesignFormContainer1.Margin   = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.fluentDesignFormContainer1.Name     = "fluentDesignFormContainer1";
     this.fluentDesignFormContainer1.Size     = new System.Drawing.Size(708, 704);
     this.fluentDesignFormContainer1.TabIndex = 0;
     //
     // lblCurrentPrice
     //
     this.lblCurrentPrice.AutoSize = true;
     this.lblCurrentPrice.Font     = new System.Drawing.Font("HCR Dotum", 15F);
     this.lblCurrentPrice.Location = new System.Drawing.Point(408, 34);
     this.lblCurrentPrice.Name     = "lblCurrentPrice";
     this.lblCurrentPrice.Size     = new System.Drawing.Size(27, 33);
     this.lblCurrentPrice.TabIndex = 16;
     this.lblCurrentPrice.Text     = "-";
     this.lblCurrentPrice.Visible  = false;
     //
     // pncTabSummary
     //
     this.pncTabSummary.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pncTabSummary.Controls.Add(this.labelControl1);
     this.pncTabSummary.Controls.Add(this.lbcLow24);
     this.pncTabSummary.Controls.Add(this.labelControl2);
     this.pncTabSummary.Controls.Add(this.lbcHigh24);
     this.pncTabSummary.Controls.Add(this.lbcQuantity24);
     this.pncTabSummary.Controls.Add(this.labelControl4);
     this.pncTabSummary.Controls.Add(this.labelControl5);
     this.pncTabSummary.Controls.Add(this.lbcAmount24);
     this.pncTabSummary.Location = new System.Drawing.Point(32, 77);
     this.pncTabSummary.Name     = "pncTabSummary";
     this.pncTabSummary.Size     = new System.Drawing.Size(654, 69);
     this.pncTabSummary.TabIndex = 15;
     this.pncTabSummary.Visible  = false;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(27, 6);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(77, 18);
     this.labelControl1.TabIndex = 4;
     this.labelControl1.Text     = "거래량(24H)";
     //
     // lbcLow24
     //
     this.lbcLow24.Location = new System.Drawing.Point(550, 39);
     this.lbcLow24.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lbcLow24.Name     = "lbcLow24";
     this.lbcLow24.Size     = new System.Drawing.Size(89, 18);
     this.lbcLow24.TabIndex = 14;
     this.lbcLow24.Text     = "labelControl11";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(27, 36);
     this.labelControl2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(90, 18);
     this.labelControl2.TabIndex = 5;
     this.labelControl2.Text     = "거래대금(24H)";
     //
     // lbcHigh24
     //
     this.lbcHigh24.Location = new System.Drawing.Point(550, 6);
     this.lbcHigh24.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lbcHigh24.Name     = "lbcHigh24";
     this.lbcHigh24.Size     = new System.Drawing.Size(89, 18);
     this.lbcHigh24.TabIndex = 13;
     this.lbcHigh24.Text     = "labelControl10";
     //
     // lbcQuantity24
     //
     this.lbcQuantity24.Location = new System.Drawing.Point(195, 6);
     this.lbcQuantity24.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lbcQuantity24.Name     = "lbcQuantity24";
     this.lbcQuantity24.Size     = new System.Drawing.Size(81, 18);
     this.lbcQuantity24.TabIndex = 10;
     this.lbcQuantity24.Text     = "labelControl7";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(382, 6);
     this.labelControl4.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(73, 18);
     this.labelControl4.TabIndex = 7;
     this.labelControl4.Text     = "24시간 고가";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(382, 36);
     this.labelControl5.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(73, 18);
     this.labelControl5.TabIndex = 8;
     this.labelControl5.Text     = "24시간 저가";
     //
     // lbcAmount24
     //
     this.lbcAmount24.Location = new System.Drawing.Point(195, 36);
     this.lbcAmount24.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lbcAmount24.Name     = "lbcAmount24";
     this.lbcAmount24.Size     = new System.Drawing.Size(81, 18);
     this.lbcAmount24.TabIndex = 11;
     this.lbcAmount24.Text     = "labelControl8";
     //
     // lbcCoinName
     //
     this.lbcCoinName.Appearance.Font            = new System.Drawing.Font("HCR Dotum", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
     this.lbcCoinName.Appearance.Options.UseFont = true;
     this.lbcCoinName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lbcCoinName.Location     = new System.Drawing.Point(31, 30);
     this.lbcCoinName.Name         = "lbcCoinName";
     this.lbcCoinName.Size         = new System.Drawing.Size(369, 41);
     this.lbcCoinName.TabIndex     = 2;
     this.lbcCoinName.Text         = "Summary";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.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.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 141);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chcGraph);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.lbcQuantity);
     this.splitContainerControl1.Panel2.Controls.Add(this.lbcPrice);
     this.splitContainerControl1.Panel2.Controls.Add(this.lbcTime);
     this.splitContainerControl1.Panel2.Controls.Add(this.flpTransactions);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(708, 563);
     this.splitContainerControl1.SplitterPosition = 252;
     this.splitContainerControl1.TabIndex         = 1;
     //
     // chcGraph
     //
     this.chcGraph.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)));
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chcGraph.Diagram     = xyDiagram1;
     this.chcGraph.Legend.Name = "Default Legend";
     this.chcGraph.Location    = new System.Drawing.Point(31, 4);
     this.chcGraph.Name        = "chcGraph";
     series1.Name = "Series 1";
     series1.View = candleStickSeriesView1;
     this.chcGraph.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chcGraph.SeriesTemplate.SeriesColorizer = null;
     this.chcGraph.Size     = new System.Drawing.Size(655, 239);
     this.chcGraph.TabIndex = 0;
     this.chcGraph.TabStop  = false;
     this.chcGraph.Visible  = false;
     //
     // lbcQuantity
     //
     this.lbcQuantity.Location = new System.Drawing.Point(602, 7);
     this.lbcQuantity.Name     = "lbcQuantity";
     this.lbcQuantity.Size     = new System.Drawing.Size(38, 18);
     this.lbcQuantity.TabIndex = 3;
     this.lbcQuantity.Text     = "수량()";
     this.lbcQuantity.Visible  = false;
     //
     // lbcPrice
     //
     this.lbcPrice.Location = new System.Drawing.Point(301, 7);
     this.lbcPrice.Name     = "lbcPrice";
     this.lbcPrice.Size     = new System.Drawing.Size(38, 18);
     this.lbcPrice.TabIndex = 2;
     this.lbcPrice.Text     = "가격()";
     this.lbcPrice.Visible  = false;
     //
     // lbcTime
     //
     this.lbcTime.Location = new System.Drawing.Point(45, 7);
     this.lbcTime.Name     = "lbcTime";
     this.lbcTime.Size     = new System.Drawing.Size(26, 18);
     this.lbcTime.TabIndex = 1;
     this.lbcTime.Text     = "시간";
     this.lbcTime.Visible  = false;
     //
     // flpTransactions
     //
     this.flpTransactions.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.flpTransactions.AutoScroll    = true;
     this.flpTransactions.FlowDirection = System.Windows.Forms.FlowDirection.BottomUp;
     this.flpTransactions.Location      = new System.Drawing.Point(32, 40);
     this.flpTransactions.Name          = "flpTransactions";
     this.flpTransactions.Size          = new System.Drawing.Size(655, 262);
     this.flpTransactions.TabIndex      = 0;
     this.flpTransactions.Visible       = false;
     this.flpTransactions.WrapContents  = false;
     //
     // accordionControl1
     //
     this.accordionControl1.Dock = System.Windows.Forms.DockStyle.Left;
     this.accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
         this.aceSummary,
         this.acgCoinList
     });
     this.accordionControl1.Location      = new System.Drawing.Point(0, 30);
     this.accordionControl1.Margin        = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.accordionControl1.Name          = "accordionControl1";
     this.accordionControl1.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch;
     this.accordionControl1.Size          = new System.Drawing.Size(231, 704);
     this.accordionControl1.TabIndex      = 1;
     this.accordionControl1.ViewType      = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
     //
     // aceSummary
     //
     this.aceSummary.Name   = "aceSummary";
     this.aceSummary.Style  = DevExpress.XtraBars.Navigation.ElementStyle.Item;
     this.aceSummary.Text   = "Summary";
     this.aceSummary.Click += new System.EventHandler(this.CoinTab_Click);
     //
     // acgCoinList
     //
     this.acgCoinList.Expanded = true;
     this.acgCoinList.Name     = "acgCoinList";
     this.acgCoinList.Text     = "Coin List";
     //
     // fluentDesignFormControl1
     //
     this.fluentDesignFormControl1.FluentDesignForm = this;
     this.fluentDesignFormControl1.Location         = new System.Drawing.Point(0, 0);
     this.fluentDesignFormControl1.Margin           = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.fluentDesignFormControl1.Name             = "fluentDesignFormControl1";
     this.fluentDesignFormControl1.Size             = new System.Drawing.Size(939, 30);
     this.fluentDesignFormControl1.TabIndex         = 2;
     this.fluentDesignFormControl1.TabStop          = false;
     //
     // jdsTransaction
     //
     this.jdsTransaction.Name = "jdsTransaction";
     //
     // tmrUpdate
     //
     this.tmrUpdate.Interval = 1000;
     this.tmrUpdate.Tick    += new System.EventHandler(this.TmrUpdate_Tick);
     //
     // BitsumViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(939, 734);
     this.ControlContainer    = this.fluentDesignFormContainer1;
     this.Controls.Add(this.fluentDesignFormContainer1);
     this.Controls.Add(this.accordionControl1);
     this.Controls.Add(this.fluentDesignFormControl1);
     this.FluentDesignFormControl = this.fluentDesignFormControl1;
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin            = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.Name              = "BitsumViewer";
     this.NavigationControl = this.accordionControl1;
     this.Text              = "Bitsum Viewer";
     this.fluentDesignFormContainer1.ResumeLayout(false);
     this.fluentDesignFormContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pncTabSummary)).EndInit();
     this.pncTabSummary.ResumeLayout(false);
     this.pncTabSummary.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chcGraph)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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();
     DevExpress.Utils.SuperToolTip                  superToolTip1             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem1         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem1              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip2             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem2         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem2              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip3             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem3         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem3              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip4             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem4         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem4              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip5             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem5         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem5              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip6             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem6         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem6              = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip7             = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem7         = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem7              = new DevExpress.Utils.ToolTipItem();
     DevExpress.XtraCharts.XYDiagram                xyDiagram1                = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.CustomAxisLabel          customAxisLabel1          = new DevExpress.XtraCharts.CustomAxisLabel();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane1            = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY           secondaryAxisY1           = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Legend                   legend1                   = new DevExpress.XtraCharts.Legend();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.CandleStickSeriesView    candleStickSeriesView1    = new DevExpress.XtraCharts.CandleStickSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.CandleStickSeriesView    candleStickSeriesView2    = new DevExpress.XtraCharts.CandleStickSeriesView();
     this.barManager1                      = new DevExpress.XtraBars.BarManager(this.components);
     this.barMain                          = new DevExpress.XtraBars.Bar();
     this.stockBarCheckItem                = new DevExpress.XtraBars.BarCheckItem();
     this.candleStickBarCheckItem          = new DevExpress.XtraBars.BarCheckItem();
     this.volumesBarCheckItem              = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3                    = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4                    = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem5                    = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem6                    = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem7                    = new DevExpress.XtraBars.BarCheckItem();
     this.barStaticItemPeriod              = new DevExpress.XtraBars.BarStaticItem();
     this.comboBoxBarEditItem              = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBoxPeriod     = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.barCheckItemTrendLine            = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemFibonacciArcs        = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemFibonacciFans        = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemFibonacciRetracement = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemRemoveIndicator      = new DevExpress.XtraBars.BarCheckItem();
     this.barStaticItemAdvancedIndicators  = new DevExpress.XtraBars.BarStaticItem();
     this.barEditItemAdvancedIndicators    = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     this.barAndDockingController1   = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControlTop          = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight        = new DevExpress.XtraBars.BarDockControl();
     this.barCheckItemRegressionLine = new DevExpress.XtraBars.BarCheckItem();
     this.repositoryItemCheckedComboBoxEditMovingAverages = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     this.repositoryItemComboBoxRegression = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.stockChart    = new DevExpress.XtraCharts.ChartControl();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditAdvancedIndicators)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditMovingAverages)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxRegression)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stockChart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barMain
     });
     this.barManager1.Controller = this.barAndDockingController1;
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.stockBarCheckItem,
         this.candleStickBarCheckItem,
         this.volumesBarCheckItem,
         this.barCheckItem3,
         this.barCheckItem4,
         this.barCheckItem5,
         this.barCheckItem6,
         this.barCheckItem7,
         this.barStaticItemPeriod,
         this.comboBoxBarEditItem,
         this.barCheckItemTrendLine,
         this.barCheckItemFibonacciArcs,
         this.barCheckItemFibonacciFans,
         this.barCheckItemFibonacciRetracement,
         this.barCheckItemRemoveIndicator,
         this.barCheckItemRegressionLine,
         this.barStaticItemAdvancedIndicators,
         this.barEditItemAdvancedIndicators
     });
     this.barManager1.MaxItemId = 37;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemComboBoxPeriod,
         this.repositoryItemCheckedComboBoxEditMovingAverages,
         this.repositoryItemComboBoxRegression,
         this.repositoryItemCheckedComboBoxEditAdvancedIndicators
     });
     //
     // barMain
     //
     this.barMain.BarName   = "Main";
     this.barMain.DockCol   = 0;
     this.barMain.DockRow   = 0;
     this.barMain.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barMain.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.stockBarCheckItem, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.candleStickBarCheckItem),
         new DevExpress.XtraBars.LinkPersistInfo(this.volumesBarCheckItem),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem3, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem4),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem5),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem6),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem7),
         new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.Caption | DevExpress.XtraBars.BarLinkUserDefines.PaintStyle))), this.barStaticItemPeriod, "Period:", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Caption),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.comboBoxBarEditItem, "", false, true, true, 79),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemTrendLine, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciArcs),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciFans),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFibonacciRetracement),
         new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemRemoveIndicator),
         new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItemAdvancedIndicators, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barEditItemAdvancedIndicators)
     });
     this.barMain.OptionsBar.AllowQuickCustomization = false;
     this.barMain.OptionsBar.DrawBorder     = false;
     this.barMain.OptionsBar.DrawDragBorder = false;
     this.barMain.OptionsBar.UseWholeRow    = true;
     this.barMain.Text = "Main";
     //
     // stockBarCheckItem
     //
     this.stockBarCheckItem.Caption         = "Stock";
     this.stockBarCheckItem.GroupIndex      = 2;
     this.stockBarCheckItem.Id              = 16;
     this.stockBarCheckItem.Name            = "stockBarCheckItem";
     this.stockBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.ChangeViewToStock);
     //
     // candleStickBarCheckItem
     //
     this.candleStickBarCheckItem.BindableChecked = true;
     this.candleStickBarCheckItem.Caption         = "Candle Stick";
     this.candleStickBarCheckItem.Checked         = true;
     this.candleStickBarCheckItem.GroupIndex      = 2;
     this.candleStickBarCheckItem.Id              = 15;
     this.candleStickBarCheckItem.Name            = "candleStickBarCheckItem";
     this.candleStickBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.ChangeViewToCandleStick);
     //
     // volumesBarCheckItem
     //
     this.volumesBarCheckItem.BindableChecked = true;
     this.volumesBarCheckItem.Caption         = "Volume";
     this.volumesBarCheckItem.Checked         = true;
     this.volumesBarCheckItem.Id              = 2;
     this.volumesBarCheckItem.Name            = "volumesBarCheckItem";
     this.volumesBarCheckItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnShowVolumeChartChanged);
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption         = "6m";
     this.barCheckItem3.GroupIndex      = 1;
     this.barCheckItem3.Id              = 4;
     this.barCheckItem3.Name            = "barCheckItem3";
     this.barCheckItem3.Tag             = 120;
     this.barCheckItem3.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barCheckItem4
     //
     this.barCheckItem4.Caption         = "1y";
     this.barCheckItem4.GroupIndex      = 1;
     this.barCheckItem4.Id              = 5;
     this.barCheckItem4.Name            = "barCheckItem4";
     this.barCheckItem4.Tag             = 240;
     this.barCheckItem4.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barCheckItem5
     //
     this.barCheckItem5.BindableChecked = true;
     this.barCheckItem5.Caption         = "1.5y";
     this.barCheckItem5.GroupIndex      = 1;
     this.barCheckItem5.Id              = 6;
     this.barCheckItem5.Name            = "barCheckItem5";
     this.barCheckItem5.Tag             = 360;
     this.barCheckItem5.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barCheckItem6
     //
     this.barCheckItem6.Caption         = "2y";
     this.barCheckItem6.GroupIndex      = 1;
     this.barCheckItem6.Id              = 7;
     this.barCheckItem6.Name            = "barCheckItem6";
     this.barCheckItem6.Tag             = 480;
     this.barCheckItem6.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barCheckItem7
     //
     this.barCheckItem7.Caption         = "4y";
     this.barCheckItem7.GroupIndex      = 1;
     this.barCheckItem7.Checked         = true;
     this.barCheckItem7.Id              = 8;
     this.barCheckItem7.Name            = "barCheckItem7";
     this.barCheckItem7.Tag             = 960;
     this.barCheckItem7.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.OnPeriodChanged);
     //
     // barStaticItemPeriod
     //
     this.barStaticItemPeriod.Caption = "Period:";
     this.barStaticItemPeriod.Id      = 9;
     this.barStaticItemPeriod.Name    = "barStaticItemPeriod";
     //
     // comboBoxBarEditItem
     //
     this.comboBoxBarEditItem.Caption           = "Period";
     this.comboBoxBarEditItem.Edit              = this.repositoryItemComboBoxPeriod;
     this.comboBoxBarEditItem.EditWidth         = 65;
     this.comboBoxBarEditItem.Id                = 13;
     this.comboBoxBarEditItem.Name              = "comboBoxBarEditItem";
     this.comboBoxBarEditItem.EditValueChanged += new System.EventHandler(this.OnTicksChanged);
     //
     // repositoryItemComboBoxPeriod
     //
     this.repositoryItemComboBoxPeriod.AutoHeight = false;
     this.repositoryItemComboBoxPeriod.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemComboBoxPeriod.Name          = "repositoryItemComboBoxPeriod";
     this.repositoryItemComboBoxPeriod.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // barCheckItemTrendLine
     //
     this.barCheckItemTrendLine.Caption = "Trend Line";
     this.barCheckItemTrendLine.Id      = 19;
     this.barCheckItemTrendLine.Name    = "barCheckItemTrendLine";
     toolTipTitleItem1.Text             = "Trend Line";
     toolTipItem1.LeftIndent            = 6;
     toolTipItem1.Text = "To add a Trend Line, click on the first series point  and drag mouse to the secon" +
                         "d series point.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.barCheckItemTrendLine.SuperTip        = superToolTip1;
     this.barCheckItemTrendLine.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems);
     //
     // barCheckItemFibonacciArcs
     //
     this.barCheckItemFibonacciArcs.Caption = "Fibonacci Arcs";
     this.barCheckItemFibonacciArcs.Id      = 20;
     this.barCheckItemFibonacciArcs.Name    = "barCheckItemFibonacciArcs";
     toolTipTitleItem2.Text  = "Fibonacci Arcs";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "To add a Fibonacci Arcs, click on the first series point  and drag mouse to the s" +
                               "econd series point.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.barCheckItemFibonacciArcs.SuperTip        = superToolTip2;
     this.barCheckItemFibonacciArcs.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems);
     //
     // barCheckItemFibonacciFans
     //
     this.barCheckItemFibonacciFans.Caption = "Fibonacci Fans";
     this.barCheckItemFibonacciFans.Id      = 21;
     this.barCheckItemFibonacciFans.Name    = "barCheckItemFibonacciFans";
     toolTipTitleItem3.Text  = "Fibonacci Fans";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text       = "To add a Fibonacci Fans, click on the first series point  and drag mouse to the s" +
                               "econd series point.";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.barCheckItemFibonacciFans.SuperTip        = superToolTip3;
     this.barCheckItemFibonacciFans.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems);
     //
     // barCheckItemFibonacciRetracement
     //
     this.barCheckItemFibonacciRetracement.Caption = "Fibonacci Retracement";
     this.barCheckItemFibonacciRetracement.Id      = 22;
     this.barCheckItemFibonacciRetracement.Name    = "barCheckItemFibonacciRetracement";
     toolTipTitleItem4.Text  = "Fibonacci Retracement";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text       = "To add a Fibonacci Retracement, click on the first series point  and drag mouse t" +
                               "o the second series point.";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.barCheckItemFibonacciRetracement.SuperTip        = superToolTip4;
     this.barCheckItemFibonacciRetracement.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.UpdateDrawingItems);
     //
     // barCheckItemRemoveIndicator
     //
     this.barCheckItemRemoveIndicator.Caption = "Remove Indicator";
     this.barCheckItemRemoveIndicator.Id      = 27;
     this.barCheckItemRemoveIndicator.Name    = "barCheckItemRemoveIndicator";
     toolTipTitleItem5.Text  = "Remove Indicator";
     toolTipItem5.LeftIndent = 6;
     toolTipItem5.Text       = "To remove an indicator, click it or its label.";
     superToolTip5.Items.Add(toolTipTitleItem5);
     superToolTip5.Items.Add(toolTipItem5);
     this.barCheckItemRemoveIndicator.SuperTip        = superToolTip5;
     this.barCheckItemRemoveIndicator.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemRemoveIndicator_CheckedChanged);
     //
     // barStaticItemAdvancedIndicators
     //
     this.barStaticItemAdvancedIndicators.Border  = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItemAdvancedIndicators.Caption = "Indicators:";
     this.barStaticItemAdvancedIndicators.Id      = 35;
     this.barStaticItemAdvancedIndicators.Name    = "barStaticItemAdvancedIndicators";
     toolTipTitleItem6.Text  = "Advanced Indicators";
     toolTipItem6.LeftIndent = 6;
     toolTipItem6.Text       = "To add an indicator, check it in a drop down list.";
     superToolTip6.Items.Add(toolTipTitleItem6);
     superToolTip6.Items.Add(toolTipItem6);
     this.barStaticItemAdvancedIndicators.SuperTip = superToolTip6;
     //
     // barEditItemAdvancedIndicators
     //
     this.barEditItemAdvancedIndicators.Caption   = "Advanced Indicators";
     this.barEditItemAdvancedIndicators.Edit      = this.repositoryItemCheckedComboBoxEditAdvancedIndicators;
     this.barEditItemAdvancedIndicators.EditWidth = 80;
     this.barEditItemAdvancedIndicators.Id        = 36;
     this.barEditItemAdvancedIndicators.Name      = "barEditItemAdvancedIndicators";
     toolTipTitleItem7.Text  = "Advanced Indicators";
     toolTipItem7.LeftIndent = 6;
     toolTipItem7.Text       = "To add an indicator, check it in a drop down list.";
     superToolTip7.Items.Add(toolTipTitleItem7);
     superToolTip7.Items.Add(toolTipItem7);
     this.barEditItemAdvancedIndicators.SuperTip          = superToolTip7;
     this.barEditItemAdvancedIndicators.EditValueChanged += new System.EventHandler(this.barEditItemAdvancedIndicators_EditValueChanged);
     //
     // repositoryItemCheckedComboBoxEditAdvancedIndicators
     //
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.AutoHeight = false;
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.Name                 = "repositoryItemCheckedComboBoxEditAdvancedIndicators";
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.PopupFormSize        = new System.Drawing.Size(240, 410);
     this.repositoryItemCheckedComboBoxEditAdvancedIndicators.SelectAllItemVisible = false;
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     this.barAndDockingController1.PropertiesDocking.ViewStyle     = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Classic;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager          = this.barManager1;
     this.barDockControlTop.Size             = new System.Drawing.Size(1157, 20);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 536);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1157, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 20);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 516);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1157, 20);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 516);
     //
     // barCheckItemRegressionLine
     //
     this.barCheckItemRegressionLine.Caption = "Regression Line";
     this.barCheckItemRegressionLine.Id      = 28;
     this.barCheckItemRegressionLine.Name    = "barCheckItemRegressionLine";
     //
     // repositoryItemCheckedComboBoxEditMovingAverages
     //
     this.repositoryItemCheckedComboBoxEditMovingAverages.AutoHeight = false;
     this.repositoryItemCheckedComboBoxEditMovingAverages.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemCheckedComboBoxEditMovingAverages.Name = "repositoryItemCheckedComboBoxEditMovingAverages";
     this.repositoryItemCheckedComboBoxEditMovingAverages.SelectAllItemVisible = false;
     //
     // repositoryItemComboBoxRegression
     //
     this.repositoryItemComboBoxRegression.AutoHeight = false;
     this.repositoryItemComboBoxRegression.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemComboBoxRegression.Name          = "repositoryItemComboBoxRegression";
     this.repositoryItemComboBoxRegression.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // stockChart
     //
     this.stockChart.AccessibleRole           = System.Windows.Forms.AccessibleRole.Application;
     this.stockChart.AutoLayout               = false;
     this.stockChart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     //this.stockChart.CrosshairOptions.ArgumentLineColor = System.Drawing.Color.White;
     this.stockChart.CrosshairOptions.ShowOnlyInFocusedPane = false;
     //this.stockChart.CrosshairOptions.ValueLineColor = System.Drawing.Color.White;
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Week;
     xyDiagram1.AxisX.GridLines.MinorVisible           = true;
     xyDiagram1.AxisX.GridLines.Visible          = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "0";
     xyDiagram1.AxisY.Alignment             = DevExpress.XtraCharts.AxisAlignment.Far;
     customAxisLabel1.AxisValueSerializable = "1";
     customAxisLabel1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(71)))), ((int)(((byte)(71)))), ((int)(((byte)(71)))));
     customAxisLabel1.Name = "$1,0";
     //customAxisLabel1.TextColor = System.Drawing.Color.White;
     xyDiagram1.AxisY.CustomLabels.AddRange(new DevExpress.XtraCharts.CustomAxisLabel[] {
         customAxisLabel1
     });
     xyDiagram1.AxisY.GridLines.MinorVisible = true;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowHide    = false;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisY.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisY.Label.TextPattern              = "${V:F1}";
     xyDiagram1.AxisY.LabelVisibilityMode            = DevExpress.XtraCharts.AxisLabelVisibilityMode.AutoGeneratedAndCustom;
     xyDiagram1.AxisY.Title.Text                     = "";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.DefaultPane.LayoutOptions.RowSpan    = 2;
     xyDiagram1.PaneDistance = 5;
     xyDiagramPane1.Name     = "Volume Pane";
     xyDiagramPane1.PaneID   = 0;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.AxisID = 1;
     secondaryAxisY1.GridLines.MinorVisible = true;
     secondaryAxisY1.GridLines.Visible      = true;
     secondaryAxisY1.Label.TextPattern      = "{V:F1}M";
     secondaryAxisY1.Name = "Volume Axis";
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.stockChart.Diagram = xyDiagram1;
     this.stockChart.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.stockChart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.stockChart.Legend.Margins.Bottom      = 10;
     this.stockChart.Legend.Margins.Left        = 10;
     this.stockChart.Legend.Margins.Right       = 10;
     this.stockChart.Legend.Margins.Top         = 10;
     this.stockChart.Legend.Name       = "Default Legend";
     this.stockChart.Legend.Visibility = DevExpress.Utils.DefaultBoolean.True;
     legend1.AlignmentHorizontal       = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     legend1.DockTargetName            = "Volume Pane";
     legend1.Margins.Bottom            = 10;
     legend1.Margins.Left  = 10;
     legend1.Margins.Right = 10;
     legend1.Margins.Top   = 10;
     legend1.Name          = "Volume Legend";
     this.stockChart.Legends.AddRange(new DevExpress.XtraCharts.Legend[] {
         legend1
     });
     this.stockChart.Location      = new System.Drawing.Point(0, 20);
     this.stockChart.Name          = "stockChart";
     this.stockChart.SelectionMode = DevExpress.XtraCharts.ElementSelectionMode.Single;
     series1.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Price";
     candleStickSeriesView1.LevelLineLength = 0.3D;
     candleStickSeriesView1.LineThickness   = 1;
     series1.View = candleStickSeriesView1;
     series2.ArgumentScaleType                = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.CrosshairLabelPattern            = "{S} : {V}M";
     sideBySideBarSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.False;
     series2.Label             = sideBySideBarSeriesLabel1;
     series2.LegendName        = "Volume Legend";
     series2.LegendTextPattern = "{A}";
     series2.Name = "Volume";
     sideBySideBarSeriesView1.AxisYName = "Volume Axis";
     sideBySideBarSeriesView1.BarWidth  = 0.8D;
     sideBySideBarSeriesView1.PaneName  = "Volume Pane";
     series2.View = sideBySideBarSeriesView1;
     this.stockChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.stockChart.SeriesTemplate.View        = candleStickSeriesView2;
     this.stockChart.SideBySideBarDistanceFixed = 0;
     this.stockChart.Size              = new System.Drawing.Size(1157, 516);
     this.stockChart.TabIndex          = 5;
     this.stockChart.ObjectSelected   += new DevExpress.XtraCharts.HotTrackEventHandler(this.stockChart_ObjectSelected);
     this.stockChart.ObjectHotTracked += new DevExpress.XtraCharts.HotTrackEventHandler(this.stockChart_ObjectHotTracked);
     this.stockChart.BoundDataChanged += new DevExpress.XtraCharts.BoundDataChangedEventHandler(this.stockChart_BoundDataChanged);
     this.stockChart.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseDown);
     this.stockChart.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseMove);
     this.stockChart.MouseUp          += new System.Windows.Forms.MouseEventHandler(this.stockChart_MouseUp);
     //
     // barCheckItem1
     //
     this.barCheckItem1.BindableChecked = true;
     this.barCheckItem1.Caption         = "Crosshair";
     this.barCheckItem1.Checked         = true;
     this.barCheckItem1.GroupIndex      = 3;
     this.barCheckItem1.Id   = 23;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // StockChartUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.stockChart);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "StockChartUC";
     this.Size   = new System.Drawing.Size(1157, 536);
     this.Load  += new System.EventHandler(this.StockChartUC_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditAdvancedIndicators)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEditMovingAverages)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxRegression)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(candleStickSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stockChart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }