944 lines
52 KiB
C#
944 lines
52 KiB
C#
namespace LFP_Manager.Forms
|
|
{
|
|
partial class fmxHistory
|
|
{
|
|
/// <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 Windows Form 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();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmxHistory));
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.tabHistory = new DevExpress.XtraTab.XtraTabControl();
|
|
this.pgGuiHistory = new DevExpress.XtraTab.XtraTabPage();
|
|
this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.ucHistroy1 = new LFP_Manager.Controls.ucHistroy();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.pgBmsHistory = new DevExpress.XtraTab.XtraTabPage();
|
|
this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.btnExportExcel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnBmsHistoryReq = new DevExpress.XtraEditors.SimpleButton();
|
|
this.gcBmsHistory = new DevExpress.XtraGrid.GridControl();
|
|
this.gvBmsHistory = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gcNo = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcHistDateTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcWarning = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcProtect = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcError = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcVoltage = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcCurrent = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcSOC = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcSOH = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcTemp1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcTemp2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcTemp3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcTemp4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcTemp5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcTemp6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_13 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_14 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_15 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.cell_v_16 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.LcGrResult = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.TmrCheckReq = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tabHistory)).BeginInit();
|
|
this.tabHistory.SuspendLayout();
|
|
this.pgGuiHistory.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
|
|
this.layoutControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
this.pgBmsHistory.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
|
|
this.layoutControl3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gcBmsHistory)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gvBmsHistory)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LcGrResult)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.tabHistory);
|
|
this.layoutControl1.Controls.Add(this.btnClose);
|
|
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(1215, 341, 650, 400);
|
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|
this.layoutControl1.Size = new System.Drawing.Size(911, 602);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// tabHistory
|
|
//
|
|
this.tabHistory.Location = new System.Drawing.Point(3, 3);
|
|
this.tabHistory.Name = "tabHistory";
|
|
this.tabHistory.SelectedTabPage = this.pgGuiHistory;
|
|
this.tabHistory.Size = new System.Drawing.Size(905, 552);
|
|
this.tabHistory.TabIndex = 6;
|
|
this.tabHistory.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.pgGuiHistory,
|
|
this.pgBmsHistory});
|
|
//
|
|
// pgGuiHistory
|
|
//
|
|
this.pgGuiHistory.Controls.Add(this.layoutControl2);
|
|
this.pgGuiHistory.Name = "pgGuiHistory";
|
|
this.pgGuiHistory.Size = new System.Drawing.Size(903, 526);
|
|
this.pgGuiHistory.Text = "GUI History";
|
|
//
|
|
// layoutControl2
|
|
//
|
|
this.layoutControl2.Controls.Add(this.ucHistroy1);
|
|
this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl2.Name = "layoutControl2";
|
|
this.layoutControl2.Root = this.Root;
|
|
this.layoutControl2.Size = new System.Drawing.Size(903, 526);
|
|
this.layoutControl2.TabIndex = 0;
|
|
this.layoutControl2.Text = "layoutControl2";
|
|
//
|
|
// ucHistroy1
|
|
//
|
|
this.ucHistroy1.Location = new System.Drawing.Point(3, 3);
|
|
this.ucHistroy1.Name = "ucHistroy1";
|
|
this.ucHistroy1.Size = new System.Drawing.Size(897, 520);
|
|
this.ucHistroy1.TabIndex = 4;
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1});
|
|
this.Root.Name = "Root";
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.Root.Size = new System.Drawing.Size(903, 526);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.ucHistroy1;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(901, 524);
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// pgBmsHistory
|
|
//
|
|
this.pgBmsHistory.Controls.Add(this.layoutControl3);
|
|
this.pgBmsHistory.Name = "pgBmsHistory";
|
|
this.pgBmsHistory.Size = new System.Drawing.Size(903, 526);
|
|
this.pgBmsHistory.Text = "BMS History";
|
|
//
|
|
// layoutControl3
|
|
//
|
|
this.layoutControl3.Controls.Add(this.btnExportExcel);
|
|
this.layoutControl3.Controls.Add(this.btnBmsHistoryReq);
|
|
this.layoutControl3.Controls.Add(this.gcBmsHistory);
|
|
this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl3.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl3.Name = "layoutControl3";
|
|
this.layoutControl3.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1211, 293, 650, 400);
|
|
this.layoutControl3.Root = this.layoutControlGroup2;
|
|
this.layoutControl3.Size = new System.Drawing.Size(903, 526);
|
|
this.layoutControl3.TabIndex = 0;
|
|
this.layoutControl3.Text = "layoutControl3";
|
|
//
|
|
// btnExportExcel
|
|
//
|
|
this.btnExportExcel.Location = new System.Drawing.Point(782, 485);
|
|
this.btnExportExcel.Name = "btnExportExcel";
|
|
this.btnExportExcel.Size = new System.Drawing.Size(113, 33);
|
|
this.btnExportExcel.StyleController = this.layoutControl3;
|
|
this.btnExportExcel.TabIndex = 6;
|
|
this.btnExportExcel.Text = "Export Excel";
|
|
this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click);
|
|
//
|
|
// btnBmsHistoryReq
|
|
//
|
|
this.btnBmsHistoryReq.Location = new System.Drawing.Point(781, 29);
|
|
this.btnBmsHistoryReq.Name = "btnBmsHistoryReq";
|
|
this.btnBmsHistoryReq.Size = new System.Drawing.Size(114, 31);
|
|
this.btnBmsHistoryReq.StyleController = this.layoutControl3;
|
|
this.btnBmsHistoryReq.TabIndex = 5;
|
|
this.btnBmsHistoryReq.Text = "Request";
|
|
this.btnBmsHistoryReq.Click += new System.EventHandler(this.btnBmsHistoryReq_Click);
|
|
//
|
|
// gcBmsHistory
|
|
//
|
|
this.gcBmsHistory.Location = new System.Drawing.Point(8, 93);
|
|
this.gcBmsHistory.MainView = this.gvBmsHistory;
|
|
this.gcBmsHistory.Name = "gcBmsHistory";
|
|
this.gcBmsHistory.Size = new System.Drawing.Size(887, 388);
|
|
this.gcBmsHistory.TabIndex = 4;
|
|
this.gcBmsHistory.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gvBmsHistory});
|
|
//
|
|
// gvBmsHistory
|
|
//
|
|
this.gvBmsHistory.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gcNo,
|
|
this.gcHistDateTime,
|
|
this.gcStatus,
|
|
this.gcWarning,
|
|
this.gcProtect,
|
|
this.gcError,
|
|
this.gcVoltage,
|
|
this.gcCurrent,
|
|
this.gcSOC,
|
|
this.gcSOH,
|
|
this.gcTemp1,
|
|
this.gcTemp2,
|
|
this.gcTemp3,
|
|
this.gcTemp4,
|
|
this.gcTemp5,
|
|
this.gcTemp6,
|
|
this.cell_v_1,
|
|
this.cell_v_2,
|
|
this.cell_v_3,
|
|
this.cell_v_4,
|
|
this.cell_v_5,
|
|
this.cell_v_6,
|
|
this.cell_v_7,
|
|
this.cell_v_8,
|
|
this.cell_v_9,
|
|
this.cell_v_10,
|
|
this.cell_v_11,
|
|
this.cell_v_12,
|
|
this.cell_v_13,
|
|
this.cell_v_14,
|
|
this.cell_v_15,
|
|
this.cell_v_16});
|
|
this.gvBmsHistory.GridControl = this.gcBmsHistory;
|
|
this.gvBmsHistory.Name = "gvBmsHistory";
|
|
this.gvBmsHistory.OptionsView.ColumnAutoWidth = false;
|
|
this.gvBmsHistory.OptionsView.ShowGroupPanel = false;
|
|
this.gvBmsHistory.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gvBmsHistory_CustomColumnDisplayText);
|
|
//
|
|
// gcNo
|
|
//
|
|
this.gcNo.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcNo.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcNo.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcNo.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcNo.Caption = "No";
|
|
this.gcNo.DisplayFormat.FormatString = "0";
|
|
this.gcNo.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gcNo.FieldName = "no";
|
|
this.gcNo.Name = "gcNo";
|
|
this.gcNo.Visible = true;
|
|
this.gcNo.VisibleIndex = 0;
|
|
//
|
|
// gcHistDateTime
|
|
//
|
|
this.gcHistDateTime.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcHistDateTime.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcHistDateTime.Caption = "DateTime";
|
|
this.gcHistDateTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.gcHistDateTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.gcHistDateTime.FieldName = "datetime";
|
|
this.gcHistDateTime.Name = "gcHistDateTime";
|
|
this.gcHistDateTime.Visible = true;
|
|
this.gcHistDateTime.VisibleIndex = 1;
|
|
//
|
|
// gcStatus
|
|
//
|
|
this.gcStatus.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcStatus.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcStatus.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcStatus.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcStatus.Caption = "Status";
|
|
this.gcStatus.FieldName = "status";
|
|
this.gcStatus.Name = "gcStatus";
|
|
this.gcStatus.Visible = true;
|
|
this.gcStatus.VisibleIndex = 2;
|
|
//
|
|
// gcWarning
|
|
//
|
|
this.gcWarning.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcWarning.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcWarning.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcWarning.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcWarning.Caption = "Warning";
|
|
this.gcWarning.FieldName = "warning";
|
|
this.gcWarning.Name = "gcWarning";
|
|
this.gcWarning.Visible = true;
|
|
this.gcWarning.VisibleIndex = 3;
|
|
//
|
|
// gcProtect
|
|
//
|
|
this.gcProtect.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcProtect.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcProtect.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcProtect.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcProtect.Caption = "Protect";
|
|
this.gcProtect.FieldName = "protect";
|
|
this.gcProtect.Name = "gcProtect";
|
|
this.gcProtect.Visible = true;
|
|
this.gcProtect.VisibleIndex = 4;
|
|
//
|
|
// gcError
|
|
//
|
|
this.gcError.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcError.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcError.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcError.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcError.Caption = "Error";
|
|
this.gcError.FieldName = "error";
|
|
this.gcError.Name = "gcError";
|
|
this.gcError.Visible = true;
|
|
this.gcError.VisibleIndex = 5;
|
|
//
|
|
// gcVoltage
|
|
//
|
|
this.gcVoltage.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcVoltage.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcVoltage.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcVoltage.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcVoltage.Caption = "Voltage";
|
|
this.gcVoltage.DisplayFormat.FormatString = "0.00";
|
|
this.gcVoltage.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gcVoltage.FieldName = "voltage";
|
|
this.gcVoltage.Name = "gcVoltage";
|
|
this.gcVoltage.Visible = true;
|
|
this.gcVoltage.VisibleIndex = 6;
|
|
//
|
|
// gcCurrent
|
|
//
|
|
this.gcCurrent.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcCurrent.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcCurrent.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcCurrent.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcCurrent.Caption = "Current";
|
|
this.gcCurrent.DisplayFormat.FormatString = "0.00";
|
|
this.gcCurrent.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.gcCurrent.FieldName = "current";
|
|
this.gcCurrent.Name = "gcCurrent";
|
|
this.gcCurrent.Visible = true;
|
|
this.gcCurrent.VisibleIndex = 7;
|
|
//
|
|
// gcSOC
|
|
//
|
|
this.gcSOC.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcSOC.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcSOC.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcSOC.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcSOC.Caption = "SOC";
|
|
this.gcSOC.DisplayFormat.FormatString = "0.0";
|
|
this.gcSOC.FieldName = "SOC";
|
|
this.gcSOC.Name = "gcSOC";
|
|
this.gcSOC.Visible = true;
|
|
this.gcSOC.VisibleIndex = 8;
|
|
//
|
|
// gcSOH
|
|
//
|
|
this.gcSOH.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcSOH.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcSOH.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcSOH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcSOH.Caption = "SOH";
|
|
this.gcSOH.DisplayFormat.FormatString = "0.0";
|
|
this.gcSOH.FieldName = "SOH";
|
|
this.gcSOH.Name = "gcSOH";
|
|
this.gcSOH.Visible = true;
|
|
this.gcSOH.VisibleIndex = 9;
|
|
//
|
|
// gcTemp1
|
|
//
|
|
this.gcTemp1.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcTemp1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcTemp1.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcTemp1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcTemp1.Caption = "Temp1";
|
|
this.gcTemp1.DisplayFormat.FormatString = "0.0";
|
|
this.gcTemp1.FieldName = "temp_01";
|
|
this.gcTemp1.Name = "gcTemp1";
|
|
this.gcTemp1.Visible = true;
|
|
this.gcTemp1.VisibleIndex = 10;
|
|
//
|
|
// gcTemp2
|
|
//
|
|
this.gcTemp2.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcTemp2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcTemp2.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcTemp2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcTemp2.Caption = "Temp2";
|
|
this.gcTemp2.DisplayFormat.FormatString = "0.0";
|
|
this.gcTemp2.FieldName = "temp_02";
|
|
this.gcTemp2.Name = "gcTemp2";
|
|
this.gcTemp2.Visible = true;
|
|
this.gcTemp2.VisibleIndex = 11;
|
|
//
|
|
// gcTemp3
|
|
//
|
|
this.gcTemp3.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcTemp3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcTemp3.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcTemp3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcTemp3.Caption = "Temp3";
|
|
this.gcTemp3.DisplayFormat.FormatString = "0.0";
|
|
this.gcTemp3.FieldName = "temp_03";
|
|
this.gcTemp3.Name = "gcTemp3";
|
|
this.gcTemp3.Visible = true;
|
|
this.gcTemp3.VisibleIndex = 12;
|
|
//
|
|
// gcTemp4
|
|
//
|
|
this.gcTemp4.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcTemp4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcTemp4.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcTemp4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcTemp4.Caption = "Temp4";
|
|
this.gcTemp4.DisplayFormat.FormatString = "0.0";
|
|
this.gcTemp4.FieldName = "temp_04";
|
|
this.gcTemp4.Name = "gcTemp4";
|
|
this.gcTemp4.Visible = true;
|
|
this.gcTemp4.VisibleIndex = 13;
|
|
//
|
|
// gcTemp5
|
|
//
|
|
this.gcTemp5.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcTemp5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcTemp5.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcTemp5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcTemp5.Caption = "Temp5";
|
|
this.gcTemp5.DisplayFormat.FormatString = "0.0";
|
|
this.gcTemp5.FieldName = "temp_05";
|
|
this.gcTemp5.Name = "gcTemp5";
|
|
this.gcTemp5.Visible = true;
|
|
this.gcTemp5.VisibleIndex = 14;
|
|
//
|
|
// gcTemp6
|
|
//
|
|
this.gcTemp6.AppearanceCell.Options.UseTextOptions = true;
|
|
this.gcTemp6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.gcTemp6.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.gcTemp6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.gcTemp6.Caption = "Temp6";
|
|
this.gcTemp6.DisplayFormat.FormatString = "0.0";
|
|
this.gcTemp6.FieldName = "temp_06";
|
|
this.gcTemp6.Name = "gcTemp6";
|
|
this.gcTemp6.Visible = true;
|
|
this.gcTemp6.VisibleIndex = 15;
|
|
//
|
|
// cell_v_1
|
|
//
|
|
this.cell_v_1.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_1.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_1.Caption = "cell_v_1";
|
|
this.cell_v_1.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_1.FieldName = "cell_v_01";
|
|
this.cell_v_1.Name = "cell_v_1";
|
|
this.cell_v_1.Visible = true;
|
|
this.cell_v_1.VisibleIndex = 16;
|
|
//
|
|
// cell_v_2
|
|
//
|
|
this.cell_v_2.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_2.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_2.Caption = "cell_v_2";
|
|
this.cell_v_2.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_2.FieldName = "cell_v_02";
|
|
this.cell_v_2.Name = "cell_v_2";
|
|
this.cell_v_2.Visible = true;
|
|
this.cell_v_2.VisibleIndex = 17;
|
|
//
|
|
// cell_v_3
|
|
//
|
|
this.cell_v_3.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_3.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_3.Caption = "cell_v_3";
|
|
this.cell_v_3.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_3.FieldName = "cell_v_03";
|
|
this.cell_v_3.Name = "cell_v_3";
|
|
this.cell_v_3.Visible = true;
|
|
this.cell_v_3.VisibleIndex = 18;
|
|
//
|
|
// cell_v_4
|
|
//
|
|
this.cell_v_4.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_4.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_4.Caption = "cell_v_4";
|
|
this.cell_v_4.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_4.FieldName = "cell_v_04";
|
|
this.cell_v_4.Name = "cell_v_4";
|
|
this.cell_v_4.Visible = true;
|
|
this.cell_v_4.VisibleIndex = 19;
|
|
//
|
|
// cell_v_5
|
|
//
|
|
this.cell_v_5.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_5.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_5.Caption = "cell_v_5";
|
|
this.cell_v_5.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_5.FieldName = "cell_v_05";
|
|
this.cell_v_5.Name = "cell_v_5";
|
|
this.cell_v_5.Visible = true;
|
|
this.cell_v_5.VisibleIndex = 20;
|
|
//
|
|
// cell_v_6
|
|
//
|
|
this.cell_v_6.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_6.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_6.Caption = "cell_v_6";
|
|
this.cell_v_6.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_6.FieldName = "cell_v_06";
|
|
this.cell_v_6.Name = "cell_v_6";
|
|
this.cell_v_6.Visible = true;
|
|
this.cell_v_6.VisibleIndex = 21;
|
|
//
|
|
// cell_v_7
|
|
//
|
|
this.cell_v_7.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_7.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_7.Caption = "cell_v_7";
|
|
this.cell_v_7.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_7.FieldName = "cell_v_07";
|
|
this.cell_v_7.Name = "cell_v_7";
|
|
this.cell_v_7.Visible = true;
|
|
this.cell_v_7.VisibleIndex = 22;
|
|
//
|
|
// cell_v_8
|
|
//
|
|
this.cell_v_8.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_8.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_8.Caption = "cell_v_8";
|
|
this.cell_v_8.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_8.FieldName = "cell_v_08";
|
|
this.cell_v_8.Name = "cell_v_8";
|
|
this.cell_v_8.Visible = true;
|
|
this.cell_v_8.VisibleIndex = 23;
|
|
//
|
|
// cell_v_9
|
|
//
|
|
this.cell_v_9.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_9.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_9.Caption = "cell_v_9";
|
|
this.cell_v_9.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_9.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_9.FieldName = "cell_v_09";
|
|
this.cell_v_9.Name = "cell_v_9";
|
|
this.cell_v_9.Visible = true;
|
|
this.cell_v_9.VisibleIndex = 24;
|
|
//
|
|
// cell_v_10
|
|
//
|
|
this.cell_v_10.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_10.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_10.Caption = "cell_v_10";
|
|
this.cell_v_10.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_10.FieldName = "cell_v_10";
|
|
this.cell_v_10.Name = "cell_v_10";
|
|
this.cell_v_10.Visible = true;
|
|
this.cell_v_10.VisibleIndex = 25;
|
|
//
|
|
// cell_v_11
|
|
//
|
|
this.cell_v_11.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_11.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_11.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_11.Caption = "cell_v_11";
|
|
this.cell_v_11.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_11.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_11.FieldName = "cell_v_11";
|
|
this.cell_v_11.Name = "cell_v_11";
|
|
this.cell_v_11.Visible = true;
|
|
this.cell_v_11.VisibleIndex = 26;
|
|
//
|
|
// cell_v_12
|
|
//
|
|
this.cell_v_12.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_12.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_12.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_12.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_12.Caption = "cell_v_12";
|
|
this.cell_v_12.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_12.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_12.FieldName = "cell_v_12";
|
|
this.cell_v_12.Name = "cell_v_12";
|
|
this.cell_v_12.Visible = true;
|
|
this.cell_v_12.VisibleIndex = 27;
|
|
//
|
|
// cell_v_13
|
|
//
|
|
this.cell_v_13.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_13.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_13.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_13.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_13.Caption = "cell_v_13";
|
|
this.cell_v_13.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_13.FieldName = "cell_v_13";
|
|
this.cell_v_13.Name = "cell_v_13";
|
|
this.cell_v_13.Visible = true;
|
|
this.cell_v_13.VisibleIndex = 28;
|
|
//
|
|
// cell_v_14
|
|
//
|
|
this.cell_v_14.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_14.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_14.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_14.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_14.Caption = "cell_v_14";
|
|
this.cell_v_14.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_14.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_14.FieldName = "cell_v_14";
|
|
this.cell_v_14.Name = "cell_v_14";
|
|
this.cell_v_14.Visible = true;
|
|
this.cell_v_14.VisibleIndex = 29;
|
|
//
|
|
// cell_v_15
|
|
//
|
|
this.cell_v_15.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_15.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_15.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_15.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_15.Caption = "cell_v_15";
|
|
this.cell_v_15.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_15.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_15.FieldName = "cell_v_15";
|
|
this.cell_v_15.Name = "cell_v_15";
|
|
this.cell_v_15.Visible = true;
|
|
this.cell_v_15.VisibleIndex = 30;
|
|
//
|
|
// cell_v_16
|
|
//
|
|
this.cell_v_16.AppearanceCell.Options.UseTextOptions = true;
|
|
this.cell_v_16.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cell_v_16.AppearanceHeader.Options.UseTextOptions = true;
|
|
this.cell_v_16.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.cell_v_16.Caption = "cell_v_16";
|
|
this.cell_v_16.DisplayFormat.FormatString = "0.000";
|
|
this.cell_v_16.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
|
this.cell_v_16.FieldName = "cell_v_16";
|
|
this.cell_v_16.Name = "cell_v_16";
|
|
this.cell_v_16.Visible = true;
|
|
this.cell_v_16.VisibleIndex = 31;
|
|
//
|
|
// layoutControlGroup2
|
|
//
|
|
this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup2.GroupBordersVisible = false;
|
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlGroup3,
|
|
this.LcGrResult});
|
|
this.layoutControlGroup2.Name = "Root";
|
|
this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
|
this.layoutControlGroup2.Size = new System.Drawing.Size(903, 526);
|
|
this.layoutControlGroup2.TextVisible = false;
|
|
//
|
|
// layoutControlGroup3
|
|
//
|
|
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.emptySpaceItem1,
|
|
this.layoutControlItem5});
|
|
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
|
this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup3.Size = new System.Drawing.Size(899, 64);
|
|
this.layoutControlGroup3.Text = "Command";
|
|
//
|
|
// emptySpaceItem1
|
|
//
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(773, 35);
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.Control = this.btnBmsHistoryReq;
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(773, 0);
|
|
this.layoutControlItem5.MinSize = new System.Drawing.Size(89, 26);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(118, 35);
|
|
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem5.TextVisible = false;
|
|
//
|
|
// LcGrResult
|
|
//
|
|
this.LcGrResult.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem4,
|
|
this.layoutControlItem6,
|
|
this.emptySpaceItem2});
|
|
this.LcGrResult.Location = new System.Drawing.Point(0, 64);
|
|
this.LcGrResult.Name = "LcGrResult";
|
|
this.LcGrResult.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.LcGrResult.Size = new System.Drawing.Size(899, 458);
|
|
this.LcGrResult.Text = "Result";
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.Control = this.gcBmsHistory;
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem4.MinSize = new System.Drawing.Size(104, 24);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(891, 392);
|
|
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem4.TextVisible = false;
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.Control = this.btnExportExcel;
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(774, 392);
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(89, 26);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(117, 37);
|
|
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem6.TextVisible = false;
|
|
//
|
|
// emptySpaceItem2
|
|
//
|
|
this.emptySpaceItem2.AllowHotTrack = false;
|
|
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 392);
|
|
this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
|
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
this.emptySpaceItem2.Size = new System.Drawing.Size(774, 37);
|
|
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(3, 559);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(905, 40);
|
|
this.btnClose.StyleController = this.layoutControl1;
|
|
this.btnClose.TabIndex = 5;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// 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.layoutControlItem3});
|
|
this.layoutControlGroup1.Name = "Root";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(911, 602);
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.btnClose;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 556);
|
|
this.layoutControlItem2.MinSize = new System.Drawing.Size(89, 26);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(909, 44);
|
|
this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.Control = this.tabHistory;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(909, 556);
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem3.TextVisible = false;
|
|
//
|
|
// TmrCheckReq
|
|
//
|
|
this.TmrCheckReq.Interval = 500;
|
|
this.TmrCheckReq.Tick += new System.EventHandler(this.TmrCheckReq_Tick);
|
|
//
|
|
// fmxHistory
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(911, 602);
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.IconOptions.Image = ((System.Drawing.Image)(resources.GetObject("fmxHistory.IconOptions.Image")));
|
|
this.Name = "fmxHistory";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "History";
|
|
this.Load += new System.EventHandler(this.fmxHistory_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.tabHistory)).EndInit();
|
|
this.tabHistory.ResumeLayout(false);
|
|
this.pgGuiHistory.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
|
|
this.layoutControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
this.pgBmsHistory.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
|
|
this.layoutControl3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gcBmsHistory)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gvBmsHistory)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LcGrResult)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private Controls.ucHistroy ucHistroy1;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraTab.XtraTabControl tabHistory;
|
|
private DevExpress.XtraTab.XtraTabPage pgGuiHistory;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl2;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraTab.XtraTabPage pgBmsHistory;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl3;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
|
private DevExpress.XtraGrid.GridControl gcBmsHistory;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gvBmsHistory;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraEditors.SimpleButton btnBmsHistoryReq;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
|
private DevExpress.XtraLayout.LayoutControlGroup LcGrResult;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcHistDateTime;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcStatus;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcWarning;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcProtect;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcError;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcVoltage;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcCurrent;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcSOC;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcSOH;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcTemp1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcTemp2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcTemp3;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcTemp4;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcTemp5;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcTemp6;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_3;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_4;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_5;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_6;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_7;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_8;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_9;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_10;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_11;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_12;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_13;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_14;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_15;
|
|
private DevExpress.XtraGrid.Columns.GridColumn cell_v_16;
|
|
private DevExpress.XtraEditors.SimpleButton btnExportExcel;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcNo;
|
|
private System.Windows.Forms.Timer TmrCheckReq;
|
|
}
|
|
} |