Пример #1
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.SwiftPlotDiagram         swiftPlotDiagram1         = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView1      = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.chart = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     this.SuspendLayout();
     //
     // chart
     //
     swiftPlotDiagram1.AxisX.GridLines.MinorVisible = true;
     swiftPlotDiagram1.AxisX.GridLines.Visible      = true;
     swiftPlotDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.GridLines.MinorVisible     = true;
     swiftPlotDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chart.Diagram        = swiftPlotDiagram1;
     this.chart.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.chart.Legend.Visible = false;
     this.chart.Location       = new System.Drawing.Point(0, 0);
     this.chart.Name           = "chart";
     this.chart.PaletteName    = "Black and White";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     series1.Name = "Series 1";
     series1.View = swiftPlotSeriesView1;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     sideBySideBarSeriesLabel1.LineVisible = true;
     this.chart.SeriesTemplate.Label       = sideBySideBarSeriesLabel1;
     this.chart.Size         = new System.Drawing.Size(769, 520);
     this.chart.TabIndex     = 0;
     this.chart.CustomPaint += new DevExpress.XtraCharts.CustomPaintEventHandler(this.chartControl1_CustomPaint);
     this.chart.MouseMove   += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
     //
     // frmSwiftPlotMarker
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(769, 520);
     this.Controls.Add(this.chart);
     this.Name = "frmSwiftPlotMarker";
     this.Text = "SwiftPlot Marker";
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).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.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series2              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     swiftPlotDiagram1.AxisX.VisualRange.AutoSideMargins             = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable              = "-1";
     swiftPlotDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram  = swiftPlotDiagram1;
     this.chartControl1.Location = new System.Drawing.Point(61, 75);
     this.chartControl1.Name     = "chartControl1";
     series1.Name = "Series 1";
     series1.View = swiftPlotSeriesView1;
     series2.Name = "Series 2";
     series2.View = swiftPlotSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(584, 436);
     this.chartControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(763, 610);
     this.Controls.Add(this.chartControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>

        #region Component Designer generated code

        /// <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.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
            swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.monthlySalesItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.monthlySalesItemBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            this.SuspendLayout();

            //
            // chartControl1
            //
            this.chartControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Location           = new System.Drawing.Point(0, 0);
            this.chartControl1.Name               = "chartControl1";
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            this.chartControl1.Size               = new System.Drawing.Size(764, 415);
            this.chartControl1.TabIndex           = 0;
            swiftPlotDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction    = DevExpress.XtraCharts.AggregateFunction.None;
            swiftPlotDiagram1.AxisX.DateTimeScaleOptions.GridOffset           = 1D;
            swiftPlotDiagram1.AxisX.DateTimeScaleOptions.ScaleMode            = DevExpress.XtraCharts.ScaleMode.Manual;
            swiftPlotDiagram1.AxisX.Label.ResolveOverlappingOptions.MinIndent = 2;
            swiftPlotDiagram1.AxisX.MinorCount                  = 5;
            swiftPlotDiagram1.AxisX.Tickmarks.MinorLength       = 1;
            swiftPlotDiagram1.AxisX.Tickmarks.Thickness         = 2;
            swiftPlotDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
            swiftPlotDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
            swiftPlotDiagram1.AxisX.WholeRange.SideMarginsValue = 8D;
            swiftPlotDiagram1.AxisY.Title.Text                  = "Count";
            swiftPlotDiagram1.AxisY.Title.TextColor             = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(134)))), ((int)(((byte)(206)))));
            swiftPlotDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
            this.chartControl1.Diagram = swiftPlotDiagram1;
            //
            // AbsenceWidget
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;

            this.Name = "AbsenceWidget";
            this.Size = new System.Drawing.Size(764, 415);
            ((System.ComponentModel.ISupportInitialize)(this.monthlySalesItemBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.ConstantLine        constantLine1        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine2        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine3        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine4        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine5        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine6        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series2              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series3              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series4              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView4 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.ChartTitle          chartTitle1          = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram2    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.ConstantLine        constantLine7        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine8        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine9        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine10       = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine11       = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine12       = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series              series5              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView5 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series6              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView6 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series7              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView7 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.ChartTitle          chartTitle2          = new DevExpress.XtraCharts.ChartTitle();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.ccInfraredHT        = new DevExpress.XtraCharts.ChartControl();
     this.ccUltravioletHT     = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccInfraredHT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccUltravioletHT)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.ccInfraredHT);
     this.layoutControl1.Controls.Add(this.ccUltravioletHT);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(796, 684);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // ccInfraredHT
     //
     this.ccInfraredHT.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     constantLine1.AxisValueSerializable        = "1";
     constantLine1.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine1.Name                     = "Line1";
     constantLine1.ShowInLegend             = false;
     constantLine1.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
     constantLine1.Title.Text               = "0";
     constantLine2.AxisValueSerializable    = "2";
     constantLine2.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine2.Name                     = "Line2";
     constantLine2.ShowInLegend             = false;
     constantLine2.Title.Text               = "0";
     constantLine2.Title.Visible            = false;
     constantLine2.Visible                  = false;
     constantLine3.AxisValueSerializable    = "4";
     constantLine3.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine3.Name                     = "Line3";
     constantLine3.ShowInLegend             = false;
     constantLine3.Title.Visible            = false;
     constantLine4.AxisValueSerializable    = "5";
     constantLine4.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine4.Name                     = "Line4";
     constantLine4.ShowInLegend             = false;
     constantLine4.Title.Text               = "0";
     constantLine5.AxisValueSerializable    = "1";
     constantLine5.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine5.Name                     = "Line5";
     constantLine5.ShowInLegend             = false;
     constantLine5.Title.Text               = "0";
     constantLine5.Title.Visible            = false;
     constantLine5.Visible                  = false;
     constantLine6.AxisValueSerializable    = "1";
     constantLine6.Color                    = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine6.Name                     = "Line6";
     constantLine6.ShowInLegend             = false;
     constantLine6.Title.Visible            = false;
     swiftPlotDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3,
         constantLine4,
         constantLine5,
         constantLine6
     });
     swiftPlotDiagram1.AxisX.GridLines.Visible          = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ccInfraredHT.Diagram = swiftPlotDiagram1;
     this.ccInfraredHT.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccInfraredHT.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccInfraredHT.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccInfraredHT.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccInfraredHT.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccInfraredHT.Legend.Name = "Default Legend";
     this.ccInfraredHT.Location    = new System.Drawing.Point(2, 344);
     this.ccInfraredHT.Name        = "ccInfraredHT";
     series1.CrosshairLabelPattern = "{V:f2}";
     series1.Name = "CO Harmonic";
     swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.View = swiftPlotSeriesView1;
     series2.CrosshairLabelPattern = "{V:f2}";
     series2.Name = "CO₂ Harmonic";
     swiftPlotSeriesView2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(97)))), ((int)(((byte)(40)))));
     series2.View = swiftPlotSeriesView2;
     series3.CrosshairLabelPattern = "{V:f2}";
     series3.Name = "Infrared Backgroud Harmonic";
     swiftPlotSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(72)))), ((int)(((byte)(6)))));
     series3.View = swiftPlotSeriesView3;
     series4.CrosshairLabelPattern = "{V:f2}";
     series4.Name = "Telemetry Harmonic";
     swiftPlotSeriesView4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(88)))), ((int)(((byte)(103)))));
     series4.View = swiftPlotSeriesView4;
     this.ccInfraredHT.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     this.ccInfraredHT.Size     = new System.Drawing.Size(792, 338);
     this.ccInfraredHT.TabIndex = 6;
     chartTitle1.Font           = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Indent         = 0;
     chartTitle1.Text           = "Infrared";
     this.ccInfraredHT.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // ccUltravioletHT
     //
     this.ccUltravioletHT.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     constantLine7.AxisValueSerializable           = "1";
     constantLine7.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine7.Name                   = "Constant Line 1";
     constantLine7.ShowInLegend           = false;
     constantLine7.Title.Visible          = false;
     constantLine8.AxisValueSerializable  = "1";
     constantLine8.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine8.Name                   = "Constant Line 2";
     constantLine8.ShowInLegend           = false;
     constantLine8.Title.Visible          = false;
     constantLine8.Visible                = false;
     constantLine9.AxisValueSerializable  = "1";
     constantLine9.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine9.Name                   = "Constant Line 3";
     constantLine9.ShowInLegend           = false;
     constantLine9.Title.Visible          = false;
     constantLine10.AxisValueSerializable = "1";
     constantLine10.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(96)))), ((int)(((byte)(146)))));
     constantLine10.Name                  = "Constant Line 4";
     constantLine10.ShowInLegend          = false;
     constantLine10.Title.Visible         = false;
     constantLine11.AxisValueSerializable = "1";
     constantLine11.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(96)))), ((int)(((byte)(146)))));
     constantLine11.Name                  = "Constant Line 5";
     constantLine11.ShowInLegend          = false;
     constantLine11.Title.Visible         = false;
     constantLine11.Visible               = false;
     constantLine12.AxisValueSerializable = "1";
     constantLine12.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(96)))), ((int)(((byte)(146)))));
     constantLine12.Name                  = "Constant Line 6";
     constantLine12.ShowInLegend          = false;
     constantLine12.Title.Visible         = false;
     swiftPlotDiagram2.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine7,
         constantLine8,
         constantLine9,
         constantLine10,
         constantLine11,
         constantLine12
     });
     swiftPlotDiagram2.AxisX.GridLines.Visible          = true;
     swiftPlotDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.ccUltravioletHT.Diagram = swiftPlotDiagram2;
     this.ccUltravioletHT.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccUltravioletHT.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccUltravioletHT.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccUltravioletHT.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccUltravioletHT.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccUltravioletHT.Legend.Name = "Default Legend";
     this.ccUltravioletHT.Location    = new System.Drawing.Point(2, 2);
     this.ccUltravioletHT.Name        = "ccUltravioletHT";
     series5.CrosshairLabelPattern    = "{V:f2}";
     series5.Name = "NO Absorbance";
     swiftPlotSeriesView5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series5.View = swiftPlotSeriesView5;
     series6.CrosshairLabelPattern = "{V:f2}";
     series6.Name = "HC Absorbance";
     swiftPlotSeriesView6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(97)))), ((int)(((byte)(40)))));
     series6.View = swiftPlotSeriesView6;
     series7.CrosshairLabelPattern = "{V:f2}";
     series7.Name = "Telemetry Absorbance";
     swiftPlotSeriesView7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(88)))), ((int)(((byte)(103)))));
     series7.View = swiftPlotSeriesView7;
     this.ccUltravioletHT.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5,
         series6,
         series7
     };
     this.ccUltravioletHT.Size     = new System.Drawing.Size(792, 338);
     this.ccUltravioletHT.TabIndex = 5;
     chartTitle2.Font   = new System.Drawing.Font("Tahoma", 10F);
     chartTitle2.Indent = 0;
     chartTitle2.Text   = "Ultraviolet";
     this.ccUltravioletHT.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2
     });
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(796, 684);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.ccUltravioletHT;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(796, 342);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.ccInfraredHT;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 342);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(796, 342);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // ucHistoryHarmenic
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Name    = "ucHistoryHarmenic";
     this.Size    = new System.Drawing.Size(796, 684);
     this.Resize += new System.EventHandler(this.ucHistoryHarmenic_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccInfraredHT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccUltravioletHT)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).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.Series              series6              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PointSeriesView     pointSeriesView6     = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView6 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
     this.barEditItem1  = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
     this.barManager1          = new DevExpress.XtraBars.BarManager();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.HighlightPoints = false;
     this.chartControl1.Cursor = System.Windows.Forms.Cursors.Arrow;
     xyDiagram6.AxisX.VisibleInPanesSerializable     = "-1";
     xyDiagram6.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram6.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram6.EnableAxisXScrolling            = true;
     xyDiagram6.ScrollingOptions.UseKeyboard    = false;
     xyDiagram6.ScrollingOptions.UseMouse       = false;
     xyDiagram6.ScrollingOptions.UseTouchDevice = false;
     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;
     series6.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     series6.Name = "Series 1";
     pointSeriesView6.PointMarkerOptions.Size = 4;
     series6.View = pointSeriesView6;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series6
     };
     this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView6;
     this.chartControl1.Size     = new System.Drawing.Size(690, 338);
     this.chartControl1.TabIndex = 0;
     this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler <SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "散点";
     this.barEditItem1.Edit    = this.repositoryItemToggleSwitch1;
     this.barEditItem1.Id      = 0;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // repositoryItemToggleSwitch1
     //
     this.repositoryItemToggleSwitch1.AutoHeight         = false;
     this.repositoryItemToggleSwitch1.AutoWidth          = true;
     this.repositoryItemToggleSwitch1.Name               = "repositoryItemToggleSwitch1";
     this.repositoryItemToggleSwitch1.OffText            = "散点图";
     this.repositoryItemToggleSwitch1.OnText             = "折线图";
     this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
     //
     // 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.barManager1.MaxItemId = 1;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemToggleSwitch1
     });
     //
     // 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(690, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(4, 340);
     this.barDockControlBottom.Size             = new System.Drawing.Size(690, 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, 338);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(694, 2);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 338);
     //
     // SampleDataRunDrawBoard
     //
     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 = "SampleDataRunDrawBoard";
     this.Size = new System.Drawing.Size(696, 342);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #6
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.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series2              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series3              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series4              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView4 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.barManager1            = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                   = new DevExpress.XtraBars.Bar();
     this.barSubItem1            = new DevExpress.XtraBars.BarSubItem();
     this.barSubItem2            = new DevExpress.XtraBars.BarSubItem();
     this.btnSample1             = new DevExpress.XtraBars.BarButtonItem();
     this.btnSample2             = new DevExpress.XtraBars.BarButtonItem();
     this.btnSample3             = new DevExpress.XtraBars.BarButtonItem();
     this.btnExit                = new DevExpress.XtraBars.BarButtonItem();
     this.bar3                   = new DevExpress.XtraBars.Bar();
     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.barHeaderItem1         = new DevExpress.XtraBars.BarHeaderItem();
     this.barStaticItem1         = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem2         = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem3         = new DevExpress.XtraBars.BarStaticItem();
     this.mvvmContext1           = new DevExpress.Utils.MVVM.MVVMContext(this.components);
     this.realTimeSource1        = new DevExpress.Data.RealTimeSource();
     this.panelControl1          = new DevExpress.XtraEditors.PanelControl();
     this.chartControl           = new DevExpress.XtraCharts.ChartControl();
     this.timer1                 = new System.Windows.Forms.Timer(this.components);
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.tbInput                = new DevExpress.XtraEditors.TextEdit();
     this.elementHost1           = new System.Windows.Forms.Integration.ElementHost();
     this.cbMode                 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btnRun                 = new DevExpress.XtraEditors.SimpleButton();
     this.tabResults             = new DevExpress.XtraTab.XtraTabControl();
     this.tabLogs                = new DevExpress.XtraTab.XtraTabPage();
     this.tbResult               = new DevExpress.XtraEditors.MemoEdit();
     this.tabIL                  = new DevExpress.XtraTab.XtraTabPage();
     this.elementHostIL          = new System.Windows.Forms.Integration.ElementHost();
     this.tabASM                 = new DevExpress.XtraTab.XtraTabPage();
     this.elementHostASM         = new System.Windows.Forms.Integration.ElementHost();
     this.defaultLookAndFeel1    = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbInput.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbMode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabResults)).BeginInit();
     this.tabResults.SuspendLayout();
     this.tabLogs.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbResult.Properties)).BeginInit();
     this.tabIL.SuspendLayout();
     this.tabASM.SuspendLayout();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2,
         this.bar3
     });
     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.barHeaderItem1,
         this.barStaticItem1,
         this.barSubItem1,
         this.barStaticItem2,
         this.barStaticItem3,
         this.btnExit,
         this.barSubItem2,
         this.btnSample1,
         this.btnSample2,
         this.btnSample3
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 10;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName      = "Main menu";
     this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.bar2.DockCol      = 0;
     this.bar2.DockRow      = 0;
     this.bar2.DockStyle    = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "File";
     this.barSubItem1.Id      = 2;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnExit)
     });
     this.barSubItem1.Name = "barSubItem1";
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "Load samples...";
     this.barSubItem2.Id      = 6;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.btnSample1),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnSample2),
         new DevExpress.XtraBars.LinkPersistInfo(this.btnSample3)
     });
     this.barSubItem2.Name = "barSubItem2";
     //
     // btnSample1
     //
     this.btnSample1.Caption    = "Sample 1";
     this.btnSample1.Id         = 7;
     this.btnSample1.Name       = "btnSample1";
     this.btnSample1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSample1_ItemClick);
     //
     // btnSample2
     //
     this.btnSample2.Caption    = "Sample 2";
     this.btnSample2.Id         = 8;
     this.btnSample2.Name       = "btnSample2";
     this.btnSample2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSample2_ItemClick);
     //
     // btnSample3
     //
     this.btnSample3.Caption    = "Sample 3";
     this.btnSample3.Id         = 9;
     this.btnSample3.Name       = "btnSample3";
     this.btnSample3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSample3_ItemClick);
     //
     // btnExit
     //
     this.btnExit.Caption    = "Exit";
     this.btnExit.Id         = 5;
     this.btnExit.Name       = "btnExit";
     this.btnExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExit_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName      = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol      = 0;
     this.bar3.DockRow      = 0;
     this.bar3.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder          = false;
     this.bar3.OptionsBar.UseWholeRow             = true;
     this.bar3.Text = "Status bar";
     //
     // 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(1116, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 758);
     this.barDockControlBottom.Manager          = this.barManager1;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1116, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Manager          = this.barManager1;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 734);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1116, 24);
     this.barDockControlRight.Manager          = this.barManager1;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 734);
     //
     // barHeaderItem1
     //
     this.barHeaderItem1.Caption = "File";
     this.barHeaderItem1.Id      = 0;
     this.barHeaderItem1.Name    = "barHeaderItem1";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "File";
     this.barStaticItem1.Id      = 1;
     this.barStaticItem1.Name    = "barStaticItem1";
     //
     // barStaticItem2
     //
     this.barStaticItem2.Caption    = "Load sample 1";
     this.barStaticItem2.Id         = 3;
     this.barStaticItem2.Name       = "barStaticItem2";
     this.barStaticItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barStaticItem2_ItemClick);
     //
     // barStaticItem3
     //
     this.barStaticItem3.Caption    = "Exit";
     this.barStaticItem3.Id         = 4;
     this.barStaticItem3.Name       = "barStaticItem3";
     this.barStaticItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barStaticItem3_ItemClick);
     //
     // mvvmContext1
     //
     this.mvvmContext1.ContainerControl = this;
     //
     // realTimeSource1
     //
     this.realTimeSource1.DisplayableProperties = null;
     this.realTimeSource1.UseWeakEventHandler   = true;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.chartControl);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 528);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1116, 230);
     this.panelControl1.TabIndex = 4;
     //
     // chartControl
     //
     this.chartControl.DataBindings = null;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl.Diagram     = swiftPlotDiagram1;
     this.chartControl.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl.Legend.Name = "Default Legend";
     this.chartControl.Location    = new System.Drawing.Point(2, 2);
     this.chartControl.Name        = "chartControl";
     series1.Name = "Gen 0";
     swiftPlotSeriesView1.Color = System.Drawing.Color.Red;
     series1.View = swiftPlotSeriesView1;
     series2.Name = "Gen 1";
     swiftPlotSeriesView2.Color = System.Drawing.Color.Blue;
     series2.View = swiftPlotSeriesView2;
     series3.Name = "Gen 2";
     swiftPlotSeriesView3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     series3.View = swiftPlotSeriesView3;
     series4.Name = "LOH";
     swiftPlotSeriesView4.Color = System.Drawing.Color.Purple;
     series4.View = swiftPlotSeriesView4;
     this.chartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     this.chartControl.Size     = new System.Drawing.Size(1112, 226);
     this.chartControl.TabIndex = 0;
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 24);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.tbInput);
     this.splitContainerControl1.Panel1.Controls.Add(this.elementHost1);
     this.splitContainerControl1.Panel1.Controls.Add(this.cbMode);
     this.splitContainerControl1.Panel1.Controls.Add(this.btnRun);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.tabResults);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1116, 504);
     this.splitContainerControl1.SplitterPosition = 459;
     this.splitContainerControl1.TabIndex         = 11;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // tbInput
     //
     this.tbInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tbInput.EditValue   = "<Argument>";
     this.tbInput.Location    = new System.Drawing.Point(4, 450);
     this.tbInput.MenuManager = this.barManager1;
     this.tbInput.Name        = "tbInput";
     this.tbInput.Properties.Appearance.Font            = new System.Drawing.Font("Consolas", 8.25F);
     this.tbInput.Properties.Appearance.Options.UseFont = true;
     this.tbInput.Size     = new System.Drawing.Size(454, 20);
     this.tbInput.TabIndex = 3;
     //
     // elementHost1
     //
     this.elementHost1.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.elementHost1.Location = new System.Drawing.Point(4, 4);
     this.elementHost1.Name     = "elementHost1";
     this.elementHost1.Size     = new System.Drawing.Size(454, 438);
     this.elementHost1.TabIndex = 2;
     this.elementHost1.Text     = "elementHost1";
     this.elementHost1.Child    = null;
     //
     // cbMode
     //
     this.cbMode.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbMode.EditValue               = "Debug";
     this.cbMode.Location                = new System.Drawing.Point(4, 478);
     this.cbMode.MenuManager             = this.barManager1;
     this.cbMode.Name                    = "cbMode";
     this.cbMode.Properties.AutoComplete = false;
     this.cbMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbMode.Properties.DropDownRows = 2;
     this.cbMode.Properties.Items.AddRange(new object[] {
         "Debug",
         "Release"
     });
     this.cbMode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbMode.Size     = new System.Drawing.Size(163, 20);
     this.cbMode.TabIndex = 1;
     //
     // btnRun
     //
     this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRun.Location = new System.Drawing.Point(173, 477);
     this.btnRun.Name     = "btnRun";
     this.btnRun.Size     = new System.Drawing.Size(285, 23);
     this.btnRun.TabIndex = 0;
     this.btnRun.Text     = "Run";
     this.btnRun.Click   += new System.EventHandler(this.btnRun_Click);
     //
     // tabResults
     //
     this.tabResults.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.tabResults.Location        = new System.Drawing.Point(0, 0);
     this.tabResults.Name            = "tabResults";
     this.tabResults.SelectedTabPage = this.tabLogs;
     this.tabResults.Size            = new System.Drawing.Size(652, 504);
     this.tabResults.TabIndex        = 0;
     this.tabResults.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.tabLogs,
         this.tabIL,
         this.tabASM
     });
     //
     // tabLogs
     //
     this.tabLogs.Controls.Add(this.tbResult);
     this.tabLogs.Name = "tabLogs";
     this.tabLogs.Size = new System.Drawing.Size(647, 476);
     this.tabLogs.Text = "Logs";
     //
     // tbResult
     //
     this.tbResult.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tbResult.EditValue = "";
     this.tbResult.Location  = new System.Drawing.Point(0, 0);
     this.tbResult.Name      = "tbResult";
     this.tbResult.Properties.Appearance.Font            = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.tbResult.Properties.Appearance.Options.UseFont = true;
     this.tbResult.Properties.ReadOnly = true;
     this.tbResult.Size     = new System.Drawing.Size(647, 476);
     this.tbResult.TabIndex = 0;
     //
     // tabIL
     //
     this.tabIL.Controls.Add(this.elementHostIL);
     this.tabIL.Name = "tabIL";
     this.tabIL.Size = new System.Drawing.Size(789, 476);
     this.tabIL.Text = "IL";
     //
     // elementHostIL
     //
     this.elementHostIL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.elementHostIL.Location = new System.Drawing.Point(0, 0);
     this.elementHostIL.Name     = "elementHostIL";
     this.elementHostIL.Size     = new System.Drawing.Size(789, 476);
     this.elementHostIL.TabIndex = 0;
     this.elementHostIL.Text     = "elementHost2";
     this.elementHostIL.Child    = null;
     //
     // tabASM
     //
     this.tabASM.Controls.Add(this.elementHostASM);
     this.tabASM.Name = "tabASM";
     this.tabASM.Size = new System.Drawing.Size(789, 476);
     this.tabASM.Text = "ASM";
     //
     // elementHostASM
     //
     this.elementHostASM.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.elementHostASM.Location = new System.Drawing.Point(0, 0);
     this.elementHostASM.Name     = "elementHostASM";
     this.elementHostASM.Size     = new System.Drawing.Size(789, 476);
     this.elementHostASM.TabIndex = 0;
     this.elementHostASM.Text     = "elementHost2";
     this.elementHostASM.Child    = null;
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Whiteprint";
     //
     // MainView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1116, 781);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.LookAndFeel.SkinName = "Visual Studio 2013 Dark";
     this.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.Name          = "MainView";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "TUNE - The Ultimate .NET Experiment";
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbInput.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbMode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabResults)).EndInit();
     this.tabResults.ResumeLayout(false);
     this.tabLogs.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbResult.Properties)).EndInit();
     this.tabIL.ResumeLayout(false);
     this.tabASM.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #7
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.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.textEdit1        = new DevExpress.XtraEditors.TextEdit();
     this.chartControl1    = new DevExpress.XtraCharts.ChartControl();
     this.panelControl2    = new DevExpress.XtraEditors.PanelControl();
     this.labelControl2    = new DevExpress.XtraEditors.LabelControl();
     this.layoutConverter1 = new DevExpress.XtraLayout.Converter.LayoutConverter(this.components);
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.sidePanel2       = new DevExpress.XtraEditors.SidePanel();
     this.sidePanel1       = new DevExpress.XtraEditors.SidePanel();
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.groupControl1item   = new DevExpress.XtraLayout.LayoutControlGroup();
     this.sidePanel1item      = new DevExpress.XtraLayout.LayoutControlItem();
     this.panelControl2item   = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.sidePanel2.SuspendLayout();
     this.sidePanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.frmAnalyzeRPMlayoutControl1ConvertedLayout)).BeginInit();
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1item)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sidePanel1item)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2item)).BeginInit();
     this.SuspendLayout();
     //
     // textEdit1
     //
     this.textEdit1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.textEdit1.Location = new System.Drawing.Point(0, 0);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Size     = new System.Drawing.Size(633, 20);
     this.textEdit1.TabIndex = 12;
     //
     // chartControl1
     //
     swiftPlotDiagram1.AxisX.StickToEdge = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     swiftPlotDiagram1.AxisX.VisualRange.Auto                 = false;
     swiftPlotDiagram1.AxisX.VisualRange.MaxValueSerializable = "3";
     swiftPlotDiagram1.AxisX.VisualRange.MinValueSerializable = "0";
     swiftPlotDiagram1.AxisX.WholeRange.Auto = false;
     swiftPlotDiagram1.AxisX.WholeRange.MaxValueSerializable = "3";
     swiftPlotDiagram1.AxisX.WholeRange.MinValueSerializable = "0";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable      = "-1";
     swiftPlotDiagram1.DefaultPane.RuntimeCollapse           = DevExpress.Utils.DefaultBoolean.True;
     swiftPlotDiagram1.DependentAxesYRange  = DevExpress.Utils.DefaultBoolean.False;
     swiftPlotDiagram1.EnableAxisXScrolling = true;
     swiftPlotDiagram1.EnableAxisXZooming   = true;
     this.chartControl1.Diagram             = swiftPlotDiagram1;
     this.chartControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(0, 0);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Violet II";
     series1.Name = "RPM";
     series1.View = swiftPlotSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size           = new System.Drawing.Size(633, 369);
     this.chartControl1.TabIndex       = 1;
     this.chartControl1.ToolTipEnabled = DevExpress.Utils.DefaultBoolean.True;
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(44)))));
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.labelControl2);
     this.panelControl2.Location = new System.Drawing.Point(12, 12);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(633, 28);
     this.panelControl2.TabIndex = 9;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font                 = new System.Drawing.Font("Segoe UI", 14F);
     this.labelControl2.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
     this.labelControl2.Appearance.Options.UseFont      = true;
     this.labelControl2.Appearance.Options.UseForeColor = true;
     this.labelControl2.Location = new System.Drawing.Point(18, 6);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(123, 25);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "Gráfico > RPM";
     //
     // sidePanel2
     //
     this.sidePanel2.Controls.Add(this.chartControl1);
     this.sidePanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.sidePanel2.Location = new System.Drawing.Point(0, 20);
     this.sidePanel2.Name     = "sidePanel2";
     this.sidePanel2.Size     = new System.Drawing.Size(633, 369);
     this.sidePanel2.TabIndex = 13;
     this.sidePanel2.Text     = "sidePanel2";
     //
     // sidePanel1
     //
     this.sidePanel1.Controls.Add(this.sidePanel2);
     this.sidePanel1.Controls.Add(this.textEdit1);
     this.sidePanel1.Location = new System.Drawing.Point(12, 44);
     this.sidePanel1.Name     = "sidePanel1";
     this.sidePanel1.Size     = new System.Drawing.Size(633, 389);
     this.sidePanel1.TabIndex = 10;
     this.sidePanel1.Text     = "sidePanel1";
     //
     // frmAnalyzeRPMlayoutControl1ConvertedLayout
     //
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.Controls.Add(this.sidePanel1);
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.Controls.Add(this.panelControl2);
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.Location = new System.Drawing.Point(0, 0);
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.Name     = "frmAnalyzeRPMlayoutControl1ConvertedLayout";
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.Root     = this.layoutControlGroup1;
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.Size     = new System.Drawing.Size(657, 445);
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.TabIndex = 13;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.groupControl1item
     });
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(657, 445);
     this.layoutControlGroup1.TextVisible = false;
     //
     // groupControl1item
     //
     this.groupControl1item.GroupBordersVisible = false;
     this.groupControl1item.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.sidePanel1item,
         this.panelControl2item
     });
     this.groupControl1item.Location = new System.Drawing.Point(0, 0);
     this.groupControl1item.Name     = "groupControl1item";
     this.groupControl1item.Size     = new System.Drawing.Size(637, 425);
     this.groupControl1item.Text     = "layoutControlGroup1";
     //
     // sidePanel1item
     //
     this.sidePanel1item.Control     = this.sidePanel1;
     this.sidePanel1item.Location    = new System.Drawing.Point(0, 32);
     this.sidePanel1item.Name        = "sidePanel1item";
     this.sidePanel1item.Size        = new System.Drawing.Size(637, 393);
     this.sidePanel1item.TextSize    = new System.Drawing.Size(0, 0);
     this.sidePanel1item.TextVisible = false;
     //
     // panelControl2item
     //
     this.panelControl2item.Control             = this.panelControl2;
     this.panelControl2item.Location            = new System.Drawing.Point(0, 0);
     this.panelControl2item.MaxSize             = new System.Drawing.Size(0, 32);
     this.panelControl2item.MinSize             = new System.Drawing.Size(5, 32);
     this.panelControl2item.Name                = "panelControl2item";
     this.panelControl2item.Size                = new System.Drawing.Size(637, 32);
     this.panelControl2item.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.panelControl2item.TextSize            = new System.Drawing.Size(0, 0);
     this.panelControl2item.TextVisible         = false;
     //
     // frmAnalyzeRPM
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.frmAnalyzeRPMlayoutControl1ConvertedLayout);
     this.Name = "frmAnalyzeRPM";
     this.Size = new System.Drawing.Size(657, 445);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     this.sidePanel2.ResumeLayout(false);
     this.sidePanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.frmAnalyzeRPMlayoutControl1ConvertedLayout)).EndInit();
     this.frmAnalyzeRPMlayoutControl1ConvertedLayout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1item)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sidePanel1item)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2item)).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.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.btnForward           = new DevExpress.XtraEditors.SimpleButton();
     this.btnBack              = new DevExpress.XtraEditors.SimpleButton();
     this.cbRangeAuto          = new DevExpress.XtraEditors.CheckEdit();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar3                 = new DevExpress.XtraBars.Bar();
     this.stlInfo              = new DevExpress.XtraBars.BarStaticItem();
     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.btnUpdate            = new DevExpress.XtraEditors.SimpleButton();
     this.dateEnd              = new DevExpress.XtraEditors.DateEdit();
     this.dateBegin            = new DevExpress.XtraEditors.DateEdit();
     this.chartControl1        = new DevExpress.XtraCharts.ChartControl();
     this.textSQLTableName     = new DevExpress.XtraEditors.TextEdit();
     this.textOPCItemID        = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem8   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9   = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbRangeAuto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateBegin.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateBegin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textSQLTableName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textOPCItemID.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.btnForward);
     this.layoutControl1.Controls.Add(this.btnBack);
     this.layoutControl1.Controls.Add(this.cbRangeAuto);
     this.layoutControl1.Controls.Add(this.btnUpdate);
     this.layoutControl1.Controls.Add(this.dateEnd);
     this.layoutControl1.Controls.Add(this.dateBegin);
     this.layoutControl1.Controls.Add(this.chartControl1);
     this.layoutControl1.Controls.Add(this.textSQLTableName);
     this.layoutControl1.Controls.Add(this.textOPCItemID);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(599, 250, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(729, 518);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // btnForward
     //
     this.btnForward.Image           = global::DataToSQL.Properties.Resources.Forward;
     this.btnForward.ImageLocation   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnForward.Location        = new System.Drawing.Point(685, 12);
     this.btnForward.Name            = "btnForward";
     this.btnForward.Size            = new System.Drawing.Size(32, 22);
     this.btnForward.StyleController = this.layoutControl1;
     this.btnForward.TabIndex        = 16;
     this.btnForward.Text            = "simpleButton1";
     this.btnForward.ToolTip         = "Вперед";
     this.btnForward.Click          += new System.EventHandler(this.btnForward_Click);
     //
     // btnBack
     //
     this.btnBack.Image           = global::DataToSQL.Properties.Resources.Back;
     this.btnBack.ImageLocation   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnBack.Location        = new System.Drawing.Point(650, 12);
     this.btnBack.Name            = "btnBack";
     this.btnBack.Size            = new System.Drawing.Size(31, 22);
     this.btnBack.StyleController = this.layoutControl1;
     this.btnBack.TabIndex        = 15;
     this.btnBack.Text            = "simpleButton1";
     this.btnBack.ToolTip         = "Назад";
     this.btnBack.Click          += new System.EventHandler(this.btnBack_Click);
     //
     // cbRangeAuto
     //
     this.cbRangeAuto.Location           = new System.Drawing.Point(589, 38);
     this.cbRangeAuto.MenuManager        = this.barManager1;
     this.cbRangeAuto.Name               = "cbRangeAuto";
     this.cbRangeAuto.Properties.Caption = "Автомасштаб";
     this.cbRangeAuto.Size               = new System.Drawing.Size(128, 19);
     this.cbRangeAuto.StyleController    = this.layoutControl1;
     this.cbRangeAuto.TabIndex           = 14;
     this.cbRangeAuto.CheckedChanged    += new System.EventHandler(this.cbRangeAuto_CheckedChanged);
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar3
     });
     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.stlInfo
     });
     this.barManager1.MaxItemId = 1;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar3
     //
     this.bar3.BarName      = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol      = 0;
     this.bar3.DockRow      = 0;
     this.bar3.DockStyle    = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.stlInfo)
     });
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder          = false;
     this.bar3.OptionsBar.UseWholeRow             = true;
     this.bar3.Text = "Status bar";
     //
     // stlInfo
     //
     this.stlInfo.Caption       = "Всего:";
     this.stlInfo.Id            = 0;
     this.stlInfo.Name          = "stlInfo";
     this.stlInfo.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(729, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 518);
     this.barDockControlBottom.Size             = new System.Drawing.Size(729, 25);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 518);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(729, 0);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 518);
     //
     // btnUpdate
     //
     this.btnUpdate.Image           = global::DataToSQL.Properties.Resources.Refresh;
     this.btnUpdate.ImageLocation   = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.btnUpdate.Location        = new System.Drawing.Point(589, 12);
     this.btnUpdate.Name            = "btnUpdate";
     this.btnUpdate.Size            = new System.Drawing.Size(57, 22);
     this.btnUpdate.StyleController = this.layoutControl1;
     this.btnUpdate.TabIndex        = 13;
     this.btnUpdate.ToolTip         = "Обновить";
     this.btnUpdate.Click          += new System.EventHandler(this.btnUpdate_Click);
     //
     // dateEnd
     //
     this.dateEnd.EditValue   = null;
     this.dateEnd.Location    = new System.Drawing.Point(456, 38);
     this.dateEnd.MenuManager = this.barManager1;
     this.dateEnd.Name        = "dateEnd";
     this.dateEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEnd.Properties.CalendarTimeProperties.CloseUpKey       = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.dateEnd.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.dateEnd.Properties.DisplayFormat.FormatString = "G";
     this.dateEnd.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dateEnd.Properties.EditFormat.FormatString    = "G";
     this.dateEnd.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dateEnd.Properties.Mask.EditMask = "G";
     this.dateEnd.Size            = new System.Drawing.Size(129, 20);
     this.dateEnd.StyleController = this.layoutControl1;
     this.dateEnd.TabIndex        = 12;
     //
     // dateBegin
     //
     this.dateBegin.EditValue   = null;
     this.dateBegin.Location    = new System.Drawing.Point(456, 12);
     this.dateBegin.MenuManager = this.barManager1;
     this.dateBegin.Name        = "dateBegin";
     this.dateBegin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateBegin.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateBegin.Properties.CalendarTimeProperties.CloseUpKey       = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.F4);
     this.dateBegin.Properties.CalendarTimeProperties.PopupBorderStyle = DevExpress.XtraEditors.Controls.PopupBorderStyles.Default;
     this.dateBegin.Properties.DisplayFormat.FormatString = "G";
     this.dateBegin.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dateBegin.Properties.EditFormat.FormatString    = "G";
     this.dateBegin.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dateBegin.Properties.Mask.EditMask = "G";
     this.dateBegin.Size            = new System.Drawing.Size(129, 20);
     this.dateBegin.StyleController = this.layoutControl1;
     this.dateBegin.TabIndex        = 11;
     //
     // chartControl1
     //
     this.chartControl1.Legend.Visible      = false;
     this.chartControl1.Location            = new System.Drawing.Point(12, 62);
     this.chartControl1.Name                = "chartControl1";
     this.chartControl1.PaletteName         = "Metro";
     this.chartControl1.SeriesSerializable  = new DevExpress.XtraCharts.Series[0];
     this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView1;
     this.chartControl1.Size                = new System.Drawing.Size(705, 444);
     this.chartControl1.TabIndex            = 10;
     //
     // textSQLTableName
     //
     this.textSQLTableName.Location            = new System.Drawing.Point(85, 38);
     this.textSQLTableName.MenuManager         = this.barManager1;
     this.textSQLTableName.Name                = "textSQLTableName";
     this.textSQLTableName.Properties.ReadOnly = true;
     this.textSQLTableName.Size                = new System.Drawing.Size(294, 20);
     this.textSQLTableName.StyleController     = this.layoutControl1;
     this.textSQLTableName.TabIndex            = 9;
     //
     // textOPCItemID
     //
     this.textOPCItemID.Location            = new System.Drawing.Point(85, 12);
     this.textOPCItemID.Name                = "textOPCItemID";
     this.textOPCItemID.Properties.ReadOnly = true;
     this.textOPCItemID.Size                = new System.Drawing.Size(294, 20);
     this.textOPCItemID.StyleController     = this.layoutControl1;
     this.textOPCItemID.TabIndex            = 4;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem3,
         this.layoutControlItem5,
         this.layoutControlItem2,
         this.layoutControlItem4,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.layoutControlItem9
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(729, 518);
     this.layoutControlGroup1.Text        = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.textOPCItemID;
     this.layoutControlItem1.CustomizationFormText = "Служба:";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(371, 26);
     this.layoutControlItem1.Text     = "OPC-элемент:";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(70, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.chartControl1;
     this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
     this.layoutControlItem3.Location              = new System.Drawing.Point(0, 50);
     this.layoutControlItem3.Name                  = "layoutControlItem3";
     this.layoutControlItem3.Size                  = new System.Drawing.Size(709, 448);
     this.layoutControlItem3.Text                  = "layoutControlItem3";
     this.layoutControlItem3.TextLocation          = DevExpress.Utils.Locations.Default;
     this.layoutControlItem3.TextSize              = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextToControlDistance = 0;
     this.layoutControlItem3.TextVisible           = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.dateEnd;
     this.layoutControlItem5.CustomizationFormText = "По:";
     this.layoutControlItem5.Location = new System.Drawing.Point(371, 26);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(206, 24);
     this.layoutControlItem5.Text     = "По:";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(70, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.textSQLTableName;
     this.layoutControlItem2.CustomizationFormText = "Таблица:";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(371, 24);
     this.layoutControlItem2.Text     = "Таблица:";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(70, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.dateBegin;
     this.layoutControlItem4.CustomizationFormText = "С:";
     this.layoutControlItem4.Location = new System.Drawing.Point(371, 0);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(206, 26);
     this.layoutControlItem4.Text     = "С:";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(70, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.btnUpdate;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(577, 0);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Size     = new System.Drawing.Size(61, 26);
     this.layoutControlItem6.Text     = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible           = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control = this.cbRangeAuto;
     this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
     this.layoutControlItem7.Location = new System.Drawing.Point(577, 26);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.Size     = new System.Drawing.Size(132, 24);
     this.layoutControlItem7.Text     = "layoutControlItem7";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem7.TextToControlDistance = 0;
     this.layoutControlItem7.TextVisible           = false;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control = this.btnBack;
     this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
     this.layoutControlItem8.Location = new System.Drawing.Point(638, 0);
     this.layoutControlItem8.Name     = "layoutControlItem8";
     this.layoutControlItem8.Size     = new System.Drawing.Size(35, 26);
     this.layoutControlItem8.Text     = "layoutControlItem8";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextToControlDistance = 0;
     this.layoutControlItem8.TextVisible           = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control = this.btnForward;
     this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
     this.layoutControlItem9.Location = new System.Drawing.Point(673, 0);
     this.layoutControlItem9.Name     = "layoutControlItem9";
     this.layoutControlItem9.Size     = new System.Drawing.Size(36, 26);
     this.layoutControlItem9.Text     = "layoutControlItem9";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextToControlDistance = 0;
     this.layoutControlItem9.TextVisible           = false;
     //
     // ItemTrendForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(729, 543);
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "ItemTrendForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Тренд";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.OpcItemBrowserForm_FormClosing);
     this.Load           += new System.EventHandler(this.OpcItemBrowserForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbRangeAuto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateBegin.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateBegin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textSQLTableName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textOPCItemID.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).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.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrChart1       = new DevExpress.XtraReports.UI.XRChart();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel1
     });
     this.Detail.HeightF       = 23F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "UnitPrice")
     });
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(286.0418F, 0F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(86.95822F, 22.99999F);
     this.xrLabel2.Text          = "xrLabel2";
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "ProductName")
     });
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(10.0001F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(276.0417F, 23F);
     this.xrLabel1.Text          = "xrLabel1";
     //
     // TopMargin
     //
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrChart1
     //
     this.xrChart1.AppearanceName                       = "In A Fog";
     this.xrChart1.BorderColor                          = System.Drawing.Color.Black;
     this.xrChart1.Borders                              = DevExpress.XtraPrinting.BorderSide.None;
     this.xrChart1.DataSource                           = this.bindingSource1;
     swiftPlotDiagram1.AxisX.Alignment                  = DevExpress.XtraCharts.AxisAlignment.Zero;
     swiftPlotDiagram1.AxisX.Label.BeginText            = "_";
     swiftPlotDiagram1.AxisX.Label.EndText              = "_";
     swiftPlotDiagram1.AxisX.Label.Visible              = false;
     swiftPlotDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.PaneDistance                     = 100;
     this.xrChart1.Diagram                              = swiftPlotDiagram1;
     this.xrChart1.LocationFloat                        = new DevExpress.Utils.PointFloat(10.0001F, 0F);
     this.xrChart1.Name         = "xrChart1";
     this.xrChart1.PaletteName  = "Aspect";
     series1.ArgumentDataMember = "ProductName";
     series1.Name         = "productsSeries";
     series1.ShowInLegend = false;
     series1.ValueDataMembersSerializable = "UnitPrice";
     series1.View = swiftPlotSeriesView1;
     this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.xrChart1.SeriesTemplate.View = swiftPlotSeriesView2;
     this.xrChart1.SizeF = new System.Drawing.SizeF(362.9999F, 200F);
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrChart1
     });
     this.ReportHeader.HeightF = 200F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(ReportLibrary.Products);
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.DataSource = this.bindingSource1;
     this.PageHeight = 827;
     this.PageWidth  = 583;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A5;
     this.ReportPrintOptions.DetailCountAtDesignTime = 4;
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.ConstantLine        constantLine1        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine2        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine3        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine4        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine5        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.ConstantLine        constantLine6        = new DevExpress.XtraCharts.ConstantLine();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series2              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.ChartTitle          chartTitle1          = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram2    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series3              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series4              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView4 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series              series5              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView5 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.ChartTitle          chartTitle2          = new DevExpress.XtraCharts.ChartTitle();
     this.meHandShakeData     = new DevExpress.XtraEditors.MemoEdit();
     this.splitterControl1    = new DevExpress.XtraEditors.SplitterControl();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.ccInfraredDebug     = new DevExpress.XtraCharts.ChartControl();
     this.ccUltravioletDebug  = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator1    = new DevExpress.XtraLayout.SimpleSeparator();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.meHandShakeData.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccInfraredDebug)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccUltravioletDebug)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // meHandShakeData
     //
     this.meHandShakeData.Dock     = System.Windows.Forms.DockStyle.Right;
     this.meHandShakeData.Location = new System.Drawing.Point(529, 3);
     this.meHandShakeData.Name     = "meHandShakeData";
     this.meHandShakeData.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.meHandShakeData.Properties.Appearance.Options.UseBackColor = true;
     this.meHandShakeData.Properties.ReadOnly = true;
     this.meHandShakeData.Size     = new System.Drawing.Size(80, 695);
     this.meHandShakeData.TabIndex = 6;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(517, 3);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(12, 695);
     this.splitterControl1.TabIndex = 8;
     this.splitterControl1.TabStop  = false;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.ccInfraredDebug);
     this.layoutControl1.Controls.Add(this.ccUltravioletDebug);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(3, 3);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(514, 695);
     this.layoutControl1.TabIndex = 9;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // ccInfraredDebug
     //
     this.ccInfraredDebug.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
     constantLine1.AxisValueSerializable           = "0.1";
     constantLine1.CheckableInLegend = false;
     constantLine1.CheckedInLegend   = false;
     constantLine1.Color             = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine1.LegendName        = "Default Legend";
     constantLine1.Name                  = "Line1";
     constantLine1.ShowInLegend          = false;
     constantLine1.Title.Visible         = false;
     constantLine2.AxisValueSerializable = "0.2";
     constantLine2.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine2.Name                  = "Line2";
     constantLine2.ShowInLegend          = false;
     constantLine2.Title.Visible         = false;
     constantLine2.Visible               = false;
     constantLine3.AxisValueSerializable = "0.4";
     constantLine3.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(146)))), ((int)(((byte)(60)))));
     constantLine3.Name                  = "Line3";
     constantLine3.ShowInLegend          = false;
     constantLine3.Title.Visible         = false;
     constantLine4.AxisValueSerializable = "0.5";
     constantLine4.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(179)))), ((int)(((byte)(226)))));
     constantLine4.Name                  = "Line4";
     constantLine4.ShowInLegend          = false;
     constantLine4.Title.Visible         = false;
     constantLine5.AxisValueSerializable = "1";
     constantLine5.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine5.Name                  = "Line5";
     constantLine5.ShowInLegend          = false;
     constantLine5.Title.Visible         = false;
     constantLine5.Visible               = false;
     constantLine6.AxisValueSerializable = "1";
     constantLine6.Color                 = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(141)))), ((int)(((byte)(212)))));
     constantLine6.Name                  = "Line6";
     constantLine6.ShowInLegend          = false;
     constantLine6.Title.Visible         = false;
     swiftPlotDiagram1.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
         constantLine1,
         constantLine2,
         constantLine3,
         constantLine4,
         constantLine5,
         constantLine6
     });
     swiftPlotDiagram1.AxisX.GridLines.Visible          = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ccInfraredDebug.Diagram = swiftPlotDiagram1;
     this.ccInfraredDebug.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccInfraredDebug.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccInfraredDebug.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccInfraredDebug.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccInfraredDebug.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccInfraredDebug.Legend.Name = "Default Legend";
     this.ccInfraredDebug.Location    = new System.Drawing.Point(2, 347);
     this.ccInfraredDebug.Name        = "ccInfraredDebug";
     series1.CrosshairLabelPattern    = "{V:f2}";
     series1.Name = "Active Original Harmonic";
     swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(192)))));
     series1.View                            = swiftPlotSeriesView1;
     series2.CheckedInLegend                 = false;
     series2.CrosshairLabelPattern           = "{V:f2}";
     series2.Name                            = "Telemetry Original Harmonic";
     swiftPlotSeriesView2.Color              = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series2.View                            = swiftPlotSeriesView2;
     this.ccInfraredDebug.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.ccInfraredDebug.Size     = new System.Drawing.Size(510, 346);
     this.ccInfraredDebug.TabIndex = 5;
     chartTitle1.Font   = new System.Drawing.Font("Tahoma", 10F);
     chartTitle1.Indent = 0;
     chartTitle1.Text   = "Infrared";
     this.ccInfraredDebug.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle1
     });
     //
     // ccUltravioletDebug
     //
     this.ccUltravioletDebug.BorderOptions.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     swiftPlotDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.ccUltravioletDebug.Diagram = swiftPlotDiagram2;
     this.ccUltravioletDebug.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccUltravioletDebug.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccUltravioletDebug.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccUltravioletDebug.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccUltravioletDebug.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccUltravioletDebug.Legend.Name = "Default Legend";
     this.ccUltravioletDebug.Location    = new System.Drawing.Point(2, 2);
     this.ccUltravioletDebug.Name        = "ccUltravioletDebug";
     series3.ArgumentScaleType           = DevExpress.XtraCharts.ScaleType.Numerical;
     series3.CrosshairLabelPattern       = "{V:f2}";
     series3.Name                  = "Active Spectrum";
     series3.ShowInLegend          = false;
     swiftPlotSeriesView3.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(192)))));
     series3.View                  = swiftPlotSeriesView3;
     series4.CheckedInLegend       = false;
     series4.CrosshairLabelPattern = "{V:f2}";
     series4.Name                  = "Ultraviolet Backgroud Spectrum";
     swiftPlotSeriesView4.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series4.View                  = swiftPlotSeriesView4;
     series4.Visible               = false;
     series5.CheckedInLegend       = false;
     series5.CrosshairLabelPattern = "{V:f2}";
     series5.Name                  = "Telemetry Spectrum";
     swiftPlotSeriesView5.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(88)))), ((int)(((byte)(103)))));
     series5.View                  = swiftPlotSeriesView5;
     series5.Visible               = false;
     this.ccUltravioletDebug.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4,
         series5
     };
     this.ccUltravioletDebug.Size     = new System.Drawing.Size(510, 340);
     this.ccUltravioletDebug.TabIndex = 4;
     chartTitle2.Font   = new System.Drawing.Font("Tahoma", 10F);
     chartTitle2.Indent = 0;
     chartTitle2.Text   = "Ultraviolet";
     this.ccUltravioletDebug.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.simpleSeparator1,
         this.layoutControlItem2
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(514, 695);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.ccUltravioletDebug;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(514, 344);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.AllowHotTrack = false;
     this.simpleSeparator1.Location      = new System.Drawing.Point(0, 344);
     this.simpleSeparator1.Name          = "simpleSeparator1";
     this.simpleSeparator1.Size          = new System.Drawing.Size(514, 1);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.ccInfraredDebug;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 345);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(514, 350);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // ucCalibrationDebugView
     //
     this.Appearance.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.meHandShakeData);
     this.Name    = "ucCalibrationDebugView";
     this.Padding = new System.Windows.Forms.Padding(3);
     this.Size    = new System.Drawing.Size(612, 701);
     this.Resize += new System.EventHandler(this.ucCalibrationDebugView_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.meHandShakeData.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccInfraredDebug)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccUltravioletDebug)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     this.ResumeLayout(false);
 }
Пример #11
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.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.btOK                      = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl1             = new DevExpress.XtraEditors.PanelControl();
     this.splitContainer1           = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1         = new System.Windows.Forms.TableLayoutPanel();
     this.teEnd                     = new DevExpress.XtraEditors.TimeEdit();
     this.deEnd                     = new DevExpress.XtraEditors.DateEdit();
     this.lbEnd                     = new System.Windows.Forms.Label();
     this.teBegin                   = new DevExpress.XtraEditors.TimeEdit();
     this.DtBegin                   = new DevExpress.XtraEditors.DateEdit();
     this.lbStart                   = new System.Windows.Forms.Label();
     this.lbSignal                  = new System.Windows.Forms.Label();
     this.cbSignalName              = new DevExpress.XtraEditors.ComboBoxEdit();
     this.chartControl_HistoricData = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.teEnd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deEnd.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.deEnd.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.teBegin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DtBegin.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DtBegin.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSignalName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl_HistoricData)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // btOK
     //
     this.btOK.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.btOK.Location = new System.Drawing.Point(698, 9);
     this.btOK.Name     = "btOK";
     this.btOK.Size     = new System.Drawing.Size(75, 22);
     this.btOK.TabIndex = 54;
     this.btOK.Text     = "查看";
     this.btOK.Click   += new System.EventHandler(this.btOK_Click);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.splitContainer1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Margin   = new System.Windows.Forms.Padding(0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1024, 600);
     this.panelControl1.TabIndex = 1;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(2, 2);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.chartControl_HistoricData);
     this.splitContainer1.Size             = new System.Drawing.Size(1020, 596);
     this.splitContainer1.SplitterDistance = 40;
     this.splitContainer1.TabIndex         = 2;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 9;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.btOK, 8, 0);
     this.tableLayoutPanel1.Controls.Add(this.teEnd, 7, 0);
     this.tableLayoutPanel1.Controls.Add(this.deEnd, 6, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbEnd, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.teBegin, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.DtBegin, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbStart, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbSignal, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.cbSignalName, 1, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1020, 40);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // teEnd
     //
     this.teEnd.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.teEnd.EditValue = new System.DateTime(2013, 1, 30, 0, 0, 0, 0);
     this.teEnd.Location  = new System.Drawing.Point(617, 9);
     this.teEnd.Name      = "teEnd";
     this.teEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.teEnd.Size     = new System.Drawing.Size(75, 21);
     this.teEnd.TabIndex = 58;
     //
     // deEnd
     //
     this.deEnd.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.deEnd.EditValue = null;
     this.deEnd.Location  = new System.Drawing.Point(501, 9);
     this.deEnd.Name      = "deEnd";
     this.deEnd.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.deEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.deEnd.Properties.Mask.EditMask = "";
     this.deEnd.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
     this.deEnd.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.deEnd.Size     = new System.Drawing.Size(110, 21);
     this.deEnd.TabIndex = 59;
     //
     // lbEnd
     //
     this.lbEnd.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbEnd.AutoSize = true;
     this.lbEnd.Location = new System.Drawing.Point(436, 13);
     this.lbEnd.Name     = "lbEnd";
     this.lbEnd.Size     = new System.Drawing.Size(59, 14);
     this.lbEnd.TabIndex = 63;
     this.lbEnd.Text     = "结束时间:";
     //
     // teBegin
     //
     this.teBegin.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.teBegin.EditValue = new System.DateTime(2012, 2, 22, 0, 0, 0, 0);
     this.teBegin.Location  = new System.Drawing.Point(355, 9);
     this.teBegin.Name      = "teBegin";
     this.teBegin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.teBegin.Size     = new System.Drawing.Size(75, 21);
     this.teBegin.TabIndex = 60;
     //
     // DtBegin
     //
     this.DtBegin.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.DtBegin.EditValue = null;
     this.DtBegin.Location  = new System.Drawing.Point(239, 9);
     this.DtBegin.Name      = "DtBegin";
     this.DtBegin.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
     this.DtBegin.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.DtBegin.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.DtBegin.Size     = new System.Drawing.Size(110, 21);
     this.DtBegin.TabIndex = 61;
     //
     // lbStart
     //
     this.lbStart.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbStart.AutoSize = true;
     this.lbStart.Location = new System.Drawing.Point(174, 13);
     this.lbStart.Name     = "lbStart";
     this.lbStart.Size     = new System.Drawing.Size(59, 14);
     this.lbStart.TabIndex = 62;
     this.lbStart.Text     = "开始时间:";
     //
     // lbSignal
     //
     this.lbSignal.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbSignal.AutoSize = true;
     this.lbSignal.Location = new System.Drawing.Point(3, 13);
     this.lbSignal.Name     = "lbSignal";
     this.lbSignal.Size     = new System.Drawing.Size(59, 14);
     this.lbSignal.TabIndex = 65;
     this.lbSignal.Text     = "选择信号:";
     //
     // cbSignalName
     //
     this.cbSignalName.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.cbSignalName.Location = new System.Drawing.Point(68, 9);
     this.cbSignalName.Name     = "cbSignalName";
     this.cbSignalName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbSignalName.Size     = new System.Drawing.Size(100, 21);
     this.cbSignalName.TabIndex = 66;
     //
     // chartControl_HistoricData
     //
     swiftPlotDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.Interlaced = true;
     swiftPlotDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl_HistoricData.Diagram             = swiftPlotDiagram1;
     this.chartControl_HistoricData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartControl_HistoricData.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl_HistoricData.Location = new System.Drawing.Point(0, 0);
     this.chartControl_HistoricData.Name     = "chartControl_HistoricData";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Series 1";
     series1.View = swiftPlotSeriesView1;
     this.chartControl_HistoricData.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl_HistoricData.SeriesTemplate.View = swiftPlotSeriesView2;
     this.chartControl_HistoricData.Size     = new System.Drawing.Size(1020, 552);
     this.chartControl_HistoricData.TabIndex = 40;
     //
     // HistoricLine
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl1);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "HistoricLine";
     this.Size   = new System.Drawing.Size(1024, 600);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.teEnd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deEnd.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.deEnd.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.teBegin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DtBegin.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DtBegin.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbSignalName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl_HistoricData)).EndInit();
     this.ResumeLayout(false);
 }
Пример #12
0
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>

        #region Component Designer generated code

        /// <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.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
            this.monthlySalesItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.monthlySalesItemBindingSource)).BeginInit();
            this.SuspendLayout();
            //
            // chartControl1
            //
            this.chartControl1.BorderOptions.Color      = System.Drawing.Color.White;
            this.chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            this.chartControl1.DataSource = this.monthlySalesItemBindingSource;
            swiftPlotDiagram1.AxisX.DateTimeScaleOptions.AggregateFunction    = DevExpress.XtraCharts.AggregateFunction.None;
            swiftPlotDiagram1.AxisX.DateTimeScaleOptions.GridOffset           = 1D;
            swiftPlotDiagram1.AxisX.DateTimeScaleOptions.ScaleMode            = DevExpress.XtraCharts.ScaleMode.Manual;
            swiftPlotDiagram1.AxisX.Label.ResolveOverlappingOptions.MinIndent = 2;
            swiftPlotDiagram1.AxisX.Label.TextPattern           = "{A:MMMM}";
            swiftPlotDiagram1.AxisX.MinorCount                  = 5;
            swiftPlotDiagram1.AxisX.Tickmarks.MinorLength       = 1;
            swiftPlotDiagram1.AxisX.Tickmarks.Thickness         = 2;
            swiftPlotDiagram1.AxisX.VisibleInPanesSerializable  = "-1";
            swiftPlotDiagram1.AxisX.WholeRange.AutoSideMargins  = false;
            swiftPlotDiagram1.AxisX.WholeRange.SideMarginsValue = 8D;
            swiftPlotDiagram1.AxisY.Title.Text                  = "Revenue";
            swiftPlotDiagram1.AxisY.Title.TextColor             = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(134)))), ((int)(((byte)(206)))));
            swiftPlotDiagram1.AxisY.VisibleInPanesSerializable  = "-1";
            this.chartControl1.Diagram = swiftPlotDiagram1;
            this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
            this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
            this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
            this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
            this.chartControl1.Legend.EquallySpacedItems  = false;
            this.chartControl1.Location           = new System.Drawing.Point(0, 0);
            this.chartControl1.Name               = "chartControl1";
            this.chartControl1.SeriesDataMember   = "Product";
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            this.chartControl1.SeriesTemplate.ArgumentDataMember = "CurrentDate";
            this.chartControl1.SeriesTemplate.ArgumentScaleType  = DevExpress.XtraCharts.ScaleType.DateTime;
            this.chartControl1.SeriesTemplate.SummaryFunction    = "SUM([Revenue])";
            swiftPlotSeriesView1.Antialiasing        = true;
            swiftPlotSeriesView1.LineStyle.Thickness = 2;
            this.chartControl1.SeriesTemplate.View   = swiftPlotSeriesView1;
            this.chartControl1.Size     = new System.Drawing.Size(764, 415);
            this.chartControl1.TabIndex = 0;
            //
            // monthlySalesItemBindingSource
            //
            this.monthlySalesItemBindingSource.DataSource = typeof(POS.SalesPerformanceDataGenerator.MonthlySalesItem);
            //
            // ucChartProductItem
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "ucChartProductItem";
            this.Size = new System.Drawing.Size(764, 415);
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.monthlySalesItemBindingSource)).EndInit();
            this.ResumeLayout(false);
        }
Пример #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(Form_InputHistory));
     DevExpress.XtraCharts.SwiftPlotDiagram         swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.splitContainerControl3 = new DevExpress.XtraEditors.SplitContainerControl();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this.textEdit6              = new DevExpress.XtraEditors.TextEdit();
     this.textEdit7              = new DevExpress.XtraEditors.TextEdit();
     this.labelControl15         = new DevExpress.XtraEditors.LabelControl();
     this.textEdit5              = new DevExpress.XtraEditors.TextEdit();
     this.labelControl14         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2          = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1          = new DevExpress.XtraEditors.LabelControl();
     this.chartControl2          = new DevExpress.XtraCharts.ChartControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControl2           = new DevExpress.XtraGrid.GridControl();
     this.gridView2              = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panel2         = new System.Windows.Forms.Panel();
     this.simpleButton7  = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.btn_ClearDB    = new DevExpress.XtraEditors.SimpleButton();
     this.dateEdit1      = new DevExpress.XtraEditors.DateEdit();
     this.simpleButton5  = new DevExpress.XtraEditors.SimpleButton();
     this.dateEdit2      = new DevExpress.XtraEditors.DateEdit();
     this.simpleButton4  = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.simpleButton2  = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3  = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEdit4  = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEdit1  = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl3)).BeginInit();
     this.splitContainerControl3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.splitContainerControl3);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(904, 427);
     this.splitContainerControl1.SplitterPosition = 304;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // splitContainerControl3
     //
     this.splitContainerControl3.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl3.Horizontal = false;
     this.splitContainerControl3.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl3.Name       = "splitContainerControl3";
     this.splitContainerControl3.Panel1.Controls.Add(this.tableLayoutPanel1);
     this.splitContainerControl3.Panel1.Text = "Panel1";
     this.splitContainerControl3.Panel2.Controls.Add(this.chartControl2);
     this.splitContainerControl3.Panel2.Text      = "Panel2";
     this.splitContainerControl3.Size             = new System.Drawing.Size(595, 427);
     this.splitContainerControl3.SplitterPosition = 76;
     this.splitContainerControl3.TabIndex         = 0;
     this.splitContainerControl3.Text             = "splitContainerControl3";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.AutoSize              = true;
     this.tableLayoutPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel1.BackgroundImage")));
     this.tableLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tableLayoutPanel1.ColumnCount           = 8;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.Controls.Add(this.textEdit6, 7, 1);
     this.tableLayoutPanel1.Controls.Add(this.textEdit7, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl15, 6, 1);
     this.tableLayoutPanel1.Controls.Add(this.textEdit5, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl14, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl2, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.labelControl1, 0, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 1);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(594, 74);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // textEdit6
     //
     this.textEdit6.Enabled  = false;
     this.textEdit6.Location = new System.Drawing.Point(521, 40);
     this.textEdit6.Name     = "textEdit6";
     this.textEdit6.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.textEdit6.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.textEdit6.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit6.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit6.Properties.ReadOnly = true;
     this.textEdit6.Size     = new System.Drawing.Size(70, 20);
     this.textEdit6.TabIndex = 10;
     //
     // textEdit7
     //
     this.textEdit7.Enabled  = false;
     this.textEdit7.Location = new System.Drawing.Point(77, 40);
     this.textEdit7.Name     = "textEdit7";
     this.textEdit7.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.textEdit7.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.textEdit7.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit7.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit7.Properties.ReadOnly = true;
     this.textEdit7.Size     = new System.Drawing.Size(68, 20);
     this.textEdit7.TabIndex = 11;
     //
     // labelControl15
     //
     this.labelControl15.Location = new System.Drawing.Point(447, 40);
     this.labelControl15.Name     = "labelControl15";
     this.labelControl15.Size     = new System.Drawing.Size(48, 14);
     this.labelControl15.TabIndex = 8;
     this.labelControl15.Text     = "平均浓度";
     //
     // textEdit5
     //
     this.textEdit5.Enabled  = false;
     this.textEdit5.Location = new System.Drawing.Point(299, 40);
     this.textEdit5.Name     = "textEdit5";
     this.textEdit5.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.textEdit5.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.textEdit5.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit5.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit5.Properties.ReadOnly = true;
     this.textEdit5.Size     = new System.Drawing.Size(68, 20);
     this.textEdit5.TabIndex = 9;
     //
     // labelControl14
     //
     this.labelControl14.Location = new System.Drawing.Point(225, 40);
     this.labelControl14.Name     = "labelControl14";
     this.labelControl14.Size     = new System.Drawing.Size(48, 14);
     this.labelControl14.TabIndex = 7;
     this.labelControl14.Text     = "最低浓度";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Location        = new System.Drawing.Point(299, 3);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(102, 16);
     this.labelControl2.TabIndex        = 12;
     this.labelControl2.Text            = "设备上传数据";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(3, 40);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(48, 14);
     this.labelControl1.TabIndex = 6;
     this.labelControl1.Text     = "最高浓度";
     //
     // chartControl2
     //
     this.chartControl2.BackImage.Image   = ((System.Drawing.Image)(resources.GetObject("chartControl2.BackImage.Image")));
     this.chartControl2.BackImage.Stretch = true;
     swiftPlotDiagram1.AxisX.DateTimeOptions.FormatString = "d";
     swiftPlotDiagram1.AxisX.Range.Auto = false;
     swiftPlotDiagram1.AxisX.Range.MaxValueSerializable = "03/15/2015 00:00:00.000";
     swiftPlotDiagram1.AxisX.Range.MinValueSerializable = "03/11/2015 00:00:00.000";
     swiftPlotDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisX.Range.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisX.Tickmarks.MinorVisible   = false;
     swiftPlotDiagram1.AxisX.Title.Alignment          = System.Drawing.StringAlignment.Far;
     swiftPlotDiagram1.AxisX.Title.Antialiasing       = false;
     swiftPlotDiagram1.AxisX.Title.Font    = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     swiftPlotDiagram1.AxisX.Title.Text    = "时间";
     swiftPlotDiagram1.AxisX.Title.Visible = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Title.Alignment          = System.Drawing.StringAlignment.Far;
     swiftPlotDiagram1.AxisY.Title.Antialiasing       = false;
     swiftPlotDiagram1.AxisY.Title.Font    = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     swiftPlotDiagram1.AxisY.Title.Text    = "浓度";
     swiftPlotDiagram1.AxisY.Title.Visible = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.EnableAxisXScrolling             = true;
     this.chartControl2.Diagram = swiftPlotDiagram1;
     this.chartControl2.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl2.Legend.Visible             = false;
     this.chartControl2.Location = new System.Drawing.Point(0, 0);
     this.chartControl2.Name     = "chartControl2";
     series1.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Series1";
     series1.View = swiftPlotSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.SeriesTemplate.View = swiftPlotSeriesView2;
     this.chartControl2.Size     = new System.Drawing.Size(595, 346);
     this.chartControl2.TabIndex = 1;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name       = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.gridControl2);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panel2);
     this.splitContainerControl2.Panel2.Text      = "Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(304, 427);
     this.splitContainerControl2.SplitterPosition = 187;
     this.splitContainerControl2.TabIndex         = 0;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // gridControl2
     //
     this.gridControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl2.Location = new System.Drawing.Point(0, 0);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.Size     = new System.Drawing.Size(304, 235);
     this.gridControl2.TabIndex = 1;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // gridView2
     //
     this.gridView2.Appearance.Empty.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(45)))), ((int)(((byte)(67)))));
     this.gridView2.Appearance.Empty.Options.UseBackColor   = true;
     this.gridView2.Appearance.EvenRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(20)))), ((int)(((byte)(31)))));
     this.gridView2.Appearance.EvenRow.Options.UseBackColor = true;
     this.gridView2.Appearance.OddRow.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(40)))), ((int)(((byte)(62)))));
     this.gridView2.Appearance.OddRow.Options.UseBackColor  = true;
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn3,
         this.gridColumn1,
         this.gridColumn2
     });
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name        = "gridView2";
     this.gridView2.OptionsBehavior.Editable = false;
     this.gridView2.OptionsCustomization.AllowColumnMoving     = false;
     this.gridView2.OptionsCustomization.AllowFilter           = false;
     this.gridView2.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridView2.OptionsCustomization.AllowSort             = false;
     this.gridView2.OptionsMenu.EnableColumnMenu     = false;
     this.gridView2.OptionsMenu.EnableFooterMenu     = false;
     this.gridView2.OptionsMenu.EnableGroupPanelMenu = false;
     this.gridView2.OptionsView.ShowGroupPanel       = false;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "时间";
     this.gridColumn3.DisplayFormat.FormatString = "G";
     this.gridColumn3.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn3.FieldName    = "AddTime";
     this.gridColumn3.Name         = "gridColumn3";
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 0;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "浓度值";
     this.gridColumn1.FieldName    = "Chroma";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "单位";
     this.gridColumn2.FieldName    = "Unit";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 2;
     //
     // panel2
     //
     this.panel2.AutoSize              = true;
     this.panel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panel2.Controls.Add(this.simpleButton7);
     this.panel2.Controls.Add(this.labelControl16);
     this.panel2.Controls.Add(this.btn_ClearDB);
     this.panel2.Controls.Add(this.dateEdit1);
     this.panel2.Controls.Add(this.simpleButton5);
     this.panel2.Controls.Add(this.dateEdit2);
     this.panel2.Controls.Add(this.simpleButton4);
     this.panel2.Controls.Add(this.labelControl17);
     this.panel2.Controls.Add(this.simpleButton2);
     this.panel2.Controls.Add(this.simpleButton3);
     this.panel2.Controls.Add(this.comboBoxEdit4);
     this.panel2.Controls.Add(this.comboBoxEdit1);
     this.panel2.Controls.Add(this.labelControl18);
     this.panel2.Controls.Add(this.labelControl19);
     this.panel2.Location = new System.Drawing.Point(3, 2);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(301, 182);
     this.panel2.TabIndex = 0;
     //
     // simpleButton7
     //
     this.simpleButton7.Location = new System.Drawing.Point(209, 120);
     this.simpleButton7.Name     = "simpleButton7";
     this.simpleButton7.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton7.TabIndex = 27;
     this.simpleButton7.Text     = "屏幕截图";
     this.simpleButton7.Click   += new System.EventHandler(this.simpleButton7_Click);
     //
     // labelControl16
     //
     this.labelControl16.Location = new System.Drawing.Point(11, 20);
     this.labelControl16.Name     = "labelControl16";
     this.labelControl16.Size     = new System.Drawing.Size(52, 14);
     this.labelControl16.TabIndex = 14;
     this.labelControl16.Text     = "设备名称:";
     //
     // btn_ClearDB
     //
     this.btn_ClearDB.Location = new System.Drawing.Point(209, 93);
     this.btn_ClearDB.Name     = "btn_ClearDB";
     this.btn_ClearDB.Size     = new System.Drawing.Size(80, 23);
     this.btn_ClearDB.TabIndex = 26;
     this.btn_ClearDB.Text     = "清空本地数据";
     this.btn_ClearDB.Click   += new System.EventHandler(this.btn_ClearDB_Click);
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(69, 103);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.dateEdit1.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.dateEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.dateEdit1.Properties.Appearance.Options.UseForeColor = true;
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.EditFormat.FormatString    = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.Mask.EditMask    = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit1.Properties.VistaEditTime    = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEdit1.Size     = new System.Drawing.Size(138, 20);
     this.dateEdit1.TabIndex = 20;
     //
     // simpleButton5
     //
     this.simpleButton5.Location = new System.Drawing.Point(209, 67);
     this.simpleButton5.Name     = "simpleButton5";
     this.simpleButton5.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton5.TabIndex = 25;
     this.simpleButton5.Text     = "清空设备数据";
     this.simpleButton5.Click   += new System.EventHandler(this.simpleButton5_Click);
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(69, 145);
     this.dateEdit2.Name      = "dateEdit2";
     this.dateEdit2.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.dateEdit2.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.dateEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.dateEdit2.Properties.Appearance.Options.UseForeColor = true;
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit2.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dateEdit2.Properties.EditFormat.FormatString    = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit2.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.dateEdit2.Properties.Mask.EditMask    = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit2.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit2.Properties.VistaEditTime    = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit2.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEdit2.Size     = new System.Drawing.Size(138, 20);
     this.dateEdit2.TabIndex = 21;
     //
     // simpleButton4
     //
     this.simpleButton4.Location = new System.Drawing.Point(209, 40);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton4.TabIndex = 24;
     this.simpleButton4.Text     = "导出数据";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // labelControl17
     //
     this.labelControl17.Location = new System.Drawing.Point(11, 62);
     this.labelControl17.Name     = "labelControl17";
     this.labelControl17.Size     = new System.Drawing.Size(52, 14);
     this.labelControl17.TabIndex = 15;
     this.labelControl17.Text     = "气体类型:";
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(209, 14);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton2.TabIndex = 22;
     this.simpleButton2.Text     = "删除所查数据";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(209, 147);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton3.TabIndex = 23;
     this.simpleButton3.Text     = "查找";
     this.simpleButton3.Click   += new System.EventHandler(this.simpleButton3_Click);
     //
     // comboBoxEdit4
     //
     this.comboBoxEdit4.Location = new System.Drawing.Point(69, 60);
     this.comboBoxEdit4.Name     = "comboBoxEdit4";
     this.comboBoxEdit4.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.comboBoxEdit4.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.comboBoxEdit4.Properties.Appearance.Options.UseBackColor = true;
     this.comboBoxEdit4.Properties.Appearance.Options.UseForeColor = true;
     this.comboBoxEdit4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit4.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit4.Size     = new System.Drawing.Size(138, 20);
     this.comboBoxEdit4.TabIndex = 19;
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(69, 16);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.comboBoxEdit1.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.comboBoxEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.comboBoxEdit1.Properties.Appearance.Options.UseForeColor = true;
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit1.Size                  = new System.Drawing.Size(138, 20);
     this.comboBoxEdit1.TabIndex              = 18;
     this.comboBoxEdit1.SelectedValueChanged += new System.EventHandler(this.comboBoxEdit1_SelectedValueChanged);
     //
     // labelControl18
     //
     this.labelControl18.Location = new System.Drawing.Point(20, 105);
     this.labelControl18.Name     = "labelControl18";
     this.labelControl18.Size     = new System.Drawing.Size(52, 14);
     this.labelControl18.TabIndex = 16;
     this.labelControl18.Text     = "起始时间:";
     //
     // labelControl19
     //
     this.labelControl19.Location = new System.Drawing.Point(20, 147);
     this.labelControl19.Name     = "labelControl19";
     this.labelControl19.Size     = new System.Drawing.Size(48, 14);
     this.labelControl19.TabIndex = 17;
     this.labelControl19.Text     = "截止时间";
     //
     // Form_InputHistory
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(904, 427);
     this.Controls.Add(this.splitContainerControl1);
     this.MinimizeBox   = false;
     this.Name          = "Form_InputHistory";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备上传数据";
     this.Load         += new System.EventHandler(this.Form_History_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl3)).EndInit();
     this.splitContainerControl3.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #14
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.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.RegressionLine      regressionLine1      = new DevExpress.XtraCharts.RegressionLine();
     DevExpress.XtraCharts.Series              series2              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.RegressionLine      regressionLine2      = new DevExpress.XtraCharts.RegressionLine();
     this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.label1         = new System.Windows.Forms.Label();
     this.chart          = new DevExpress.XtraCharts.ChartControl();
     this.timer          = new System.Windows.Forms.Timer(this.components);
     this.btnPauseResume = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(regressionLine1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(regressionLine2)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem
     });
     this.ribbonControl1.Location                  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId                 = 1;
     this.ribbonControl1.Name                      = "ribbonControl1";
     this.ribbonControl1.ShowApplicationButton     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowPageHeadersMode       = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbonControl1.ShowToolbarCustomizeItem  = false;
     this.ribbonControl1.Size                      = new System.Drawing.Size(962, 27);
     this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 42);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(38, 14);
     this.label1.TabIndex = 8;
     this.label1.Text     = "label1";
     //
     // chart
     //
     this.chart.CrosshairEnabled = DevExpress.Utils.DefaultBoolean.False;
     swiftPlotDiagram1.AxisX.GridLines.Visible = true;
     swiftPlotDiagram1.AxisX.Label.DateTimeOptions.AutoFormat   = false;
     swiftPlotDiagram1.AxisX.Label.DateTimeOptions.Format       = DevExpress.XtraCharts.DateTimeFormat.Custom;
     swiftPlotDiagram1.AxisX.Label.DateTimeOptions.FormatString = "mm:ss";
     swiftPlotDiagram1.AxisX.Title.Text = "Time";
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.Interlaced = true;
     swiftPlotDiagram1.AxisY.Title.Text = "Values";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     swiftPlotDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     swiftPlotDiagram1.Margins.Right = 15;
     this.chart.Diagram = swiftPlotDiagram1;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Location       = new System.Drawing.Point(0, 59);
     this.chart.Name           = "chart";
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name         = "Process 1";
     regressionLine1.Name = "Regression Line";
     swiftPlotSeriesView1.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] {
         regressionLine1
     });
     series1.View = swiftPlotSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name         = "Process 2";
     regressionLine2.Name = "Regression Line";
     swiftPlotSeriesView2.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] {
         regressionLine2
     });
     series2.View = swiftPlotSeriesView2;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chart.Size     = new System.Drawing.Size(962, 439);
     this.chart.TabIndex = 10;
     //
     // timer
     //
     this.timer.Enabled  = true;
     this.timer.Interval = 1000;
     this.timer.Tick    += new System.EventHandler(this.timer_Tick);
     //
     // btnPauseResume
     //
     this.btnPauseResume.Location = new System.Drawing.Point(70, 33);
     this.btnPauseResume.Name     = "btnPauseResume";
     this.btnPauseResume.Size     = new System.Drawing.Size(84, 23);
     this.btnPauseResume.TabIndex = 12;
     this.btnPauseResume.Click   += new System.EventHandler(this.btnPauseResume_Click);
     //
     // Frm_SSZChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(962, 500);
     this.Controls.Add(this.btnPauseResume);
     this.Controls.Add(this.chart);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ribbonControl1);
     this.Name          = "Frm_SSZChart";
     this.Ribbon        = this.ribbonControl1;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "实时曲线";
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(regressionLine1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(regressionLine2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #15
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.SwiftPlotDiagram         swiftPlotDiagram2     = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series                   series3               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView3  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series4               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView4  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.LineSeriesView           lineSeriesView2       = new DevExpress.XtraCharts.LineSeriesView();
     DevExpress.XtraCharts.ChartTitle               chartTitle2           = new DevExpress.XtraCharts.ChartTitle();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition       styleFormatCondition4 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(Mnl_McBigDataLine));
     this.gridColumnState     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.chart               = new DevExpress.XtraCharts.ChartControl();
     this.layoutControl1      = new DevExpress.XtraLayout.LayoutControl();
     this.groupControl1       = new DevExpress.XtraEditors.GroupControl();
     this.gridControl2        = new DevExpress.XtraGrid.GridControl();
     this.gridView2           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn10        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.QueryByPoint        = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit3          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2          = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit1          = new DevExpress.XtraEditors.CheckEdit();
     this.btn_next            = new DevExpress.XtraEditors.SimpleButton();
     this.btn_pre             = new DevExpress.XtraEditors.SimpleButton();
     this.radioGroup1         = new DevExpress.XtraEditors.RadioGroup();
     this.checkEdit10         = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit11         = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit12         = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit13         = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl6       = new DevExpress.XtraEditors.LabelControl();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4       = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEdit2       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBoxEdit1       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.dateEdit2           = new DevExpress.XtraEditors.DateEdit();
     this.dateEdit1           = new DevExpress.XtraEditors.DateEdit();
     this.labelControl7       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4  = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.saveFileDialog1     = new System.Windows.Forms.SaveFileDialog();
     this.gridColumn2         = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.QueryByPoint.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // gridColumnState
     //
     this.gridColumnState.Caption   = "设备状态编号";
     this.gridColumnState.FieldName = "state";
     this.gridColumnState.Name      = "gridColumnState";
     //
     // chart
     //
     this.chart.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.chart.CrosshairOptions.ArgumentLineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.chart.CrosshairOptions.GroupHeaderPattern             = "{A:yyyy-MM-dd HH:mm:ss.fff}";
     this.chart.CrosshairOptions.ShowArgumentLabels             = true;
     this.chart.CrosshairOptions.ShowGroupHeaders               = false;
     this.chart.CrosshairOptions.ValueLineColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     swiftPlotDiagram2.AxisX.Label.DateTimeOptions.AutoFormat   = false;
     swiftPlotDiagram2.AxisX.Label.DateTimeOptions.Format       = DevExpress.XtraCharts.DateTimeFormat.Custom;
     swiftPlotDiagram2.AxisX.Label.DateTimeOptions.FormatString = "yyyy-MM-dd HH:mm:ss.fff";
     swiftPlotDiagram2.AxisX.VisibleInPanesSerializable         = "-1";
     swiftPlotDiagram2.AxisY.Label.NumericOptions.Format        = DevExpress.XtraCharts.NumericFormat.Number;
     swiftPlotDiagram2.AxisY.VisibleInPanesSerializable         = "-1";
     swiftPlotDiagram2.AxisY.VisualRange.Auto                 = false;
     swiftPlotDiagram2.AxisY.VisualRange.AutoSideMargins      = false;
     swiftPlotDiagram2.AxisY.VisualRange.MaxValueSerializable = "9.9";
     swiftPlotDiagram2.AxisY.VisualRange.MinValueSerializable = "0";
     swiftPlotDiagram2.AxisY.VisualRange.SideMarginsValue     = 0D;
     swiftPlotDiagram2.AxisY.WholeRange.AlwaysShowZeroLevel   = false;
     swiftPlotDiagram2.AxisY.WholeRange.Auto                 = false;
     swiftPlotDiagram2.AxisY.WholeRange.AutoSideMargins      = false;
     swiftPlotDiagram2.AxisY.WholeRange.MaxValueSerializable = "9.9";
     swiftPlotDiagram2.AxisY.WholeRange.MinValueSerializable = "0";
     swiftPlotDiagram2.AxisY.WholeRange.SideMarginsValue     = 0D;
     swiftPlotDiagram2.EnableAxisXScrolling = true;
     swiftPlotDiagram2.EnableAxisXZooming   = true;
     this.chart.Diagram = swiftPlotDiagram2;
     this.chart.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chart.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.chart.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chart.Legend.Font          = new System.Drawing.Font("Tahoma", 10F);
     this.chart.Legend.UseCheckBoxes = true;
     this.chart.Location             = new System.Drawing.Point(3, 81);
     this.chart.Name               = "chart";
     series3.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.CrosshairLabelPattern = "{S} : {V:F2}";
     series3.Name = "密采值";
     series3.View = swiftPlotSeriesView3;
     series4.ArgumentScaleType     = DevExpress.XtraCharts.ScaleType.DateTime;
     series4.CheckedInLegend       = false;
     series4.CrosshairLabelPattern = "{S} : {V:F2}";
     series4.Name = "移动值";
     series4.View = swiftPlotSeriesView4;
     this.chart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3,
         series4
     };
     this.chart.SeriesTemplate.View = lineSeriesView2;
     this.chart.Size     = new System.Drawing.Size(846, 595);
     this.chart.TabIndex = 7;
     chartTitle2.Font    = new System.Drawing.Font("Tahoma", 12F);
     chartTitle2.Text    = "模拟量密采曲线";
     this.chart.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
         chartTitle2
     });
     this.chart.ToolTipOptions.ShowForPoints = false;
     this.chart.CustomDrawCrosshair         += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chart_CustomDrawCrosshair);
     this.chart.CustomDrawSeriesPoint       += new DevExpress.XtraCharts.CustomDrawSeriesPointEventHandler(this.chart_CustomDrawSeriesPoint);
     this.chart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseDown);
     this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseMove);
     this.chart.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.DevUCChart_MouseUp);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.groupControl1);
     this.layoutControl1.Controls.Add(this.chart);
     this.layoutControl1.Controls.Add(this.panelControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(377, 306, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(1223, 679);
     this.layoutControl1.TabIndex = 15;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // groupControl1
     //
     this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl1.Controls.Add(this.gridControl2);
     this.groupControl1.Location = new System.Drawing.Point(853, 81);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(367, 595);
     this.groupControl1.TabIndex = 18;
     this.groupControl1.Text     = "密采详细信息时间浏览表";
     //
     // gridControl2
     //
     this.gridControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl2.Location = new System.Drawing.Point(2, 22);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.Size     = new System.Drawing.Size(363, 571);
     this.gridControl2.TabIndex = 4;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // gridView2
     //
     this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn2,
         this.gridColumn1,
         this.gridColumnState
     });
     styleFormatCondition3.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     styleFormatCondition3.Appearance.ForeColor            = System.Drawing.Color.Green;
     styleFormatCondition3.Appearance.Options.UseFont      = true;
     styleFormatCondition3.Appearance.Options.UseForeColor = true;
     styleFormatCondition3.ApplyToRow                      = true;
     styleFormatCondition3.Column                          = this.gridColumnState;
     styleFormatCondition3.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition3.Value1                          = "24";
     styleFormatCondition4.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     styleFormatCondition4.Appearance.ForeColor            = System.Drawing.Color.Blue;
     styleFormatCondition4.Appearance.Options.UseFont      = true;
     styleFormatCondition4.Appearance.Options.UseForeColor = true;
     styleFormatCondition4.ApplyToRow                      = true;
     styleFormatCondition4.Column                          = this.gridColumnState;
     styleFormatCondition4.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition4.Value1                          = "42";
     this.gridView2.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition3,
         styleFormatCondition4
     });
     this.gridView2.GridControl    = this.gridControl2;
     this.gridView2.GroupPanelText = "状态变化时间浏览表";
     this.gridView2.Name           = "gridView2";
     this.gridView2.OptionsSelection.EnableAppearanceFocusedCell   = false;
     this.gridView2.OptionsSelection.EnableAppearanceFocusedRow    = false;
     this.gridView2.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridView2.OptionsSelection.UseIndicatorForSelection      = false;
     this.gridView2.OptionsView.ShowGroupPanel = false;
     this.gridView2.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView2_RowCellStyle);
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "时间";
     this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn10.FieldName = "Timer";
     this.gridColumn10.Name      = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit  = false;
     this.gridColumn10.OptionsColumn.AllowFocus = false;
     this.gridColumn10.OptionsColumn.ReadOnly   = true;
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 0;
     this.gridColumn10.Width        = 156;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption   = "当前值";
     this.gridColumn11.FieldName = "A";
     this.gridColumn11.Name      = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit  = false;
     this.gridColumn11.OptionsColumn.AllowFocus = false;
     this.gridColumn11.OptionsColumn.ReadOnly   = true;
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 2;
     this.gridColumn11.Width        = 80;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "设备状态";
     this.gridColumn1.FieldName    = "statetext";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 3;
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Controls.Add(this.QueryByPoint);
     this.panelControl1.Controls.Add(this.checkEdit3);
     this.panelControl1.Controls.Add(this.checkEdit2);
     this.panelControl1.Controls.Add(this.checkEdit1);
     this.panelControl1.Controls.Add(this.btn_next);
     this.panelControl1.Controls.Add(this.btn_pre);
     this.panelControl1.Controls.Add(this.radioGroup1);
     this.panelControl1.Controls.Add(this.checkEdit10);
     this.panelControl1.Controls.Add(this.checkEdit11);
     this.panelControl1.Controls.Add(this.checkEdit12);
     this.panelControl1.Controls.Add(this.checkEdit13);
     this.panelControl1.Controls.Add(this.labelControl6);
     this.panelControl1.Controls.Add(this.simpleButton1);
     this.panelControl1.Controls.Add(this.simpleButton2);
     this.panelControl1.Controls.Add(this.simpleButton4);
     this.panelControl1.Controls.Add(this.comboBoxEdit2);
     this.panelControl1.Controls.Add(this.comboBoxEdit1);
     this.panelControl1.Controls.Add(this.dateEdit2);
     this.panelControl1.Controls.Add(this.dateEdit1);
     this.panelControl1.Controls.Add(this.labelControl7);
     this.panelControl1.Controls.Add(this.labelControl4);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.labelControl3);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Location = new System.Drawing.Point(2, 2);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1219, 76);
     this.panelControl1.TabIndex = 16;
     //
     // QueryByPoint
     //
     this.QueryByPoint.Location           = new System.Drawing.Point(986, 11);
     this.QueryByPoint.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.QueryByPoint.Name               = "QueryByPoint";
     this.QueryByPoint.Properties.Caption = "按测点号合并";
     this.QueryByPoint.Size               = new System.Drawing.Size(116, 19);
     this.QueryByPoint.TabIndex           = 109;
     this.QueryByPoint.Visible            = false;
     //
     // checkEdit3
     //
     this.checkEdit3.Location           = new System.Drawing.Point(1159, 13);
     this.checkEdit3.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkEdit3.Name               = "checkEdit3";
     this.checkEdit3.Properties.Caption = "直接查询";
     this.checkEdit3.Size               = new System.Drawing.Size(134, 19);
     this.checkEdit3.TabIndex           = 102;
     this.checkEdit3.Visible            = false;
     this.checkEdit3.CheckedChanged    += new System.EventHandler(this.checkEdit3_CheckedChanged);
     //
     // checkEdit2
     //
     this.checkEdit2.Location           = new System.Drawing.Point(1085, 11);
     this.checkEdit2.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkEdit2.Name               = "checkEdit2";
     this.checkEdit2.Properties.Caption = "点值过滤";
     this.checkEdit2.Size               = new System.Drawing.Size(82, 19);
     this.checkEdit2.TabIndex           = 108;
     this.checkEdit2.Visible            = false;
     this.checkEdit2.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // checkEdit1
     //
     this.checkEdit1.Location           = new System.Drawing.Point(986, 39);
     this.checkEdit1.Margin             = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.checkEdit1.Name               = "checkEdit1";
     this.checkEdit1.Properties.Caption = "叠加显示";
     this.checkEdit1.Size               = new System.Drawing.Size(148, 19);
     this.checkEdit1.TabIndex           = 108;
     this.checkEdit1.Visible            = false;
     this.checkEdit1.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // btn_next
     //
     this.btn_next.Image    = ((System.Drawing.Image)(resources.GetObject("btn_next.Image")));
     this.btn_next.Location = new System.Drawing.Point(960, 4);
     this.btn_next.Name     = "btn_next";
     this.btn_next.Size     = new System.Drawing.Size(68, 30);
     this.btn_next.TabIndex = 106;
     this.btn_next.Text     = "向后";
     this.btn_next.Click   += new System.EventHandler(this.btn_next_Click);
     //
     // btn_pre
     //
     this.btn_pre.Image    = ((System.Drawing.Image)(resources.GetObject("btn_pre.Image")));
     this.btn_pre.Location = new System.Drawing.Point(882, 4);
     this.btn_pre.Name     = "btn_pre";
     this.btn_pre.Size     = new System.Drawing.Size(68, 30);
     this.btn_pre.TabIndex = 107;
     this.btn_pre.Text     = "向前";
     this.btn_pre.Click   += new System.EventHandler(this.btn_pre_Click);
     //
     // radioGroup1
     //
     this.radioGroup1.Location = new System.Drawing.Point(430, 9);
     this.radioGroup1.Name     = "radioGroup1";
     this.radioGroup1.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
     this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "活动测点"),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "所有测点")
     });
     this.radioGroup1.Size                  = new System.Drawing.Size(183, 23);
     this.radioGroup1.TabIndex              = 101;
     this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
     //
     // checkEdit10
     //
     this.checkEdit10.Location           = new System.Drawing.Point(734, 41);
     this.checkEdit10.Name               = "checkEdit10";
     this.checkEdit10.Properties.Caption = "复电值";
     this.checkEdit10.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit10.TabIndex           = 103;
     this.checkEdit10.CheckedChanged    += new System.EventHandler(this.checkEdit10_CheckedChanged);
     //
     // checkEdit11
     //
     this.checkEdit11.EditValue          = true;
     this.checkEdit11.Location           = new System.Drawing.Point(672, 38);
     this.checkEdit11.Name               = "checkEdit11";
     this.checkEdit11.Properties.Caption = "断电值";
     this.checkEdit11.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit11.TabIndex           = 104;
     this.checkEdit11.CheckedChanged    += new System.EventHandler(this.checkEdit11_CheckedChanged);
     //
     // checkEdit12
     //
     this.checkEdit12.EditValue          = true;
     this.checkEdit12.Location           = new System.Drawing.Point(734, 11);
     this.checkEdit12.Name               = "checkEdit12";
     this.checkEdit12.Properties.Caption = "报警值";
     this.checkEdit12.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit12.TabIndex           = 105;
     this.checkEdit12.CheckedChanged    += new System.EventHandler(this.checkEdit12_CheckedChanged);
     //
     // checkEdit13
     //
     this.checkEdit13.Location           = new System.Drawing.Point(672, 11);
     this.checkEdit13.Name               = "checkEdit13";
     this.checkEdit13.Properties.Caption = "预警值";
     this.checkEdit13.Size               = new System.Drawing.Size(75, 19);
     this.checkEdit13.TabIndex           = 102;
     this.checkEdit13.CheckedChanged    += new System.EventHandler(this.checkEdit13_CheckedChanged);
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(619, 13);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(60, 14);
     this.labelControl6.TabIndex = 101;
     this.labelControl6.Text     = "阈值设置:";
     //
     // simpleButton1
     //
     this.simpleButton1.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
     this.simpleButton1.Location = new System.Drawing.Point(815, 4);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(59, 30);
     this.simpleButton1.TabIndex = 3;
     this.simpleButton1.Text     = "查询";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton2.Image")));
     this.simpleButton2.Location = new System.Drawing.Point(904, 39);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(84, 30);
     this.simpleButton2.TabIndex = 3;
     this.simpleButton2.Text     = "导出图片";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Image    = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.Location = new System.Drawing.Point(815, 38);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(83, 30);
     this.simpleButton4.TabIndex = 3;
     this.simpleButton4.Text     = "打印";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // comboBoxEdit2
     //
     this.comboBoxEdit2.EditValue = "密采值";
     this.comboBoxEdit2.Location  = new System.Drawing.Point(489, 38);
     this.comboBoxEdit2.Name      = "comboBoxEdit2";
     this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit2.Properties.Items.AddRange(new object[] {
         "密采值",
         "1分钟",
         "1小时"
     });
     this.comboBoxEdit2.Size     = new System.Drawing.Size(100, 20);
     this.comboBoxEdit2.TabIndex = 2;
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(65, 38);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit1.Size                  = new System.Drawing.Size(351, 20);
     this.comboBoxEdit1.TabIndex              = 2;
     this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(241, 9);
     this.dateEdit2.Name      = "dateEdit2";
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit2.Size              = new System.Drawing.Size(175, 20);
     this.dateEdit2.TabIndex          = 1;
     this.dateEdit2.EditValueChanged += new System.EventHandler(this.dateEdit2_EditValueChanged);
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(65, 10);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.EditFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.CalendarTimeProperties.Mask.EditMask           = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.CalendarView = DevExpress.XtraEditors.Repository.CalendarView.Vista;
     this.dateEdit1.Properties.DisplayFormat.FormatString = "G";
     this.dateEdit1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.EditFormat.FormatString    = "G";
     this.dateEdit1.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dateEdit1.Properties.Mask.EditMask    = "G";
     this.dateEdit1.Properties.TextEditStyle    = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit1.Size              = new System.Drawing.Size(170, 20);
     this.dateEdit1.TabIndex          = 1;
     this.dateEdit1.EditValueChanged += new System.EventHandler(this.dateEdit1_EditValueChanged);
     //
     // labelControl7
     //
     this.labelControl7.Location = new System.Drawing.Point(190, 12);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(12, 14);
     this.labelControl7.TabIndex = 0;
     this.labelControl7.Text     = "至";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(433, 41);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(60, 14);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "时间间隔:";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(172, 12);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(12, 14);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "至";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(10, 41);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(60, 14);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "选择测点:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(10, 10);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(60, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "选择日期:";
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem4,
         this.layoutControlItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(1223, 679);
     this.layoutControlGroup1.Text        = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.chart;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 78);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(850, 599);
     this.layoutControlItem2.Text     = "layoutControlItem2";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextToControlDistance = 0;
     this.layoutControlItem2.TextVisible           = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.groupControl1;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(850, 78);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(371, 599);
     this.layoutControlItem4.Text     = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible           = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.panelControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Padding  = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
     this.layoutControlItem1.Size     = new System.Drawing.Size(1221, 78);
     this.layoutControlItem1.Text     = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible           = false;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "图片文件|*.png";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "状态";
     this.gridColumn2.FieldName    = "typetext";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     //
     // Mnl_McBigDataLine
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1223, 679);
     this.Controls.Add(this.layoutControl1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "Mnl_McBigDataLine";
     this.Text  = "密采曲线";
     this.Load += new System.EventHandler(this.Frm_MnlMcChart_Load);
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.QueryByPoint.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit11.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit12.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(Form_History));
     DevExpress.XtraCharts.SwiftPlotDiagram         swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.splitContainerControl3 = new DevExpress.XtraEditors.SplitContainerControl();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this.textEdit6              = new DevExpress.XtraEditors.TextEdit();
     this.labelControl15         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1          = new DevExpress.XtraEditors.LabelControl();
     this.textEdit7              = new DevExpress.XtraEditors.TextEdit();
     this.labelControl14         = new DevExpress.XtraEditors.LabelControl();
     this.textEdit5              = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2          = new DevExpress.XtraEditors.LabelControl();
     this.chartControl2          = new DevExpress.XtraCharts.ChartControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControl2           = new DevExpress.XtraGrid.GridControl();
     this.gridView2              = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panel2 = new System.Windows.Forms.Panel();
     this.checkedComboBoxEdit1 = new DevExpress.XtraEditors.CheckedComboBoxEdit();
     this.simpleButton3        = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7        = new DevExpress.XtraEditors.SimpleButton();
     this.dateEdit2            = new DevExpress.XtraEditors.DateEdit();
     this.btn_ClearDB          = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl16       = new DevExpress.XtraEditors.LabelControl();
     this.simpleButton5        = new DevExpress.XtraEditors.SimpleButton();
     this.dateEdit1            = new DevExpress.XtraEditors.DateEdit();
     this.simpleButton4        = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2        = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl19       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl18       = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl3)).BeginInit();
     this.splitContainerControl3.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.splitContainerControl3);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(904, 427);
     this.splitContainerControl1.SplitterPosition = 306;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // splitContainerControl3
     //
     this.splitContainerControl3.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl3.Horizontal = false;
     this.splitContainerControl3.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl3.Name       = "splitContainerControl3";
     this.splitContainerControl3.Panel1.Controls.Add(this.tableLayoutPanel1);
     this.splitContainerControl3.Panel1.Text = "Panel1";
     this.splitContainerControl3.Panel2.Controls.Add(this.chartControl2);
     this.splitContainerControl3.Panel2.Text      = "Panel2";
     this.splitContainerControl3.Size             = new System.Drawing.Size(593, 427);
     this.splitContainerControl3.SplitterPosition = 99;
     this.splitContainerControl3.TabIndex         = 0;
     this.splitContainerControl3.Text             = "splitContainerControl3";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.AutoSize              = true;
     this.tableLayoutPanel1.BackColor             = System.Drawing.Color.Transparent;
     this.tableLayoutPanel1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("tableLayoutPanel1.BackgroundImage")));
     this.tableLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.tableLayoutPanel1.ColumnCount           = 8;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
     this.tableLayoutPanel1.Controls.Add(this.textEdit6, 7, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl15, 6, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.textEdit7, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl14, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.textEdit5, 4, 1);
     this.tableLayoutPanel1.Controls.Add(this.labelControl2, 4, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 1);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(590, 97);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // textEdit6
     //
     this.textEdit6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textEdit6.Enabled  = false;
     this.textEdit6.Location = new System.Drawing.Point(514, 62);
     this.textEdit6.Name     = "textEdit6";
     this.textEdit6.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.textEdit6.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.textEdit6.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit6.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit6.Properties.ReadOnly = true;
     this.textEdit6.Size     = new System.Drawing.Size(73, 20);
     this.textEdit6.TabIndex = 10;
     //
     // labelControl15
     //
     this.labelControl15.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl15.Location = new System.Drawing.Point(441, 65);
     this.labelControl15.Name     = "labelControl15";
     this.labelControl15.Size     = new System.Drawing.Size(48, 14);
     this.labelControl15.TabIndex = 8;
     this.labelControl15.Text     = "平均浓度";
     //
     // labelControl1
     //
     this.labelControl1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl1.Location = new System.Drawing.Point(3, 65);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(48, 14);
     this.labelControl1.TabIndex = 6;
     this.labelControl1.Text     = "最高浓度";
     //
     // textEdit7
     //
     this.textEdit7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textEdit7.Enabled  = false;
     this.textEdit7.Location = new System.Drawing.Point(76, 62);
     this.textEdit7.Name     = "textEdit7";
     this.textEdit7.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.textEdit7.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.textEdit7.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit7.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit7.Properties.ReadOnly = true;
     this.textEdit7.Size     = new System.Drawing.Size(67, 20);
     this.textEdit7.TabIndex = 11;
     //
     // labelControl14
     //
     this.labelControl14.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl14.Location = new System.Drawing.Point(222, 65);
     this.labelControl14.Name     = "labelControl14";
     this.labelControl14.Size     = new System.Drawing.Size(48, 14);
     this.labelControl14.TabIndex = 7;
     this.labelControl14.Text     = "最低浓度";
     //
     // textEdit5
     //
     this.textEdit5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.textEdit5.Enabled  = false;
     this.textEdit5.Location = new System.Drawing.Point(295, 62);
     this.textEdit5.Name     = "textEdit5";
     this.textEdit5.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.textEdit5.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.textEdit5.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit5.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit5.Properties.ReadOnly = true;
     this.textEdit5.Size     = new System.Drawing.Size(67, 20);
     this.textEdit5.TabIndex = 9;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Location        = new System.Drawing.Point(295, 3);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(102, 16);
     this.labelControl2.TabIndex        = 12;
     this.labelControl2.Text            = "历史监控记录";
     //
     // chartControl2
     //
     this.chartControl2.BackImage.Image   = ((System.Drawing.Image)(resources.GetObject("chartControl2.BackImage.Image")));
     this.chartControl2.BackImage.Stretch = true;
     this.chartControl2.CacheToMemory     = true;
     swiftPlotDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.True;
     swiftPlotDiagram1.DefaultPane.EnableAxisXZooming   = DevExpress.Utils.DefaultBoolean.True;
     this.chartControl2.Diagram = swiftPlotDiagram1;
     this.chartControl2.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl2.Legend.MarkerVisible       = false;
     this.chartControl2.Location             = new System.Drawing.Point(0, 0);
     this.chartControl2.Name                 = "chartControl2";
     this.chartControl2.RefreshDataOnRepaint = false;
     this.chartControl2.RuntimeHitTesting    = false;
     series1.ArgumentScaleType               = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Series 1";
     series1.View = swiftPlotSeriesView1;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl2.SeriesTemplate.View = swiftPlotSeriesView2;
     this.chartControl2.Size     = new System.Drawing.Size(593, 323);
     this.chartControl2.TabIndex = 1;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name       = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.gridControl2);
     this.splitContainerControl2.Panel1.Text = "Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.panel2);
     this.splitContainerControl2.Panel2.Text      = "Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(306, 427);
     this.splitContainerControl2.SplitterPosition = 187;
     this.splitContainerControl2.TabIndex         = 0;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // gridControl2
     //
     this.gridControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl2.Location = new System.Drawing.Point(0, 0);
     this.gridControl2.MainView = this.gridView2;
     this.gridControl2.Name     = "gridControl2";
     this.gridControl2.Size     = new System.Drawing.Size(306, 235);
     this.gridControl2.TabIndex = 1;
     this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView2
     });
     //
     // gridView2
     //
     this.gridView2.Appearance.Empty.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(45)))), ((int)(((byte)(67)))));
     this.gridView2.Appearance.Empty.Options.UseBackColor   = true;
     this.gridView2.Appearance.EvenRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(40)))), ((int)(((byte)(62)))));
     this.gridView2.Appearance.EvenRow.Options.UseBackColor = true;
     this.gridView2.Appearance.OddRow.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(20)))), ((int)(((byte)(31)))));
     this.gridView2.Appearance.OddRow.Options.UseBackColor  = true;
     this.gridView2.GridControl = this.gridControl2;
     this.gridView2.Name        = "gridView2";
     this.gridView2.OptionsBehavior.Editable = false;
     this.gridView2.OptionsCustomization.AllowColumnMoving     = false;
     this.gridView2.OptionsCustomization.AllowFilter           = false;
     this.gridView2.OptionsCustomization.AllowQuickHideColumns = false;
     this.gridView2.OptionsCustomization.AllowSort             = false;
     this.gridView2.OptionsMenu.EnableColumnMenu        = false;
     this.gridView2.OptionsMenu.EnableFooterMenu        = false;
     this.gridView2.OptionsMenu.EnableGroupPanelMenu    = false;
     this.gridView2.OptionsView.ColumnAutoWidth         = false;
     this.gridView2.OptionsView.EnableAppearanceEvenRow = true;
     this.gridView2.OptionsView.EnableAppearanceOddRow  = true;
     this.gridView2.OptionsView.ShowGroupPanel          = false;
     this.gridView2.OptionsView.ShowVerticalLines       = DevExpress.Utils.DefaultBoolean.False;
     this.gridView2.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     //
     // panel2
     //
     this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.Controls.Add(this.checkedComboBoxEdit1);
     this.panel2.Controls.Add(this.simpleButton3);
     this.panel2.Controls.Add(this.simpleButton7);
     this.panel2.Controls.Add(this.dateEdit2);
     this.panel2.Controls.Add(this.btn_ClearDB);
     this.panel2.Controls.Add(this.labelControl16);
     this.panel2.Controls.Add(this.simpleButton5);
     this.panel2.Controls.Add(this.dateEdit1);
     this.panel2.Controls.Add(this.simpleButton4);
     this.panel2.Controls.Add(this.simpleButton2);
     this.panel2.Controls.Add(this.labelControl19);
     this.panel2.Controls.Add(this.labelControl18);
     this.panel2.Location = new System.Drawing.Point(3, 4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(300, 180);
     this.panel2.TabIndex = 28;
     //
     // checkedComboBoxEdit1
     //
     this.checkedComboBoxEdit1.Location = new System.Drawing.Point(69, 21);
     this.checkedComboBoxEdit1.Name     = "checkedComboBoxEdit1";
     this.checkedComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.checkedComboBoxEdit1.Size     = new System.Drawing.Size(138, 20);
     this.checkedComboBoxEdit1.TabIndex = 31;
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(211, 147);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton3.TabIndex = 23;
     this.simpleButton3.Text     = "查找";
     this.simpleButton3.Click   += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.Location = new System.Drawing.Point(211, 121);
     this.simpleButton7.Name     = "simpleButton7";
     this.simpleButton7.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton7.TabIndex = 27;
     this.simpleButton7.Text     = "屏幕截图";
     this.simpleButton7.Click   += new System.EventHandler(this.simpleButton7_Click);
     //
     // dateEdit2
     //
     this.dateEdit2.EditValue = null;
     this.dateEdit2.Location  = new System.Drawing.Point(69, 141);
     this.dateEdit2.Name      = "dateEdit2";
     this.dateEdit2.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.dateEdit2.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.dateEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.dateEdit2.Properties.Appearance.Options.UseForeColor = true;
     this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit2.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit2.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dateEdit2.Properties.EditFormat.FormatString    = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit2.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.dateEdit2.Properties.Mask.EditMask    = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit2.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit2.Properties.VistaEditTime    = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit2.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEdit2.Size     = new System.Drawing.Size(138, 20);
     this.dateEdit2.TabIndex = 21;
     //
     // btn_ClearDB
     //
     this.btn_ClearDB.Location = new System.Drawing.Point(211, 95);
     this.btn_ClearDB.Name     = "btn_ClearDB";
     this.btn_ClearDB.Size     = new System.Drawing.Size(80, 23);
     this.btn_ClearDB.TabIndex = 26;
     this.btn_ClearDB.Text     = "清空本地数据";
     this.btn_ClearDB.Click   += new System.EventHandler(this.btn_ClearDB_Click);
     //
     // labelControl16
     //
     this.labelControl16.Location = new System.Drawing.Point(11, 24);
     this.labelControl16.Name     = "labelControl16";
     this.labelControl16.Size     = new System.Drawing.Size(52, 14);
     this.labelControl16.TabIndex = 14;
     this.labelControl16.Text     = "设备名称:";
     //
     // simpleButton5
     //
     this.simpleButton5.Location = new System.Drawing.Point(211, 69);
     this.simpleButton5.Name     = "simpleButton5";
     this.simpleButton5.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton5.TabIndex = 25;
     this.simpleButton5.Text     = "清空设备数据";
     this.simpleButton5.Click   += new System.EventHandler(this.simpleButton5_Click);
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(69, 81);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.dateEdit1.Properties.Appearance.ForeColor            = System.Drawing.Color.Black;
     this.dateEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.dateEdit1.Properties.Appearance.Options.UseForeColor = true;
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.EditFormat.FormatString    = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Custom;
     this.dateEdit1.Properties.Mask.EditMask    = "yyyy-MM-dd HH:mm:ss";
     this.dateEdit1.Properties.VistaDisplayMode = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit1.Properties.VistaEditTime    = DevExpress.Utils.DefaultBoolean.True;
     this.dateEdit1.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.dateEdit1.Size     = new System.Drawing.Size(138, 20);
     this.dateEdit1.TabIndex = 20;
     //
     // simpleButton4
     //
     this.simpleButton4.Location = new System.Drawing.Point(211, 43);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton4.TabIndex = 24;
     this.simpleButton4.Text     = "导出数据";
     this.simpleButton4.Click   += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(211, 17);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(80, 23);
     this.simpleButton2.TabIndex = 22;
     this.simpleButton2.Text     = "删除所查数据";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // labelControl19
     //
     this.labelControl19.Location = new System.Drawing.Point(12, 144);
     this.labelControl19.Name     = "labelControl19";
     this.labelControl19.Size     = new System.Drawing.Size(52, 14);
     this.labelControl19.TabIndex = 17;
     this.labelControl19.Text     = "截止时间:";
     //
     // labelControl18
     //
     this.labelControl18.Location = new System.Drawing.Point(11, 84);
     this.labelControl18.Name     = "labelControl18";
     this.labelControl18.Size     = new System.Drawing.Size(52, 14);
     this.labelControl18.TabIndex = 16;
     this.labelControl18.Text     = "起始时间:";
     //
     // Form_History
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(904, 427);
     this.Controls.Add(this.splitContainerControl1);
     this.MinimizeBox   = false;
     this.Name          = "Form_History";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "历史监控记录";
     this.Load         += new System.EventHandler(this.Form_History_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl3)).EndInit();
     this.splitContainerControl3.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkedComboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Пример #17
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.XYDiagram           xyDiagram1           = new DevExpress.XtraCharts.XYDiagram();
     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.PointSeriesView     pointSeriesView1     = new DevExpress.XtraCharts.PointSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     xyDiagram1.EnableAxisXScrolling            = 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";
     this.chartControl1.RuntimeHitTesting = true;
     series1.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     series1.Name = "Series 1";
     lineSeriesView1.LineStyle.Thickness = 1;
     series1.View = lineSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name = "Series 2";
     pointSeriesView1.PointMarkerOptions.Size = 3;
     series2.View = pointSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView1;
     this.chartControl1.Size     = new System.Drawing.Size(656, 358);
     this.chartControl1.TabIndex = 0;
     //
     // AvgDataRunDrawBoard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartControl1);
     this.Name = "AvgDataRunDrawBoard";
     this.Size = new System.Drawing.Size(656, 358);
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).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()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.PointSeriesView pointSeriesView6 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView6 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.HighlightPoints = false;
            this.chartControl1.Cursor = System.Windows.Forms.Cursors.Arrow;
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.ScrollingOptions.UseKeyboard = false;
            xyDiagram6.ScrollingOptions.UseMouse = false;
            xyDiagram6.ScrollingOptions.UseTouchDevice = false;
            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;
            series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series6.Name = "Series 1";
            pointSeriesView6.PointMarkerOptions.Size = 4;
            series6.View = pointSeriesView6;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series6};
            this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView6;
            this.chartControl1.Size = new System.Drawing.Size(690, 338);
            this.chartControl1.TabIndex = 0;
            this.chartControl1.CustomShowRightClickPopupMenu += new System.EventHandler<SPC.Controls.Base.AdvChartControl.ShowRightClickPopupMenuEventArgs>(this.chartControl1_CustomShowRightClickPopupMenu);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "散点";
            this.barEditItem1.Edit = this.repositoryItemToggleSwitch1;
            this.barEditItem1.Id = 0;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // repositoryItemToggleSwitch1
            // 
            this.repositoryItemToggleSwitch1.AutoHeight = false;
            this.repositoryItemToggleSwitch1.AutoWidth = true;
            this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
            this.repositoryItemToggleSwitch1.OffText = "散点图";
            this.repositoryItemToggleSwitch1.OnText = "折线图";
            this.repositoryItemToggleSwitch1.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.repositoryItemToggleSwitch1_EditValueChanging);
            // 
            // 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.barManager1.MaxItemId = 1;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemToggleSwitch1});
            // 
            // 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(690, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(4, 340);
            this.barDockControlBottom.Size = new System.Drawing.Size(690, 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, 338);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(694, 2);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 338);
            // 
            // SampleDataRunDrawBoard
            // 
            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 = "SampleDataRunDrawBoard";
            this.Size = new System.Drawing.Size(696, 342);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);

        }
Пример #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(FrmIstatistik));
     DevExpress.XtraCharts.Series              series3              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.PieSeriesView       pieSeriesView2       = new DevExpress.XtraCharts.PieSeriesView();
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram2    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series4              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.pictureEdit1             = new DevExpress.XtraEditors.PictureEdit();
     this.urunSayisiLbl            = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1            = new DevExpress.XtraEditors.LabelControl();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this.pictureEdit2             = new DevExpress.XtraEditors.PictureEdit();
     this.kategoriSayisiLbl        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4            = new DevExpress.XtraEditors.LabelControl();
     this.groupBox3                = new System.Windows.Forms.GroupBox();
     this.pictureEdit3             = new DevExpress.XtraEditors.PictureEdit();
     this.stokSayisiLbl            = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6            = new DevExpress.XtraEditors.LabelControl();
     this.groupBox4                = new System.Windows.Forms.GroupBox();
     this.pictureEdit4             = new DevExpress.XtraEditors.PictureEdit();
     this.enFazlaStokSayi          = new DevExpress.XtraEditors.LabelControl();
     this.enFazlaStokSayiliUrunTxt = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8            = new DevExpress.XtraEditors.LabelControl();
     this.chartControl1            = new DevExpress.XtraCharts.ChartControl();
     this.chartControl2            = new DevExpress.XtraCharts.ChartControl();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(184)))), ((int)(((byte)(148)))));
     this.groupBox1.Controls.Add(this.pictureEdit1);
     this.groupBox1.Controls.Add(this.urunSayisiLbl);
     this.groupBox1.Controls.Add(this.labelControl1);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(312, 136);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // pictureEdit1
     //
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location  = new System.Drawing.Point(154, 19);
     this.pictureEdit1.Name      = "pictureEdit1";
     this.pictureEdit1.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(184)))), ((int)(((byte)(148)))));
     this.pictureEdit1.Properties.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit1.Properties.Appearance.Options.UseForeColor = true;
     this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit1.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit1.Size     = new System.Drawing.Size(100, 96);
     this.pictureEdit1.TabIndex = 1;
     //
     // urunSayisiLbl
     //
     this.urunSayisiLbl.Appearance.Font                 = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.urunSayisiLbl.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.urunSayisiLbl.Appearance.Options.UseFont      = true;
     this.urunSayisiLbl.Appearance.Options.UseForeColor = true;
     this.urunSayisiLbl.Location = new System.Drawing.Point(22, 75);
     this.urunSayisiLbl.Name     = "urunSayisiLbl";
     this.urunSayisiLbl.Size     = new System.Drawing.Size(68, 25);
     this.urunSayisiLbl.TabIndex = 0;
     this.urunSayisiLbl.Text     = "NULLL";
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl1.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.labelControl1.Appearance.Options.UseFont      = true;
     this.labelControl1.Appearance.Options.UseForeColor = true;
     this.labelControl1.Location = new System.Drawing.Point(6, 29);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(120, 16);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Toplam Ürün Sayısı";
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(92)))), ((int)(((byte)(231)))));
     this.groupBox2.Controls.Add(this.pictureEdit2);
     this.groupBox2.Controls.Add(this.kategoriSayisiLbl);
     this.groupBox2.Controls.Add(this.labelControl4);
     this.groupBox2.Location = new System.Drawing.Point(330, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(312, 136);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     //
     // pictureEdit2
     //
     this.pictureEdit2.EditValue = ((object)(resources.GetObject("pictureEdit2.EditValue")));
     this.pictureEdit2.Location  = new System.Drawing.Point(154, 19);
     this.pictureEdit2.Name      = "pictureEdit2";
     this.pictureEdit2.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(92)))), ((int)(((byte)(231)))));
     this.pictureEdit2.Properties.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit2.Properties.Appearance.Options.UseForeColor = true;
     this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit2.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit2.Size     = new System.Drawing.Size(100, 96);
     this.pictureEdit2.TabIndex = 1;
     //
     // kategoriSayisiLbl
     //
     this.kategoriSayisiLbl.Appearance.Font                 = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.kategoriSayisiLbl.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.kategoriSayisiLbl.Appearance.Options.UseFont      = true;
     this.kategoriSayisiLbl.Appearance.Options.UseForeColor = true;
     this.kategoriSayisiLbl.Location = new System.Drawing.Point(22, 75);
     this.kategoriSayisiLbl.Name     = "kategoriSayisiLbl";
     this.kategoriSayisiLbl.Size     = new System.Drawing.Size(68, 25);
     this.kategoriSayisiLbl.TabIndex = 0;
     this.kategoriSayisiLbl.Text     = "NULLL";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl4.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.labelControl4.Appearance.Options.UseFont      = true;
     this.labelControl4.Appearance.Options.UseForeColor = true;
     this.labelControl4.Location = new System.Drawing.Point(6, 29);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(145, 16);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "Toplam Kategori Sayısı";
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(118)))), ((int)(((byte)(117)))));
     this.groupBox3.Controls.Add(this.pictureEdit3);
     this.groupBox3.Controls.Add(this.stokSayisiLbl);
     this.groupBox3.Controls.Add(this.labelControl6);
     this.groupBox3.Location = new System.Drawing.Point(648, 12);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(312, 136);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     //
     // pictureEdit3
     //
     this.pictureEdit3.EditValue = ((object)(resources.GetObject("pictureEdit3.EditValue")));
     this.pictureEdit3.Location  = new System.Drawing.Point(154, 19);
     this.pictureEdit3.Name      = "pictureEdit3";
     this.pictureEdit3.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(118)))), ((int)(((byte)(117)))));
     this.pictureEdit3.Properties.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pictureEdit3.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit3.Properties.Appearance.Options.UseForeColor = true;
     this.pictureEdit3.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit3.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit3.Size     = new System.Drawing.Size(100, 96);
     this.pictureEdit3.TabIndex = 1;
     //
     // stokSayisiLbl
     //
     this.stokSayisiLbl.Appearance.Font                 = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.stokSayisiLbl.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.stokSayisiLbl.Appearance.Options.UseFont      = true;
     this.stokSayisiLbl.Appearance.Options.UseForeColor = true;
     this.stokSayisiLbl.Location = new System.Drawing.Point(22, 75);
     this.stokSayisiLbl.Name     = "stokSayisiLbl";
     this.stokSayisiLbl.Size     = new System.Drawing.Size(68, 25);
     this.stokSayisiLbl.TabIndex = 0;
     this.stokSayisiLbl.Text     = "NULLL";
     //
     // labelControl6
     //
     this.labelControl6.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl6.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.labelControl6.Appearance.Options.UseFont      = true;
     this.labelControl6.Appearance.Options.UseForeColor = true;
     this.labelControl6.Location = new System.Drawing.Point(6, 29);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(119, 16);
     this.labelControl6.TabIndex = 0;
     this.labelControl6.Text     = "Toplam Stok Sayısı";
     //
     // groupBox4
     //
     this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(203)))), ((int)(((byte)(110)))));
     this.groupBox4.Controls.Add(this.pictureEdit4);
     this.groupBox4.Controls.Add(this.enFazlaStokSayi);
     this.groupBox4.Controls.Add(this.enFazlaStokSayiliUrunTxt);
     this.groupBox4.Controls.Add(this.labelControl8);
     this.groupBox4.Location = new System.Drawing.Point(966, 12);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(372, 136);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop  = false;
     //
     // pictureEdit4
     //
     this.pictureEdit4.EditValue = ((object)(resources.GetObject("pictureEdit4.EditValue")));
     this.pictureEdit4.Location  = new System.Drawing.Point(263, 19);
     this.pictureEdit4.Name      = "pictureEdit4";
     this.pictureEdit4.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(203)))), ((int)(((byte)(110)))));
     this.pictureEdit4.Properties.Appearance.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.pictureEdit4.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit4.Properties.Appearance.Options.UseForeColor = true;
     this.pictureEdit4.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit4.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit4.Size     = new System.Drawing.Size(103, 96);
     this.pictureEdit4.TabIndex = 1;
     //
     // enFazlaStokSayi
     //
     this.enFazlaStokSayi.Appearance.Font                 = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.enFazlaStokSayi.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.enFazlaStokSayi.Appearance.Options.UseFont      = true;
     this.enFazlaStokSayi.Appearance.Options.UseForeColor = true;
     this.enFazlaStokSayi.Location = new System.Drawing.Point(6, 90);
     this.enFazlaStokSayi.Name     = "enFazlaStokSayi";
     this.enFazlaStokSayi.Size     = new System.Drawing.Size(68, 25);
     this.enFazlaStokSayi.TabIndex = 0;
     this.enFazlaStokSayi.Text     = "NULLL";
     //
     // enFazlaStokSayiliUrunTxt
     //
     this.enFazlaStokSayiliUrunTxt.Appearance.Font                 = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.enFazlaStokSayiliUrunTxt.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.enFazlaStokSayiliUrunTxt.Appearance.Options.UseFont      = true;
     this.enFazlaStokSayiliUrunTxt.Appearance.Options.UseForeColor = true;
     this.enFazlaStokSayiliUrunTxt.Location = new System.Drawing.Point(7, 59);
     this.enFazlaStokSayiliUrunTxt.Name     = "enFazlaStokSayiliUrunTxt";
     this.enFazlaStokSayiliUrunTxt.Size     = new System.Drawing.Size(68, 25);
     this.enFazlaStokSayiliUrunTxt.TabIndex = 0;
     this.enFazlaStokSayiliUrunTxt.Text     = "NULLL";
     //
     // labelControl8
     //
     this.labelControl8.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl8.Appearance.ForeColor            = System.Drawing.SystemColors.ControlLightLight;
     this.labelControl8.Appearance.Options.UseFont      = true;
     this.labelControl8.Appearance.Options.UseForeColor = true;
     this.labelControl8.Location = new System.Drawing.Point(7, 29);
     this.labelControl8.Name     = "labelControl8";
     this.labelControl8.Size     = new System.Drawing.Size(155, 16);
     this.labelControl8.TabIndex = 0;
     this.labelControl8.Text     = "En Fazla Stok Sayılı Ürün";
     //
     // chartControl1
     //
     this.chartControl1.Legend.Name       = "Default Legend";
     this.chartControl1.Legend.Title.Text = "Ürünler";
     this.chartControl1.Location          = new System.Drawing.Point(12, 154);
     this.chartControl1.Name   = "chartControl1";
     series3.LegendTextPattern = "{A}";
     series3.Name = "Series 1";
     series3.View = pieSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series3
     };
     this.chartControl1.Size     = new System.Drawing.Size(639, 315);
     this.chartControl1.TabIndex = 4;
     //
     // chartControl2
     //
     swiftPlotDiagram2.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram2.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl2.Diagram     = swiftPlotDiagram2;
     this.chartControl2.Legend.Name = "Default Legend";
     this.chartControl2.Location    = new System.Drawing.Point(657, 154);
     this.chartControl2.Name        = "chartControl2";
     series4.Name = "Satış Fiyatı";
     series4.View = swiftPlotSeriesView2;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series4
     };
     this.chartControl2.Size     = new System.Drawing.Size(681, 315);
     this.chartControl2.TabIndex = 5;
     //
     // FrmIstatistik
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1350, 481);
     this.Controls.Add(this.chartControl2);
     this.Controls.Add(this.chartControl1);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name  = "FrmIstatistik";
     this.Text  = "Ürün İstatistikleri";
     this.Load += new System.EventHandler(this.FrmIstatistik_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(pieSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.ResumeLayout(false);
 }
Пример #20
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.SwiftPlotDiagram         swiftPlotDiagram1         = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series                   series1                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView1      = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series2                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView2      = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series3                   = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView3      = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel1 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
     this.performanceCounter1 = new System.Diagnostics.PerformanceCounter();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     swiftPlotDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram  = swiftPlotDiagram1;
     this.chartControl1.Location = new System.Drawing.Point(12, 165);
     this.chartControl1.Name     = "chartControl1";
     series1.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.Numerical;
     series1.LegendText          = "速度";
     series1.Name       = "speed";
     series1.View       = swiftPlotSeriesView1;
     series2.LegendText = "力";
     series2.Name       = "force";
     series2.View       = swiftPlotSeriesView2;
     series3.LegendText = "功率";
     series3.Name       = "power";
     series3.View       = swiftPlotSeriesView3;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     sideBySideBarSeriesLabel1.LineVisible   = true;
     this.chartControl1.SeriesTemplate.Label = sideBySideBarSeriesLabel1;
     this.chartControl1.Size     = new System.Drawing.Size(692, 397);
     this.chartControl1.TabIndex = 0;
     //
     // Form6
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(925, 574);
     this.Controls.Add(this.chartControl1);
     this.Name = "Form6";
     this.Text = "Form6";
     ((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #21
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.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
            DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
            DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY swiftPlotDiagramSecondaryAxisY1 = new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY();
            DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
            swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "0";
            swiftPlotDiagram1.AxisY.Title.Text = "平均值";
            swiftPlotDiagram1.AxisY.Title.Visible = true;
            swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            swiftPlotDiagram1.EnableAxisXScrolling = true;
            swiftPlotDiagram1.PaneDistance = 1;
            xyDiagramPane1.Name = "Pane 1";
            xyDiagramPane1.PaneID = 0;
            swiftPlotDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
            xyDiagramPane1});
            swiftPlotDiagram1.ScrollingOptions.UseKeyboard = false;
            swiftPlotDiagram1.ScrollingOptions.UseMouse = false;
            swiftPlotDiagram1.ScrollingOptions.UseTouchDevice = false;
            swiftPlotDiagramSecondaryAxisY1.Alignment = DevExpress.XtraCharts.AxisAlignment.Near;
            swiftPlotDiagramSecondaryAxisY1.AxisID = 0;
            swiftPlotDiagramSecondaryAxisY1.GridLines.Visible = true;
            swiftPlotDiagramSecondaryAxisY1.Name = "Secondary AxisY 1";
            swiftPlotDiagramSecondaryAxisY1.Title.Text = "极差";
            swiftPlotDiagramSecondaryAxisY1.Title.Visible = true;
            swiftPlotDiagramSecondaryAxisY1.VisibleInPanesSerializable = "0";
            swiftPlotDiagramSecondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
            swiftPlotDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY[] {
            swiftPlotDiagramSecondaryAxisY1});
            swiftPlotDiagram1.ZoomingOptions.UseMouseWheel = false;
            this.chartControl1.Diagram = swiftPlotDiagram1;
            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";
            this.chartControl1.RuntimeHitTesting = true;
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series1.Name = "Series 1";
            swiftPlotSeriesView1.LineStyle.Thickness = 2;
            series1.View = swiftPlotSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series2.Name = "Series 2";
            swiftPlotSeriesView2.AxisYName = "Secondary AxisY 1";
            swiftPlotSeriesView2.LineStyle.Thickness = 2;
            swiftPlotSeriesView2.PaneName = "Pane 1";
            series2.View = swiftPlotSeriesView2;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            swiftPlotSeriesView3.LineStyle.Thickness = 2;
            this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView3;
            this.chartControl1.Size = new System.Drawing.Size(682, 334);
            this.chartControl1.TabIndex = 0;
            // 
            // DataControlDrawBoard
            // 
            this.Appearance.BackColor = System.Drawing.SystemColors.Control;
            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 = "DataControlDrawBoard";
            this.Size = new System.Drawing.Size(682, 334);
            ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
Пример #22
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.SwiftPlotDiagram         swiftPlotDiagram1     = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane1        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane2        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane3        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.Series                   series1               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView1  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series2               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView2  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series3               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView3  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series4               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView4  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView5  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotDiagram         swiftPlotDiagram2     = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane4        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane5        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.XYDiagramPane            xyDiagramPane6        = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.Series                   series5               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView6  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series6               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView7  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series7               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView8  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series                   series8               = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView9  = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView      swiftPlotSeriesView10 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(RealTimeGraph));
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.chartControl2     = new DevExpress.XtraCharts.ChartControl();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.metroButton_close = new MetroFramework.Controls.MetroButton();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView10)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable           = "The Trees";
     swiftPlotDiagram1.AxisX.DateTimeScaleOptions.GridOffset = 5D;
     swiftPlotDiagram1.AxisX.Label.TextPattern          = "{A:mm:ss}";
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1;0;1;2";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1;0;1;2";
     swiftPlotDiagram1.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     xyDiagramPane2.Name   = "Pane 2";
     xyDiagramPane2.PaneID = 1;
     xyDiagramPane3.Name   = "Pane 3";
     xyDiagramPane3.PaneID = 2;
     swiftPlotDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1,
         xyDiagramPane2,
         xyDiagramPane3
     });
     this.chartControl1.Diagram = swiftPlotDiagram1;
     this.chartControl1.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.EquallySpacedItems  = false;
     this.chartControl1.Location    = new System.Drawing.Point(3, 3);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Mixed";
     series1.ArgumentScaleType      = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "전압";
     swiftPlotSeriesView1.LineStyle.Thickness = 2;
     series1.View = swiftPlotSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name = "전류";
     swiftPlotSeriesView2.LineStyle.Thickness = 2;
     swiftPlotSeriesView2.PaneName            = "Pane 1";
     series2.View = swiftPlotSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.Name = "온도1";
     swiftPlotSeriesView3.LineStyle.Thickness = 2;
     swiftPlotSeriesView3.PaneName            = "Pane 2";
     series3.View = swiftPlotSeriesView3;
     series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series4.Name = "온도2";
     swiftPlotSeriesView4.LineStyle.Thickness = 2;
     swiftPlotSeriesView4.PaneName            = "Pane 3";
     series4.View = swiftPlotSeriesView4;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4
     };
     swiftPlotSeriesView5.LineStyle.Thickness = 2;
     this.chartControl1.SeriesTemplate.View   = swiftPlotSeriesView5;
     this.chartControl1.Size     = new System.Drawing.Size(1474, 350);
     this.chartControl1.TabIndex = 0;
     //
     // chartControl2
     //
     this.chartControl2.AppearanceNameSerializable           = "Pastel Kit";
     swiftPlotDiagram2.AxisX.DateTimeScaleOptions.GridOffset = 1D;
     swiftPlotDiagram2.AxisX.Label.TextPattern          = "{A:mm:ss}";
     swiftPlotDiagram2.AxisX.VisibleInPanesSerializable = "-1;2;1;0";
     swiftPlotDiagram2.AxisY.VisibleInPanesSerializable = "-1;2;1;0";
     swiftPlotDiagram2.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
     xyDiagramPane4.Name   = "Pane 1";
     xyDiagramPane4.PaneID = 0;
     xyDiagramPane5.Name   = "Pane 2";
     xyDiagramPane5.PaneID = 1;
     xyDiagramPane6.Name   = "Pane 3";
     xyDiagramPane6.PaneID = 2;
     swiftPlotDiagram2.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane4,
         xyDiagramPane5,
         xyDiagramPane6
     });
     this.chartControl2.Diagram = swiftPlotDiagram2;
     this.chartControl2.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl2.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl2.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl2.Legend.EquallySpacedItems  = false;
     this.chartControl2.Location = new System.Drawing.Point(3, 359);
     this.chartControl2.Name     = "chartControl2";
     series5.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.DateTime;
     series5.Name = "온도3";
     swiftPlotSeriesView6.LineStyle.Thickness = 2;
     series5.View = swiftPlotSeriesView6;
     series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series6.Name = "온도4";
     swiftPlotSeriesView7.LineStyle.Thickness = 2;
     swiftPlotSeriesView7.PaneName            = "Pane 1";
     series6.View = swiftPlotSeriesView7;
     series7.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series7.Name = "온도5";
     swiftPlotSeriesView8.LineStyle.Thickness = 2;
     swiftPlotSeriesView8.PaneName            = "Pane 2";
     series7.View = swiftPlotSeriesView8;
     series8.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series8.Name = "온도6";
     swiftPlotSeriesView9.LineStyle.Thickness = 2;
     swiftPlotSeriesView9.PaneName            = "Pane 3";
     series8.View = swiftPlotSeriesView9;
     this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series5,
         series6,
         series7,
         series8
     };
     swiftPlotSeriesView10.LineStyle.Thickness = 2;
     this.chartControl2.SeriesTemplate.View    = swiftPlotSeriesView10;
     this.chartControl2.Size     = new System.Drawing.Size(1474, 350);
     this.chartControl2.TabIndex = 1;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.chartControl2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.chartControl1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(29, 90);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 48F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1480, 743);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.tableLayoutPanel2.Controls.Add(this.metroButton_close, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 715);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1474, 25);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // metroButton_close
     //
     this.metroButton_close.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.metroButton_close.Location      = new System.Drawing.Point(1182, 3);
     this.metroButton_close.Name          = "metroButton_close";
     this.metroButton_close.Size          = new System.Drawing.Size(289, 19);
     this.metroButton_close.TabIndex      = 0;
     this.metroButton_close.Text          = "닫기";
     this.metroButton_close.UseSelectable = true;
     this.metroButton_close.Click        += new System.EventHandler(this.metroButton_close_Click);
     //
     // RealTimeGraph
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1538, 863);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "RealTimeGraph";
     this.Padding       = new System.Windows.Forms.Padding(29, 90, 29, 30);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "실시간 데이터";
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #23
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.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.timer             = new System.Windows.Forms.Timer(this.components);
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.btnPauseResume    = new DevExpress.XtraEditors.SimpleButton();
     this.cbSignalName      = new DevExpress.XtraEditors.ComboBoxEdit();
     this.spnTimeInterval   = new DevExpress.XtraEditors.SpinEdit();
     this.lbState           = new System.Windows.Forms.Label();
     this.lbPollInterval    = new System.Windows.Forms.Label();
     this.lbSignal          = new System.Windows.Forms.Label();
     this.lbComState        = new System.Windows.Forms.Label();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.panelControl1     = new DevExpress.XtraEditors.PanelControl();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbSignalName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spnTimeInterval.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // timer
     //
     this.timer.Enabled = true;
     this.timer.Tick   += new System.EventHandler(this.timer_Tick_1);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(2, 2);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.chartControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(1020, 596);
     this.splitContainer1.SplitterDistance = 40;
     this.splitContainer1.TabIndex         = 2;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 7;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.btnPauseResume, 6, 0);
     this.tableLayoutPanel1.Controls.Add(this.cbSignalName, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.spnTimeInterval, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbState, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbPollInterval, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbSignal, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.lbComState, 1, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1020, 40);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // btnPauseResume
     //
     this.btnPauseResume.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.btnPauseResume.Location = new System.Drawing.Point(471, 9);
     this.btnPauseResume.Name     = "btnPauseResume";
     this.btnPauseResume.Size     = new System.Drawing.Size(83, 22);
     this.btnPauseResume.TabIndex = 35;
     this.btnPauseResume.Text     = "暂停";
     this.btnPauseResume.Click   += new System.EventHandler(this.btnPauseResume_Click);
     //
     // cbSignalName
     //
     this.cbSignalName.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.cbSignalName.Location = new System.Drawing.Point(345, 9);
     this.cbSignalName.Name     = "cbSignalName";
     this.cbSignalName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cbSignalName.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cbSignalName.Size                  = new System.Drawing.Size(120, 21);
     this.cbSignalName.TabIndex              = 34;
     this.cbSignalName.SelectedIndexChanged += new System.EventHandler(this.cbSignalName_SelectedIndexChanged);
     //
     // spnTimeInterval
     //
     this.spnTimeInterval.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.spnTimeInterval.EditValue = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.spnTimeInterval.Location = new System.Drawing.Point(194, 9);
     this.spnTimeInterval.Name     = "spnTimeInterval";
     this.spnTimeInterval.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.spnTimeInterval.Properties.Increment = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.spnTimeInterval.Properties.IsFloatValue  = false;
     this.spnTimeInterval.Properties.Mask.EditMask = "N00";
     this.spnTimeInterval.Properties.MaxValue      = new decimal(new int[] {
         30,
         0,
         0,
         0
     });
     this.spnTimeInterval.Properties.MinValue = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.spnTimeInterval.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.spnTimeInterval.Size     = new System.Drawing.Size(80, 21);
     this.spnTimeInterval.TabIndex = 32;
     //
     // lbState
     //
     this.lbState.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbState.AutoSize = true;
     this.lbState.Location = new System.Drawing.Point(3, 13);
     this.lbState.Name     = "lbState";
     this.lbState.Size     = new System.Drawing.Size(59, 14);
     this.lbState.TabIndex = 0;
     this.lbState.Text     = "通讯状态:";
     //
     // lbPollInterval
     //
     this.lbPollInterval.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbPollInterval.AutoSize = true;
     this.lbPollInterval.Location = new System.Drawing.Point(129, 13);
     this.lbPollInterval.Name     = "lbPollInterval";
     this.lbPollInterval.Size     = new System.Drawing.Size(59, 14);
     this.lbPollInterval.TabIndex = 31;
     this.lbPollInterval.Text     = "刷新时间:";
     //
     // lbSignal
     //
     this.lbSignal.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbSignal.AutoSize = true;
     this.lbSignal.Location = new System.Drawing.Point(280, 13);
     this.lbSignal.Name     = "lbSignal";
     this.lbSignal.Size     = new System.Drawing.Size(59, 14);
     this.lbSignal.TabIndex = 33;
     this.lbSignal.Text     = "选择信号:";
     //
     // lbComState
     //
     this.lbComState.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.lbComState.AutoSize = true;
     this.lbComState.Location = new System.Drawing.Point(68, 13);
     this.lbComState.Margin   = new System.Windows.Forms.Padding(3, 0, 20, 0);
     this.lbComState.Name     = "lbComState";
     this.lbComState.Size     = new System.Drawing.Size(38, 14);
     this.lbComState.TabIndex = 36;
     this.lbComState.Text     = "label1";
     //
     // chartControl1
     //
     swiftPlotDiagram1.AxisX.DateTimeGridAlignment                   = DevExpress.XtraCharts.DateTimeMeasurementUnit.Millisecond;
     swiftPlotDiagram1.AxisX.DateTimeMeasureUnit                     = DevExpress.XtraCharts.DateTimeMeasurementUnit.Millisecond;
     swiftPlotDiagram1.AxisX.DateTimeOptions.Format                  = DevExpress.XtraCharts.DateTimeFormat.Custom;
     swiftPlotDiagram1.AxisX.DateTimeOptions.FormatString            = "HH:mm:ss";
     swiftPlotDiagram1.AxisX.GridLines.Visible                       = true;
     swiftPlotDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisX.Range.SideMarginsEnabled                = true;
     swiftPlotDiagram1.AxisX.Title.Text = "Time";
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.Interlaced = true;
     swiftPlotDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Title.Text = "Values";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.Margins.Right = 15;
     this.chartControl1.Diagram      = swiftPlotDiagram1;
     this.chartControl1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
     this.chartControl1.Location = new System.Drawing.Point(0, 0);
     this.chartControl1.Name     = "chartControl1";
     series1.Name = "Series 1";
     series1.View = swiftPlotSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(1020, 552);
     this.chartControl1.TabIndex = 2;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.splitContainer1);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Margin   = new System.Windows.Forms.Padding(0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1024, 600);
     this.panelControl1.TabIndex = 1;
     //
     // RealTimeLine
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panelControl1);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "RealTimeLine";
     this.Size   = new System.Drawing.Size(1024, 600);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbSignalName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spnTimeInterval.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #24
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPKtoolControl));
            DevExpress.XtraCharts.XYDiagram xyDiagram6 = new DevExpress.XtraCharts.XYDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine73 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine74 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine75 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine76 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine77 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine78 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY6 = new DevExpress.XtraCharts.SecondaryAxisY();
            DevExpress.XtraCharts.Series series22 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.Series series23 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView11 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.Series series24 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SplineSeriesView splineSeriesView12 = new DevExpress.XtraCharts.SplineSeriesView();
            DevExpress.XtraCharts.SwiftPlotDiagram swiftPlotDiagram6 = new DevExpress.XtraCharts.SwiftPlotDiagram();
            DevExpress.XtraCharts.ConstantLine constantLine66 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine67 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.Strip strip11 = new DevExpress.XtraCharts.Strip();
            DevExpress.XtraCharts.ConstantLine constantLine68 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine69 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine70 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine71 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.ConstantLine constantLine72 = new DevExpress.XtraCharts.ConstantLine();
            DevExpress.XtraCharts.Strip strip12 = new DevExpress.XtraCharts.Strip();
            DevExpress.XtraCharts.Series series21 = new DevExpress.XtraCharts.Series();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView11 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView12 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
            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.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
            this.splitter3 = new System.Windows.Forms.Splitter();
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView();
            this.layoutViewColumn1 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn3 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn3 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn13 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn13 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn4 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit6 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn4 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn5 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit7 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn5 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn15 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn15 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn14 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn14 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn6 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn6 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn7 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn7 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn8 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn8 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn9 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn9 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn11 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn11 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn12 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn12 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn16 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn16 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn17 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn17 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn18 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn18 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn19 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn19 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn20 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn20 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn21 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.layoutViewField_layoutViewColumn21 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn22 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn22 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn23 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn23 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn24 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn24 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn25 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn25 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn26 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn26 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn27 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn27 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn28 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn28 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn29 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn29 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn30 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn30 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn31 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn31 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn32 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn32 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn2 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn2 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn10 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.layoutViewField_layoutViewColumn10 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewColumn33 = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
            this.repositoryItemTextEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.layoutViewField_layoutViewColumn33 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
            this.layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
            this.Group1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group8 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group9 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group5 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.Group6 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.item2 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.Group10 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.item1 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.item3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.Group7 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.DataChart = new DevExpress.XtraCharts.ChartControl();
            this.splitter2 = new System.Windows.Forms.Splitter();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new SPC.Controls.Base.CanChooseDataGridView();
            this.chartPointRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.ChartBoundRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.gridViewRightClickPopupMenu = new DevExpress.XtraBars.PopupMenu();
            this.splitter1 = new System.Windows.Forms.Splitter();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).BeginInit();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn27)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn28)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn29)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn30)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn31)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn32)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn33)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.item3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DataChart)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(strip11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(strip12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartPointRightClickPopupMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartBoundRightClickPopupMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRightClickPopupMenu)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2});
            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.DockControls.Add(this.standaloneBarDockControl1);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem3,
            this.barEditItem1,
            this.barEditItem2,
            this.barEditItem4,
            this.barStaticItem1,
            this.barButtonItem2,
            this.barStaticItem2,
            this.barButtonItem5,
            this.barEditItem3,
            this.barButtonItem6,
            this.barButtonItem8,
            this.barButtonItem9,
            this.barButtonItem10,
            this.barButtonItem4,
            this.barButtonItem11});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 31;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemComboBox2,
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2,
            this.repositoryItemComboBox3,
            this.repositoryItemTextEdit3});
            // 
            // bar2
            // 
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
            this.bar2.FloatLocation = new System.Drawing.Point(806, 305);
            this.bar2.FloatSize = new System.Drawing.Size(0, 35);
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem4)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.StandaloneBarDockControl = this.standaloneBarDockControl1;
            this.bar2.Text = "Main menu";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "计算CPK";
            this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
            this.barButtonItem3.Id = 8;
            this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "绘制";
            this.barButtonItem9.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.Glyph")));
            this.barButtonItem9.Id = 23;
            this.barButtonItem9.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.LargeGlyph")));
            this.barButtonItem9.Name = "barButtonItem9";
            this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Caption = "同步";
            this.barButtonItem10.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.Glyph")));
            this.barButtonItem10.Id = 24;
            this.barButtonItem10.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem10.LargeGlyph")));
            this.barButtonItem10.Name = "barButtonItem10";
            this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "属性";
            this.barEditItem1.Edit = this.repositoryItemComboBox2;
            this.barEditItem1.Id = 9;
            this.barEditItem1.Name = "barEditItem1";
            this.barEditItem1.Width = 122;
            this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged);
            // 
            // repositoryItemComboBox2
            // 
            this.repositoryItemComboBox2.AllowMouseWheel = false;
            this.repositoryItemComboBox2.Appearance.ForeColor = System.Drawing.SystemColors.ButtonShadow;
            this.repositoryItemComboBox2.Appearance.Options.UseForeColor = true;
            this.repositoryItemComboBox2.AutoHeight = false;
            this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
            this.repositoryItemComboBox2.NullText = "选择属性";
            this.repositoryItemComboBox2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "数据组数:";
            this.barEditItem2.Edit = this.repositoryItemTextEdit1;
            this.barEditItem2.Id = 10;
            this.barEditItem2.Name = "barEditItem2";
            this.barEditItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barEditItem2.Width = 32;
            this.barEditItem2.EditValueChanged += new System.EventHandler(this.barEditItem2_EditValueChanged);
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Mask.EditMask = "f0";
            this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // barEditItem4
            // 
            this.barEditItem4.Caption = "标准差估算方式";
            this.barEditItem4.Edit = this.repositoryItemComboBox3;
            this.barEditItem4.Id = 12;
            this.barEditItem4.Name = "barEditItem4";
            this.barEditItem4.Width = 76;
            this.barEditItem4.EditValueChanged += new System.EventHandler(this.barEditItem4_EditValueChanged);
            // 
            // repositoryItemComboBox3
            // 
            this.repositoryItemComboBox3.AllowMouseWheel = false;
            this.repositoryItemComboBox3.AutoHeight = false;
            this.repositoryItemComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox3.Name = "repositoryItemComboBox3";
            // 
            // standaloneBarDockControl1
            // 
            this.standaloneBarDockControl1.AutoSize = true;
            this.standaloneBarDockControl1.CausesValidation = false;
            this.standaloneBarDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.standaloneBarDockControl1.Location = new System.Drawing.Point(2, 2);
            this.standaloneBarDockControl1.Name = "standaloneBarDockControl1";
            this.standaloneBarDockControl1.Size = new System.Drawing.Size(730, 29);
            this.standaloneBarDockControl1.Text = "standaloneBarDockControl2";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1362, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 586);
            this.barDockControlBottom.Size = new System.Drawing.Size(1362, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 586);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1362, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 586);
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "barStaticItem1";
            this.barStaticItem1.Id = 13;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "删除";
            this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
            this.barButtonItem2.Id = 14;
            this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Caption = "barStaticItem2";
            this.barStaticItem2.Id = 16;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "删除点";
            this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
            this.barButtonItem5.Id = 17;
            this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barEditItem3
            // 
            this.barEditItem3.Caption = "X轴边界:";
            this.barEditItem3.Edit = this.repositoryItemTextEdit3;
            this.barEditItem3.Id = 18;
            this.barEditItem3.Name = "barEditItem3";
            // 
            // repositoryItemTextEdit3
            // 
            this.repositoryItemTextEdit3.AutoHeight = false;
            this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3";
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "删除X轴边界";
            this.barButtonItem6.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
            this.barButtonItem6.Id = 19;
            this.barButtonItem6.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.LargeGlyph")));
            this.barButtonItem6.Name = "barButtonItem6";
            this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "导入";
            this.barButtonItem8.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.Glyph")));
            this.barButtonItem8.Id = 21;
            this.barButtonItem8.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.LargeGlyph")));
            this.barButtonItem8.Name = "barButtonItem8";
            this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "选择";
            this.barButtonItem4.Id = 25;
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "取消选择";
            this.barButtonItem11.Id = 26;
            this.barButtonItem11.Name = "barButtonItem11";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.chartControl2);
            this.panelControl1.Controls.Add(this.splitter3);
            this.panelControl1.Controls.Add(this.xtraScrollableControl1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
            this.panelControl1.MaximumSize = new System.Drawing.Size(621, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(621, 586);
            this.panelControl1.TabIndex = 9;
            // 
            // chartControl2
            // 
            xyDiagram6.AxisX.Alignment = DevExpress.XtraCharts.AxisAlignment.Zero;
            constantLine73.AxisValueSerializable = "1";
            constantLine73.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine73.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine73.Name = "Constant Line 1";
            constantLine73.Title.Visible = false;
            constantLine73.Visible = false;
            constantLine74.AxisValueSerializable = "1";
            constantLine74.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine74.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine74.Name = "Constant Line 2";
            constantLine74.Title.Visible = false;
            constantLine74.Visible = false;
            constantLine75.AxisValueSerializable = "1";
            constantLine75.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            constantLine75.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine75.Name = "Constant Line 3";
            constantLine75.Title.Visible = false;
            constantLine75.Visible = false;
            constantLine76.AxisValueSerializable = "1";
            constantLine76.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine76.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine76.Name = "Constant Line 4";
            constantLine76.Title.Visible = false;
            constantLine76.Visible = false;
            constantLine77.AxisValueSerializable = "1";
            constantLine77.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            constantLine77.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine77.Name = "Constant Line 5";
            constantLine77.Title.Visible = false;
            constantLine77.Visible = false;
            constantLine78.AxisValueSerializable = "1";
            constantLine78.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine78.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine78.Name = "Constant Line 6";
            constantLine78.Title.Visible = false;
            constantLine78.Visible = false;
            xyDiagram6.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine73,
            constantLine74,
            constantLine75,
            constantLine76,
            constantLine77,
            constantLine78});
            xyDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram6.EnableAxisXScrolling = true;
            xyDiagram6.EnableAxisXZooming = true;
            xyDiagram6.Margins.Bottom = 0;
            xyDiagram6.Margins.Left = 0;
            xyDiagram6.Margins.Right = 0;
            xyDiagram6.Margins.Top = 0;
            secondaryAxisY6.AxisID = 0;
            secondaryAxisY6.Name = "Secondary AxisY 1";
            secondaryAxisY6.VisibleInPanesSerializable = "-1";
            xyDiagram6.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
            secondaryAxisY6});
            this.chartControl2.Diagram = xyDiagram6;
            this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartControl2.Legend.Visible = false;
            this.chartControl2.Location = new System.Drawing.Point(2, 2);
            this.chartControl2.MaximumSize = new System.Drawing.Size(621, 0);
            this.chartControl2.Name = "chartControl2";
            this.chartControl2.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Stretch;
            this.chartControl2.Padding.Bottom = 0;
            this.chartControl2.Padding.Left = 0;
            this.chartControl2.Padding.Right = 0;
            this.chartControl2.Padding.Top = 0;
            series22.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
            series22.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series22.Name = "Series 1";
            series23.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series23.Name = "Series 2";
            splineSeriesView11.AxisYName = "Secondary AxisY 1";
            splineSeriesView11.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            splineSeriesView11.LineStyle.Thickness = 1;
            series23.View = splineSeriesView11;
            series24.LabelsVisibility = DevExpress.Utils.DefaultBoolean.False;
            series24.Name = "Series 3";
            splineSeriesView12.AxisYName = "Secondary AxisY 1";
            splineSeriesView12.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            splineSeriesView12.LineStyle.Thickness = 1;
            series24.View = splineSeriesView12;
            this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series22,
        series23,
        series24};
            this.chartControl2.Size = new System.Drawing.Size(617, 199);
            this.chartControl2.TabIndex = 9;
            // 
            // splitter3
            // 
            this.splitter3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitter3.Location = new System.Drawing.Point(2, 201);
            this.splitter3.Name = "splitter3";
            this.splitter3.Size = new System.Drawing.Size(617, 3);
            this.splitter3.TabIndex = 10;
            this.splitter3.TabStop = false;
            // 
            // xtraScrollableControl1
            // 
            this.xtraScrollableControl1.Controls.Add(this.gridControl1);
            this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.xtraScrollableControl1.Location = new System.Drawing.Point(2, 204);
            this.xtraScrollableControl1.Margin = new System.Windows.Forms.Padding(0);
            this.xtraScrollableControl1.MaximumSize = new System.Drawing.Size(621, 380);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(617, 380);
            this.xtraScrollableControl1.TabIndex = 16;
            // 
            // gridControl1
            // 
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.layoutView1;
            this.gridControl1.Margin = new System.Windows.Forms.Padding(0);
            this.gridControl1.MaximumSize = new System.Drawing.Size(621, 361);
            this.gridControl1.MenuManager = this.barManager1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemRadioGroup1,
            this.repositoryItemTextEdit4,
            this.repositoryItemTextEdit5,
            this.repositoryItemTextEdit6,
            this.repositoryItemTextEdit7});
            this.gridControl1.Size = new System.Drawing.Size(617, 361);
            this.gridControl1.TabIndex = 8;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.layoutView1});
            // 
            // layoutView1
            // 
            this.layoutView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.layoutView1.CardHorzInterval = 0;
            this.layoutView1.CardMinSize = new System.Drawing.Size(0, 0);
            this.layoutView1.CardVertInterval = 0;
            this.layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] {
            this.layoutViewColumn1,
            this.layoutViewColumn3,
            this.layoutViewColumn13,
            this.layoutViewColumn4,
            this.layoutViewColumn5,
            this.layoutViewColumn15,
            this.layoutViewColumn14,
            this.layoutViewColumn6,
            this.layoutViewColumn7,
            this.layoutViewColumn8,
            this.layoutViewColumn9,
            this.layoutViewColumn11,
            this.layoutViewColumn12,
            this.layoutViewColumn16,
            this.layoutViewColumn17,
            this.layoutViewColumn18,
            this.layoutViewColumn19,
            this.layoutViewColumn20,
            this.layoutViewColumn21,
            this.layoutViewColumn22,
            this.layoutViewColumn23,
            this.layoutViewColumn24,
            this.layoutViewColumn25,
            this.layoutViewColumn26,
            this.layoutViewColumn27,
            this.layoutViewColumn28,
            this.layoutViewColumn29,
            this.layoutViewColumn30,
            this.layoutViewColumn31,
            this.layoutViewColumn32,
            this.layoutViewColumn2,
            this.layoutViewColumn10,
            this.layoutViewColumn33});
            this.layoutView1.GridControl = this.gridControl1;
            this.layoutView1.Name = "layoutView1";
            this.layoutView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.layoutView1.OptionsBehavior.AllowExpandCollapse = false;
            this.layoutView1.OptionsBehavior.AllowPanCards = false;
            this.layoutView1.OptionsBehavior.AllowRuntimeCustomization = false;
            this.layoutView1.OptionsBehavior.AllowSwitchViewModes = false;
            this.layoutView1.OptionsBehavior.ScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Never;
            this.layoutView1.OptionsCustomization.AllowFilter = false;
            this.layoutView1.OptionsCustomization.AllowSort = false;
            this.layoutView1.OptionsFilter.AllowColumnMRUFilterList = false;
            this.layoutView1.OptionsFilter.AllowFilterEditor = false;
            this.layoutView1.OptionsFilter.AllowFilterIncrementalSearch = false;
            this.layoutView1.OptionsFilter.AllowMRUFilterList = false;
            this.layoutView1.OptionsFilter.AllowMultiSelectInCheckedFilterPopup = false;
            this.layoutView1.OptionsFilter.FilterEditorUseMenuForOperandsAndOperators = false;
            this.layoutView1.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
            this.layoutView1.OptionsFind.AllowFindPanel = false;
            this.layoutView1.OptionsFind.HighlightFindResults = false;
            this.layoutView1.OptionsFind.ShowClearButton = false;
            this.layoutView1.OptionsFind.ShowCloseButton = false;
            this.layoutView1.OptionsFind.ShowFindButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableCarouselModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableColumnModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableCustomizeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableMultiColumnModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableMultiRowModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnablePanButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableRowModeButton = false;
            this.layoutView1.OptionsHeaderPanel.EnableSingleModeButton = false;
            this.layoutView1.OptionsItemText.TextToControlDistance = 0;
            this.layoutView1.OptionsLayout.Columns.AddNewColumns = false;
            this.layoutView1.OptionsLayout.Columns.RemoveOldColumns = false;
            this.layoutView1.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
            this.layoutView1.OptionsView.ShowCardCaption = false;
            this.layoutView1.OptionsView.ShowCardExpandButton = false;
            this.layoutView1.OptionsView.ShowCardLines = false;
            this.layoutView1.OptionsView.ShowFieldHints = false;
            this.layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.layoutView1.OptionsView.ShowHeaderPanel = false;
            this.layoutView1.TemplateCard = this.layoutViewCard1;
            // 
            // layoutViewColumn1
            // 
            this.layoutViewColumn1.Caption = "总样本数";
            this.layoutViewColumn1.FieldName = "Count";
            this.layoutViewColumn1.LayoutViewField = this.layoutViewField_layoutViewColumn1;
            this.layoutViewColumn1.Name = "layoutViewColumn1";
            this.layoutViewColumn1.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn1.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn1
            // 
            this.layoutViewField_layoutViewColumn1.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn1.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn1.Name = "layoutViewField_layoutViewColumn1";
            this.layoutViewField_layoutViewColumn1.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn1.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn3
            // 
            this.layoutViewColumn3.Caption = "样本均值";
            this.layoutViewColumn3.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn3.FieldName = "Avg";
            this.layoutViewColumn3.LayoutViewField = this.layoutViewField_layoutViewColumn3;
            this.layoutViewColumn3.Name = "layoutViewColumn3";
            this.layoutViewColumn3.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn3.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn3
            // 
            this.layoutViewField_layoutViewColumn3.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn3.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn3.Name = "layoutViewField_layoutViewColumn3";
            this.layoutViewField_layoutViewColumn3.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn3.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn13
            // 
            this.layoutViewColumn13.Caption = "规格值";
            this.layoutViewColumn13.ColumnEdit = this.repositoryItemTextEdit5;
            this.layoutViewColumn13.FieldName = "Standard";
            this.layoutViewColumn13.LayoutViewField = this.layoutViewField_layoutViewColumn13;
            this.layoutViewColumn13.Name = "layoutViewColumn13";
            // 
            // repositoryItemTextEdit5
            // 
            this.repositoryItemTextEdit5.AutoHeight = false;
            this.repositoryItemTextEdit5.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit5.Name = "repositoryItemTextEdit5";
            // 
            // layoutViewField_layoutViewColumn13
            // 
            this.layoutViewField_layoutViewColumn13.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn13.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn13.Name = "layoutViewField_layoutViewColumn13";
            this.layoutViewField_layoutViewColumn13.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn13.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn13.TextToControlDistance = 0;
            // 
            // layoutViewColumn4
            // 
            this.layoutViewColumn4.Caption = "上公差";
            this.layoutViewColumn4.ColumnEdit = this.repositoryItemTextEdit6;
            this.layoutViewColumn4.FieldName = "UpTole";
            this.layoutViewColumn4.LayoutViewField = this.layoutViewField_layoutViewColumn4;
            this.layoutViewColumn4.Name = "layoutViewColumn4";
            // 
            // repositoryItemTextEdit6
            // 
            this.repositoryItemTextEdit6.AutoHeight = false;
            this.repositoryItemTextEdit6.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit6.Name = "repositoryItemTextEdit6";
            // 
            // layoutViewField_layoutViewColumn4
            // 
            this.layoutViewField_layoutViewColumn4.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn4.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn4.Name = "layoutViewField_layoutViewColumn4";
            this.layoutViewField_layoutViewColumn4.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn4.TextSize = new System.Drawing.Size(61, 17);
            // 
            // layoutViewColumn5
            // 
            this.layoutViewColumn5.Caption = "下公差";
            this.layoutViewColumn5.ColumnEdit = this.repositoryItemTextEdit7;
            this.layoutViewColumn5.FieldName = "LowTole";
            this.layoutViewColumn5.LayoutViewField = this.layoutViewField_layoutViewColumn5;
            this.layoutViewColumn5.Name = "layoutViewColumn5";
            // 
            // repositoryItemTextEdit7
            // 
            this.repositoryItemTextEdit7.AutoHeight = false;
            this.repositoryItemTextEdit7.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit7.Name = "repositoryItemTextEdit7";
            // 
            // layoutViewField_layoutViewColumn5
            // 
            this.layoutViewField_layoutViewColumn5.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn5.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn5.Name = "layoutViewField_layoutViewColumn5";
            this.layoutViewField_layoutViewColumn5.Size = new System.Drawing.Size(119, 26);
            this.layoutViewField_layoutViewColumn5.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn5.TextToControlDistance = 0;
            // 
            // layoutViewColumn15
            // 
            this.layoutViewColumn15.Caption = "样本最大值";
            this.layoutViewColumn15.FieldName = "Max";
            this.layoutViewColumn15.LayoutViewField = this.layoutViewField_layoutViewColumn15;
            this.layoutViewColumn15.Name = "layoutViewColumn15";
            this.layoutViewColumn15.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn15.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn15
            // 
            this.layoutViewField_layoutViewColumn15.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn15.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn15.Name = "layoutViewField_layoutViewColumn15";
            this.layoutViewField_layoutViewColumn15.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn15.TextSize = new System.Drawing.Size(75, 17);
            this.layoutViewField_layoutViewColumn15.TextToControlDistance = 0;
            // 
            // layoutViewColumn14
            // 
            this.layoutViewColumn14.Caption = "样本最小值";
            this.layoutViewColumn14.FieldName = "Min";
            this.layoutViewColumn14.LayoutViewField = this.layoutViewField_layoutViewColumn14;
            this.layoutViewColumn14.Name = "layoutViewColumn14";
            this.layoutViewColumn14.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn14.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn14
            // 
            this.layoutViewField_layoutViewColumn14.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn14.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn14.Name = "layoutViewField_layoutViewColumn14";
            this.layoutViewField_layoutViewColumn14.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn14.TextSize = new System.Drawing.Size(75, 17);
            this.layoutViewField_layoutViewColumn14.TextToControlDistance = 0;
            // 
            // layoutViewColumn6
            // 
            this.layoutViewColumn6.Caption = "上规范限";
            this.layoutViewColumn6.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn6.FieldName = "UpStdLt";
            this.layoutViewColumn6.LayoutViewField = this.layoutViewField_layoutViewColumn6;
            this.layoutViewColumn6.Name = "layoutViewColumn6";
            this.layoutViewColumn6.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn6.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn6
            // 
            this.layoutViewField_layoutViewColumn6.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn6.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn6.Name = "layoutViewField_layoutViewColumn6";
            this.layoutViewField_layoutViewColumn6.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn6.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn7
            // 
            this.layoutViewColumn7.Caption = "下规范限";
            this.layoutViewColumn7.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn7.FieldName = "LowStdLt";
            this.layoutViewColumn7.LayoutViewField = this.layoutViewField_layoutViewColumn7;
            this.layoutViewColumn7.Name = "layoutViewColumn7";
            this.layoutViewColumn7.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn7.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn7
            // 
            this.layoutViewField_layoutViewColumn7.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn7.Location = new System.Drawing.Point(0, 0);
            this.layoutViewField_layoutViewColumn7.Name = "layoutViewField_layoutViewColumn7";
            this.layoutViewField_layoutViewColumn7.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn7.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn8
            // 
            this.layoutViewColumn8.Caption = "技术公差幅度";
            this.layoutViewColumn8.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn8.FieldName = "TOffsetWidth";
            this.layoutViewColumn8.LayoutViewField = this.layoutViewField_layoutViewColumn8;
            this.layoutViewColumn8.Name = "layoutViewColumn8";
            this.layoutViewColumn8.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn8.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn8
            // 
            this.layoutViewField_layoutViewColumn8.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn8.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn8.Name = "layoutViewField_layoutViewColumn8";
            this.layoutViewField_layoutViewColumn8.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn8.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn9
            // 
            this.layoutViewColumn9.Caption = "公差中心值";
            this.layoutViewColumn9.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn9.FieldName = "OffsetMid";
            this.layoutViewColumn9.LayoutViewField = this.layoutViewField_layoutViewColumn9;
            this.layoutViewColumn9.Name = "layoutViewColumn9";
            this.layoutViewColumn9.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn9.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn9
            // 
            this.layoutViewField_layoutViewColumn9.EditorPreferredWidth = 77;
            this.layoutViewField_layoutViewColumn9.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn9.Name = "layoutViewField_layoutViewColumn9";
            this.layoutViewField_layoutViewColumn9.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn9.TextSize = new System.Drawing.Size(89, 17);
            // 
            // layoutViewColumn11
            // 
            this.layoutViewColumn11.Caption = "样本偏移量";
            this.layoutViewColumn11.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn11.FieldName = "SpOffset";
            this.layoutViewColumn11.LayoutViewField = this.layoutViewField_layoutViewColumn11;
            this.layoutViewColumn11.Name = "layoutViewColumn11";
            this.layoutViewColumn11.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn11.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn11
            // 
            this.layoutViewField_layoutViewColumn11.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn11.Location = new System.Drawing.Point(0, 26);
            this.layoutViewField_layoutViewColumn11.Name = "layoutViewField_layoutViewColumn11";
            this.layoutViewField_layoutViewColumn11.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn11.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn12
            // 
            this.layoutViewColumn12.Caption = "样本偏移度";
            this.layoutViewColumn12.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn12.FieldName = "SpOffsetD";
            this.layoutViewColumn12.LayoutViewField = this.layoutViewField_layoutViewColumn12;
            this.layoutViewColumn12.Name = "layoutViewColumn12";
            this.layoutViewColumn12.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn12.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn12
            // 
            this.layoutViewField_layoutViewColumn12.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn12.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn12.Name = "layoutViewField_layoutViewColumn12";
            this.layoutViewField_layoutViewColumn12.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn12.TextSize = new System.Drawing.Size(75, 17);
            // 
            // layoutViewColumn16
            // 
            this.layoutViewColumn16.Caption = "PPM Total entirety";
            this.layoutViewColumn16.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn16.FieldName = "SumBdRate_E";
            this.layoutViewColumn16.LayoutViewField = this.layoutViewField_layoutViewColumn16;
            this.layoutViewColumn16.Name = "layoutViewColumn16";
            this.layoutViewColumn16.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn16.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn16
            // 
            this.layoutViewField_layoutViewColumn16.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn16.Location = new System.Drawing.Point(0, 203);
            this.layoutViewField_layoutViewColumn16.Name = "layoutViewField_layoutViewColumn16";
            this.layoutViewField_layoutViewColumn16.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn16.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn16.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn16.TextVisible = false;
            // 
            // layoutViewColumn17
            // 
            this.layoutViewColumn17.Caption = "PPM>USL entirety";
            this.layoutViewColumn17.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn17.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn17.FieldName = "UpBdRate_E";
            this.layoutViewColumn17.LayoutViewField = this.layoutViewField_layoutViewColumn17;
            this.layoutViewColumn17.Name = "layoutViewColumn17";
            this.layoutViewColumn17.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn17.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn17
            // 
            this.layoutViewField_layoutViewColumn17.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn17.Location = new System.Drawing.Point(0, 151);
            this.layoutViewField_layoutViewColumn17.Name = "layoutViewField_layoutViewColumn17";
            this.layoutViewField_layoutViewColumn17.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn17.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn17.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn17.TextVisible = false;
            // 
            // layoutViewColumn18
            // 
            this.layoutViewColumn18.Caption = "PPM<LSL entirety";
            this.layoutViewColumn18.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn18.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn18.FieldName = "LowBdRate_E";
            this.layoutViewColumn18.LayoutViewField = this.layoutViewField_layoutViewColumn18;
            this.layoutViewColumn18.Name = "layoutViewColumn18";
            this.layoutViewColumn18.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn18.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn18
            // 
            this.layoutViewField_layoutViewColumn18.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn18.Location = new System.Drawing.Point(0, 177);
            this.layoutViewField_layoutViewColumn18.Name = "layoutViewField_layoutViewColumn18";
            this.layoutViewField_layoutViewColumn18.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn18.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn18.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn18.TextVisible = false;
            // 
            // layoutViewColumn19
            // 
            this.layoutViewColumn19.Caption = "Cp entirety";
            this.layoutViewColumn19.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn19.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn19.FieldName = "CP_E";
            this.layoutViewColumn19.LayoutViewField = this.layoutViewField_layoutViewColumn19;
            this.layoutViewColumn19.Name = "layoutViewColumn19";
            this.layoutViewColumn19.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn19.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn19
            // 
            this.layoutViewField_layoutViewColumn19.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn19.Location = new System.Drawing.Point(0, 47);
            this.layoutViewField_layoutViewColumn19.Name = "layoutViewField_layoutViewColumn19";
            this.layoutViewField_layoutViewColumn19.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn19.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn19.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn19.TextVisible = false;
            // 
            // layoutViewColumn20
            // 
            this.layoutViewColumn20.Caption = "Cpk entirety";
            this.layoutViewColumn20.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn20.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn20.FieldName = "CPK_E";
            this.layoutViewColumn20.LayoutViewField = this.layoutViewField_layoutViewColumn20;
            this.layoutViewColumn20.Name = "layoutViewColumn20";
            this.layoutViewColumn20.OptionsColumn.AllowEdit = false;
            this.layoutViewColumn20.OptionsColumn.ReadOnly = true;
            // 
            // layoutViewField_layoutViewColumn20
            // 
            this.layoutViewField_layoutViewColumn20.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn20.Location = new System.Drawing.Point(0, 73);
            this.layoutViewField_layoutViewColumn20.Name = "layoutViewField_layoutViewColumn20";
            this.layoutViewField_layoutViewColumn20.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn20.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn20.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn20.TextVisible = false;
            // 
            // layoutViewColumn21
            // 
            this.layoutViewColumn21.Caption = "SelectType";
            this.layoutViewColumn21.ColumnEdit = this.repositoryItemRadioGroup1;
            this.layoutViewColumn21.FieldName = "SelectType";
            this.layoutViewColumn21.LayoutViewField = this.layoutViewField_layoutViewColumn21;
            this.layoutViewColumn21.Name = "layoutViewColumn21";
            // 
            // repositoryItemRadioGroup1
            // 
            this.repositoryItemRadioGroup1.Columns = 1;
            this.repositoryItemRadioGroup1.EnableFocusRect = true;
            this.repositoryItemRadioGroup1.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "双侧公差"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "上限公差"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "下限公差")});
            this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
            this.repositoryItemRadioGroup1.EditValueChanged += new System.EventHandler(this.repositoryItemRadioGroup1_EditValueChanged);
            // 
            // layoutViewField_layoutViewColumn21
            // 
            this.layoutViewField_layoutViewColumn21.EditorPreferredWidth = 97;
            this.layoutViewField_layoutViewColumn21.Location = new System.Drawing.Point(119, 0);
            this.layoutViewField_layoutViewColumn21.MinSize = new System.Drawing.Size(101, 23);
            this.layoutViewField_layoutViewColumn21.Name = "layoutViewField_layoutViewColumn21";
            this.layoutViewField_layoutViewColumn21.Size = new System.Drawing.Size(101, 113);
            this.layoutViewField_layoutViewColumn21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutViewField_layoutViewColumn21.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn21.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn21.TextVisible = false;
            // 
            // layoutViewColumn22
            // 
            this.layoutViewColumn22.Caption = "+3Sigma";
            this.layoutViewColumn22.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn22.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn22.FieldName = "P3Sigma";
            this.layoutViewColumn22.LayoutViewField = this.layoutViewField_layoutViewColumn22;
            this.layoutViewColumn22.Name = "layoutViewColumn22";
            // 
            // layoutViewField_layoutViewColumn22
            // 
            this.layoutViewField_layoutViewColumn22.EditorPreferredWidth = 91;
            this.layoutViewField_layoutViewColumn22.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn22.Name = "layoutViewField_layoutViewColumn22";
            this.layoutViewField_layoutViewColumn22.Size = new System.Drawing.Size(170, 26);
            this.layoutViewField_layoutViewColumn22.TextSize = new System.Drawing.Size(75, 16);
            this.layoutViewField_layoutViewColumn22.TextToControlDistance = 0;
            // 
            // layoutViewColumn23
            // 
            this.layoutViewColumn23.Caption = "-3Sigma";
            this.layoutViewColumn23.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn23.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn23.FieldName = "N3Sigma";
            this.layoutViewColumn23.LayoutViewField = this.layoutViewField_layoutViewColumn23;
            this.layoutViewColumn23.Name = "layoutViewColumn23";
            // 
            // layoutViewField_layoutViewColumn23
            // 
            this.layoutViewField_layoutViewColumn23.EditorPreferredWidth = 80;
            this.layoutViewField_layoutViewColumn23.Location = new System.Drawing.Point(0, 52);
            this.layoutViewField_layoutViewColumn23.Name = "layoutViewField_layoutViewColumn23";
            this.layoutViewField_layoutViewColumn23.Size = new System.Drawing.Size(159, 26);
            this.layoutViewField_layoutViewColumn23.TextSize = new System.Drawing.Size(75, 16);
            this.layoutViewField_layoutViewColumn23.TextToControlDistance = 0;
            // 
            // layoutViewColumn24
            // 
            this.layoutViewColumn24.Caption = "CPL entirety";
            this.layoutViewColumn24.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn24.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn24.FieldName = "CPL_E";
            this.layoutViewColumn24.LayoutViewField = this.layoutViewField_layoutViewColumn24;
            this.layoutViewColumn24.Name = "layoutViewColumn24";
            // 
            // layoutViewField_layoutViewColumn24
            // 
            this.layoutViewField_layoutViewColumn24.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn24.Location = new System.Drawing.Point(0, 125);
            this.layoutViewField_layoutViewColumn24.Name = "layoutViewField_layoutViewColumn24";
            this.layoutViewField_layoutViewColumn24.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn24.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn24.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn24.TextVisible = false;
            // 
            // layoutViewColumn25
            // 
            this.layoutViewColumn25.Caption = "CPU entirety";
            this.layoutViewColumn25.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn25.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn25.FieldName = "CPU_E";
            this.layoutViewColumn25.LayoutViewField = this.layoutViewField_layoutViewColumn25;
            this.layoutViewColumn25.Name = "layoutViewColumn25";
            // 
            // layoutViewField_layoutViewColumn25
            // 
            this.layoutViewField_layoutViewColumn25.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn25.Location = new System.Drawing.Point(0, 99);
            this.layoutViewField_layoutViewColumn25.Name = "layoutViewField_layoutViewColumn25";
            this.layoutViewField_layoutViewColumn25.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn25.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn25.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn25.TextVisible = false;
            // 
            // layoutViewColumn26
            // 
            this.layoutViewColumn26.Caption = "PPM>USL";
            this.layoutViewColumn26.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn26.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn26.FieldName = "UpBdRate_G";
            this.layoutViewColumn26.LayoutViewField = this.layoutViewField_layoutViewColumn26;
            this.layoutViewColumn26.Name = "layoutViewColumn26";
            // 
            // layoutViewField_layoutViewColumn26
            // 
            this.layoutViewField_layoutViewColumn26.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn26.Location = new System.Drawing.Point(0, 151);
            this.layoutViewField_layoutViewColumn26.Name = "layoutViewField_layoutViewColumn26";
            this.layoutViewField_layoutViewColumn26.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn26.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn26.TextToControlDistance = 0;
            // 
            // layoutViewColumn27
            // 
            this.layoutViewColumn27.Caption = "PPM<LSL";
            this.layoutViewColumn27.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn27.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn27.FieldName = "LowBdRate_G";
            this.layoutViewColumn27.LayoutViewField = this.layoutViewField_layoutViewColumn27;
            this.layoutViewColumn27.Name = "layoutViewColumn27";
            // 
            // layoutViewField_layoutViewColumn27
            // 
            this.layoutViewField_layoutViewColumn27.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn27.Location = new System.Drawing.Point(0, 177);
            this.layoutViewField_layoutViewColumn27.Name = "layoutViewField_layoutViewColumn27";
            this.layoutViewField_layoutViewColumn27.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn27.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn27.TextToControlDistance = 0;
            // 
            // layoutViewColumn28
            // 
            this.layoutViewColumn28.Caption = "PPM Total";
            this.layoutViewColumn28.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn28.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn28.FieldName = "SumBdRate_G";
            this.layoutViewColumn28.LayoutViewField = this.layoutViewField_layoutViewColumn28;
            this.layoutViewColumn28.Name = "layoutViewColumn28";
            // 
            // layoutViewField_layoutViewColumn28
            // 
            this.layoutViewField_layoutViewColumn28.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn28.Location = new System.Drawing.Point(0, 203);
            this.layoutViewField_layoutViewColumn28.Name = "layoutViewField_layoutViewColumn28";
            this.layoutViewField_layoutViewColumn28.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn28.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn28.TextToControlDistance = 0;
            // 
            // layoutViewColumn29
            // 
            this.layoutViewColumn29.Caption = "Cp";
            this.layoutViewColumn29.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn29.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn29.FieldName = "CP_G";
            this.layoutViewColumn29.LayoutViewField = this.layoutViewField_layoutViewColumn29;
            this.layoutViewColumn29.Name = "layoutViewColumn29";
            // 
            // layoutViewField_layoutViewColumn29
            // 
            this.layoutViewField_layoutViewColumn29.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn29.Location = new System.Drawing.Point(0, 47);
            this.layoutViewField_layoutViewColumn29.Name = "layoutViewField_layoutViewColumn29";
            this.layoutViewField_layoutViewColumn29.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn29.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn29.TextToControlDistance = 0;
            // 
            // layoutViewColumn30
            // 
            this.layoutViewColumn30.Caption = "Cpk";
            this.layoutViewColumn30.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn30.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn30.FieldName = "CPK_G";
            this.layoutViewColumn30.LayoutViewField = this.layoutViewField_layoutViewColumn30;
            this.layoutViewColumn30.Name = "layoutViewColumn30";
            // 
            // layoutViewField_layoutViewColumn30
            // 
            this.layoutViewField_layoutViewColumn30.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn30.Location = new System.Drawing.Point(0, 73);
            this.layoutViewField_layoutViewColumn30.Name = "layoutViewField_layoutViewColumn30";
            this.layoutViewField_layoutViewColumn30.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn30.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn30.TextToControlDistance = 0;
            // 
            // layoutViewColumn31
            // 
            this.layoutViewColumn31.Caption = "CPL";
            this.layoutViewColumn31.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn31.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn31.FieldName = "CPL_G";
            this.layoutViewColumn31.LayoutViewField = this.layoutViewField_layoutViewColumn31;
            this.layoutViewColumn31.Name = "layoutViewColumn31";
            // 
            // layoutViewField_layoutViewColumn31
            // 
            this.layoutViewField_layoutViewColumn31.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn31.Location = new System.Drawing.Point(0, 125);
            this.layoutViewField_layoutViewColumn31.Name = "layoutViewField_layoutViewColumn31";
            this.layoutViewField_layoutViewColumn31.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn31.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn31.TextToControlDistance = 0;
            // 
            // layoutViewColumn32
            // 
            this.layoutViewColumn32.Caption = "CPU";
            this.layoutViewColumn32.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn32.FieldName = "CPU_G";
            this.layoutViewColumn32.LayoutViewField = this.layoutViewField_layoutViewColumn32;
            this.layoutViewColumn32.Name = "layoutViewColumn32";
            // 
            // layoutViewField_layoutViewColumn32
            // 
            this.layoutViewField_layoutViewColumn32.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn32.Location = new System.Drawing.Point(0, 99);
            this.layoutViewField_layoutViewColumn32.Name = "layoutViewField_layoutViewColumn32";
            this.layoutViewField_layoutViewColumn32.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn32.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn32.TextToControlDistance = 0;
            // 
            // layoutViewColumn2
            // 
            this.layoutViewColumn2.Caption = "STDEV";
            this.layoutViewColumn2.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn2.FieldName = "STDev_G";
            this.layoutViewColumn2.LayoutViewField = this.layoutViewField_layoutViewColumn2;
            this.layoutViewColumn2.Name = "layoutViewColumn2";
            // 
            // layoutViewField_layoutViewColumn2
            // 
            this.layoutViewField_layoutViewColumn2.EditorPreferredWidth = 255;
            this.layoutViewField_layoutViewColumn2.Location = new System.Drawing.Point(0, 21);
            this.layoutViewField_layoutViewColumn2.Name = "layoutViewField_layoutViewColumn2";
            this.layoutViewField_layoutViewColumn2.Size = new System.Drawing.Size(321, 26);
            this.layoutViewField_layoutViewColumn2.TextSize = new System.Drawing.Size(62, 16);
            this.layoutViewField_layoutViewColumn2.TextToControlDistance = 0;
            // 
            // layoutViewColumn10
            // 
            this.layoutViewColumn10.Caption = "STDEV entirety";
            this.layoutViewColumn10.DisplayFormat.FormatString = "0.####";
            this.layoutViewColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.layoutViewColumn10.FieldName = "STDev_E";
            this.layoutViewColumn10.LayoutViewField = this.layoutViewField_layoutViewColumn10;
            this.layoutViewColumn10.Name = "layoutViewColumn10";
            // 
            // layoutViewField_layoutViewColumn10
            // 
            this.layoutViewField_layoutViewColumn10.EditorPreferredWidth = 254;
            this.layoutViewField_layoutViewColumn10.Location = new System.Drawing.Point(0, 21);
            this.layoutViewField_layoutViewColumn10.Name = "layoutViewField_layoutViewColumn10";
            this.layoutViewField_layoutViewColumn10.Size = new System.Drawing.Size(258, 26);
            this.layoutViewField_layoutViewColumn10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutViewField_layoutViewColumn10.TextToControlDistance = 0;
            this.layoutViewField_layoutViewColumn10.TextVisible = false;
            // 
            // layoutViewColumn33
            // 
            this.layoutViewColumn33.Caption = "子组大小";
            this.layoutViewColumn33.ColumnEdit = this.repositoryItemTextEdit4;
            this.layoutViewColumn33.FieldName = "GroupLength";
            this.layoutViewColumn33.LayoutViewField = this.layoutViewField_layoutViewColumn33;
            this.layoutViewColumn33.Name = "layoutViewColumn33";
            // 
            // repositoryItemTextEdit4
            // 
            this.repositoryItemTextEdit4.AutoHeight = false;
            this.repositoryItemTextEdit4.Mask.EditMask = "[1-9]\\d*";
            this.repositoryItemTextEdit4.Mask.IgnoreMaskBlank = false;
            this.repositoryItemTextEdit4.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
            this.repositoryItemTextEdit4.Mask.ShowPlaceHolders = false;
            this.repositoryItemTextEdit4.Name = "repositoryItemTextEdit4";
            // 
            // layoutViewField_layoutViewColumn33
            // 
            this.layoutViewField_layoutViewColumn33.EditorPreferredWidth = 54;
            this.layoutViewField_layoutViewColumn33.Location = new System.Drawing.Point(0, 78);
            this.layoutViewField_layoutViewColumn33.Name = "layoutViewField_layoutViewColumn33";
            this.layoutViewField_layoutViewColumn33.Size = new System.Drawing.Size(119, 35);
            this.layoutViewField_layoutViewColumn33.TextSize = new System.Drawing.Size(61, 17);
            this.layoutViewField_layoutViewColumn33.TextToControlDistance = 0;
            // 
            // layoutViewCard1
            // 
            this.layoutViewCard1.AllowDrawBackground = false;
            this.layoutViewCard1.CustomizationFormText = "TemplateCard";
            this.layoutViewCard1.ExpandButtonLocation = DevExpress.Utils.GroupElementLocation.AfterText;
            this.layoutViewCard1.GroupBordersVisible = false;
            this.layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group1,
            this.Group2,
            this.Group5,
            this.Group7});
            this.layoutViewCard1.Name = "layoutViewTemplateCard";
            this.layoutViewCard1.OptionsItemText.TextToControlDistance = 0;
            this.layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.layoutViewCard1.Text = "TemplateCard";
            this.layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Bottom;
            // 
            // Group1
            // 
            this.Group1.CustomizationFormText = "Group1";
            this.Group1.GroupBordersVisible = false;
            this.Group1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group3,
            this.Group4});
            this.Group1.Location = new System.Drawing.Point(0, 86);
            this.Group1.Name = "Group1";
            this.Group1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group1.Size = new System.Drawing.Size(337, 86);
            this.Group1.Text = "Group1";
            // 
            // Group3
            // 
            this.Group3.CustomizationFormText = "Group3";
            this.Group3.GroupBordersVisible = false;
            this.Group3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn6,
            this.layoutViewField_layoutViewColumn8,
            this.layoutViewField_layoutViewColumn9});
            this.Group3.Location = new System.Drawing.Point(0, 0);
            this.Group3.Name = "Group3";
            this.Group3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group3.Size = new System.Drawing.Size(170, 78);
            this.Group3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group3.Text = "Group3";
            // 
            // Group4
            // 
            this.Group4.CustomizationFormText = "Group4";
            this.Group4.GroupBordersVisible = false;
            this.Group4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn7,
            this.layoutViewField_layoutViewColumn11,
            this.layoutViewField_layoutViewColumn12});
            this.Group4.Location = new System.Drawing.Point(170, 0);
            this.Group4.Name = "Group4";
            this.Group4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group4.Size = new System.Drawing.Size(159, 78);
            this.Group4.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group4.Text = "Group4";
            // 
            // Group2
            // 
            this.Group2.CustomizationFormText = "Group2";
            this.Group2.GroupBordersVisible = false;
            this.Group2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group8,
            this.Group9});
            this.Group2.Location = new System.Drawing.Point(0, 0);
            this.Group2.Name = "Group2";
            this.Group2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group2.Size = new System.Drawing.Size(337, 86);
            this.Group2.Text = "Group2";
            // 
            // Group8
            // 
            this.Group8.CustomizationFormText = "Group8";
            this.Group8.GroupBordersVisible = false;
            this.Group8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn1,
            this.layoutViewField_layoutViewColumn14,
            this.layoutViewField_layoutViewColumn22});
            this.Group8.Location = new System.Drawing.Point(0, 0);
            this.Group8.Name = "Group8";
            this.Group8.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group8.Size = new System.Drawing.Size(170, 78);
            this.Group8.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group8.Text = "Group8";
            // 
            // Group9
            // 
            this.Group9.CustomizationFormText = "Group9";
            this.Group9.GroupBordersVisible = false;
            this.Group9.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn15,
            this.layoutViewField_layoutViewColumn3,
            this.layoutViewField_layoutViewColumn23});
            this.Group9.Location = new System.Drawing.Point(170, 0);
            this.Group9.Name = "Group9";
            this.Group9.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group9.Size = new System.Drawing.Size(159, 78);
            this.Group9.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group9.Text = "Group9";
            // 
            // Group5
            // 
            this.Group5.CustomizationFormText = "Group5";
            this.Group5.GroupBordersVisible = false;
            this.Group5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.Group6,
            this.Group10});
            this.Group5.Location = new System.Drawing.Point(0, 172);
            this.Group5.Name = "Group5";
            this.Group5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group5.Size = new System.Drawing.Size(587, 237);
            this.Group5.Text = "Group5";
            // 
            // Group6
            // 
            this.Group6.CustomizationFormText = "Group6";
            this.Group6.GroupBordersVisible = false;
            this.Group6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.item2,
            this.layoutViewField_layoutViewColumn16,
            this.layoutViewField_layoutViewColumn18,
            this.layoutViewField_layoutViewColumn17,
            this.layoutViewField_layoutViewColumn24,
            this.layoutViewField_layoutViewColumn25,
            this.layoutViewField_layoutViewColumn20,
            this.layoutViewField_layoutViewColumn19,
            this.layoutViewField_layoutViewColumn10});
            this.Group6.Location = new System.Drawing.Point(321, 0);
            this.Group6.Name = "Group6";
            this.Group6.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group6.Size = new System.Drawing.Size(258, 229);
            this.Group6.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group6.Text = "Group6";
            // 
            // item2
            // 
            this.item2.AllowHotTrack = false;
            this.item2.AppearanceItemCaption.Options.UseTextOptions = true;
            this.item2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.item2.CustomizationFormText = "整体";
            this.item2.Location = new System.Drawing.Point(0, 0);
            this.item2.Name = "item2";
            this.item2.Size = new System.Drawing.Size(258, 21);
            this.item2.Text = "整体";
            this.item2.TextSize = new System.Drawing.Size(28, 17);
            // 
            // Group10
            // 
            this.Group10.CustomizationFormText = "Group10";
            this.Group10.GroupBordersVisible = false;
            this.Group10.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.item1,
            this.item3,
            this.layoutViewField_layoutViewColumn29,
            this.layoutViewField_layoutViewColumn30,
            this.layoutViewField_layoutViewColumn32,
            this.layoutViewField_layoutViewColumn31,
            this.layoutViewField_layoutViewColumn26,
            this.layoutViewField_layoutViewColumn27,
            this.layoutViewField_layoutViewColumn28,
            this.layoutViewField_layoutViewColumn2});
            this.Group10.Location = new System.Drawing.Point(0, 0);
            this.Group10.Name = "Group10";
            this.Group10.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group10.Size = new System.Drawing.Size(321, 229);
            this.Group10.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Group10.Text = "Group10";
            // 
            // item1
            // 
            this.item1.AllowHotTrack = false;
            this.item1.AppearanceItemCaption.Options.UseTextOptions = true;
            this.item1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.item1.CustomizationFormText = "组内";
            this.item1.Location = new System.Drawing.Point(63, 0);
            this.item1.Name = "item1";
            this.item1.Size = new System.Drawing.Size(258, 21);
            this.item1.Text = "组内";
            this.item1.TextSize = new System.Drawing.Size(62, 17);
            // 
            // item3
            // 
            this.item3.AllowHotTrack = false;
            this.item3.CustomizationFormText = "item3";
            this.item3.Location = new System.Drawing.Point(0, 0);
            this.item3.Name = "item3";
            this.item3.Size = new System.Drawing.Size(63, 21);
            this.item3.Text = "item3";
            this.item3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // Group7
            // 
            this.Group7.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 12.83019F);
            this.Group7.AppearanceGroup.Options.UseFont = true;
            this.Group7.AppearanceGroup.Options.UseTextOptions = true;
            this.Group7.AppearanceGroup.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.Group7.CustomizationFormText = "设定";
            this.Group7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutViewField_layoutViewColumn4,
            this.layoutViewField_layoutViewColumn13,
            this.layoutViewField_layoutViewColumn5,
            this.layoutViewField_layoutViewColumn33,
            this.layoutViewField_layoutViewColumn21});
            this.Group7.Location = new System.Drawing.Point(337, 0);
            this.Group7.Name = "Group7";
            this.Group7.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.Group7.Size = new System.Drawing.Size(250, 172);
            this.Group7.Spacing = new DevExpress.XtraLayout.Utils.Padding(12, 12, 12, 12);
            this.Group7.Text = "设定";
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.DataChart);
            this.panelControl2.Controls.Add(this.splitter2);
            this.panelControl2.Controls.Add(this.panelControl3);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(624, 0);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(738, 586);
            this.panelControl2.TabIndex = 10;
            // 
            // DataChart
            // 
            this.DataChart.AllowDrop = true;
            this.DataChart.BorderOptions.Visible = false;
            constantLine66.AxisValueSerializable = "B";
            constantLine66.Name = "X";
            constantLine66.Title.Text = "X";
            constantLine66.Visible = false;
            constantLine67.AxisValueSerializable = "B";
            constantLine67.Name = "X";
            constantLine67.Title.Text = "X";
            constantLine67.Visible = false;
            swiftPlotDiagram6.AxisX.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine66,
            constantLine67});
            swiftPlotDiagram6.AxisX.MinorCount = 1;
            strip11.MaxLimit.AxisValueSerializable = "B";
            strip11.MinLimit.AxisValueSerializable = "A";
            strip11.Name = "XStrip";
            strip11.Visible = false;
            swiftPlotDiagram6.AxisX.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
            strip11});
            swiftPlotDiagram6.AxisX.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram6.AxisX.WholeRange.AutoSideMargins = false;
            swiftPlotDiagram6.AxisX.WholeRange.SideMarginsValue = 0D;
            constantLine68.AxisValueSerializable = "0";
            constantLine68.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine68.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
            constantLine68.Name = "up";
            constantLine68.ShowInLegend = false;
            constantLine68.Title.Visible = false;
            constantLine68.Visible = false;
            constantLine69.AxisValueSerializable = "0";
            constantLine69.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            constantLine69.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Dash;
            constantLine69.Name = "std";
            constantLine69.ShowInLegend = false;
            constantLine69.Title.Visible = false;
            constantLine69.Visible = false;
            constantLine70.AxisValueSerializable = "0";
            constantLine70.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
            constantLine70.LineStyle.DashStyle = DevExpress.XtraCharts.DashStyle.Solid;
            constantLine70.Name = "low";
            constantLine70.ShowInLegend = false;
            constantLine70.Title.Visible = false;
            constantLine70.Visible = false;
            constantLine71.AxisValueSerializable = "1";
            constantLine71.Name = "Y";
            constantLine71.Title.Text = "Y";
            constantLine71.Visible = false;
            constantLine72.AxisValueSerializable = "1";
            constantLine72.Name = "Y";
            constantLine72.Title.Text = "Y";
            constantLine72.Visible = false;
            swiftPlotDiagram6.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
            constantLine68,
            constantLine69,
            constantLine70,
            constantLine71,
            constantLine72});
            strip12.MaxLimit.AxisValueSerializable = "1";
            strip12.MinLimit.AxisValueSerializable = "0";
            strip12.Name = "YStrip";
            strip12.Visible = false;
            swiftPlotDiagram6.AxisY.Strips.AddRange(new DevExpress.XtraCharts.Strip[] {
            strip12});
            swiftPlotDiagram6.AxisY.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram6.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            swiftPlotDiagram6.EnableAxisXScrolling = true;
            swiftPlotDiagram6.EnableAxisXZooming = true;
            swiftPlotDiagram6.Margins.Bottom = 0;
            swiftPlotDiagram6.Margins.Left = 0;
            swiftPlotDiagram6.Margins.Right = 0;
            swiftPlotDiagram6.Margins.Top = 0;
            swiftPlotDiagram6.ScrollingOptions.UseMouse = false;
            this.DataChart.Diagram = swiftPlotDiagram6;
            this.DataChart.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DataChart.Legend.Visible = false;
            this.DataChart.Location = new System.Drawing.Point(2, 2);
            this.DataChart.Name = "DataChart";
            this.DataChart.Padding.Bottom = 0;
            this.DataChart.Padding.Left = 0;
            this.DataChart.Padding.Right = 0;
            this.DataChart.Padding.Top = 0;
            this.DataChart.RuntimeHitTesting = true;
            series21.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series21.Name = "Series 1";
            series21.View = swiftPlotSeriesView11;
            this.DataChart.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series21};
            swiftPlotSeriesView12.LineStyle.Thickness = 2;
            this.DataChart.SeriesTemplate.View = swiftPlotSeriesView12;
            this.DataChart.Size = new System.Drawing.Size(734, 102);
            this.DataChart.TabIndex = 16;
            this.DataChart.CustomDrawCrosshair += new DevExpress.XtraCharts.CustomDrawCrosshairEventHandler(this.chartControl1_CustomDrawCrosshair);
            this.DataChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseDown);
            this.DataChart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseMove);
            this.DataChart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
            // 
            // splitter2
            // 
            this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitter2.Location = new System.Drawing.Point(2, 104);
            this.splitter2.Name = "splitter2";
            this.splitter2.Size = new System.Drawing.Size(734, 3);
            this.splitter2.TabIndex = 17;
            this.splitter2.TabStop = false;
            // 
            // panelControl3
            // 
            this.panelControl3.Controls.Add(this.gridControl2);
            this.panelControl3.Controls.Add(this.standaloneBarDockControl1);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl3.Location = new System.Drawing.Point(2, 107);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(734, 477);
            this.panelControl3.TabIndex = 19;
            // 
            // gridControl2
            // 
            this.gridControl2.AllowDrop = true;
            this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl2.Location = new System.Drawing.Point(2, 31);
            this.gridControl2.MainView = this.gridView1;
            this.gridControl2.MenuManager = this.barManager1;
            this.gridControl2.Name = "gridControl2";
            this.gridControl2.Size = new System.Drawing.Size(730, 444);
            this.gridControl2.TabIndex = 14;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.ChooseColumnName = "choose";
            this.gridView1.GridControl = this.gridControl2;
            this.gridView1.Name = "gridView1";
            this.gridView1.NumberDisplayFormat = "";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridView1.OptionsSelection.MultiSelect = true;
            this.gridView1.OptionsView.ColumnAutoWidth = false;
            this.gridView1.OptionsView.ShowFooter = true;
            this.gridView1.DragObjectDrop += new DevExpress.XtraGrid.Views.Base.DragObjectDropEventHandler(this.gridView1_DragObjectDrop);
            // 
            // chartPointRightClickPopupMenu
            // 
            this.chartPointRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.chartPointRightClickPopupMenu.Manager = this.barManager1;
            this.chartPointRightClickPopupMenu.Name = "chartPointRightClickPopupMenu";
            // 
            // ChartBoundRightClickPopupMenu
            // 
            this.ChartBoundRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem2),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem5, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
            this.ChartBoundRightClickPopupMenu.Manager = this.barManager1;
            this.ChartBoundRightClickPopupMenu.Name = "ChartBoundRightClickPopupMenu";
            // 
            // gridViewRightClickPopupMenu
            // 
            this.gridViewRightClickPopupMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem11)});
            this.gridViewRightClickPopupMenu.Manager = this.barManager1;
            this.gridViewRightClickPopupMenu.Name = "gridViewRightClickPopupMenu";
            // 
            // splitter1
            // 
            this.splitter1.Location = new System.Drawing.Point(621, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(3, 586);
            this.splitter1.TabIndex = 17;
            this.splitter1.TabStop = false;
            // 
            // CPKtoolControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panelControl2);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.panelControl1);
            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(3, 4, 3, 4);
            this.Name = "CPKtoolControl";
            this.Size = new System.Drawing.Size(1362, 586);
            this.Load += new System.EventHandler(this.CPKtoolControl_Load);
            this.SizeChanged += new System.EventHandler(this.CPKtoolControl_SizeChanged);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(secondaryAxisY6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(splineSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
            this.xtraScrollableControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn27)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn28)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn29)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn30)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn31)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn32)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn33)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.item3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Group7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(strip11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(strip12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DataChart)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            this.panelControl3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartPointRightClickPopupMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ChartBoundRightClickPopupMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRightClickPopupMenu)).EndInit();
            this.ResumeLayout(false);

        }
Пример #25
0
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
            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.PointSeriesView pointSeriesView1 = new DevExpress.XtraCharts.PointSeriesView();
            DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
            this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
            this.SuspendLayout();
            // 
            // chartControl1
            // 
            xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
            xyDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
            xyDiagram1.EnableAxisXScrolling = 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";
            this.chartControl1.RuntimeHitTesting = true;
            series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series1.Name = "Series 1";
            lineSeriesView1.LineStyle.Thickness = 1;
            series1.View = lineSeriesView1;
            series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
            series2.Name = "Series 2";
            pointSeriesView1.PointMarkerOptions.Size = 3;
            series2.View = pointSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1,
        series2};
            this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView1;
            this.chartControl1.Size = new System.Drawing.Size(656, 358);
            this.chartControl1.TabIndex = 0;
            // 
            // AvgDataRunDrawBoard
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.chartControl1);
            this.Name = "AvgDataRunDrawBoard";
            this.Size = new System.Drawing.Size(656, 358);
            ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pointSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            this.ResumeLayout(false);

        }
Пример #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(FormIg195Test));
     DevExpress.XtraCharts.SwiftPlotDiagram         swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView4 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.performanceCounter1   = new System.Diagnostics.PerformanceCounter();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton6      = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1      = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2      = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3    = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.textEdit4     = new DevExpress.XtraEditors.TextEdit();
     this.textEdit3     = new DevExpress.XtraEditors.TextEdit();
     this.textEdit2     = new DevExpress.XtraEditors.TextEdit();
     this.textEdit6     = new DevExpress.XtraEditors.TextEdit();
     this.textEdit5     = new DevExpress.XtraEditors.TextEdit();
     this.textEdit1     = new DevExpress.XtraEditors.TextEdit();
     this.gaugeControl2 = new DevExpress.XtraGauges.Win.GaugeControl();
     this.digitalGauge1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
     this.digitalBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
     this.gaugeControl1  = new DevExpress.XtraGauges.Win.GaugeControl();
     this.circularGauge1 = new DevExpress.XtraGauges.Win.Gauges.Circular.CircularGauge();
     this.arcScaleBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
     this.arcScaleComponent1 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent();
     this.arcScaleBackgroundLayerComponent2 = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent();
     this.arcScaleNeedleComponent1          = new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent();
     this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.digitalGauge1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.toolStrip1.AutoSize = false;
     this.toolStrip1.Dock     = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSeparator1,
         this.toolStripButton6,
         this.toolStripSeparator2,
         this.toolStripButton1,
         this.toolStripButton2
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 579);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(949, 25);
     this.toolStrip1.Stretch  = true;
     this.toolStrip1.TabIndex = 12;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton6.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(60, 22);
     this.toolStripButton6.Text = "扭力清零";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name = "toolStripButton1";
     this.toolStripButton1.Size = new System.Drawing.Size(48, 22);
     this.toolStripButton1.Text = "举升升";
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(48, 22);
     this.toolStripButton2.Text = "举升降";
     //
     // statusStrip1
     //
     this.statusStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.statusStrip1.AutoSize = false;
     this.statusStrip1.Dock     = System.Windows.Forms.DockStyle.None;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.toolStripProgressBar1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 604);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(949, 22);
     this.statusStrip1.TabIndex = 11;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.AutoSize  = false;
     this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Gray;
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(259, 17);
     this.toolStripStatusLabel1.Text      = "等待检测";
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripProgressBar1
     //
     this.toolStripProgressBar1.Name = "toolStripProgressBar1";
     this.toolStripProgressBar1.Size = new System.Drawing.Size(150, 16);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2,
         this.toolStripMenuItem5,
         this.toolStripMenuItem4,
         this.toolStripMenuItem3
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(949, 25);
     this.menuStrip1.TabIndex = 14;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(68, 21);
     this.toolStripMenuItem1.Text = "开始检测";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(68, 21);
     this.toolStripMenuItem2.Text = "暂停检测";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(68, 21);
     this.toolStripMenuItem5.Text = "终止测试";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(68, 21);
     this.toolStripMenuItem4.Text = "取消检测";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(68, 21);
     this.toolStripMenuItem3.Text = "重新检测";
     //
     // groupBox1
     //
     this.groupBox1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.groupBox1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.labelControl4);
     this.groupBox1.Controls.Add(this.labelControl3);
     this.groupBox1.Controls.Add(this.labelControl2);
     this.groupBox1.Controls.Add(this.labelControl7);
     this.groupBox1.Controls.Add(this.labelControl6);
     this.groupBox1.Controls.Add(this.labelControl1);
     this.groupBox1.Controls.Add(this.textEdit4);
     this.groupBox1.Controls.Add(this.textEdit3);
     this.groupBox1.Controls.Add(this.textEdit2);
     this.groupBox1.Controls.Add(this.textEdit6);
     this.groupBox1.Controls.Add(this.textEdit5);
     this.groupBox1.Controls.Add(this.textEdit1);
     this.groupBox1.Controls.Add(this.gaugeControl2);
     this.groupBox1.Controls.Add(this.gaugeControl1);
     this.groupBox1.Controls.Add(this.chartControl1);
     this.groupBox1.Location = new System.Drawing.Point(0, 29);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(949, 547);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     //
     // groupBox2
     //
     this.groupBox2.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.groupBox2.BackColor = System.Drawing.Color.SteelBlue;
     this.groupBox2.Controls.Add(this.textBox1);
     this.groupBox2.Location = new System.Drawing.Point(228, 69);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(697, 172);
     this.groupBox2.TabIndex = 31;
     this.groupBox2.TabStop  = false;
     //
     // textBox1
     //
     this.textBox1.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textBox1.BackColor = System.Drawing.Color.RosyBrown;
     this.textBox1.Font      = new System.Drawing.Font("LcdD", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.ForeColor = System.Drawing.Color.Crimson;
     this.textBox1.Location  = new System.Drawing.Point(7, 26);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(682, 119);
     this.textBox1.TabIndex  = 8;
     this.textBox1.Text      = "等待检测\r\n等待检测";
     this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelControl4
     //
     this.labelControl4.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl4.Location = new System.Drawing.Point(834, 12);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(63, 14);
     this.labelControl4.TabIndex = 27;
     this.labelControl4.Text     = "工况时间(s)";
     //
     // labelControl3
     //
     this.labelControl3.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl3.Location = new System.Drawing.Point(717, 12);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(72, 14);
     this.labelControl3.TabIndex = 26;
     this.labelControl3.Text     = "累计超差次数";
     //
     // labelControl2
     //
     this.labelControl2.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl2.Location = new System.Drawing.Point(600, 12);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(72, 14);
     this.labelControl2.TabIndex = 25;
     this.labelControl2.Text     = "连续超差次数";
     //
     // labelControl7
     //
     this.labelControl7.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl7.Location = new System.Drawing.Point(256, 12);
     this.labelControl7.Name     = "labelControl7";
     this.labelControl7.Size     = new System.Drawing.Size(42, 14);
     this.labelControl7.TabIndex = 30;
     this.labelControl7.Text     = "扭力(N)";
     //
     // labelControl6
     //
     this.labelControl6.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl6.Location = new System.Drawing.Point(369, 12);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(53, 14);
     this.labelControl6.TabIndex = 29;
     this.labelControl6.Text     = "功率(KW)";
     //
     // labelControl1
     //
     this.labelControl1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl1.Location = new System.Drawing.Point(480, 12);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(75, 14);
     this.labelControl1.TabIndex = 28;
     this.labelControl1.Text     = "行驶里程(Km)";
     //
     // textEdit4
     //
     this.textEdit4.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEdit4.EditValue = "0.0";
     this.textEdit4.Location  = new System.Drawing.Point(823, 33);
     this.textEdit4.Name      = "textEdit4";
     this.textEdit4.Properties.Appearance.BackColor            = System.Drawing.Color.Black;
     this.textEdit4.Properties.Appearance.Font                 = new System.Drawing.Font("LcdD", 15F);
     this.textEdit4.Properties.Appearance.ForeColor            = System.Drawing.Color.Lime;
     this.textEdit4.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit4.Properties.Appearance.Options.UseFont      = true;
     this.textEdit4.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEdit4.Size        = new System.Drawing.Size(100, 30);
     this.textEdit4.TabIndex    = 24;
     //
     // textEdit3
     //
     this.textEdit3.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEdit3.EditValue = "0 ";
     this.textEdit3.Location  = new System.Drawing.Point(704, 33);
     this.textEdit3.Name      = "textEdit3";
     this.textEdit3.Properties.Appearance.BackColor            = System.Drawing.Color.Black;
     this.textEdit3.Properties.Appearance.Font                 = new System.Drawing.Font("LcdD", 15F);
     this.textEdit3.Properties.Appearance.ForeColor            = System.Drawing.Color.Lime;
     this.textEdit3.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit3.Properties.Appearance.Options.UseFont      = true;
     this.textEdit3.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEdit3.Size        = new System.Drawing.Size(100, 30);
     this.textEdit3.TabIndex    = 20;
     //
     // textEdit2
     //
     this.textEdit2.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEdit2.EditValue = "0 ";
     this.textEdit2.Location  = new System.Drawing.Point(585, 33);
     this.textEdit2.Name      = "textEdit2";
     this.textEdit2.Properties.Appearance.BackColor            = System.Drawing.Color.Black;
     this.textEdit2.Properties.Appearance.Font                 = new System.Drawing.Font("LcdD", 15F);
     this.textEdit2.Properties.Appearance.ForeColor            = System.Drawing.Color.Lime;
     this.textEdit2.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit2.Properties.Appearance.Options.UseFont      = true;
     this.textEdit2.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEdit2.Size        = new System.Drawing.Size(100, 30);
     this.textEdit2.TabIndex    = 19;
     //
     // textEdit6
     //
     this.textEdit6.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEdit6.EditValue = "00.0";
     this.textEdit6.Location  = new System.Drawing.Point(228, 33);
     this.textEdit6.Name      = "textEdit6";
     this.textEdit6.Properties.Appearance.BackColor            = System.Drawing.Color.Black;
     this.textEdit6.Properties.Appearance.Font                 = new System.Drawing.Font("LcdD", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textEdit6.Properties.Appearance.ForeColor            = System.Drawing.Color.Lime;
     this.textEdit6.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit6.Properties.Appearance.Options.UseFont      = true;
     this.textEdit6.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEdit6.Size        = new System.Drawing.Size(100, 30);
     this.textEdit6.TabIndex    = 21;
     //
     // textEdit5
     //
     this.textEdit5.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEdit5.EditValue = "00.0";
     this.textEdit5.Location  = new System.Drawing.Point(347, 33);
     this.textEdit5.Name      = "textEdit5";
     this.textEdit5.Properties.Appearance.BackColor            = System.Drawing.Color.Black;
     this.textEdit5.Properties.Appearance.Font                 = new System.Drawing.Font("LcdD", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textEdit5.Properties.Appearance.ForeColor            = System.Drawing.Color.Lime;
     this.textEdit5.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit5.Properties.Appearance.Options.UseFont      = true;
     this.textEdit5.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEdit5.Size        = new System.Drawing.Size(100, 30);
     this.textEdit5.TabIndex    = 23;
     //
     // textEdit1
     //
     this.textEdit1.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.textEdit1.EditValue = "00.0";
     this.textEdit1.Location  = new System.Drawing.Point(466, 33);
     this.textEdit1.Name      = "textEdit1";
     this.textEdit1.Properties.Appearance.BackColor            = System.Drawing.Color.Black;
     this.textEdit1.Properties.Appearance.Font                 = new System.Drawing.Font("LcdD", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textEdit1.Properties.Appearance.ForeColor            = System.Drawing.Color.Lime;
     this.textEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.textEdit1.Properties.Appearance.Options.UseFont      = true;
     this.textEdit1.Properties.Appearance.Options.UseForeColor = true;
     this.textEdit1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.textEdit1.Size        = new System.Drawing.Size(100, 30);
     this.textEdit1.TabIndex    = 22;
     //
     // gaugeControl2
     //
     this.gaugeControl2.Anchor     = System.Windows.Forms.AnchorStyles.Top;
     this.gaugeControl2.AutoLayout = false;
     this.gaugeControl2.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
         this.digitalGauge1
     });
     this.gaugeControl2.Location = new System.Drawing.Point(24, 179);
     this.gaugeControl2.Name     = "gaugeControl2";
     this.gaugeControl2.Size     = new System.Drawing.Size(182, 62);
     this.gaugeControl2.TabIndex = 18;
     //
     // digitalGauge1
     //
     this.digitalGauge1.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#FFC0C0");
     this.digitalGauge1.AppearanceOn.ContentBrush  = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#A40000");
     this.digitalGauge1.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent[] {
         this.digitalBackgroundLayerComponent1
     });
     this.digitalGauge1.Bounds     = new System.Drawing.Rectangle(6, 6, 164, 50);
     this.digitalGauge1.DigitCount = 4;
     this.digitalGauge1.Name       = "digitalGauge1";
     this.digitalGauge1.Text       = "000.0";
     //
     // digitalBackgroundLayerComponent1
     //
     this.digitalBackgroundLayerComponent1.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(211.85F, 99.9625F);
     this.digitalBackgroundLayerComponent1.Name        = "digitalBackgroundLayerComponent13";
     this.digitalBackgroundLayerComponent1.ShapeType   = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style12;
     this.digitalBackgroundLayerComponent1.TopLeft     = new DevExpress.XtraGauges.Core.Base.PointF2D(20F, 0F);
     this.digitalBackgroundLayerComponent1.ZOrder      = 1000;
     //
     // gaugeControl1
     //
     this.gaugeControl1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
         this.circularGauge1
     });
     this.gaugeControl1.Location = new System.Drawing.Point(24, 7);
     this.gaugeControl1.Name     = "gaugeControl1";
     this.gaugeControl1.Size     = new System.Drawing.Size(182, 172);
     this.gaugeControl1.TabIndex = 17;
     //
     // circularGauge1
     //
     this.circularGauge1.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponent[] {
         this.arcScaleBackgroundLayerComponent1,
         this.arcScaleBackgroundLayerComponent2
     });
     this.circularGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 170, 160);
     this.circularGauge1.Name   = "circularGauge1";
     this.circularGauge1.Needles.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponent[] {
         this.arcScaleNeedleComponent1
     });
     this.circularGauge1.Scales.AddRange(new DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleComponent[] {
         this.arcScaleComponent1
     });
     //
     // arcScaleBackgroundLayerComponent1
     //
     this.arcScaleBackgroundLayerComponent1.ArcScale  = this.arcScaleComponent1;
     this.arcScaleBackgroundLayerComponent1.Name      = "arcScaleBackgroundLayerComponent7";
     this.arcScaleBackgroundLayerComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularFull_Style5;
     this.arcScaleBackgroundLayerComponent1.ZOrder    = 1000;
     //
     // arcScaleComponent1
     //
     this.arcScaleComponent1.AppearanceTickmarkText.Font      = new System.Drawing.Font("Tahoma", 14F);
     this.arcScaleComponent1.AppearanceTickmarkText.TextBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:LightGrey");
     this.arcScaleComponent1.Center                        = new DevExpress.XtraGauges.Core.Base.PointF2D(125F, 125F);
     this.arcScaleComponent1.EndAngle                      = 60F;
     this.arcScaleComponent1.MajorTickCount                = 19;
     this.arcScaleComponent1.MajorTickmark.FormatString    = "{0:F0}";
     this.arcScaleComponent1.MajorTickmark.ShapeOffset     = -11F;
     this.arcScaleComponent1.MajorTickmark.ShapeScale      = new DevExpress.XtraGauges.Core.Base.FactorF2D(0.5F, 1F);
     this.arcScaleComponent1.MajorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style5_1;
     this.arcScaleComponent1.MajorTickmark.TextOffset      = -28F;
     this.arcScaleComponent1.MajorTickmark.TextOrientation = DevExpress.XtraGauges.Core.Model.LabelOrientation.LeftToRight;
     this.arcScaleComponent1.MaxValue                      = 180F;
     this.arcScaleComponent1.MinorTickCount                = 4;
     this.arcScaleComponent1.MinorTickmark.ShapeOffset     = -5F;
     this.arcScaleComponent1.MinorTickmark.ShapeScale      = new DevExpress.XtraGauges.Core.Base.FactorF2D(0.5F, 1F);
     this.arcScaleComponent1.MinorTickmark.ShapeType       = DevExpress.XtraGauges.Core.Model.TickmarkShapeType.Circular_Style5_2;
     this.arcScaleComponent1.Name       = "arcScaleComponent7";
     this.arcScaleComponent1.RadiusX    = 122F;
     this.arcScaleComponent1.RadiusY    = 122F;
     this.arcScaleComponent1.StartAngle = -240F;
     //
     // arcScaleBackgroundLayerComponent2
     //
     this.arcScaleBackgroundLayerComponent2.ArcScale  = this.arcScaleComponent1;
     this.arcScaleBackgroundLayerComponent2.Name      = "arcScaleBackgroundLayerComponent10";
     this.arcScaleBackgroundLayerComponent2.ShapeType = DevExpress.XtraGauges.Core.Model.BackgroundLayerShapeType.CircularFull_Style5_1;
     this.arcScaleBackgroundLayerComponent2.Size      = new System.Drawing.SizeF(216F, 216F);
     this.arcScaleBackgroundLayerComponent2.ZOrder    = 999;
     //
     // arcScaleNeedleComponent1
     //
     this.arcScaleNeedleComponent1.ArcScale    = this.arcScaleComponent1;
     this.arcScaleNeedleComponent1.Name        = "arcScaleNeedleComponent7";
     this.arcScaleNeedleComponent1.ShapeType   = DevExpress.XtraGauges.Core.Model.NeedleShapeType.CircularFull_Style5;
     this.arcScaleNeedleComponent1.StartOffset = -23.5F;
     this.arcScaleNeedleComponent1.ZOrder      = -50;
     //
     // chartControl1
     //
     this.chartControl1.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.chartControl1.AppearanceName = "Dark";
     swiftPlotDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisX.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     swiftPlotDiagram1.AxisY.Range.SideMarginsEnabled   = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram     = swiftPlotDiagram1;
     this.chartControl1.Location    = new System.Drawing.Point(24, 247);
     this.chartControl1.Name        = "chartControl1";
     this.chartControl1.PaletteName = "Nature Colors";
     series1.ArgumentScaleType      = DevExpress.XtraCharts.ScaleType.Numerical;
     series1.LegendText             = "速度";
     series1.Name = "speed";
     series1.View = swiftPlotSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     series2.LegendText        = "力";
     series2.Name = "force";
     series2.View = swiftPlotSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     series3.LegendText        = "功率";
     series3.Name = "power";
     series3.View = swiftPlotSeriesView3;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3
     };
     this.chartControl1.SeriesTemplate.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Numerical;
     swiftPlotSeriesView4.LineStyle.Thickness            = 2;
     this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView4;
     this.chartControl1.Size     = new System.Drawing.Size(901, 297);
     this.chartControl1.TabIndex = 16;
     //
     // FormIg195Test
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(949, 626);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.IsMdiContainer  = true;
     this.MainMenuStrip   = this.menuStrip1;
     this.Name            = "FormIg195Test";
     this.Text            = "工况排放检测";
     //((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.digitalGauge1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.circularGauge1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleBackgroundLayerComponent2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.arcScaleNeedleComponent1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(frm_pronostico));
     DevExpress.XtraCharts.SwiftPlotDiagram         swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.groupControl1          = new DevExpress.XtraEditors.GroupControl();
     this.lkl_pronostico         = new System.Windows.Forms.LinkLabel();
     this.lbl_fecha_hoy          = new System.Windows.Forms.Label();
     this.btn_meta_acceso        = new System.Windows.Forms.Button();
     this.label3                 = new System.Windows.Forms.Label();
     this.dataGridView3          = new System.Windows.Forms.DataGridView();
     this.dataGridView2          = new System.Windows.Forms.DataGridView();
     this.dataGridView1          = new System.Windows.Forms.DataGridView();
     this.dgv_hijo               = new System.Windows.Forms.DataGridView();
     this.lbl_total_proceso      = new System.Windows.Forms.Label();
     this.dgv_nego_importantes   = new System.Windows.Forms.DataGridView();
     this.label8                 = new System.Windows.Forms.Label();
     this.lbl_total_ganado       = new System.Windows.Forms.Label();
     this.lbl_ganados            = new System.Windows.Forms.Label();
     this.lbl_total_perdidas     = new System.Windows.Forms.Label();
     this.lbl_perdidos           = new System.Windows.Forms.Label();
     this.lbl_meta               = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.gpc_actis_recents      = new DevExpress.XtraEditors.GroupControl();
     this.gpc_nego_hoy           = new DevExpress.XtraEditors.GroupControl();
     this.gpc_tareas_importantes = new DevExpress.XtraEditors.GroupControl();
     this.ctc_metas_negocios     = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_hijo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_nego_importantes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gpc_actis_recents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gpc_nego_hoy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gpc_tareas_importantes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctc_metas_negocios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Appearance.BackColor2 = System.Drawing.Color.White;
     this.groupControl1.CaptionImage          = ((System.Drawing.Image)(resources.GetObject("groupControl1.CaptionImage")));
     this.groupControl1.CaptionLocation       = DevExpress.Utils.Locations.Top;
     this.groupControl1.Controls.Add(this.lkl_pronostico);
     this.groupControl1.Controls.Add(this.lbl_fecha_hoy);
     this.groupControl1.Controls.Add(this.btn_meta_acceso);
     this.groupControl1.Controls.Add(this.label3);
     this.groupControl1.Controls.Add(this.dataGridView3);
     this.groupControl1.Controls.Add(this.dataGridView2);
     this.groupControl1.Controls.Add(this.dataGridView1);
     this.groupControl1.Controls.Add(this.dgv_hijo);
     this.groupControl1.Controls.Add(this.lbl_total_proceso);
     this.groupControl1.Controls.Add(this.dgv_nego_importantes);
     this.groupControl1.Controls.Add(this.label8);
     this.groupControl1.Controls.Add(this.lbl_total_ganado);
     this.groupControl1.Controls.Add(this.lbl_ganados);
     this.groupControl1.Controls.Add(this.lbl_total_perdidas);
     this.groupControl1.Controls.Add(this.lbl_perdidos);
     this.groupControl1.Controls.Add(this.lbl_meta);
     this.groupControl1.Controls.Add(this.label1);
     this.groupControl1.Controls.Add(this.gpc_actis_recents);
     this.groupControl1.Controls.Add(this.gpc_nego_hoy);
     this.groupControl1.Controls.Add(this.gpc_tareas_importantes);
     this.groupControl1.Controls.Add(this.ctc_metas_negocios);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Margin   = new System.Windows.Forms.Padding(4);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1362, 693);
     this.groupControl1.TabIndex = 28;
     this.groupControl1.Text     = "Meta mensual";
     //
     // lkl_pronostico
     //
     this.lkl_pronostico.AutoSize     = true;
     this.lkl_pronostico.Location     = new System.Drawing.Point(593, 78);
     this.lkl_pronostico.Name         = "lkl_pronostico";
     this.lkl_pronostico.Size         = new System.Drawing.Size(57, 13);
     this.lkl_pronostico.TabIndex     = 175;
     this.lkl_pronostico.TabStop      = true;
     this.lkl_pronostico.Text         = "Pronostico";
     this.lkl_pronostico.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lkl_pronostico_LinkClicked);
     //
     // lbl_fecha_hoy
     //
     this.lbl_fecha_hoy.AutoSize = true;
     this.lbl_fecha_hoy.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_fecha_hoy.Location = new System.Drawing.Point(1015, 61);
     this.lbl_fecha_hoy.Name     = "lbl_fecha_hoy";
     this.lbl_fecha_hoy.Size     = new System.Drawing.Size(98, 16);
     this.lbl_fecha_hoy.TabIndex = 174;
     this.lbl_fecha_hoy.Text     = "A fecha de hoy:";
     //
     // btn_meta_acceso
     //
     this.btn_meta_acceso.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btn_meta_acceso.BackgroundImage")));
     this.btn_meta_acceso.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_meta_acceso.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btn_meta_acceso.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btn_meta_acceso.FlatAppearance.BorderSize         = 0;
     this.btn_meta_acceso.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btn_meta_acceso.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
     this.btn_meta_acceso.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_meta_acceso.Location  = new System.Drawing.Point(776, 56);
     this.btn_meta_acceso.Margin    = new System.Windows.Forms.Padding(4);
     this.btn_meta_acceso.Name      = "btn_meta_acceso";
     this.btn_meta_acceso.Size      = new System.Drawing.Size(23, 21);
     this.btn_meta_acceso.TabIndex  = 173;
     this.btn_meta_acceso.UseVisualStyleBackColor = true;
     this.btn_meta_acceso.Click += new System.EventHandler(this.btn_meta_acceso_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(898, 61);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(111, 16);
     this.label3.TabIndex = 15;
     this.label3.Text     = "A fecha de hoy:";
     //
     // dataGridView3
     //
     this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView3.Location = new System.Drawing.Point(1290, 124);
     this.dataGridView3.Name     = "dataGridView3";
     this.dataGridView3.Size     = new System.Drawing.Size(10, 10);
     this.dataGridView3.TabIndex = 14;
     this.dataGridView3.Visible  = false;
     //
     // dataGridView2
     //
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Location = new System.Drawing.Point(1290, 302);
     this.dataGridView2.Name     = "dataGridView2";
     this.dataGridView2.Size     = new System.Drawing.Size(10, 10);
     this.dataGridView2.TabIndex = 13;
     this.dataGridView2.Visible  = false;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(1290, 240);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.Size     = new System.Drawing.Size(10, 10);
     this.dataGridView1.TabIndex = 12;
     this.dataGridView1.Visible  = false;
     //
     // dgv_hijo
     //
     this.dgv_hijo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_hijo.Location = new System.Drawing.Point(1329, 464);
     this.dgv_hijo.Name     = "dgv_hijo";
     this.dgv_hijo.Size     = new System.Drawing.Size(28, 10);
     this.dgv_hijo.TabIndex = 1;
     this.dgv_hijo.Visible  = false;
     //
     // lbl_total_proceso
     //
     this.lbl_total_proceso.AutoSize = true;
     this.lbl_total_proceso.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_total_proceso.Location = new System.Drawing.Point(498, 61);
     this.lbl_total_proceso.Name     = "lbl_total_proceso";
     this.lbl_total_proceso.Size     = new System.Drawing.Size(98, 16);
     this.lbl_total_proceso.TabIndex = 11;
     this.lbl_total_proceso.Text     = "A fecha de hoy:";
     //
     // dgv_nego_importantes
     //
     this.dgv_nego_importantes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_nego_importantes.Location = new System.Drawing.Point(1290, 511);
     this.dgv_nego_importantes.Name     = "dgv_nego_importantes";
     this.dgv_nego_importantes.Size     = new System.Drawing.Size(10, 10);
     this.dgv_nego_importantes.TabIndex = 0;
     this.dgv_nego_importantes.Visible  = false;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.label8.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(416, 61);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(87, 16);
     this.label8.TabIndex = 10;
     this.label8.Text     = "PROCESO  Q.";
     this.label8.Click   += new System.EventHandler(this.label8_Click);
     //
     // lbl_total_ganado
     //
     this.lbl_total_ganado.AutoSize = true;
     this.lbl_total_ganado.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_total_ganado.Location = new System.Drawing.Point(299, 61);
     this.lbl_total_ganado.Name     = "lbl_total_ganado";
     this.lbl_total_ganado.Size     = new System.Drawing.Size(98, 16);
     this.lbl_total_ganado.TabIndex = 9;
     this.lbl_total_ganado.Text     = "A fecha de hoy:";
     //
     // lbl_ganados
     //
     this.lbl_ganados.AutoSize = true;
     this.lbl_ganados.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.lbl_ganados.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_ganados.Location = new System.Drawing.Point(221, 61);
     this.lbl_ganados.Name     = "lbl_ganados";
     this.lbl_ganados.Size     = new System.Drawing.Size(83, 16);
     this.lbl_ganados.TabIndex = 8;
     this.lbl_ganados.Text     = "GANADO  Q.";
     this.lbl_ganados.Click   += new System.EventHandler(this.lbl_ganados_Click);
     //
     // lbl_total_perdidas
     //
     this.lbl_total_perdidas.AutoSize = true;
     this.lbl_total_perdidas.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_total_perdidas.Location = new System.Drawing.Point(95, 61);
     this.lbl_total_perdidas.Name     = "lbl_total_perdidas";
     this.lbl_total_perdidas.Size     = new System.Drawing.Size(98, 16);
     this.lbl_total_perdidas.TabIndex = 7;
     this.lbl_total_perdidas.Text     = "A fecha de hoy:";
     //
     // lbl_perdidos
     //
     this.lbl_perdidos.AutoSize = true;
     this.lbl_perdidos.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.lbl_perdidos.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_perdidos.Location = new System.Drawing.Point(14, 61);
     this.lbl_perdidos.Name     = "lbl_perdidos";
     this.lbl_perdidos.Size     = new System.Drawing.Size(85, 16);
     this.lbl_perdidos.TabIndex = 6;
     this.lbl_perdidos.Text     = "PERDIDO  Q.";
     this.lbl_perdidos.Click   += new System.EventHandler(this.lbl_perdidos_Click);
     //
     // lbl_meta
     //
     this.lbl_meta.AutoSize = true;
     this.lbl_meta.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_meta.Location = new System.Drawing.Point(705, 61);
     this.lbl_meta.Name     = "lbl_meta";
     this.lbl_meta.Size     = new System.Drawing.Size(98, 16);
     this.lbl_meta.TabIndex = 5;
     this.lbl_meta.Text     = "A fecha de hoy:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(646, 61);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "META  Q.";
     //
     // gpc_actis_recents
     //
     this.gpc_actis_recents.Location = new System.Drawing.Point(880, 97);
     this.gpc_actis_recents.Name     = "gpc_actis_recents";
     this.gpc_actis_recents.Size     = new System.Drawing.Size(375, 508);
     this.gpc_actis_recents.TabIndex = 3;
     this.gpc_actis_recents.Text     = "Actividades recientes";
     //
     // gpc_nego_hoy
     //
     this.gpc_nego_hoy.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.gpc_nego_hoy.Appearance.BackColor2             = System.Drawing.Color.Transparent;
     this.gpc_nego_hoy.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     this.gpc_nego_hoy.Appearance.Options.UseBackColor   = true;
     this.gpc_nego_hoy.Appearance.Options.UseBorderColor = true;
     this.gpc_nego_hoy.Location = new System.Drawing.Point(458, 423);
     this.gpc_nego_hoy.Name     = "gpc_nego_hoy";
     this.gpc_nego_hoy.Size     = new System.Drawing.Size(416, 182);
     this.gpc_nego_hoy.TabIndex = 2;
     this.gpc_nego_hoy.Text     = "Negociaciones de hoy";
     //
     // gpc_tareas_importantes
     //
     this.gpc_tareas_importantes.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.gpc_tareas_importantes.Appearance.BackColor2             = System.Drawing.Color.Transparent;
     this.gpc_tareas_importantes.Appearance.BorderColor            = System.Drawing.Color.Transparent;
     this.gpc_tareas_importantes.Appearance.Options.UseBackColor   = true;
     this.gpc_tareas_importantes.Appearance.Options.UseBorderColor = true;
     this.gpc_tareas_importantes.Location = new System.Drawing.Point(17, 423);
     this.gpc_tareas_importantes.Name     = "gpc_tareas_importantes";
     this.gpc_tareas_importantes.Size     = new System.Drawing.Size(407, 98);
     this.gpc_tareas_importantes.TabIndex = 1;
     this.gpc_tareas_importantes.Text     = "Tareas más importantes";
     //
     // ctc_metas_negocios
     //
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ctc_metas_negocios.Diagram  = swiftPlotDiagram1;
     this.ctc_metas_negocios.Location = new System.Drawing.Point(17, 97);
     this.ctc_metas_negocios.Name     = "ctc_metas_negocios";
     series1.Name = "Series 1";
     series1.View = swiftPlotSeriesView1;
     this.ctc_metas_negocios.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ctc_metas_negocios.Size     = new System.Drawing.Size(857, 301);
     this.ctc_metas_negocios.TabIndex = 0;
     //
     // frm_pronostico
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1362, 693);
     this.Controls.Add(this.groupControl1);
     this.Name  = "frm_pronostico";
     this.Text  = "Metas";
     this.Load += new System.EventHandler(this.frm_pronostico_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_hijo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_nego_importantes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gpc_actis_recents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gpc_nego_hoy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gpc_tareas_importantes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctc_metas_negocios)).EndInit();
     this.ResumeLayout(false);
 }
Пример #28
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridLevelNode         gridLevelNode1        = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.StyleFormatCondition  styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition  styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram1     = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.groupControl3       = new DevExpress.XtraEditors.GroupControl();
     this.dgvMonitor          = new DevExpress.XtraGrid.GridControl();
     this.dgvMainMonitor      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.mt_time             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mt_valueint         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mt_code             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.rl_del              = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
     this.gridView2           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.groupControl2       = new DevExpress.XtraEditors.GroupControl();
     this.chartControl1       = new DevExpress.XtraCharts.ChartControl();
     this.flowLayoutPanelPage = new DevExpress.XtraEditors.PanelControl();
     this.llblStart           = new System.Windows.Forms.LinkLabel();
     this.llblUp              = new System.Windows.Forms.LinkLabel();
     this.llblDown            = new System.Windows.Forms.LinkLabel();
     this.llblEnd             = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMainMonitor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rl_del)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.flowLayoutPanelPage)).BeginInit();
     this.flowLayoutPanelPage.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.dgvMonitor);
     this.groupControl3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupControl3.Location = new System.Drawing.Point(0, 0);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(761, 276);
     this.groupControl3.TabIndex = 83;
     this.groupControl3.Text     = "详细数据";
     //
     // dgvMonitor
     //
     this.dgvMonitor.Dock        = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.RelationName = "Level1";
     this.dgvMonitor.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     this.dgvMonitor.Location = new System.Drawing.Point(2, 22);
     this.dgvMonitor.MainView = this.dgvMainMonitor;
     this.dgvMonitor.Name     = "dgvMonitor";
     this.dgvMonitor.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.rl_del
     });
     this.dgvMonitor.Size     = new System.Drawing.Size(757, 252);
     this.dgvMonitor.TabIndex = 74;
     this.dgvMonitor.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.dgvMainMonitor,
         this.gridView2,
         this.gridView1
     });
     //
     // dgvMainMonitor
     //
     this.dgvMainMonitor.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.mt_time,
         this.mt_valueint,
         this.mt_code
     });
     styleFormatCondition1.Appearance.ForeColor            = System.Drawing.Color.Green;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression                      = "[flag] == 1";
     styleFormatCondition2.Appearance.BackColor            = System.Drawing.Color.Yellow;
     styleFormatCondition2.Appearance.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     styleFormatCondition2.Appearance.ForeColor            = System.Drawing.Color.Red;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.Appearance.Options.UseFont      = true;
     styleFormatCondition2.Appearance.Options.UseForeColor = true;
     styleFormatCondition2.Condition                       = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition2.Expression                      = "[flag] == 2";
     this.dgvMainMonitor.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
         styleFormatCondition1,
         styleFormatCondition2
     });
     this.dgvMainMonitor.GridControl = this.dgvMonitor;
     this.dgvMainMonitor.Name        = "dgvMainMonitor";
     this.dgvMainMonitor.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.dgvMainMonitor.OptionsView.ShowGroupPanel = false;
     this.dgvMainMonitor.PaintStyleName             = "Skin";
     //
     // mt_time
     //
     this.mt_time.AppearanceCell.Options.UseTextOptions   = true;
     this.mt_time.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.mt_time.AppearanceHeader.Options.UseTextOptions = true;
     this.mt_time.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.mt_time.Caption   = "监测时间";
     this.mt_time.FieldName = "mt_time";
     this.mt_time.Name      = "mt_time";
     this.mt_time.OptionsColumn.AllowEdit  = false;
     this.mt_time.OptionsColumn.AllowFocus = false;
     this.mt_time.OptionsColumn.AllowMove  = false;
     this.mt_time.OptionsColumn.FixedWidth = true;
     this.mt_time.OptionsColumn.ReadOnly   = true;
     this.mt_time.Visible      = true;
     this.mt_time.VisibleIndex = 2;
     this.mt_time.Width        = 175;
     //
     // mt_valueint
     //
     this.mt_valueint.Caption   = "检测值";
     this.mt_valueint.FieldName = "mt_valueint";
     this.mt_valueint.Name      = "mt_valueint";
     this.mt_valueint.OptionsColumn.AllowEdit  = false;
     this.mt_valueint.OptionsColumn.AllowFocus = false;
     this.mt_valueint.OptionsColumn.AllowMove  = false;
     this.mt_valueint.OptionsColumn.FixedWidth = true;
     this.mt_valueint.OptionsColumn.ReadOnly   = true;
     this.mt_valueint.Visible      = true;
     this.mt_valueint.VisibleIndex = 1;
     //
     // mt_code
     //
     this.mt_code.Caption   = "编号";
     this.mt_code.FieldName = "mt_code";
     this.mt_code.Name      = "mt_code";
     this.mt_code.OptionsColumn.AllowEdit  = false;
     this.mt_code.OptionsColumn.AllowFocus = false;
     this.mt_code.OptionsColumn.AllowMove  = false;
     this.mt_code.OptionsColumn.FixedWidth = true;
     this.mt_code.OptionsColumn.ReadOnly   = true;
     this.mt_code.Visible      = true;
     this.mt_code.VisibleIndex = 0;
     //
     // rl_del
     //
     this.rl_del.AutoHeight = false;
     this.rl_del.Name       = "rl_del";
     //
     // gridView2
     //
     this.gridView2.GridControl = this.dgvMonitor;
     this.gridView2.Name        = "gridView2";
     //
     // gridView1
     //
     this.gridView1.GridControl = this.dgvMonitor;
     this.gridView1.Name        = "gridView1";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.chartControl1);
     this.groupControl2.Controls.Add(this.flowLayoutPanelPage);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 276);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(761, 291);
     this.groupControl2.TabIndex = 84;
     this.groupControl2.Text     = "趋势图";
     //
     // chartControl1
     //
     this.chartControl1.AppearanceNameSerializable              = "The Trees";
     swiftPlotDiagram1.AxisX.DateTimeScaleOptions.AutoGrid      = false;
     swiftPlotDiagram1.AxisX.DateTimeScaleOptions.GridAlignment = DevExpress.XtraCharts.DateTimeGridAlignment.Hour;
     swiftPlotDiagram1.AxisX.Interlaced                       = true;
     swiftPlotDiagram1.AxisX.Label.Staggered                  = true;
     swiftPlotDiagram1.AxisX.Label.TextPattern                = "{A:yyyy-MM-dd HH:mm}";
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     swiftPlotDiagram1.AxisX.VisualRange.Auto                 = false;
     swiftPlotDiagram1.AxisX.VisualRange.AutoSideMargins      = false;
     swiftPlotDiagram1.AxisX.VisualRange.MaxValueSerializable = "06/03/2015 23:59:59.960";
     swiftPlotDiagram1.AxisX.VisualRange.MinValueSerializable = "06/03/2015 23:59:59.960";
     swiftPlotDiagram1.AxisX.VisualRange.SideMarginsValue     = 0D;
     swiftPlotDiagram1.AxisX.WholeRange.Auto                  = false;
     swiftPlotDiagram1.AxisX.WholeRange.AutoSideMargins       = false;
     swiftPlotDiagram1.AxisX.WholeRange.MaxValueSerializable  = "06/03/2015 23:59:59.960";
     swiftPlotDiagram1.AxisX.WholeRange.MinValueSerializable  = "06/03/2015 23:59:59.960";
     swiftPlotDiagram1.AxisX.WholeRange.SideMarginsValue      = 0D;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     swiftPlotDiagram1.AxisY.WholeRange.AutoSideMargins       = true;
     swiftPlotDiagram1.PaneDistance = 2;
     this.chartControl1.Diagram     = swiftPlotDiagram1;
     this.chartControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.EquallySpacedItems  = false;
     this.chartControl1.Location = new System.Drawing.Point(2, 22);
     this.chartControl1.Name     = "chartControl1";
     this.chartControl1.OptionsPrint.SizeMode = DevExpress.XtraCharts.Printing.PrintSizeMode.Zoom;
     this.chartControl1.SeriesSelectionMode   = DevExpress.XtraCharts.SeriesSelectionMode.Point;
     series1.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "Series 1";
     swiftPlotSeriesView1.Antialiasing        = true;
     swiftPlotSeriesView1.LineStyle.Thickness = 2;
     series1.View = swiftPlotSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     swiftPlotSeriesView2.LineStyle.Thickness = 2;
     this.chartControl1.SeriesTemplate.View   = swiftPlotSeriesView2;
     this.chartControl1.Size     = new System.Drawing.Size(757, 220);
     this.chartControl1.TabIndex = 73;
     //
     // flowLayoutPanelPage
     //
     this.flowLayoutPanelPage.Controls.Add(this.llblStart);
     this.flowLayoutPanelPage.Controls.Add(this.llblUp);
     this.flowLayoutPanelPage.Controls.Add(this.llblDown);
     this.flowLayoutPanelPage.Controls.Add(this.llblEnd);
     this.flowLayoutPanelPage.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.flowLayoutPanelPage.Location = new System.Drawing.Point(2, 242);
     this.flowLayoutPanelPage.Name     = "flowLayoutPanelPage";
     this.flowLayoutPanelPage.Size     = new System.Drawing.Size(757, 47);
     this.flowLayoutPanelPage.TabIndex = 74;
     //
     // llblStart
     //
     this.llblStart.AutoSize = true;
     this.llblStart.Location = new System.Drawing.Point(20, 8);
     this.llblStart.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 0);
     this.llblStart.Name     = "llblStart";
     this.llblStart.Size     = new System.Drawing.Size(31, 14);
     this.llblStart.TabIndex = 26;
     this.llblStart.TabStop  = true;
     this.llblStart.Text     = "首页";
     //
     // llblUp
     //
     this.llblUp.AutoSize = true;
     this.llblUp.Location = new System.Drawing.Point(57, 8);
     this.llblUp.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 0);
     this.llblUp.Name     = "llblUp";
     this.llblUp.Size     = new System.Drawing.Size(31, 14);
     this.llblUp.TabIndex = 27;
     this.llblUp.TabStop  = true;
     this.llblUp.Text     = "上页";
     //
     // llblDown
     //
     this.llblDown.AutoSize = true;
     this.llblDown.Location = new System.Drawing.Point(94, 8);
     this.llblDown.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 0);
     this.llblDown.Name     = "llblDown";
     this.llblDown.Size     = new System.Drawing.Size(31, 14);
     this.llblDown.TabIndex = 36;
     this.llblDown.TabStop  = true;
     this.llblDown.Text     = "下页";
     //
     // llblEnd
     //
     this.llblEnd.AutoSize = true;
     this.llblEnd.Location = new System.Drawing.Point(131, 8);
     this.llblEnd.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 0);
     this.llblEnd.Name     = "llblEnd";
     this.llblEnd.Size     = new System.Drawing.Size(31, 14);
     this.llblEnd.TabIndex = 37;
     this.llblEnd.TabStop  = true;
     this.llblEnd.Text     = "尾页";
     //
     // ucshowItem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl3);
     this.Name  = "ucshowItem";
     this.Size  = new System.Drawing.Size(761, 567);
     this.Load += new System.EventHandler(this.ucshowItem_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMainMonitor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rl_del)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.flowLayoutPanelPage)).EndInit();
     this.flowLayoutPanelPage.ResumeLayout(false);
     this.flowLayoutPanelPage.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #29
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraCharts.SwiftPlotDiagram    swiftPlotDiagram1    = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series              series1              = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.lcConponent   = new DevExpress.XtraEditors.LabelControl();
     this.lcValue       = new DevExpress.XtraEditors.LabelControl();
     this.lcUnit        = new DevExpress.XtraEditors.LabelControl();
     this.ccSpectrum    = new DevExpress.XtraCharts.ChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ccSpectrum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.lcConponent);
     this.panelControl1.Controls.Add(this.lcValue);
     this.panelControl1.Controls.Add(this.lcUnit);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Padding  = new System.Windows.Forms.Padding(10);
     this.panelControl1.Size     = new System.Drawing.Size(200, 113);
     this.panelControl1.TabIndex = 0;
     //
     // lcConponent
     //
     this.lcConponent.Appearance.Font                   = new System.Drawing.Font("Tahoma", 26F, System.Drawing.FontStyle.Bold);
     this.lcConponent.Appearance.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.lcConponent.Appearance.Options.UseFont        = true;
     this.lcConponent.Appearance.Options.UseForeColor   = true;
     this.lcConponent.Appearance.Options.UseTextOptions = true;
     this.lcConponent.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.lcConponent.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.lcConponent.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.lcConponent.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lcConponent.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.lcConponent.Location     = new System.Drawing.Point(10, 10);
     this.lcConponent.Name         = "lcConponent";
     this.lcConponent.Size         = new System.Drawing.Size(180, 45);
     this.lcConponent.TabIndex     = 2;
     this.lcConponent.Text         = "--";
     //
     // lcValue
     //
     this.lcValue.Appearance.Font                   = new System.Drawing.Font("Tahoma", 18F);
     this.lcValue.Appearance.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.lcValue.Appearance.Options.UseFont        = true;
     this.lcValue.Appearance.Options.UseForeColor   = true;
     this.lcValue.Appearance.Options.UseTextOptions = true;
     this.lcValue.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lcValue.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.lcValue.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.lcValue.Location     = new System.Drawing.Point(10, 55);
     this.lcValue.Name         = "lcValue";
     this.lcValue.Size         = new System.Drawing.Size(180, 29);
     this.lcValue.TabIndex     = 1;
     this.lcValue.Text         = "0";
     //
     // lcUnit
     //
     this.lcUnit.Appearance.Font                   = new System.Drawing.Font("Tahoma", 12F);
     this.lcUnit.Appearance.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.lcUnit.Appearance.Options.UseFont        = true;
     this.lcUnit.Appearance.Options.UseForeColor   = true;
     this.lcUnit.Appearance.Options.UseTextOptions = true;
     this.lcUnit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lcUnit.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.lcUnit.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.lcUnit.Location     = new System.Drawing.Point(10, 84);
     this.lcUnit.Name         = "lcUnit";
     this.lcUnit.Size         = new System.Drawing.Size(180, 19);
     this.lcUnit.TabIndex     = 0;
     this.lcUnit.Text         = "ppm";
     //
     // ccSpectrum
     //
     swiftPlotDiagram1.AxisX.GridLines.MinorLineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Round;
     swiftPlotDiagram1.AxisX.GridLines.Visible                      = true;
     swiftPlotDiagram1.AxisX.Visibility                             = DevExpress.Utils.DefaultBoolean.False;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable             = "-1";
     swiftPlotDiagram1.AxisY.Visibility                             = DevExpress.Utils.DefaultBoolean.False;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable             = "-1";
     swiftPlotDiagram1.DefaultPane.BorderVisible                    = false;
     swiftPlotDiagram1.DefaultPane.SelectionRectangle.BorderVisible = false;
     swiftPlotDiagram1.DependentAxesYRange                          = DevExpress.Utils.DefaultBoolean.False;
     swiftPlotDiagram1.Margins.Bottom      = 0;
     swiftPlotDiagram1.Margins.Left        = 0;
     swiftPlotDiagram1.Margins.Right       = 0;
     swiftPlotDiagram1.Margins.Top         = 0;
     swiftPlotDiagram1.PaneLayoutDirection = DevExpress.XtraCharts.PaneLayoutDirection.Horizontal;
     this.ccSpectrum.Diagram = swiftPlotDiagram1;
     this.ccSpectrum.Dock    = System.Windows.Forms.DockStyle.Fill;
     this.ccSpectrum.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Left;
     this.ccSpectrum.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
     this.ccSpectrum.Legend.Border.Visibility   = DevExpress.Utils.DefaultBoolean.False;
     this.ccSpectrum.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.ccSpectrum.Legend.MarkerMode          = DevExpress.XtraCharts.LegendMarkerMode.CheckBox;
     this.ccSpectrum.Legend.Name       = "Default Legend";
     this.ccSpectrum.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
     this.ccSpectrum.Location          = new System.Drawing.Point(200, 0);
     this.ccSpectrum.Margin            = new System.Windows.Forms.Padding(0);
     this.ccSpectrum.Name = "ccSpectrum";
     series1.Name         = "Active Spectrum";
     swiftPlotSeriesView1.AggregateFunction = DevExpress.XtraCharts.SeriesAggregateFunction.None;
     swiftPlotSeriesView1.Color             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(112)))), ((int)(((byte)(192)))));
     series1.View = swiftPlotSeriesView1;
     this.ccSpectrum.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     swiftPlotSeriesView2.LineStyle.Thickness = 2;
     this.ccSpectrum.SeriesTemplate.View      = swiftPlotSeriesView2;
     this.ccSpectrum.Size     = new System.Drawing.Size(617, 113);
     this.ccSpectrum.TabIndex = 5;
     //
     // ucCalibrationConcComponent
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.ccSpectrum);
     this.Controls.Add(this.panelControl1);
     this.Name = "ucCalibrationConcComponent";
     this.Size = new System.Drawing.Size(817, 113);
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ccSpectrum)).EndInit();
     this.ResumeLayout(false);
 }
Пример #30
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     DevExpress.XtraCharts.SwiftPlotDiagram     swiftPlotDiagram1      = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView4 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series5 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView5 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series6 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView6 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series7 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView7 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series8 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView8 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView9 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this.dataGridViewLoadBackUp = new MetroFramework.Controls.MetroGrid();
     this.Column1           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1            = new System.Windows.Forms.Panel();
     this.chartControl1     = new DevExpress.XtraCharts.ChartControl();
     this.metroProgressBar1 = new MetroFramework.Controls.MetroProgressBar();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.timer1            = new System.Windows.Forms.Timer(this.components);
     this.metroContextMenu1 = new MetroFramework.Controls.MetroContextMenu(this.components);
     this.PrintAndExportDocumentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLoadBackUp)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView9)).BeginInit();
     this.metroContextMenu1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.White;
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.dataGridViewLoadBackUp, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.metroProgressBar1, 0, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 2.912621F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 57.67567F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 2.883784F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 36.52792F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1057, 619);
     this.tableLayoutPanel1.TabIndex = 13;
     //
     // dataGridViewLoadBackUp
     //
     this.dataGridViewLoadBackUp.AllowUserToAddRows       = false;
     this.dataGridViewLoadBackUp.AllowUserToDeleteRows    = false;
     this.dataGridViewLoadBackUp.AllowUserToResizeRows    = false;
     this.dataGridViewLoadBackUp.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dataGridViewLoadBackUp.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.dataGridViewLoadBackUp.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.dataGridViewLoadBackUp.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewLoadBackUp.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewLoadBackUp.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewLoadBackUp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9
     });
     dataGridViewCellStyle2.Alignment                       = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle2.Font                            = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
     dataGridViewCellStyle2.SelectionBackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle2.SelectionForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle2.WrapMode                        = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewLoadBackUp.DefaultCellStyle           = dataGridViewCellStyle2;
     this.dataGridViewLoadBackUp.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewLoadBackUp.EnableHeadersVisualStyles  = false;
     this.dataGridViewLoadBackUp.Font                       = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.dataGridViewLoadBackUp.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dataGridViewLoadBackUp.Location                   = new System.Drawing.Point(4, 396);
     this.dataGridViewLoadBackUp.Margin                     = new System.Windows.Forms.Padding(4);
     this.dataGridViewLoadBackUp.MultiSelect                = false;
     this.dataGridViewLoadBackUp.Name                       = "dataGridViewLoadBackUp";
     this.dataGridViewLoadBackUp.ReadOnly                   = true;
     this.dataGridViewLoadBackUp.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle3.Alignment                       = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle3.Font                            = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle3.ForeColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionBackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle3.SelectionForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle3.WrapMode                        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewLoadBackUp.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewLoadBackUp.RowHeadersVisible          = false;
     this.dataGridViewLoadBackUp.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     dataGridViewCellStyle4.Alignment                       = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewLoadBackUp.RowsDefaultCellStyle       = dataGridViewCellStyle4;
     this.dataGridViewLoadBackUp.RowTemplate.Height         = 23;
     this.dataGridViewLoadBackUp.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewLoadBackUp.Size                       = new System.Drawing.Size(1049, 219);
     this.dataGridViewLoadBackUp.TabIndex                   = 11;
     //
     // Column1
     //
     this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column1.HeaderText   = "시간";
     this.Column1.Name         = "Column1";
     this.Column1.ReadOnly     = true;
     //
     // Column2
     //
     this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column2.HeaderText   = "전압";
     this.Column2.Name         = "Column2";
     this.Column2.ReadOnly     = true;
     //
     // Column3
     //
     this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column3.HeaderText   = "전류";
     this.Column3.Name         = "Column3";
     this.Column3.ReadOnly     = true;
     //
     // Column4
     //
     this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column4.HeaderText   = "온도1";
     this.Column4.Name         = "Column4";
     this.Column4.ReadOnly     = true;
     //
     // Column5
     //
     this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column5.HeaderText   = "온도2";
     this.Column5.Name         = "Column5";
     this.Column5.ReadOnly     = true;
     //
     // Column6
     //
     this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column6.HeaderText   = "온도3";
     this.Column6.Name         = "Column6";
     this.Column6.ReadOnly     = true;
     //
     // Column7
     //
     this.Column7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column7.HeaderText   = "온도4";
     this.Column7.Name         = "Column7";
     this.Column7.ReadOnly     = true;
     //
     // Column8
     //
     this.Column8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column8.HeaderText   = "온도5";
     this.Column8.Name         = "Column8";
     this.Column8.ReadOnly     = true;
     //
     // Column9
     //
     this.Column9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column9.HeaderText   = "온도6";
     this.Column9.Name         = "Column9";
     this.Column9.ReadOnly     = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.chartControl1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(4, 22);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1049, 349);
     this.panel1.TabIndex = 12;
     //
     // chartControl1
     //
     this.chartControl1.BorderOptions.Visibility             = DevExpress.Utils.DefaultBoolean.True;
     swiftPlotDiagram1.AxisX.DateTimeScaleOptions.GridOffset = 1D;
     swiftPlotDiagram1.AxisX.GridLines.Color                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     swiftPlotDiagram1.AxisX.Label.TextPattern                = "{A:hh:mm:ss}";
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable       = "-1";
     swiftPlotDiagram1.AxisX.VisualRange.Auto                 = false;
     swiftPlotDiagram1.AxisX.VisualRange.AutoSideMargins      = false;
     swiftPlotDiagram1.AxisX.VisualRange.MaxValueSerializable = "08/28/2015 00:00:00.000";
     swiftPlotDiagram1.AxisX.VisualRange.MinValueSerializable = "08/24/2015 00:00:00.000";
     swiftPlotDiagram1.AxisX.VisualRange.SideMarginsValue     = 0.5D;
     swiftPlotDiagram1.AxisX.WholeRange.AutoSideMargins       = false;
     swiftPlotDiagram1.AxisX.WholeRange.SideMarginsValue      = 0.5D;
     swiftPlotDiagram1.AxisY.NumericScaleOptions.GridOffset   = 100D;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable       = "-1";
     swiftPlotDiagram1.EnableAxisXScrolling = true;
     swiftPlotDiagram1.EnableAxisXZooming   = true;
     swiftPlotDiagram1.EnableAxisYScrolling = true;
     swiftPlotDiagram1.EnableAxisYZooming   = true;
     swiftPlotDiagram1.Margins.Bottom       = 0;
     swiftPlotDiagram1.Margins.Left         = 0;
     swiftPlotDiagram1.Margins.Right        = 0;
     swiftPlotDiagram1.Margins.Top          = 0;
     swiftPlotDiagram1.PaneDistance         = 0;
     this.chartControl1.Diagram             = swiftPlotDiagram1;
     this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
     this.chartControl1.Legend.AlignmentVertical   = DevExpress.XtraCharts.LegendAlignmentVertical.TopOutside;
     this.chartControl1.Legend.Direction           = DevExpress.XtraCharts.LegendDirection.LeftToRight;
     this.chartControl1.Legend.EquallySpacedItems  = false;
     this.chartControl1.Legend.UseCheckBoxes       = true;
     this.chartControl1.Location = new System.Drawing.Point(0, 0);
     this.chartControl1.Margin   = new System.Windows.Forms.Padding(4);
     this.chartControl1.Name     = "chartControl1";
     series1.ArgumentScaleType   = DevExpress.XtraCharts.ScaleType.DateTime;
     series1.Name = "전압";
     swiftPlotSeriesView1.LineStyle.Thickness = 2;
     series1.View = swiftPlotSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series2.Name = "전류";
     swiftPlotSeriesView2.LineStyle.Thickness = 2;
     series2.View = swiftPlotSeriesView2;
     series3.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series3.Name = "온도1";
     swiftPlotSeriesView3.LineStyle.Thickness = 2;
     series3.View = swiftPlotSeriesView3;
     series4.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series4.Name = "온도2";
     swiftPlotSeriesView4.LineStyle.Thickness = 2;
     series4.View = swiftPlotSeriesView4;
     series5.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series5.Name = "온도3";
     swiftPlotSeriesView5.LineStyle.Thickness = 2;
     series5.View = swiftPlotSeriesView5;
     series6.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series6.Name = "온도4";
     swiftPlotSeriesView6.LineStyle.Thickness = 2;
     series6.View = swiftPlotSeriesView6;
     series7.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series7.Name = "온도5";
     swiftPlotSeriesView7.LineStyle.Thickness = 2;
     series7.View = swiftPlotSeriesView7;
     series8.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.DateTime;
     series8.Name = "온도6";
     swiftPlotSeriesView8.LineStyle.Thickness = 2;
     series8.View = swiftPlotSeriesView8;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2,
         series3,
         series4,
         series5,
         series6,
         series7,
         series8
     };
     this.chartControl1.SeriesTemplate.View = swiftPlotSeriesView9;
     this.chartControl1.Size     = new System.Drawing.Size(1049, 349);
     this.chartControl1.TabIndex = 15;
     this.chartControl1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartControl1_MouseUp);
     //
     // metroProgressBar1
     //
     this.metroProgressBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.metroProgressBar1.Location  = new System.Drawing.Point(3, 378);
     this.metroProgressBar1.Name      = "metroProgressBar1";
     this.metroProgressBar1.Size      = new System.Drawing.Size(1051, 11);
     this.metroProgressBar1.TabIndex  = 13;
     this.metroProgressBar1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     //
     // timer1
     //
     this.timer1.Interval = 10;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // metroContextMenu1
     //
     this.metroContextMenu1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.metroContextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.PrintAndExportDocumentsToolStripMenuItem
     });
     this.metroContextMenu1.Name = "metroContextMenu1";
     this.metroContextMenu1.Size = new System.Drawing.Size(313, 34);
     //
     // PrintAndExportDocumentsToolStripMenuItem
     //
     this.PrintAndExportDocumentsToolStripMenuItem.Name   = "PrintAndExportDocumentsToolStripMenuItem";
     this.PrintAndExportDocumentsToolStripMenuItem.Size   = new System.Drawing.Size(312, 30);
     this.PrintAndExportDocumentsToolStripMenuItem.Text   = "Print and Export Documents";
     this.PrintAndExportDocumentsToolStripMenuItem.Click += new System.EventHandler(this.PrintAndExportDocumentsToolStripMenuItem_Click);
     //
     // LoadBackUpControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "LoadBackUpControl";
     this.Size = new System.Drawing.Size(1057, 619);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLoadBackUp)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.metroContextMenu1.ResumeLayout(false);
     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()
 {
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(frm_pronostico_ventas_secundario));
     DevExpress.XtraCharts.SwiftPlotDiagram         swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.groupControl1   = new DevExpress.XtraEditors.GroupControl();
     this.groupControl2   = new DevExpress.XtraEditors.GroupControl();
     this.dgv_detalle     = new DevExpress.XtraGrid.GridControl();
     this.gridView1       = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1    = new DevExpress.XtraTab.XtraTabPage();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.rbt_seleccionar_clasificacion = new System.Windows.Forms.RadioButton();
     this.rbt_todos_clasificacion       = new System.Windows.Forms.RadioButton();
     this.cmb_clasificacion             = new System.Windows.Forms.ComboBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.rbt_seleccionar_categoria = new System.Windows.Forms.RadioButton();
     this.rbt_todos_categoria       = new System.Windows.Forms.RadioButton();
     this.cmb_categoria             = new System.Windows.Forms.ComboBox();
     this.groupBox2                   = new System.Windows.Forms.GroupBox();
     this.rbt_siguiente_mes           = new System.Windows.Forms.RadioButton();
     this.rbt_sig_trimestre           = new System.Windows.Forms.RadioButton();
     this.rbt_sig_anio                = new System.Windows.Forms.RadioButton();
     this.btn_pronosticar             = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabPage2                = new DevExpress.XtraTab.XtraTabPage();
     this.groupBox5                   = new System.Windows.Forms.GroupBox();
     this.rbt_clasificacion_p_movil   = new System.Windows.Forms.RadioButton();
     this.radioButton2                = new System.Windows.Forms.RadioButton();
     this.cmb_clasificacion_p_movil   = new System.Windows.Forms.ComboBox();
     this.groupBox6                   = new System.Windows.Forms.GroupBox();
     this.rbt_categoria_p_movil       = new System.Windows.Forms.RadioButton();
     this.rbt_categproa_p_movil_todos = new System.Windows.Forms.RadioButton();
     this.cmb_categoria_p_movil       = new System.Windows.Forms.ComboBox();
     this.btn_promedio_moviles        = new DevExpress.XtraEditors.SimpleButton();
     this.dgv_complemento             = new System.Windows.Forms.DataGridView();
     this.dgv_tabla_result            = new System.Windows.Forms.DataGridView();
     this.dgv_consulta_negos_ventas   = new System.Windows.Forms.DataGridView();
     this.groupBox4                   = new System.Windows.Forms.GroupBox();
     this.cmb_metodo                  = new System.Windows.Forms.ComboBox();
     this.ctc_pronostico              = new DevExpress.XtraCharts.ChartControl();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_detalle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.xtraTabPage2.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_complemento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_tabla_result)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_consulta_negos_ventas)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctc_pronostico)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     this.SuspendLayout();
     //
     // groupControl1
     //
     this.groupControl1.Appearance.BackColor2 = System.Drawing.Color.White;
     this.groupControl1.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.groupControl1.CaptionImage          = ((System.Drawing.Image)(resources.GetObject("groupControl1.CaptionImage")));
     this.groupControl1.CaptionLocation       = DevExpress.Utils.Locations.Top;
     this.groupControl1.Controls.Add(this.groupControl2);
     this.groupControl1.Controls.Add(this.xtraTabControl1);
     this.groupControl1.Controls.Add(this.dgv_complemento);
     this.groupControl1.Controls.Add(this.dgv_tabla_result);
     this.groupControl1.Controls.Add(this.dgv_consulta_negos_ventas);
     this.groupControl1.Controls.Add(this.groupBox4);
     this.groupControl1.Controls.Add(this.ctc_pronostico);
     this.groupControl1.Controls.Add(this.label1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 0);
     this.groupControl1.Margin   = new System.Windows.Forms.Padding(4);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(1230, 609);
     this.groupControl1.TabIndex = 31;
     this.groupControl1.Text     = "Proyecciones";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.dgv_detalle);
     this.groupControl2.Location = new System.Drawing.Point(864, 102);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(467, 473);
     this.groupControl2.TabIndex = 30;
     this.groupControl2.Text     = "Detalles de Ventas";
     //
     // dgv_detalle
     //
     this.dgv_detalle.Location = new System.Drawing.Point(0, 20);
     this.dgv_detalle.MainView = this.gridView1;
     this.dgv_detalle.Name     = "dgv_detalle";
     this.dgv_detalle.Size     = new System.Drawing.Size(467, 453);
     this.dgv_detalle.TabIndex = 29;
     this.dgv_detalle.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl                 = this.dgv_detalle;
     this.gridView1.Name                        = "gridView1";
     this.gridView1.OptionsPrint.AutoWidth      = false;
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location        = new System.Drawing.Point(44, 102);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(814, 207);
     this.xtraTabControl1.TabIndex        = 28;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.groupBox1);
     this.xtraTabPage1.Controls.Add(this.groupBox3);
     this.xtraTabPage1.Controls.Add(this.groupBox2);
     this.xtraTabPage1.Controls.Add(this.btn_pronosticar);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(808, 179);
     this.xtraTabPage1.Text = "Minimos Cuadrados";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rbt_seleccionar_clasificacion);
     this.groupBox1.Controls.Add(this.rbt_todos_clasificacion);
     this.groupBox1.Controls.Add(this.cmb_clasificacion);
     this.groupBox1.Location = new System.Drawing.Point(23, 29);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(200, 100);
     this.groupBox1.TabIndex = 19;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Clasificación";
     //
     // rbt_seleccionar_clasificacion
     //
     this.rbt_seleccionar_clasificacion.AutoSize = true;
     this.rbt_seleccionar_clasificacion.Location = new System.Drawing.Point(6, 30);
     this.rbt_seleccionar_clasificacion.Name     = "rbt_seleccionar_clasificacion";
     this.rbt_seleccionar_clasificacion.Size     = new System.Drawing.Size(79, 17);
     this.rbt_seleccionar_clasificacion.TabIndex = 0;
     this.rbt_seleccionar_clasificacion.TabStop  = true;
     this.rbt_seleccionar_clasificacion.Text     = "Seleccionar";
     this.rbt_seleccionar_clasificacion.UseVisualStyleBackColor = true;
     this.rbt_seleccionar_clasificacion.CheckedChanged         += new System.EventHandler(this.rbt_seleccionar_clasificacion_CheckedChanged);
     //
     // rbt_todos_clasificacion
     //
     this.rbt_todos_clasificacion.AutoSize = true;
     this.rbt_todos_clasificacion.Location = new System.Drawing.Point(107, 30);
     this.rbt_todos_clasificacion.Name     = "rbt_todos_clasificacion";
     this.rbt_todos_clasificacion.Size     = new System.Drawing.Size(54, 17);
     this.rbt_todos_clasificacion.TabIndex = 1;
     this.rbt_todos_clasificacion.TabStop  = true;
     this.rbt_todos_clasificacion.Text     = "Todos";
     this.rbt_todos_clasificacion.UseVisualStyleBackColor = true;
     this.rbt_todos_clasificacion.Visible         = false;
     this.rbt_todos_clasificacion.CheckedChanged += new System.EventHandler(this.rbt_todos_clasificacion_CheckedChanged);
     //
     // cmb_clasificacion
     //
     this.cmb_clasificacion.FormattingEnabled = true;
     this.cmb_clasificacion.Items.AddRange(new object[] {
         "",
         "Negocios",
         "Ventas"
     });
     this.cmb_clasificacion.Location              = new System.Drawing.Point(7, 54);
     this.cmb_clasificacion.Name                  = "cmb_clasificacion";
     this.cmb_clasificacion.Size                  = new System.Drawing.Size(187, 21);
     this.cmb_clasificacion.TabIndex              = 2;
     this.cmb_clasificacion.SelectedIndexChanged += new System.EventHandler(this.cmb_clasificacion_SelectedIndexChanged);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.rbt_seleccionar_categoria);
     this.groupBox3.Controls.Add(this.rbt_todos_categoria);
     this.groupBox3.Controls.Add(this.cmb_categoria);
     this.groupBox3.Location = new System.Drawing.Point(247, 29);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(200, 100);
     this.groupBox3.TabIndex = 20;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Categoria";
     //
     // rbt_seleccionar_categoria
     //
     this.rbt_seleccionar_categoria.AutoSize = true;
     this.rbt_seleccionar_categoria.Location = new System.Drawing.Point(6, 30);
     this.rbt_seleccionar_categoria.Name     = "rbt_seleccionar_categoria";
     this.rbt_seleccionar_categoria.Size     = new System.Drawing.Size(79, 17);
     this.rbt_seleccionar_categoria.TabIndex = 0;
     this.rbt_seleccionar_categoria.TabStop  = true;
     this.rbt_seleccionar_categoria.Text     = "Seleccionar";
     this.rbt_seleccionar_categoria.UseVisualStyleBackColor = true;
     this.rbt_seleccionar_categoria.CheckedChanged         += new System.EventHandler(this.rbt_seleccionar_categoria_CheckedChanged);
     //
     // rbt_todos_categoria
     //
     this.rbt_todos_categoria.AutoSize = true;
     this.rbt_todos_categoria.Location = new System.Drawing.Point(107, 30);
     this.rbt_todos_categoria.Name     = "rbt_todos_categoria";
     this.rbt_todos_categoria.Size     = new System.Drawing.Size(54, 17);
     this.rbt_todos_categoria.TabIndex = 1;
     this.rbt_todos_categoria.TabStop  = true;
     this.rbt_todos_categoria.Text     = "Todos";
     this.rbt_todos_categoria.UseVisualStyleBackColor = true;
     this.rbt_todos_categoria.CheckedChanged         += new System.EventHandler(this.rbt_todos_categoria_CheckedChanged);
     //
     // cmb_categoria
     //
     this.cmb_categoria.FormattingEnabled = true;
     this.cmb_categoria.Location          = new System.Drawing.Point(7, 54);
     this.cmb_categoria.Name                  = "cmb_categoria";
     this.cmb_categoria.Size                  = new System.Drawing.Size(187, 21);
     this.cmb_categoria.TabIndex              = 2;
     this.cmb_categoria.SelectedIndexChanged += new System.EventHandler(this.cmb_categoria_SelectedIndexChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rbt_siguiente_mes);
     this.groupBox2.Controls.Add(this.rbt_sig_trimestre);
     this.groupBox2.Controls.Add(this.rbt_sig_anio);
     this.groupBox2.Location = new System.Drawing.Point(453, 29);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(338, 100);
     this.groupBox2.TabIndex = 21;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Tiempo";
     //
     // rbt_siguiente_mes
     //
     this.rbt_siguiente_mes.AutoSize = true;
     this.rbt_siguiente_mes.Location = new System.Drawing.Point(6, 30);
     this.rbt_siguiente_mes.Name     = "rbt_siguiente_mes";
     this.rbt_siguiente_mes.Size     = new System.Drawing.Size(91, 17);
     this.rbt_siguiente_mes.TabIndex = 3;
     this.rbt_siguiente_mes.TabStop  = true;
     this.rbt_siguiente_mes.Tag      = "";
     this.rbt_siguiente_mes.Text     = "Siguiente mes";
     this.rbt_siguiente_mes.UseVisualStyleBackColor = true;
     //
     // rbt_sig_trimestre
     //
     this.rbt_sig_trimestre.AutoSize = true;
     this.rbt_sig_trimestre.Location = new System.Drawing.Point(106, 30);
     this.rbt_sig_trimestre.Name     = "rbt_sig_trimestre";
     this.rbt_sig_trimestre.Size     = new System.Drawing.Size(115, 17);
     this.rbt_sig_trimestre.TabIndex = 4;
     this.rbt_sig_trimestre.TabStop  = true;
     this.rbt_sig_trimestre.Tag      = "";
     this.rbt_sig_trimestre.Text     = "Siguiente trimestre";
     this.rbt_sig_trimestre.UseVisualStyleBackColor = true;
     //
     // rbt_sig_anio
     //
     this.rbt_sig_anio.AutoSize = true;
     this.rbt_sig_anio.Location = new System.Drawing.Point(234, 30);
     this.rbt_sig_anio.Name     = "rbt_sig_anio";
     this.rbt_sig_anio.Size     = new System.Drawing.Size(90, 17);
     this.rbt_sig_anio.TabIndex = 5;
     this.rbt_sig_anio.TabStop  = true;
     this.rbt_sig_anio.Tag      = "";
     this.rbt_sig_anio.Text     = "Siguiente año";
     this.rbt_sig_anio.UseVisualStyleBackColor = true;
     //
     // btn_pronosticar
     //
     this.btn_pronosticar.Location = new System.Drawing.Point(336, 135);
     this.btn_pronosticar.Name     = "btn_pronosticar";
     this.btn_pronosticar.Size     = new System.Drawing.Size(105, 39);
     this.btn_pronosticar.TabIndex = 18;
     this.btn_pronosticar.Text     = "Minimos Cuadrados";
     this.btn_pronosticar.Click   += new System.EventHandler(this.btn_pronosticar_Click);
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.groupBox5);
     this.xtraTabPage2.Controls.Add(this.groupBox6);
     this.xtraTabPage2.Controls.Add(this.btn_promedio_moviles);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(808, 179);
     this.xtraTabPage2.Text = "Promedio Movil";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.rbt_clasificacion_p_movil);
     this.groupBox5.Controls.Add(this.radioButton2);
     this.groupBox5.Controls.Add(this.cmb_clasificacion_p_movil);
     this.groupBox5.Location = new System.Drawing.Point(12, 15);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(200, 100);
     this.groupBox5.TabIndex = 28;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Clasificación";
     //
     // rbt_clasificacion_p_movil
     //
     this.rbt_clasificacion_p_movil.AutoSize = true;
     this.rbt_clasificacion_p_movil.Location = new System.Drawing.Point(6, 30);
     this.rbt_clasificacion_p_movil.Name     = "rbt_clasificacion_p_movil";
     this.rbt_clasificacion_p_movil.Size     = new System.Drawing.Size(79, 17);
     this.rbt_clasificacion_p_movil.TabIndex = 0;
     this.rbt_clasificacion_p_movil.TabStop  = true;
     this.rbt_clasificacion_p_movil.Text     = "Seleccionar";
     this.rbt_clasificacion_p_movil.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(107, 30);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(54, 17);
     this.radioButton2.TabIndex = 1;
     this.radioButton2.TabStop  = true;
     this.radioButton2.Text     = "Todos";
     this.radioButton2.UseVisualStyleBackColor = true;
     this.radioButton2.Visible         = false;
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // cmb_clasificacion_p_movil
     //
     this.cmb_clasificacion_p_movil.FormattingEnabled = true;
     this.cmb_clasificacion_p_movil.Items.AddRange(new object[] {
         "",
         "Negocios",
         "Ventas"
     });
     this.cmb_clasificacion_p_movil.Location              = new System.Drawing.Point(7, 54);
     this.cmb_clasificacion_p_movil.Name                  = "cmb_clasificacion_p_movil";
     this.cmb_clasificacion_p_movil.Size                  = new System.Drawing.Size(187, 21);
     this.cmb_clasificacion_p_movil.TabIndex              = 2;
     this.cmb_clasificacion_p_movil.SelectedIndexChanged += new System.EventHandler(this.cmb_clasificacion_p_movil_SelectedIndexChanged);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.rbt_categoria_p_movil);
     this.groupBox6.Controls.Add(this.rbt_categproa_p_movil_todos);
     this.groupBox6.Controls.Add(this.cmb_categoria_p_movil);
     this.groupBox6.Location = new System.Drawing.Point(236, 15);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(200, 100);
     this.groupBox6.TabIndex = 29;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "Categoria";
     //
     // rbt_categoria_p_movil
     //
     this.rbt_categoria_p_movil.AutoSize = true;
     this.rbt_categoria_p_movil.Location = new System.Drawing.Point(6, 30);
     this.rbt_categoria_p_movil.Name     = "rbt_categoria_p_movil";
     this.rbt_categoria_p_movil.Size     = new System.Drawing.Size(79, 17);
     this.rbt_categoria_p_movil.TabIndex = 0;
     this.rbt_categoria_p_movil.TabStop  = true;
     this.rbt_categoria_p_movil.Text     = "Seleccionar";
     this.rbt_categoria_p_movil.UseVisualStyleBackColor = true;
     //
     // rbt_categproa_p_movil_todos
     //
     this.rbt_categproa_p_movil_todos.AutoSize = true;
     this.rbt_categproa_p_movil_todos.Location = new System.Drawing.Point(107, 30);
     this.rbt_categproa_p_movil_todos.Name     = "rbt_categproa_p_movil_todos";
     this.rbt_categproa_p_movil_todos.Size     = new System.Drawing.Size(54, 17);
     this.rbt_categproa_p_movil_todos.TabIndex = 1;
     this.rbt_categproa_p_movil_todos.TabStop  = true;
     this.rbt_categproa_p_movil_todos.Text     = "Todos";
     this.rbt_categproa_p_movil_todos.UseVisualStyleBackColor = true;
     this.rbt_categproa_p_movil_todos.CheckedChanged         += new System.EventHandler(this.rbt_categproa_p_movil_todos_CheckedChanged);
     //
     // cmb_categoria_p_movil
     //
     this.cmb_categoria_p_movil.FormattingEnabled = true;
     this.cmb_categoria_p_movil.Location          = new System.Drawing.Point(7, 54);
     this.cmb_categoria_p_movil.Name                  = "cmb_categoria_p_movil";
     this.cmb_categoria_p_movil.Size                  = new System.Drawing.Size(187, 21);
     this.cmb_categoria_p_movil.TabIndex              = 2;
     this.cmb_categoria_p_movil.SelectedIndexChanged += new System.EventHandler(this.cmb_categoria_p_movil_SelectedIndexChanged);
     //
     // btn_promedio_moviles
     //
     this.btn_promedio_moviles.Location = new System.Drawing.Point(476, 78);
     this.btn_promedio_moviles.Name     = "btn_promedio_moviles";
     this.btn_promedio_moviles.Size     = new System.Drawing.Size(112, 37);
     this.btn_promedio_moviles.TabIndex = 27;
     this.btn_promedio_moviles.Text     = "Promedios Moviles";
     this.btn_promedio_moviles.Click   += new System.EventHandler(this.btn_promedio_moviles_Click);
     //
     // dgv_complemento
     //
     this.dgv_complemento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_complemento.Location = new System.Drawing.Point(12, 200);
     this.dgv_complemento.Name     = "dgv_complemento";
     this.dgv_complemento.Size     = new System.Drawing.Size(10, 10);
     this.dgv_complemento.TabIndex = 26;
     this.dgv_complemento.Visible  = false;
     //
     // dgv_tabla_result
     //
     this.dgv_tabla_result.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_tabla_result.Location = new System.Drawing.Point(12, 177);
     this.dgv_tabla_result.Name     = "dgv_tabla_result";
     this.dgv_tabla_result.Size     = new System.Drawing.Size(10, 17);
     this.dgv_tabla_result.TabIndex = 25;
     this.dgv_tabla_result.Visible  = false;
     //
     // dgv_consulta_negos_ventas
     //
     this.dgv_consulta_negos_ventas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_consulta_negos_ventas.Location = new System.Drawing.Point(6, 156);
     this.dgv_consulta_negos_ventas.Name     = "dgv_consulta_negos_ventas";
     this.dgv_consulta_negos_ventas.Size     = new System.Drawing.Size(16, 15);
     this.dgv_consulta_negos_ventas.TabIndex = 24;
     this.dgv_consulta_negos_ventas.Visible  = false;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.cmb_metodo);
     this.groupBox4.Location = new System.Drawing.Point(890, 63);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(10, 10);
     this.groupBox4.TabIndex = 21;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Metodo";
     this.groupBox4.Visible  = false;
     //
     // cmb_metodo
     //
     this.cmb_metodo.FormattingEnabled = true;
     this.cmb_metodo.Items.AddRange(new object[] {
         "",
         "Minimos cuadrados"
     });
     this.cmb_metodo.Location              = new System.Drawing.Point(7, 54);
     this.cmb_metodo.Name                  = "cmb_metodo";
     this.cmb_metodo.Size                  = new System.Drawing.Size(187, 21);
     this.cmb_metodo.TabIndex              = 2;
     this.cmb_metodo.SelectedIndexChanged += new System.EventHandler(this.cmb_metodo_SelectedIndexChanged);
     //
     // ctc_pronostico
     //
     this.ctc_pronostico.AppearanceNameSerializable     = "Light";
     this.ctc_pronostico.BorderOptions.Visibility       = DevExpress.Utils.DefaultBoolean.True;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ctc_pronostico.Diagram     = swiftPlotDiagram1;
     this.ctc_pronostico.Location    = new System.Drawing.Point(45, 330);
     this.ctc_pronostico.Name        = "ctc_pronostico";
     this.ctc_pronostico.PaletteName = "Default";
     series1.Name = "Serie1";
     swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(108)))), ((int)(((byte)(9)))));
     series1.View = swiftPlotSeriesView1;
     this.ctc_pronostico.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.ctc_pronostico.Size     = new System.Drawing.Size(808, 245);
     this.ctc_pronostico.TabIndex = 23;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(363, 63);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(209, 25);
     this.label1.TabIndex = 22;
     this.label1.Text     = "Proyección de ventas";
     //
     // frm_pronostico_ventas_secundario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(1230, 609);
     this.Controls.Add(this.groupControl1);
     this.Name  = "frm_pronostico_ventas_secundario";
     this.Text  = "Proyección de ventas";
     this.Load += new System.EventHandler(this.frm_pronostico_ventas_secundario_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgv_detalle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.xtraTabPage2.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_complemento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_tabla_result)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_consulta_negos_ventas)).EndInit();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctc_pronostico)).EndInit();
     this.ResumeLayout(false);
 }
Пример #32
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.SwiftPlotDiagram swiftPlotDiagram1 = new DevExpress.XtraCharts.SwiftPlotDiagram();
     DevExpress.XtraCharts.XYDiagramPane    xyDiagramPane1    = new DevExpress.XtraCharts.XYDiagramPane();
     DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY swiftPlotDiagramSecondaryAxisY1 = new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView1 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView2 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     DevExpress.XtraCharts.SwiftPlotSeriesView swiftPlotSeriesView3 = new DevExpress.XtraCharts.SwiftPlotSeriesView();
     this.chartControl1 = new SPC.Controls.Base.AdvChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).BeginInit();
     this.SuspendLayout();
     //
     // chartControl1
     //
     this.chartControl1.CrosshairOptions.ShowOnlyInFocusedPane = false;
     swiftPlotDiagram1.AxisX.VisibleInPanesSerializable        = "0";
     swiftPlotDiagram1.AxisY.Title.Text    = "平均值";
     swiftPlotDiagram1.AxisY.Title.Visible = true;
     swiftPlotDiagram1.AxisY.VisibleInPanesSerializable     = "-1";
     swiftPlotDiagram1.AxisY.WholeRange.AlwaysShowZeroLevel = false;
     swiftPlotDiagram1.EnableAxisXScrolling = true;
     swiftPlotDiagram1.PaneDistance         = 1;
     xyDiagramPane1.Name   = "Pane 1";
     xyDiagramPane1.PaneID = 0;
     swiftPlotDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
         xyDiagramPane1
     });
     swiftPlotDiagram1.ScrollingOptions.UseKeyboard    = false;
     swiftPlotDiagram1.ScrollingOptions.UseMouse       = false;
     swiftPlotDiagram1.ScrollingOptions.UseTouchDevice = false;
     swiftPlotDiagramSecondaryAxisY1.Alignment         = DevExpress.XtraCharts.AxisAlignment.Near;
     swiftPlotDiagramSecondaryAxisY1.AxisID            = 0;
     swiftPlotDiagramSecondaryAxisY1.GridLines.Visible = true;
     swiftPlotDiagramSecondaryAxisY1.Name          = "Secondary AxisY 1";
     swiftPlotDiagramSecondaryAxisY1.Title.Text    = "极差";
     swiftPlotDiagramSecondaryAxisY1.Title.Visible = true;
     swiftPlotDiagramSecondaryAxisY1.VisibleInPanesSerializable     = "0";
     swiftPlotDiagramSecondaryAxisY1.WholeRange.AlwaysShowZeroLevel = false;
     swiftPlotDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SwiftPlotDiagramSecondaryAxisY[] {
         swiftPlotDiagramSecondaryAxisY1
     });
     swiftPlotDiagram1.ZoomingOptions.UseMouseWheel = false;
     this.chartControl1.Diagram           = swiftPlotDiagram1;
     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";
     this.chartControl1.RuntimeHitTesting = true;
     series1.ArgumentScaleType            = DevExpress.XtraCharts.ScaleType.Qualitative;
     series1.Name = "Series 1";
     swiftPlotSeriesView1.LineStyle.Thickness = 2;
     series1.View = swiftPlotSeriesView1;
     series2.ArgumentScaleType = DevExpress.XtraCharts.ScaleType.Qualitative;
     series2.Name = "Series 2";
     swiftPlotSeriesView2.AxisYName           = "Secondary AxisY 1";
     swiftPlotSeriesView2.LineStyle.Thickness = 2;
     swiftPlotSeriesView2.PaneName            = "Pane 1";
     series2.View = swiftPlotSeriesView2;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1,
         series2
     };
     swiftPlotSeriesView3.LineStyle.Thickness = 2;
     this.chartControl1.SeriesTemplate.View   = swiftPlotSeriesView3;
     this.chartControl1.Size     = new System.Drawing.Size(682, 334);
     this.chartControl1.TabIndex = 0;
     //
     // DataControlDrawBoard
     //
     this.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     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 = "DataControlDrawBoard";
     this.Size = new System.Drawing.Size(682, 334);
     ((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagramSecondaryAxisY1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(swiftPlotSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     this.ResumeLayout(false);
 }