823 lines
52 KiB
C#
823 lines
52 KiB
C#
namespace LFP_Manager.Controls
|
|
{
|
|
partial class ucMainStatus
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#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.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.LineSeriesView lineSeriesView2 = new DevExpress.XtraCharts.LineSeriesView();
|
|
DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
|
|
this.tmrDisplay = new System.Windows.Forms.Timer(this.components);
|
|
this.rtGraph = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.btnChartClear = new DevExpress.XtraEditors.SimpleButton();
|
|
this.chartVI = new DevExpress.XtraCharts.ChartControl();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.gaugeControl5 = new DevExpress.XtraGauges.Win.GaugeControl();
|
|
this.dgTotalSOH = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
|
|
this.digitalBackgroundLayerComponent5 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
|
|
this.gaugeControl4 = new DevExpress.XtraGauges.Win.GaugeControl();
|
|
this.dgTotalSOC = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
|
|
this.digitalBackgroundLayerComponent4 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
|
|
this.gaugeControl3 = new DevExpress.XtraGauges.Win.GaugeControl();
|
|
this.dgTotalTemp = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
|
|
this.digitalBackgroundLayerComponent3 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
|
|
this.gaugeControl2 = new DevExpress.XtraGauges.Win.GaugeControl();
|
|
this.dgTotalCurrent = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
|
|
this.digitalBackgroundLayerComponent2 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
|
|
this.gaugeControl1 = new DevExpress.XtraGauges.Win.GaugeControl();
|
|
this.dgTotalVoltage = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge();
|
|
this.digitalBackgroundLayerComponent1 = new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent();
|
|
this.panelControl11 = new DevExpress.XtraEditors.PanelControl();
|
|
this.lbStatus = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.lbAlarm = new DevExpress.XtraEditors.LabelControl();
|
|
this.lcGroupSystemValue = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.lcItemTotalVoltage = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcItemTotalCurrent = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcItemTemp = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcItemSOC = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcItemSOH = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.lcitemStatus = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcitemAlarm = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcGroupRoot = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.gbModuleMain = new DevExpress.XtraEditors.GroupControl();
|
|
this.lcModuleMain = new DevExpress.XtraLayout.LayoutControl();
|
|
this.lcgbModuleMain = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcMain = new DevExpress.XtraLayout.LayoutControl();
|
|
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.rtGraph)).BeginInit();
|
|
this.rtGraph.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
|
|
this.layoutControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartVI)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
this.groupControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
|
|
this.layoutControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalSOH)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalSOC)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalTemp)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalCurrent)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalVoltage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl11)).BeginInit();
|
|
this.panelControl11.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcGroupSystemValue)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTotalVoltage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTotalCurrent)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTemp)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemSOC)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemSOH)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemStatus)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemAlarm)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcGroupRoot)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbModuleMain)).BeginInit();
|
|
this.gbModuleMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcModuleMain)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcgbModuleMain)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcMain)).BeginInit();
|
|
this.lcMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tmrDisplay
|
|
//
|
|
this.tmrDisplay.Interval = 500;
|
|
this.tmrDisplay.Tick += new System.EventHandler(this.tmrDisplay_Tick);
|
|
//
|
|
// rtGraph
|
|
//
|
|
this.rtGraph.Controls.Add(this.layoutControl2);
|
|
this.rtGraph.Location = new System.Drawing.Point(206, 413);
|
|
this.rtGraph.Name = "rtGraph";
|
|
this.rtGraph.Size = new System.Drawing.Size(1093, 158);
|
|
this.rtGraph.TabIndex = 5;
|
|
this.rtGraph.Text = "Real Time Graph";
|
|
//
|
|
// layoutControl2
|
|
//
|
|
this.layoutControl2.AllowCustomization = false;
|
|
this.layoutControl2.Controls.Add(this.btnChartClear);
|
|
this.layoutControl2.Controls.Add(this.chartVI);
|
|
this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl2.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem3,
|
|
this.layoutControlItem5});
|
|
this.layoutControl2.Location = new System.Drawing.Point(2, 23);
|
|
this.layoutControl2.Name = "layoutControl2";
|
|
this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1232, 92, 650, 400);
|
|
this.layoutControl2.Root = this.layoutControlGroup2;
|
|
this.layoutControl2.Size = new System.Drawing.Size(1089, 133);
|
|
this.layoutControl2.TabIndex = 0;
|
|
this.layoutControl2.Text = "layoutControl2";
|
|
//
|
|
// btnChartClear
|
|
//
|
|
this.btnChartClear.Location = new System.Drawing.Point(3, 3);
|
|
this.btnChartClear.Name = "btnChartClear";
|
|
this.btnChartClear.Size = new System.Drawing.Size(1083, 127);
|
|
this.btnChartClear.StyleController = this.layoutControl2;
|
|
this.btnChartClear.TabIndex = 5;
|
|
this.btnChartClear.Text = "Clear";
|
|
//
|
|
// chartVI
|
|
//
|
|
xyDiagram1.AxisX.NumericScaleOptions.AutoGrid = false;
|
|
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
|
|
xyDiagram1.AxisX.VisualRange.Auto = false;
|
|
xyDiagram1.AxisX.VisualRange.AutoSideMargins = false;
|
|
xyDiagram1.AxisX.VisualRange.EndSideMargin = 0D;
|
|
xyDiagram1.AxisX.VisualRange.MaxValueSerializable = "9";
|
|
xyDiagram1.AxisX.VisualRange.MinValueSerializable = "0";
|
|
xyDiagram1.AxisX.VisualRange.StartSideMargin = 0D;
|
|
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
|
|
xyDiagram1.DefaultPane.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|
this.chartVI.Diagram = xyDiagram1;
|
|
this.chartVI.Legend.Name = "Default Legend";
|
|
this.chartVI.Location = new System.Drawing.Point(3, 3);
|
|
this.chartVI.Name = "chartVI";
|
|
series1.Name = "Series 1";
|
|
series1.View = lineSeriesView1;
|
|
series2.Name = "Series 2";
|
|
series2.View = lineSeriesView2;
|
|
this.chartVI.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
|
|
series1,
|
|
series2};
|
|
this.chartVI.Size = new System.Drawing.Size(1083, 101);
|
|
this.chartVI.TabIndex = 4;
|
|
this.chartVI.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
|
|
chartTitle1});
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.Control = this.chartVI;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(1087, 105);
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem3.TextVisible = false;
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.Control = this.btnChartClear;
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(89, 26);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(1087, 131);
|
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem5.TextVisible = false;
|
|
//
|
|
// layoutControlGroup2
|
|
//
|
|
this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
|
|
this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup2.GroupBordersVisible = false;
|
|
this.layoutControlGroup2.Name = "Root";
|
|
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup2.Size = new System.Drawing.Size(1089, 133);
|
|
this.layoutControlGroup2.TextVisible = false;
|
|
//
|
|
// groupControl1
|
|
//
|
|
this.groupControl1.Controls.Add(this.layoutControl3);
|
|
this.groupControl1.Location = new System.Drawing.Point(3, 3);
|
|
this.groupControl1.Name = "groupControl1";
|
|
this.groupControl1.Size = new System.Drawing.Size(199, 564);
|
|
this.groupControl1.TabIndex = 5;
|
|
this.groupControl1.Text = "System Value";
|
|
//
|
|
// layoutControl3
|
|
//
|
|
this.layoutControl3.AllowCustomization = false;
|
|
this.layoutControl3.Controls.Add(this.gaugeControl5);
|
|
this.layoutControl3.Controls.Add(this.gaugeControl4);
|
|
this.layoutControl3.Controls.Add(this.gaugeControl3);
|
|
this.layoutControl3.Controls.Add(this.gaugeControl2);
|
|
this.layoutControl3.Controls.Add(this.gaugeControl1);
|
|
this.layoutControl3.Controls.Add(this.panelControl11);
|
|
this.layoutControl3.Controls.Add(this.panelControl2);
|
|
this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl3.Location = new System.Drawing.Point(2, 23);
|
|
this.layoutControl3.Name = "layoutControl3";
|
|
this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(498, 165, 250, 350);
|
|
this.layoutControl3.Root = this.lcGroupSystemValue;
|
|
this.layoutControl3.Size = new System.Drawing.Size(195, 539);
|
|
this.layoutControl3.TabIndex = 0;
|
|
this.layoutControl3.Text = "layoutControl3";
|
|
//
|
|
// gaugeControl5
|
|
//
|
|
this.gaugeControl5.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
|
|
this.dgTotalSOH});
|
|
this.gaugeControl5.Location = new System.Drawing.Point(3, 368);
|
|
this.gaugeControl5.Name = "gaugeControl5";
|
|
this.gaugeControl5.Size = new System.Drawing.Size(189, 66);
|
|
this.gaugeControl5.TabIndex = 8;
|
|
//
|
|
// dgTotalSOH
|
|
//
|
|
this.dgTotalSOH.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#E3E5EA");
|
|
this.dgTotalSOH.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#59616F");
|
|
this.dgTotalSOH.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent[] {
|
|
this.digitalBackgroundLayerComponent5});
|
|
this.dgTotalSOH.Bounds = new System.Drawing.Rectangle(6, 6, 177, 54);
|
|
this.dgTotalSOH.DigitCount = 5;
|
|
this.dgTotalSOH.Name = "dgTotalSOH";
|
|
this.dgTotalSOH.Padding = new DevExpress.XtraGauges.Core.Base.TextSpacing(26, 20, 26, 20);
|
|
this.dgTotalSOH.Text = "00,000";
|
|
//
|
|
// digitalBackgroundLayerComponent5
|
|
//
|
|
this.digitalBackgroundLayerComponent5.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(265.8125F, 99.9625F);
|
|
this.digitalBackgroundLayerComponent5.Name = "digitalBackgroundLayerComponent1";
|
|
this.digitalBackgroundLayerComponent5.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style18;
|
|
this.digitalBackgroundLayerComponent5.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(26F, 0F);
|
|
this.digitalBackgroundLayerComponent5.ZOrder = 1000;
|
|
//
|
|
// gaugeControl4
|
|
//
|
|
this.gaugeControl4.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
|
|
this.dgTotalSOC});
|
|
this.gaugeControl4.Location = new System.Drawing.Point(3, 281);
|
|
this.gaugeControl4.Name = "gaugeControl4";
|
|
this.gaugeControl4.Size = new System.Drawing.Size(189, 66);
|
|
this.gaugeControl4.TabIndex = 7;
|
|
//
|
|
// dgTotalSOC
|
|
//
|
|
this.dgTotalSOC.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#E3E5EA");
|
|
this.dgTotalSOC.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#59616F");
|
|
this.dgTotalSOC.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent[] {
|
|
this.digitalBackgroundLayerComponent4});
|
|
this.dgTotalSOC.Bounds = new System.Drawing.Rectangle(6, 6, 177, 54);
|
|
this.dgTotalSOC.DigitCount = 5;
|
|
this.dgTotalSOC.Name = "dgTotalSOC";
|
|
this.dgTotalSOC.Padding = new DevExpress.XtraGauges.Core.Base.TextSpacing(26, 20, 26, 20);
|
|
this.dgTotalSOC.Text = "00,000";
|
|
//
|
|
// digitalBackgroundLayerComponent4
|
|
//
|
|
this.digitalBackgroundLayerComponent4.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(265.8125F, 99.9625F);
|
|
this.digitalBackgroundLayerComponent4.Name = "digitalBackgroundLayerComponent1";
|
|
this.digitalBackgroundLayerComponent4.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style18;
|
|
this.digitalBackgroundLayerComponent4.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(26F, 0F);
|
|
this.digitalBackgroundLayerComponent4.ZOrder = 1000;
|
|
//
|
|
// gaugeControl3
|
|
//
|
|
this.gaugeControl3.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
|
|
this.dgTotalTemp});
|
|
this.gaugeControl3.Location = new System.Drawing.Point(3, 194);
|
|
this.gaugeControl3.Name = "gaugeControl3";
|
|
this.gaugeControl3.Size = new System.Drawing.Size(189, 66);
|
|
this.gaugeControl3.TabIndex = 6;
|
|
//
|
|
// dgTotalTemp
|
|
//
|
|
this.dgTotalTemp.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#E3E5EA");
|
|
this.dgTotalTemp.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#59616F");
|
|
this.dgTotalTemp.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent[] {
|
|
this.digitalBackgroundLayerComponent3});
|
|
this.dgTotalTemp.Bounds = new System.Drawing.Rectangle(6, 6, 177, 54);
|
|
this.dgTotalTemp.DigitCount = 5;
|
|
this.dgTotalTemp.Name = "dgTotalTemp";
|
|
this.dgTotalTemp.Padding = new DevExpress.XtraGauges.Core.Base.TextSpacing(26, 20, 26, 20);
|
|
this.dgTotalTemp.Text = "00,000";
|
|
//
|
|
// digitalBackgroundLayerComponent3
|
|
//
|
|
this.digitalBackgroundLayerComponent3.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(265.8125F, 99.9625F);
|
|
this.digitalBackgroundLayerComponent3.Name = "digitalBackgroundLayerComponent1";
|
|
this.digitalBackgroundLayerComponent3.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style18;
|
|
this.digitalBackgroundLayerComponent3.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(26F, 0F);
|
|
this.digitalBackgroundLayerComponent3.ZOrder = 1000;
|
|
//
|
|
// gaugeControl2
|
|
//
|
|
this.gaugeControl2.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
|
|
this.dgTotalCurrent});
|
|
this.gaugeControl2.Location = new System.Drawing.Point(3, 107);
|
|
this.gaugeControl2.Name = "gaugeControl2";
|
|
this.gaugeControl2.Size = new System.Drawing.Size(189, 66);
|
|
this.gaugeControl2.TabIndex = 5;
|
|
//
|
|
// dgTotalCurrent
|
|
//
|
|
this.dgTotalCurrent.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#E3E5EA");
|
|
this.dgTotalCurrent.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#59616F");
|
|
this.dgTotalCurrent.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent[] {
|
|
this.digitalBackgroundLayerComponent2});
|
|
this.dgTotalCurrent.Bounds = new System.Drawing.Rectangle(6, 6, 177, 54);
|
|
this.dgTotalCurrent.DigitCount = 5;
|
|
this.dgTotalCurrent.Name = "dgTotalCurrent";
|
|
this.dgTotalCurrent.Padding = new DevExpress.XtraGauges.Core.Base.TextSpacing(26, 20, 26, 20);
|
|
this.dgTotalCurrent.Text = "00,000";
|
|
//
|
|
// digitalBackgroundLayerComponent2
|
|
//
|
|
this.digitalBackgroundLayerComponent2.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(265.8125F, 99.9625F);
|
|
this.digitalBackgroundLayerComponent2.Name = "digitalBackgroundLayerComponent1";
|
|
this.digitalBackgroundLayerComponent2.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style18;
|
|
this.digitalBackgroundLayerComponent2.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(26F, 0F);
|
|
this.digitalBackgroundLayerComponent2.ZOrder = 1000;
|
|
//
|
|
// gaugeControl1
|
|
//
|
|
this.gaugeControl1.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
|
|
this.dgTotalVoltage});
|
|
this.gaugeControl1.Location = new System.Drawing.Point(3, 20);
|
|
this.gaugeControl1.Name = "gaugeControl1";
|
|
this.gaugeControl1.Size = new System.Drawing.Size(189, 66);
|
|
this.gaugeControl1.TabIndex = 4;
|
|
//
|
|
// dgTotalVoltage
|
|
//
|
|
this.dgTotalVoltage.AppearanceOff.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#E3E5EA");
|
|
this.dgTotalVoltage.AppearanceOn.ContentBrush = new DevExpress.XtraGauges.Core.Drawing.SolidBrushObject("Color:#59616F");
|
|
this.dgTotalVoltage.BackgroundLayers.AddRange(new DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent[] {
|
|
this.digitalBackgroundLayerComponent1});
|
|
this.dgTotalVoltage.Bounds = new System.Drawing.Rectangle(6, 6, 177, 54);
|
|
this.dgTotalVoltage.DigitCount = 5;
|
|
this.dgTotalVoltage.Name = "dgTotalVoltage";
|
|
this.dgTotalVoltage.Padding = new DevExpress.XtraGauges.Core.Base.TextSpacing(26, 20, 26, 20);
|
|
this.dgTotalVoltage.Text = "00,000";
|
|
//
|
|
// digitalBackgroundLayerComponent1
|
|
//
|
|
this.digitalBackgroundLayerComponent1.BottomRight = new DevExpress.XtraGauges.Core.Base.PointF2D(265.8125F, 99.9625F);
|
|
this.digitalBackgroundLayerComponent1.Name = "digitalBackgroundLayerComponent1";
|
|
this.digitalBackgroundLayerComponent1.ShapeType = DevExpress.XtraGauges.Core.Model.DigitalBackgroundShapeSetType.Style18;
|
|
this.digitalBackgroundLayerComponent1.TopLeft = new DevExpress.XtraGauges.Core.Base.PointF2D(26F, 0F);
|
|
this.digitalBackgroundLayerComponent1.ZOrder = 1000;
|
|
//
|
|
// panelControl11
|
|
//
|
|
this.panelControl11.Controls.Add(this.lbStatus);
|
|
this.panelControl11.Location = new System.Drawing.Point(49, 464);
|
|
this.panelControl11.Name = "panelControl11";
|
|
this.panelControl11.Size = new System.Drawing.Size(138, 31);
|
|
this.panelControl11.TabIndex = 4;
|
|
//
|
|
// lbStatus
|
|
//
|
|
this.lbStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbStatus.Appearance.Options.UseFont = true;
|
|
this.lbStatus.Appearance.Options.UseTextOptions = true;
|
|
this.lbStatus.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.lbStatus.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lbStatus.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbStatus.Location = new System.Drawing.Point(2, 2);
|
|
this.lbStatus.Name = "lbStatus";
|
|
this.lbStatus.Size = new System.Drawing.Size(134, 27);
|
|
this.lbStatus.TabIndex = 0;
|
|
this.lbStatus.Text = "Status";
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Controls.Add(this.lbAlarm);
|
|
this.panelControl2.Location = new System.Drawing.Point(49, 499);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(138, 32);
|
|
this.panelControl2.TabIndex = 5;
|
|
//
|
|
// lbAlarm
|
|
//
|
|
this.lbAlarm.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbAlarm.Appearance.Options.UseFont = true;
|
|
this.lbAlarm.Appearance.Options.UseTextOptions = true;
|
|
this.lbAlarm.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.lbAlarm.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
this.lbAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbAlarm.Location = new System.Drawing.Point(2, 2);
|
|
this.lbAlarm.Name = "lbAlarm";
|
|
this.lbAlarm.Size = new System.Drawing.Size(134, 28);
|
|
this.lbAlarm.TabIndex = 0;
|
|
this.lbAlarm.Text = "Alarm";
|
|
//
|
|
// lcGroupSystemValue
|
|
//
|
|
this.lcGroupSystemValue.CustomizationFormText = "layoutControlGroup3";
|
|
this.lcGroupSystemValue.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.lcGroupSystemValue.GroupBordersVisible = false;
|
|
this.lcGroupSystemValue.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.lcItemTotalVoltage,
|
|
this.lcItemTotalCurrent,
|
|
this.lcItemTemp,
|
|
this.lcItemSOC,
|
|
this.lcItemSOH,
|
|
this.layoutControlGroup1});
|
|
this.lcGroupSystemValue.Name = "lcGroupSystemValue";
|
|
this.lcGroupSystemValue.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.lcGroupSystemValue.Size = new System.Drawing.Size(195, 539);
|
|
this.lcGroupSystemValue.TextVisible = false;
|
|
//
|
|
// lcItemTotalVoltage
|
|
//
|
|
this.lcItemTotalVoltage.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lcItemTotalVoltage.AppearanceItemCaption.Options.UseFont = true;
|
|
this.lcItemTotalVoltage.Control = this.gaugeControl1;
|
|
this.lcItemTotalVoltage.CustomizationFormText = "layoutControlItem4";
|
|
this.lcItemTotalVoltage.Location = new System.Drawing.Point(0, 0);
|
|
this.lcItemTotalVoltage.MaxSize = new System.Drawing.Size(0, 87);
|
|
this.lcItemTotalVoltage.MinSize = new System.Drawing.Size(109, 87);
|
|
this.lcItemTotalVoltage.Name = "lcItemTotalVoltage";
|
|
this.lcItemTotalVoltage.Size = new System.Drawing.Size(193, 87);
|
|
this.lcItemTotalVoltage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcItemTotalVoltage.Text = " Voltage";
|
|
this.lcItemTotalVoltage.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.lcItemTotalVoltage.TextSize = new System.Drawing.Size(125, 14);
|
|
//
|
|
// lcItemTotalCurrent
|
|
//
|
|
this.lcItemTotalCurrent.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lcItemTotalCurrent.AppearanceItemCaption.Options.UseFont = true;
|
|
this.lcItemTotalCurrent.Control = this.gaugeControl2;
|
|
this.lcItemTotalCurrent.CustomizationFormText = " Current";
|
|
this.lcItemTotalCurrent.Location = new System.Drawing.Point(0, 87);
|
|
this.lcItemTotalCurrent.MaxSize = new System.Drawing.Size(0, 87);
|
|
this.lcItemTotalCurrent.MinSize = new System.Drawing.Size(109, 87);
|
|
this.lcItemTotalCurrent.Name = "lcItemTotalCurrent";
|
|
this.lcItemTotalCurrent.Size = new System.Drawing.Size(193, 87);
|
|
this.lcItemTotalCurrent.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcItemTotalCurrent.Text = " Current";
|
|
this.lcItemTotalCurrent.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.lcItemTotalCurrent.TextSize = new System.Drawing.Size(125, 14);
|
|
//
|
|
// lcItemTemp
|
|
//
|
|
this.lcItemTemp.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lcItemTemp.AppearanceItemCaption.Options.UseFont = true;
|
|
this.lcItemTemp.Control = this.gaugeControl3;
|
|
this.lcItemTemp.CustomizationFormText = " Temperature";
|
|
this.lcItemTemp.Location = new System.Drawing.Point(0, 174);
|
|
this.lcItemTemp.MaxSize = new System.Drawing.Size(0, 87);
|
|
this.lcItemTemp.MinSize = new System.Drawing.Size(109, 87);
|
|
this.lcItemTemp.Name = "lcItemTemp";
|
|
this.lcItemTemp.Size = new System.Drawing.Size(193, 87);
|
|
this.lcItemTemp.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcItemTemp.Text = " Temperature (Max.)";
|
|
this.lcItemTemp.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.lcItemTemp.TextSize = new System.Drawing.Size(125, 14);
|
|
//
|
|
// lcItemSOC
|
|
//
|
|
this.lcItemSOC.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lcItemSOC.AppearanceItemCaption.Options.UseFont = true;
|
|
this.lcItemSOC.Control = this.gaugeControl4;
|
|
this.lcItemSOC.CustomizationFormText = " SOC";
|
|
this.lcItemSOC.Location = new System.Drawing.Point(0, 261);
|
|
this.lcItemSOC.MaxSize = new System.Drawing.Size(0, 87);
|
|
this.lcItemSOC.MinSize = new System.Drawing.Size(109, 87);
|
|
this.lcItemSOC.Name = "lcItemSOC";
|
|
this.lcItemSOC.Size = new System.Drawing.Size(193, 87);
|
|
this.lcItemSOC.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcItemSOC.Text = " SOC";
|
|
this.lcItemSOC.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.lcItemSOC.TextSize = new System.Drawing.Size(125, 14);
|
|
//
|
|
// lcItemSOH
|
|
//
|
|
this.lcItemSOH.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|
this.lcItemSOH.AppearanceItemCaption.Options.UseFont = true;
|
|
this.lcItemSOH.Control = this.gaugeControl5;
|
|
this.lcItemSOH.Location = new System.Drawing.Point(0, 348);
|
|
this.lcItemSOH.MaxSize = new System.Drawing.Size(0, 87);
|
|
this.lcItemSOH.MinSize = new System.Drawing.Size(109, 87);
|
|
this.lcItemSOH.Name = "lcItemSOH";
|
|
this.lcItemSOH.Size = new System.Drawing.Size(193, 87);
|
|
this.lcItemSOH.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcItemSOH.Text = " SOH";
|
|
this.lcItemSOH.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.lcItemSOH.TextSize = new System.Drawing.Size(125, 14);
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.lcitemStatus,
|
|
this.lcitemAlarm});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 435);
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(193, 102);
|
|
this.layoutControlGroup1.Text = "Operating Status";
|
|
//
|
|
// lcitemStatus
|
|
//
|
|
this.lcitemStatus.Control = this.panelControl11;
|
|
this.lcitemStatus.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.lcitemStatus.CustomizationFormText = "Status";
|
|
this.lcitemStatus.Location = new System.Drawing.Point(0, 0);
|
|
this.lcitemStatus.MinSize = new System.Drawing.Size(64, 26);
|
|
this.lcitemStatus.Name = "lcitemStatus";
|
|
this.lcitemStatus.Size = new System.Drawing.Size(183, 35);
|
|
this.lcitemStatus.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcitemStatus.Text = "Status";
|
|
this.lcitemStatus.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.lcitemStatus.TextSize = new System.Drawing.Size(40, 14);
|
|
this.lcitemStatus.TextToControlDistance = 1;
|
|
//
|
|
// lcitemAlarm
|
|
//
|
|
this.lcitemAlarm.Control = this.panelControl2;
|
|
this.lcitemAlarm.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
this.lcitemAlarm.CustomizationFormText = "Alarm";
|
|
this.lcitemAlarm.Location = new System.Drawing.Point(0, 35);
|
|
this.lcitemAlarm.MinSize = new System.Drawing.Size(64, 26);
|
|
this.lcitemAlarm.Name = "lcitemAlarm";
|
|
this.lcitemAlarm.Size = new System.Drawing.Size(183, 36);
|
|
this.lcitemAlarm.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcitemAlarm.Text = "Alarm";
|
|
this.lcitemAlarm.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.lcitemAlarm.TextSize = new System.Drawing.Size(40, 20);
|
|
this.lcitemAlarm.TextToControlDistance = 1;
|
|
//
|
|
// lcGroupRoot
|
|
//
|
|
this.lcGroupRoot.CustomizationFormText = "layoutControlGroup1";
|
|
this.lcGroupRoot.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.lcGroupRoot.GroupBordersVisible = false;
|
|
this.lcGroupRoot.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1,
|
|
this.layoutControlItem6});
|
|
this.lcGroupRoot.Name = "Root";
|
|
this.lcGroupRoot.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.lcGroupRoot.Size = new System.Drawing.Size(1302, 570);
|
|
this.lcGroupRoot.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.groupControl1;
|
|
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.MaxSize = new System.Drawing.Size(203, 0);
|
|
this.layoutControlItem1.MinSize = new System.Drawing.Size(203, 24);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(203, 568);
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.Control = this.gbModuleMain;
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(203, 0);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(1097, 568);
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem6.TextVisible = false;
|
|
//
|
|
// gbModuleMain
|
|
//
|
|
this.gbModuleMain.Controls.Add(this.lcModuleMain);
|
|
this.gbModuleMain.Location = new System.Drawing.Point(206, 3);
|
|
this.gbModuleMain.Name = "gbModuleMain";
|
|
this.gbModuleMain.Size = new System.Drawing.Size(1093, 564);
|
|
this.gbModuleMain.TabIndex = 6;
|
|
this.gbModuleMain.Text = "Module";
|
|
//
|
|
// lcModuleMain
|
|
//
|
|
this.lcModuleMain.AllowCustomization = false;
|
|
this.lcModuleMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lcModuleMain.Location = new System.Drawing.Point(2, 23);
|
|
this.lcModuleMain.Name = "lcModuleMain";
|
|
this.lcModuleMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1270, 115, 650, 400);
|
|
this.lcModuleMain.Root = this.lcgbModuleMain;
|
|
this.lcModuleMain.Size = new System.Drawing.Size(1089, 539);
|
|
this.lcModuleMain.TabIndex = 0;
|
|
this.lcModuleMain.Text = "layoutControl5";
|
|
//
|
|
// lcgbModuleMain
|
|
//
|
|
this.lcgbModuleMain.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.lcgbModuleMain.GroupBordersVisible = false;
|
|
this.lcgbModuleMain.Name = "Root";
|
|
this.lcgbModuleMain.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.lcgbModuleMain.Size = new System.Drawing.Size(1089, 539);
|
|
this.lcgbModuleMain.TextVisible = false;
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.rtGraph;
|
|
this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(203, 410);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(1097, 162);
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// lcMain
|
|
//
|
|
this.lcMain.AllowCustomization = false;
|
|
this.lcMain.Controls.Add(this.gbModuleMain);
|
|
this.lcMain.Controls.Add(this.groupControl1);
|
|
this.lcMain.Controls.Add(this.rtGraph);
|
|
this.lcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lcMain.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem2});
|
|
this.lcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.lcMain.Name = "lcMain";
|
|
this.lcMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(955, 282, 650, 400);
|
|
this.lcMain.Root = this.lcGroupRoot;
|
|
this.lcMain.Size = new System.Drawing.Size(1302, 570);
|
|
this.lcMain.TabIndex = 0;
|
|
this.lcMain.Text = "layoutControl1";
|
|
//
|
|
// layoutControlGroup4
|
|
//
|
|
this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup3";
|
|
this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup4.GroupBordersVisible = false;
|
|
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup4.Name = "Root";
|
|
this.layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup4.Size = new System.Drawing.Size(185, 63);
|
|
this.layoutControlGroup4.TextVisible = false;
|
|
//
|
|
// layoutControlItem7
|
|
//
|
|
this.layoutControlItem7.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
|
|
this.layoutControlItem7.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem7.Control = this.gaugeControl5;
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 344);
|
|
this.layoutControlItem7.MinSize = new System.Drawing.Size(109, 41);
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(193, 86);
|
|
this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem7.Text = " SOH";
|
|
this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// ucMainStatus
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.lcMain);
|
|
this.Name = "ucMainStatus";
|
|
this.Size = new System.Drawing.Size(1302, 570);
|
|
((System.ComponentModel.ISupportInitialize)(this.rtGraph)).EndInit();
|
|
this.rtGraph.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
|
|
this.layoutControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartVI)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
this.groupControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
|
|
this.layoutControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalSOH)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalSOC)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalTemp)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalCurrent)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgTotalVoltage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.digitalBackgroundLayerComponent1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl11)).EndInit();
|
|
this.panelControl11.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.lcGroupSystemValue)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTotalVoltage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTotalCurrent)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTemp)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemSOC)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemSOH)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemStatus)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemAlarm)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcGroupRoot)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbModuleMain)).EndInit();
|
|
this.gbModuleMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.lcModuleMain)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcgbModuleMain)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcMain)).EndInit();
|
|
this.lcMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Timer tmrDisplay;
|
|
private DevExpress.XtraEditors.GroupControl rtGraph;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
|
private DevExpress.XtraEditors.SimpleButton btnChartClear;
|
|
private DevExpress.XtraCharts.ChartControl chartVI;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl3;
|
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl4;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge dgTotalSOC;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent4;
|
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl3;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge dgTotalTemp;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent3;
|
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl2;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge dgTotalCurrent;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent2;
|
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl1;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge dgTotalVoltage;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup lcGroupSystemValue;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcItemTotalVoltage;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcItemTotalCurrent;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcItemTemp;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcItemSOC;
|
|
private DevExpress.XtraLayout.LayoutControlGroup lcGroupRoot;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraEditors.GroupControl gbModuleMain;
|
|
private DevExpress.XtraLayout.LayoutControl lcMain;
|
|
private DevExpress.XtraLayout.LayoutControl lcModuleMain;
|
|
private DevExpress.XtraLayout.LayoutControlGroup lcgbModuleMain;
|
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl5;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge dgTotalSOH;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent5;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcItemSOH;
|
|
private DevExpress.XtraEditors.PanelControl panelControl11;
|
|
private DevExpress.XtraEditors.LabelControl lbStatus;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcitemStatus;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.LabelControl lbAlarm;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcitemAlarm;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
}
|
|
}
|