/// <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 xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series16 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel6 = new DevExpress.XtraCharts.PointSeriesLabel();
            DevExpress.XtraCharts.PointOptions pointOptions6 = new DevExpress.XtraCharts.PointOptions();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView();
            DevExpress.XtraCharts.Series series17 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series18 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            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.barManager1 = new DevExpress.XtraBars.BarManager();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.HighlightPoints = false;
            xyDiagram6.AxisX.Tickmarks.MinorVisible = false;
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            xyDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.ScrollingOptions.UseKeyboard = false;
            xyDiagram6.ScrollingOptions.UseMouse = false;
            xyDiagram6.ScrollingOptions.UseTouchDevice = false;
            secondaryAxisY6.AxisID = 0;
            secondaryAxisY6.Name = "Secondary AxisY 1";
            secondaryAxisY6.VisibleInPanesSerializable = "-1";
            secondaryAxisY6.VisualRange.Auto = false;
            secondaryAxisY6.VisualRange.AutoSideMargins = false;
            secondaryAxisY6.VisualRange.MaxValueSerializable = "100";
            secondaryAxisY6.VisualRange.MinValueSerializable = "0";
            secondaryAxisY6.VisualRange.SideMarginsValue = 0D;
            secondaryAxisY6.WholeRange.Auto = false;
            secondaryAxisY6.WholeRange.AutoSideMargins = false;
            secondaryAxisY6.WholeRange.MaxValueSerializable = "100";
            secondaryAxisY6.WholeRange.MinValueSerializable = "0";
            secondaryAxisY6.WholeRange.SideMarginsValue = 0D;
            xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY6});
            xyDiagram6.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = xyDiagram6;
            this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.Visible = false;
            this.chartControl1.Location = new System.Drawing.Point(4, 2);
            this.chartControl1.Name = "chartControl1";
            this.chartControl1.RuntimeHitTesting = true;
            series16.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            pointSeriesLabel6.Angle = 42;
            pointSeriesLabel6.Antialiasing = true;
            pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
            pointOptions6.PointView = DevExpress.XtraCharts.PointView.Argument;
            pointSeriesLabel6.PointOptions = pointOptions6;
            pointSeriesLabel6.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
            pointSeriesLabel6.TextOrientation = DevExpress.XtraCharts.TextOrientation.TopToBottom;
            series16.Label = pointSeriesLabel6;
            series16.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
            series16.Name = "Series 1";
            stepAreaSeriesView11.Transparency = ((byte)(0));
            series16.View = stepAreaSeriesView11;
            series17.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series17.Name = "Series 2";
            splineSeriesView11.AxisYName = "Secondary AxisY 1";
            series17.View = splineSeriesView11;
            series18.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series18.Name = "Series 3";
            splineSeriesView12.AxisYName = "Secondary AxisY 1";
            series18.View = splineSeriesView12;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series16,
        series17,
        series18};
            stepAreaSeriesView12.MarkerOptions.Size = 8;
            this.chartControl1.SeriesTemplate.View = stepAreaSeriesView12;
            this.chartControl1.SideBySideEqualBarWidth = false;
            this.chartControl1.Size = new System.Drawing.Size(718, 373);
            this.chartControl1.TabIndex = 0;
            this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler<SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Caption = "Check";
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging);
            // 
            // repositoryItemCheckEdit2
            // 
            this.repositoryItemCheckEdit2.AutoHeight = false;
            this.repositoryItemCheckEdit2.Caption = "Check";
            this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "显示X坐标";
            this.barEditItem1.Edit = this.repositoryItemCheckEdit1;
            this.barEditItem1.Id = 0;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(4, 2);
            this.barDockControlTop.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(4, 375);
            this.barDockControlBottom.Size = new System.Drawing.Size(718, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(4, 2);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 373);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(722, 2);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 373);
            // 
            // barManager1
            // 
            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.barEditItem1,
            this.barEditItem2});
            this.barManager1.MaxItemId = 3;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1,
            this.repositoryItemCheckEdit2,
            this.repositoryItemToggleSwitch1});
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "填充";
            this.barEditItem2.Edit = this.repositoryItemToggleSwitch1;
            this.barEditItem2.Id = 2;
            this.barEditItem2.Name = "barEditItem2";
            // 
            // repositoryItemToggleSwitch1
            // 
            this.repositoryItemToggleSwitch1.AutoHeight = false;
            this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
            this.repositoryItemToggleSwitch1.OffText = "Off";
            this.repositoryItemToggleSwitch1.OnText = "On";
            this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
            // 
            // SpectralDistributionDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "SpectralDistributionDrawBoard";
            this.Size = new System.Drawing.Size(724, 377);
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
            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()
 {
     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.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     DevExpress.XtraCharts.PointOptions             pointOptions1             = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.SideBySideBarSeriesView  sideBySideBarSeriesView1  = new DevExpress.XtraCharts.SideBySideBarSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView1           = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView       stepAreaSeriesView1       = new DevExpress.XtraCharts.StepAreaSeriesView();
     this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.HighlightPoints = false;
     xyDiagram1.AxisX.Tickmarks.MinorVisible             = false;
     xyDiagram1.AxisX.VisibleInPanesSerializable         = "-1";
     xyDiagram1.AxisX.WholeRange.AutoSideMargins         = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable         = "-1";
     xyDiagram1.EnableAxisXScrolling            = true;
     xyDiagram1.ScrollingOptions.UseKeyboard    = false;
     xyDiagram1.ScrollingOptions.UseMouse       = false;
     xyDiagram1.ScrollingOptions.UseTouchDevice = false;
     secondaryAxisY1.AxisID = 0;
     secondaryAxisY1.Name   = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable       = "-1";
     secondaryAxisY1.VisualRange.Auto                 = false;
     secondaryAxisY1.VisualRange.AutoSideMargins      = false;
     secondaryAxisY1.VisualRange.MaxValueSerializable = "100";
     secondaryAxisY1.VisualRange.MinValueSerializable = "0";
     secondaryAxisY1.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY1.WholeRange.Auto                 = false;
     secondaryAxisY1.WholeRange.AutoSideMargins      = false;
     secondaryAxisY1.WholeRange.MaxValueSerializable = "100";
     secondaryAxisY1.WholeRange.MinValueSerializable = "0";
     secondaryAxisY1.WholeRange.SideMarginsValue     = 0D;
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     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(4, 2);
     this.chartControl1.Name                          = "chartControl1";
     this.chartControl1.RuntimeHitTesting             = true;
     series1.ArgumentScaleType                        = DevExpress.XtraCharts.ScaleType.Qualitative;
     sideBySideBarSeriesLabel1.Antialiasing           = true;
     pointOptions1.ArgumentNumericOptions.Format      = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions1.PointView                          = DevExpress.XtraCharts.PointView.Argument;
     sideBySideBarSeriesLabel1.PointOptions           = pointOptions1;
     sideBySideBarSeriesLabel1.ResolveOverlappingMode = DevExpress.XtraCharts.ResolveOverlappingMode.Default;
     sideBySideBarSeriesLabel1.TextOrientation        = DevExpress.XtraCharts.TextOrientation.TopToBottom;
     series1.Label = sideBySideBarSeriesLabel1;
     series1.Name  = "Series 1";
     sideBySideBarSeriesView1.BarWidth           = 1D;
     sideBySideBarSeriesView1.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Solid;
     series1.View = sideBySideBarSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name = "Series 2";
     lineSeriesView1.AxisYName = "Secondary AxisY 1";
     lineSeriesView1.LineMarkerOptions.Size = 5;
     lineSeriesView1.MarkerVisibility       = DevExpress.Utils.DefaultBoolean.True;
     series2.View = lineSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     stepAreaSeriesView1.MarkerOptions.Size     = 8;
     this.chartControl1.SeriesTemplate.View     = stepAreaSeriesView1;
     this.chartControl1.SideBySideEqualBarWidth = false;
     this.chartControl1.Size     = new System.Drawing.Size(718, 373);
     this.chartControl1.TabIndex = 0;
     //
     // ParetoDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "ParetoDrawBoard";
     this.Size = new System.Drawing.Size(724, 377);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).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.XtraCharts.XYDiagram                   xyDiagram1                  = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.XYDiagramPane               xyDiagramPane1              = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SecondaryAxisY              secondaryAxisY1             = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series                      series1                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView              lineSeriesView1             = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                      series2                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.LineSeriesView              lineSeriesView2             = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.Series                      series3                     = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StepAreaSeriesView          stepAreaSeriesView1         = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView          stepAreaSeriesView2         = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule1             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue   formatConditionRuleValue1   = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule2             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleValue   formatConditionRuleValue2   = new DevExpress.XtraEditors.FormatConditionRuleValue();
     DevExpress.XtraGrid.GridFormatRule                gridFormatRule3             = new DevExpress.XtraGrid.GridFormatRule();
     DevExpress.XtraEditors.FormatConditionRuleDataBar formatConditionRuleDataBar1 = new DevExpress.XtraEditors.FormatConditionRuleDataBar();
     this.colMaxDeviation        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.myChartControl1        = new CryptoMarketClient.MyChartControl();
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.dependencyArbitrageHistoryItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTime                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLowerAsk             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUpperBid             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxDeviationExchange = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colMaxDeviationTicker   = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.myChartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dependencyArbitrageHistoryItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // colMaxDeviation
     //
     this.colMaxDeviation.DisplayFormat.FormatString = "0.00000000";
     this.colMaxDeviation.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colMaxDeviation.FieldName    = "MaxDeviation";
     this.colMaxDeviation.MinWidth     = 40;
     this.colMaxDeviation.Name         = "colMaxDeviation";
     this.colMaxDeviation.Visible      = true;
     this.colMaxDeviation.VisibleIndex = 1;
     this.colMaxDeviation.Width        = 150;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.myChartControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(2371, 1099);
     this.splitContainerControl1.SplitterPosition = 1673;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // myChartControl1
     //
     xyDiagram1.AxisX.DateTimeScaleOptions.MeasureUnit = DevExpress.XtraCharts.DateTimeMeasureUnit.Second;
     xyDiagram1.AxisX.GridLines.MinorVisible           = true;
     xyDiagram1.AxisX.GridLines.Visible = true;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowRotate  = false;
     xyDiagram1.AxisX.Label.ResolveOverlappingOptions.AllowStagger = false;
     xyDiagram1.AxisX.Label.TextPattern          = "{A:hh:mm:ss}";
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
     xyDiagram1.AxisY.Alignment                      = DevExpress.XtraCharts.AxisAlignment.Far;
     xyDiagram1.AxisY.Label.TextPattern              = "{V:f8}";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisXScrolling                 = true;
     xyDiagram1.EnableAxisXZooming                   = true;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     //xyDiagramPane1.Weight = 0.5D;
     xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     secondaryAxisY1.AxisID            = 0;
     secondaryAxisY1.Label.TextPattern = "{V:f8}";
     secondaryAxisY1.Name = "Secondary AxisY 1";
     secondaryAxisY1.VisibleInPanesSerializable = "0";
     xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY1
     });
     this.myChartControl1.Diagram = xyDiagram1;
     this.myChartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.myChartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.myChartControl1.Legend.Name       = "Default Legend";
     this.myChartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.myChartControl1.Location          = new System.Drawing.Point(0, 0);
     this.myChartControl1.Name = "myChartControl1";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Upper";
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name = "Lower";
     series2.View = lineSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.Name = "Deviation";
     stepAreaSeriesView1.AxisYName = "Secondary AxisY 1";
     stepAreaSeriesView1.PaneName  = "Pane 1";
     series3.View = stepAreaSeriesView1;
     this.myChartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     stepAreaSeriesView2.Transparency         = ((byte)(0));
     this.myChartControl1.SeriesTemplate.View = stepAreaSeriesView2;
     this.myChartControl1.Size     = new System.Drawing.Size(1673, 1099);
     this.myChartControl1.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.dependencyArbitrageHistoryItemBindingSource;
     this.gridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location   = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(688, 1099);
     this.gridControl1.TabIndex   = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // dependencyArbitrageHistoryItemBindingSource
     //
     this.dependencyArbitrageHistoryItemBindingSource.DataSource = typeof(Crypto.Core.Common.Arbitrages.DependencyArbitrageHistoryItem);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colTime,
         this.colMaxDeviation,
         this.colLowerAsk,
         this.colUpperBid,
         this.colMaxDeviationExchange,
         this.colMaxDeviationTicker
     });
     this.gridView1.FocusRectStyle                             = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     gridFormatRule1.Name                                      = "Format0";
     formatConditionRuleValue1.Condition                       = DevExpress.XtraEditors.FormatCondition.Greater;
     formatConditionRuleValue1.Expression                      = "[MaxDeviation] > [Thresold]";
     formatConditionRuleValue1.PredefinedName                  = "Green Text";
     gridFormatRule1.Rule                                      = formatConditionRuleValue1;
     gridFormatRule2.ApplyToRow                                = true;
     gridFormatRule2.Name                                      = "Format1";
     formatConditionRuleValue2.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     formatConditionRuleValue2.Appearance.Options.UseBackColor = true;
     formatConditionRuleValue2.Condition                       = DevExpress.XtraEditors.FormatCondition.Equal;
     formatConditionRuleValue2.Value1                          = false;
     gridFormatRule2.Rule                                      = formatConditionRuleValue2;
     gridFormatRule3.Column                                    = this.colMaxDeviation;
     gridFormatRule3.ColumnApplyTo                             = this.colMaxDeviation;
     gridFormatRule3.Name                                      = "FormatDeviation";
     formatConditionRuleDataBar1.AxisColor                     = System.Drawing.Color.White;
     formatConditionRuleDataBar1.DrawAxisAtMiddle              = true;
     formatConditionRuleDataBar1.PredefinedName                = "Green";
     gridFormatRule3.Rule                                      = formatConditionRuleDataBar1;
     this.gridView1.FormatRules.Add(gridFormatRule1);
     this.gridView1.FormatRules.Add(gridFormatRule2);
     this.gridView1.FormatRules.Add(gridFormatRule3);
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.LevelIndent = 0;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsBehavior.AllowPixelScrolling                 = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsBehavior.Editable                            = false;
     this.gridView1.OptionsDetail.EnableMasterViewMode                  = false;
     this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth        = 60;
     this.gridView1.OptionsSelection.CheckBoxSelectorField              = "IsSelectedInDependencyArbitrageForm";
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell        = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedRow         = false;
     this.gridView1.OptionsSelection.MultiSelect                        = true;
     this.gridView1.OptionsSelection.ShowCheckBoxSelectorInColumnHeader = DevExpress.Utils.DefaultBoolean.True;
     this.gridView1.OptionsView.EnableAppearanceEvenRow                 = true;
     this.gridView1.OptionsView.ShowHorizontalLines                     = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsView.ShowVerticalLines                       = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.PreviewIndent = 0;
     //
     // colTime
     //
     this.colTime.DisplayFormat.FormatString = "HH:mm:ss.fff";
     this.colTime.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colTime.FieldName    = "Time";
     this.colTime.MinWidth     = 40;
     this.colTime.Name         = "colTime";
     this.colTime.Visible      = true;
     this.colTime.VisibleIndex = 0;
     this.colTime.Width        = 150;
     //
     // colLowerAsk
     //
     this.colLowerAsk.DisplayFormat.FormatString = "0.00000000";
     this.colLowerAsk.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colLowerAsk.FieldName    = "LowerAsk";
     this.colLowerAsk.MinWidth     = 40;
     this.colLowerAsk.Name         = "colLowerAsk";
     this.colLowerAsk.Visible      = true;
     this.colLowerAsk.VisibleIndex = 2;
     this.colLowerAsk.Width        = 150;
     //
     // colUpperBid
     //
     this.colUpperBid.DisplayFormat.FormatString = "0.00000000";
     this.colUpperBid.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colUpperBid.FieldName    = "UpperBid";
     this.colUpperBid.MinWidth     = 40;
     this.colUpperBid.Name         = "colUpperBid";
     this.colUpperBid.Visible      = true;
     this.colUpperBid.VisibleIndex = 3;
     this.colUpperBid.Width        = 150;
     //
     // colMaxDeviationExchange
     //
     this.colMaxDeviationExchange.FieldName    = "MaxDeviationExchange";
     this.colMaxDeviationExchange.MinWidth     = 40;
     this.colMaxDeviationExchange.Name         = "colMaxDeviationExchange";
     this.colMaxDeviationExchange.Visible      = true;
     this.colMaxDeviationExchange.VisibleIndex = 4;
     this.colMaxDeviationExchange.Width        = 150;
     //
     // colMaxDeviationTicker
     //
     this.colMaxDeviationTicker.FieldName    = "MaxDeviationTicker";
     this.colMaxDeviationTicker.MinWidth     = 40;
     this.colMaxDeviationTicker.Name         = "colMaxDeviationTicker";
     this.colMaxDeviationTicker.Visible      = true;
     this.colMaxDeviationTicker.VisibleIndex = 5;
     this.colMaxDeviationTicker.Width        = 150;
     //
     // DependencyArbitrageChartForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(2371, 1099);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "DependencyArbitrageChartForm";
     this.Text = "Dependency Arbitrage Chart";
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.myChartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dependencyArbitrageHistoryItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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()
 {
     DevExpress.XtraCharts.XYDiagram          xyDiagram6           = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.SecondaryAxisY     secondaryAxisY6      = new DevExpress.XtraCharts.SecondaryAxisY();
     DevExpress.XtraCharts.Series             series16             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesLabel   pointSeriesLabel6    = new DevExpress.XtraCharts.PointSeriesLabel();
     DevExpress.XtraCharts.PointOptions       pointOptions6        = new DevExpress.XtraCharts.PointOptions();
     DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView11 = new DevExpress.XtraCharts.StepAreaSeriesView();
     DevExpress.XtraCharts.Series             series17             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView11   = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.Series             series18             = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SplineSeriesView   splineSeriesView12   = new DevExpress.XtraCharts.SplineSeriesView();
     DevExpress.XtraCharts.StepAreaSeriesView stepAreaSeriesView12 = new DevExpress.XtraCharts.StepAreaSeriesView();
     this.chartControl1            = new SPC.Controls.Base.AdvChartControl();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.barEditItem1             = new DevExpress.XtraBars.BarEditItem();
     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.barManager1  = new DevExpress.XtraBars.BarManager();
     this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.HighlightPoints = false;
     xyDiagram6.AxisX.Tickmarks.MinorVisible             = false;
     xyDiagram6.AxisX.VisibleInPanesSerializable         = "-1";
     xyDiagram6.AxisX.WholeRange.AutoSideMargins         = false;
     xyDiagram6.AxisX.WholeRange.SideMarginsValue        = 0D;
     xyDiagram6.AxisY.VisibleInPanesSerializable         = "-1";
     xyDiagram6.EnableAxisXScrolling            = true;
     xyDiagram6.ScrollingOptions.UseKeyboard    = false;
     xyDiagram6.ScrollingOptions.UseMouse       = false;
     xyDiagram6.ScrollingOptions.UseTouchDevice = false;
     secondaryAxisY6.AxisID = 0;
     secondaryAxisY6.Name   = "Secondary AxisY 1";
     secondaryAxisY6.VisibleInPanesSerializable       = "-1";
     secondaryAxisY6.VisualRange.Auto                 = false;
     secondaryAxisY6.VisualRange.AutoSideMargins      = false;
     secondaryAxisY6.VisualRange.MaxValueSerializable = "100";
     secondaryAxisY6.VisualRange.MinValueSerializable = "0";
     secondaryAxisY6.VisualRange.SideMarginsValue     = 0D;
     secondaryAxisY6.WholeRange.Auto                 = false;
     secondaryAxisY6.WholeRange.AutoSideMargins      = false;
     secondaryAxisY6.WholeRange.MaxValueSerializable = "100";
     secondaryAxisY6.WholeRange.MinValueSerializable = "0";
     secondaryAxisY6.WholeRange.SideMarginsValue     = 0D;
     xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
         secondaryAxisY6
     });
     xyDiagram6.ZoomingOptions.UseMouseWheel = false;
     this.chartControl1.Diagram                  = xyDiagram6;
     this.chartControl1.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Visible           = false;
     this.chartControl1.Location                 = new System.Drawing.Point(4, 2);
     this.chartControl1.Name                     = "chartControl1";
     this.chartControl1.RuntimeHitTesting        = true;
     series16.ArgumentScaleType                  = DevExpress.XtraCharts.ScaleType.Numerical;
     pointSeriesLabel6.Angle                     = 42;
     pointSeriesLabel6.Antialiasing              = true;
     pointOptions6.ArgumentNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.Number;
     pointOptions6.PointView                     = DevExpress.XtraCharts.PointView.Argument;
     pointSeriesLabel6.PointOptions              = pointOptions6;
     pointSeriesLabel6.ResolveOverlappingMode    = DevExpress.XtraCharts.ResolveOverlappingMode.JustifyAroundPoint;
     pointSeriesLabel6.TextOrientation           = DevExpress.XtraCharts.TextOrientation.TopToBottom;
     series16.Label                        = pointSeriesLabel6;
     series16.LabelsVisibility             = DevExpress.Utils.DefaultBoolean.True;
     series16.Name                         = "Series 1";
     stepAreaSeriesView11.Transparency     = ((byte)(0));
     series16.View                         = stepAreaSeriesView11;
     series17.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Numerical;
     series17.Name                         = "Series 2";
     splineSeriesView11.AxisYName          = "Secondary AxisY 1";
     series17.View                         = splineSeriesView11;
     series18.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Numerical;
     series18.Name                         = "Series 3";
     splineSeriesView12.AxisYName          = "Secondary AxisY 1";
     series18.View                         = splineSeriesView12;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series16,
         series17,
         series18
     };
     stepAreaSeriesView12.MarkerOptions.Size    = 8;
     this.chartControl1.SeriesTemplate.View     = stepAreaSeriesView12;
     this.chartControl1.SideBySideEqualBarWidth = false;
     this.chartControl1.Size     = new System.Drawing.Size(718, 373);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler <SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight         = false;
     this.repositoryItemCheckEdit1.Caption            = "Check";
     this.repositoryItemCheckEdit1.Name               = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemCheckEdit1_EditValueChanging);
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Caption    = "Check";
     this.repositoryItemCheckEdit2.Name       = "repositoryItemCheckEdit2";
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "显示X坐标";
     this.barEditItem1.Edit    = this.repositoryItemCheckEdit1;
     this.barEditItem1.Id      = 0;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(4, 2);
     this.barDockControlTop.Size             = new System.Drawing.Size(718, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(4, 375);
     this.barDockControlBottom.Size             = new System.Drawing.Size(718, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(4, 2);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 373);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(722, 2);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 373);
     //
     // barManager1
     //
     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.barEditItem1,
         this.barEditItem2
     });
     this.barManager1.MaxItemId = 3;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1,
         this.repositoryItemCheckEdit2,
         this.repositoryItemToggleSwitch1
     });
     //
     // barEditItem2
     //
     this.barEditItem2.Caption = "填充";
     this.barEditItem2.Edit    = this.repositoryItemToggleSwitch1;
     this.barEditItem2.Id      = 2;
     this.barEditItem2.Name    = "barEditItem2";
     //
     // repositoryItemToggleSwitch1
     //
     this.repositoryItemToggleSwitch1.AutoHeight         = false;
     this.repositoryItemToggleSwitch1.Name               = "repositoryItemToggleSwitch1";
     this.repositoryItemToggleSwitch1.OffText            = "Off";
     this.repositoryItemToggleSwitch1.OnText             = "On";
     this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
     //
     // SpectralDistributionDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "SpectralDistributionDrawBoard";
     this.Size = new System.Drawing.Size(724, 377);
     ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesLabel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stepAreaSeriesView12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
     this.ResumeLayout(false);
 }