698 lines
44 KiB
C#
698 lines
44 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()
|
|
{
|
|
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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.gbStatusAlarm = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.lbAlarm = new DevExpress.XtraEditors.LabelControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.lbStatus = new DevExpress.XtraEditors.LabelControl();
|
|
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.lcitemStatus = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcitemAlarm = new DevExpress.XtraLayout.LayoutControlItem();
|
|
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.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.lcItemTotalVoltage = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.lcItemTotalCurrent = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcItemTemp = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.lcItemSOC = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.tmrDisplay = new System.Windows.Forms.Timer();
|
|
this.chartVI = new DevExpress.XtraCharts.ChartControl();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
this.groupControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
|
|
this.layoutControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbStatusAlarm)).BeginInit();
|
|
this.gbStatusAlarm.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
|
|
this.layoutControl4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemStatus)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemAlarm)).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.layoutControlGroup3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTotalVoltage)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTotalCurrent)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTemp)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemSOC)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
|
this.groupControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
|
|
this.layoutControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((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();
|
|
this.SuspendLayout();
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.groupControl1);
|
|
this.layoutControl1.Controls.Add(this.groupControl2);
|
|
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(1302, 574);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// 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, 568);
|
|
this.groupControl1.TabIndex = 5;
|
|
this.groupControl1.Text = "System Value";
|
|
//
|
|
// layoutControl3
|
|
//
|
|
this.layoutControl3.Controls.Add(this.gbStatusAlarm);
|
|
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.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.layoutControlGroup3;
|
|
this.layoutControl3.Size = new System.Drawing.Size(195, 543);
|
|
this.layoutControl3.TabIndex = 0;
|
|
this.layoutControl3.Text = "layoutControl3";
|
|
//
|
|
// gbStatusAlarm
|
|
//
|
|
this.gbStatusAlarm.Controls.Add(this.layoutControl4);
|
|
this.gbStatusAlarm.Location = new System.Drawing.Point(3, 391);
|
|
this.gbStatusAlarm.Name = "gbStatusAlarm";
|
|
this.gbStatusAlarm.Size = new System.Drawing.Size(189, 88);
|
|
this.gbStatusAlarm.TabIndex = 7;
|
|
this.gbStatusAlarm.Text = "Operating Status";
|
|
//
|
|
// layoutControl4
|
|
//
|
|
this.layoutControl4.Controls.Add(this.panelControl2);
|
|
this.layoutControl4.Controls.Add(this.panelControl1);
|
|
this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl4.Location = new System.Drawing.Point(2, 23);
|
|
this.layoutControl4.Name = "layoutControl4";
|
|
this.layoutControl4.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1163, 334, 250, 350);
|
|
this.layoutControl4.Root = this.layoutControlGroup4;
|
|
this.layoutControl4.Size = new System.Drawing.Size(185, 63);
|
|
this.layoutControl4.TabIndex = 0;
|
|
this.layoutControl4.Text = "layoutControl4";
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Controls.Add(this.lbAlarm);
|
|
this.panelControl2.Location = new System.Drawing.Point(44, 34);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(138, 26);
|
|
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, 22);
|
|
this.lbAlarm.TabIndex = 0;
|
|
this.lbAlarm.Text = "Alarm";
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.lbStatus);
|
|
this.panelControl1.Location = new System.Drawing.Point(44, 3);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(138, 27);
|
|
this.panelControl1.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, 23);
|
|
this.lbStatus.TabIndex = 0;
|
|
this.lbStatus.Text = "Status";
|
|
//
|
|
// layoutControlGroup4
|
|
//
|
|
this.layoutControlGroup4.CustomizationFormText = "layoutControlGroup3";
|
|
this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup4.GroupBordersVisible = false;
|
|
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.lcitemStatus,
|
|
this.lcitemAlarm});
|
|
this.layoutControlGroup4.Name = "layoutControlGroup3";
|
|
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;
|
|
//
|
|
// lcitemStatus
|
|
//
|
|
this.lcitemStatus.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.lcitemStatus.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.lcitemStatus.Control = this.panelControl1;
|
|
this.lcitemStatus.CustomizationFormText = "Status";
|
|
this.lcitemStatus.Location = new System.Drawing.Point(0, 0);
|
|
this.lcitemStatus.MaxSize = new System.Drawing.Size(0, 31);
|
|
this.lcitemStatus.MinSize = new System.Drawing.Size(100, 31);
|
|
this.lcitemStatus.Name = "lcitemStatus";
|
|
this.lcitemStatus.Size = new System.Drawing.Size(183, 31);
|
|
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.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.lcitemAlarm.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.lcitemAlarm.Control = this.panelControl2;
|
|
this.lcitemAlarm.CustomizationFormText = "Alarm";
|
|
this.lcitemAlarm.Location = new System.Drawing.Point(0, 31);
|
|
this.lcitemAlarm.MinSize = new System.Drawing.Size(100, 24);
|
|
this.lcitemAlarm.Name = "lcitemAlarm";
|
|
this.lcitemAlarm.Size = new System.Drawing.Size(183, 30);
|
|
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;
|
|
//
|
|
// gaugeControl4
|
|
//
|
|
this.gaugeControl4.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
|
|
this.dgTotalSOC});
|
|
this.gaugeControl4.Location = new System.Drawing.Point(3, 311);
|
|
this.gaugeControl4.Name = "gaugeControl4";
|
|
this.gaugeControl4.Size = new System.Drawing.Size(189, 76);
|
|
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, 64);
|
|
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, 214);
|
|
this.gaugeControl3.Name = "gaugeControl3";
|
|
this.gaugeControl3.Size = new System.Drawing.Size(189, 76);
|
|
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, 64);
|
|
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, 117);
|
|
this.gaugeControl2.Name = "gaugeControl2";
|
|
this.gaugeControl2.Size = new System.Drawing.Size(189, 76);
|
|
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, 64);
|
|
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, 76);
|
|
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, 64);
|
|
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;
|
|
//
|
|
// layoutControlGroup3
|
|
//
|
|
this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
|
|
this.layoutControlGroup3.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup3.GroupBordersVisible = false;
|
|
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.lcItemTotalVoltage,
|
|
this.emptySpaceItem1,
|
|
this.lcItemTotalCurrent,
|
|
this.lcItemTemp,
|
|
this.lcItemSOC,
|
|
this.layoutControlItem4});
|
|
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
|
this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup3.Size = new System.Drawing.Size(195, 543);
|
|
this.layoutControlGroup3.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(193, 97);
|
|
this.lcItemTotalVoltage.MinSize = new System.Drawing.Size(193, 97);
|
|
this.lcItemTotalVoltage.Name = "lcItemTotalVoltage";
|
|
this.lcItemTotalVoltage.Size = new System.Drawing.Size(193, 97);
|
|
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(82, 14);
|
|
//
|
|
// emptySpaceItem1
|
|
//
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 480);
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(193, 61);
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// 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, 97);
|
|
this.lcItemTotalCurrent.MaxSize = new System.Drawing.Size(193, 97);
|
|
this.lcItemTotalCurrent.MinSize = new System.Drawing.Size(193, 97);
|
|
this.lcItemTotalCurrent.Name = "lcItemTotalCurrent";
|
|
this.lcItemTotalCurrent.Size = new System.Drawing.Size(193, 97);
|
|
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(82, 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, 194);
|
|
this.lcItemTemp.MaxSize = new System.Drawing.Size(193, 97);
|
|
this.lcItemTemp.MinSize = new System.Drawing.Size(193, 97);
|
|
this.lcItemTemp.Name = "lcItemTemp";
|
|
this.lcItemTemp.Size = new System.Drawing.Size(193, 97);
|
|
this.lcItemTemp.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcItemTemp.Text = " Temperature";
|
|
this.lcItemTemp.TextLocation = DevExpress.Utils.Locations.Top;
|
|
this.lcItemTemp.TextSize = new System.Drawing.Size(82, 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, 291);
|
|
this.lcItemSOC.MaxSize = new System.Drawing.Size(193, 97);
|
|
this.lcItemSOC.MinSize = new System.Drawing.Size(193, 97);
|
|
this.lcItemSOC.Name = "lcItemSOC";
|
|
this.lcItemSOC.Size = new System.Drawing.Size(193, 97);
|
|
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(82, 14);
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.Control = this.gbStatusAlarm;
|
|
this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 388);
|
|
this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 92);
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(104, 92);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(193, 92);
|
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem4.TextVisible = false;
|
|
//
|
|
// groupControl2
|
|
//
|
|
this.groupControl2.Controls.Add(this.layoutControl2);
|
|
this.groupControl2.Location = new System.Drawing.Point(206, 3);
|
|
this.groupControl2.Name = "groupControl2";
|
|
this.groupControl2.Size = new System.Drawing.Size(1093, 568);
|
|
this.groupControl2.TabIndex = 5;
|
|
this.groupControl2.Text = "Real Time Graph";
|
|
//
|
|
// layoutControl2
|
|
//
|
|
this.layoutControl2.Controls.Add(this.chartVI);
|
|
this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl2.Location = new System.Drawing.Point(2, 23);
|
|
this.layoutControl2.Name = "layoutControl2";
|
|
this.layoutControl2.Root = this.layoutControlGroup2;
|
|
this.layoutControl2.Size = new System.Drawing.Size(1089, 543);
|
|
this.layoutControl2.TabIndex = 0;
|
|
this.layoutControl2.Text = "layoutControl2";
|
|
//
|
|
// layoutControlGroup2
|
|
//
|
|
this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
|
|
this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup2.GroupBordersVisible = false;
|
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem3});
|
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup2.Size = new System.Drawing.Size(1089, 543);
|
|
this.layoutControlGroup2.TextVisible = false;
|
|
//
|
|
// 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.layoutControlItem1});
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1302, 574);
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.groupControl2;
|
|
this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(203, 0);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(1097, 572);
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.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, 572);
|
|
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// tmrDisplay
|
|
//
|
|
this.tmrDisplay.Interval = 500;
|
|
this.tmrDisplay.Tick += new System.EventHandler(this.tmrDisplay_Tick);
|
|
//
|
|
// chartVI
|
|
//
|
|
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
|
|
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
|
|
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, 537);
|
|
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, 541);
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem3.TextVisible = false;
|
|
//
|
|
// ucMainStatus
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Name = "ucMainStatus";
|
|
this.Size = new System.Drawing.Size(1302, 574);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
this.groupControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
|
|
this.layoutControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gbStatusAlarm)).EndInit();
|
|
this.gbStatusAlarm.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
|
|
this.layoutControl4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemStatus)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemAlarm)).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.layoutControlGroup3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTotalVoltage)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTotalCurrent)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemTemp)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcItemSOC)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
|
|
this.groupControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
|
|
this.layoutControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartVI)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraEditors.GroupControl groupControl2;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl3;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
|
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.LayoutControlItem lcItemTotalVoltage;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl2;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge dgTotalCurrent;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent2;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcItemTotalCurrent;
|
|
private System.Windows.Forms.Timer tmrDisplay;
|
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl3;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge dgTotalTemp;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent3;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcItemTemp;
|
|
private DevExpress.XtraGauges.Win.GaugeControl gaugeControl4;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalGauge dgTotalSOC;
|
|
private DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponent digitalBackgroundLayerComponent4;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcItemSOC;
|
|
private DevExpress.XtraEditors.GroupControl gbStatusAlarm;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl4;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.LabelControl lbAlarm;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.LabelControl lbStatus;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcitemStatus;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcitemAlarm;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraCharts.ChartControl chartVI;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
}
|
|
}
|