ningshuxia
2023-05-06 657c344695223f01bade2776803f719673232f81
WinFormUI/IStation.WinFormUI.MonitorDataSet/Êý¾Ýɸ²é/FilterDataMgrPage.designer.cs
@@ -80,6 +80,9 @@
            swiftPlotDiagram1.AxisX.Title.Text = "时间";
            swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1";
            swiftPlotDiagram1.AxisY.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
            swiftPlotDiagram1.AxisY.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
            swiftPlotDiagram1.AxisY.Label.TextPattern = "{V:0.0}";
            swiftPlotDiagram1.AxisY.NumericScaleOptions.AutoGrid = false;
            swiftPlotDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far;
            swiftPlotDiagram1.AxisY.Title.Text = "值";
            swiftPlotDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
@@ -101,7 +104,7 @@
            series1.DataSource = this.currentViewModelBindingSource;
            series1.Name = "Series 1";
            series1.ValueDataMembersSerializable = "DataValue";
            swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70)))));
            swiftPlotSeriesView1.Color = System.Drawing.Color.SkyBlue;
            series1.View = swiftPlotSeriesView1;
            this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
        series1};
@@ -339,7 +342,7 @@
            this.popMain.Manager = this.barManager1;
            this.popMain.Name = "popMain";
            // 
            // FilterDataMgrCtrl
            // FilterDataMgrPage
            // 
            this.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.Appearance.Options.UseBackColor = true;
@@ -351,7 +354,7 @@
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FilterDataMgrCtrl";
            this.Name = "FilterDataMgrPage";
            this.Size = new System.Drawing.Size(1063, 762);
            ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit();