296 lines
18 KiB
C#
296 lines
18 KiB
C#
namespace LFP_Manager.Controls
|
|
{
|
|
partial class ucModuleMainHeader
|
|
{
|
|
/// <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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem5 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem6 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem8 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem9 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.simpleLabelItem10 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
this.LbSN = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem8)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem10)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LbSN)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// layoutControl1
|
|
//
|
|
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(1132, 485, 650, 400);
|
|
this.layoutControl1.Root = this.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(888, 30);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlGroup1});
|
|
this.Root.Name = "Root";
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
|
|
this.Root.Size = new System.Drawing.Size(888, 30);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.AppearanceGroup.Options.UseTextOptions = true;
|
|
this.layoutControlGroup1.AppearanceGroup.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlGroup1.CustomizationFormText = "MD";
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.simpleLabelItem1,
|
|
this.simpleLabelItem2,
|
|
this.simpleLabelItem4,
|
|
this.simpleLabelItem3,
|
|
this.simpleLabelItem5,
|
|
this.simpleLabelItem6,
|
|
this.simpleLabelItem7,
|
|
this.simpleLabelItem8,
|
|
this.simpleLabelItem9,
|
|
this.simpleLabelItem10,
|
|
this.LbSN});
|
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(882, 24);
|
|
this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.layoutControlGroup1.Text = "-";
|
|
this.layoutControlGroup1.TextLocation = DevExpress.Utils.Locations.Left;
|
|
//
|
|
// simpleLabelItem1
|
|
//
|
|
this.simpleLabelItem1.AllowHotTrack = false;
|
|
this.simpleLabelItem1.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.simpleLabelItem1.MinSize = new System.Drawing.Size(40, 1);
|
|
this.simpleLabelItem1.Name = "simpleLabelItem1";
|
|
this.simpleLabelItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
|
this.simpleLabelItem1.Size = new System.Drawing.Size(40, 23);
|
|
this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem1.Text = "NO";
|
|
this.simpleLabelItem1.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem2
|
|
//
|
|
this.simpleLabelItem2.AllowHotTrack = false;
|
|
this.simpleLabelItem2.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem2.Location = new System.Drawing.Point(40, 0);
|
|
this.simpleLabelItem2.MinSize = new System.Drawing.Size(55, 1);
|
|
this.simpleLabelItem2.Name = "simpleLabelItem2";
|
|
this.simpleLabelItem2.Size = new System.Drawing.Size(55, 23);
|
|
this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem2.Text = "Status";
|
|
this.simpleLabelItem2.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem4
|
|
//
|
|
this.simpleLabelItem4.AllowHotTrack = false;
|
|
this.simpleLabelItem4.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem4.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem4.Location = new System.Drawing.Point(236, 0);
|
|
this.simpleLabelItem4.MinSize = new System.Drawing.Size(98, 1);
|
|
this.simpleLabelItem4.Name = "simpleLabelItem4";
|
|
this.simpleLabelItem4.Size = new System.Drawing.Size(98, 23);
|
|
this.simpleLabelItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem4.Text = "Voltage [V]";
|
|
this.simpleLabelItem4.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem3
|
|
//
|
|
this.simpleLabelItem3.AllowHotTrack = false;
|
|
this.simpleLabelItem3.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem3.Location = new System.Drawing.Point(95, 0);
|
|
this.simpleLabelItem3.MinSize = new System.Drawing.Size(55, 1);
|
|
this.simpleLabelItem3.Name = "simpleLabelItem3";
|
|
this.simpleLabelItem3.Size = new System.Drawing.Size(55, 23);
|
|
this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem3.Text = "Alarm";
|
|
this.simpleLabelItem3.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem5
|
|
//
|
|
this.simpleLabelItem5.AllowHotTrack = false;
|
|
this.simpleLabelItem5.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem5.Location = new System.Drawing.Point(334, 0);
|
|
this.simpleLabelItem5.MinSize = new System.Drawing.Size(98, 1);
|
|
this.simpleLabelItem5.Name = "simpleLabelItem5";
|
|
this.simpleLabelItem5.Size = new System.Drawing.Size(98, 23);
|
|
this.simpleLabelItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem5.Text = "Current [A]";
|
|
this.simpleLabelItem5.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem6
|
|
//
|
|
this.simpleLabelItem6.AllowHotTrack = false;
|
|
this.simpleLabelItem6.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem6.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem6.Location = new System.Drawing.Point(432, 0);
|
|
this.simpleLabelItem6.MinSize = new System.Drawing.Size(98, 1);
|
|
this.simpleLabelItem6.Name = "simpleLabelItem6";
|
|
this.simpleLabelItem6.Size = new System.Drawing.Size(98, 23);
|
|
this.simpleLabelItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem6.Text = "SOC [%]";
|
|
this.simpleLabelItem6.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem7
|
|
//
|
|
this.simpleLabelItem7.AllowHotTrack = false;
|
|
this.simpleLabelItem7.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem7.Location = new System.Drawing.Point(530, 0);
|
|
this.simpleLabelItem7.MinSize = new System.Drawing.Size(98, 1);
|
|
this.simpleLabelItem7.Name = "simpleLabelItem7";
|
|
this.simpleLabelItem7.Size = new System.Drawing.Size(98, 23);
|
|
this.simpleLabelItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem7.Text = "SOH [%]";
|
|
this.simpleLabelItem7.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem8
|
|
//
|
|
this.simpleLabelItem8.AllowHotTrack = false;
|
|
this.simpleLabelItem8.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem8.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem8.Location = new System.Drawing.Point(824, 0);
|
|
this.simpleLabelItem8.MinSize = new System.Drawing.Size(1, 1);
|
|
this.simpleLabelItem8.Name = "simpleLabelItem8";
|
|
this.simpleLabelItem8.Size = new System.Drawing.Size(34, 23);
|
|
this.simpleLabelItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem8.Text = "CMD";
|
|
this.simpleLabelItem8.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem9
|
|
//
|
|
this.simpleLabelItem9.AllowHotTrack = false;
|
|
this.simpleLabelItem9.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem9.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem9.CustomizationFormText = "Temp Max. [C]";
|
|
this.simpleLabelItem9.Location = new System.Drawing.Point(628, 0);
|
|
this.simpleLabelItem9.MinSize = new System.Drawing.Size(98, 1);
|
|
this.simpleLabelItem9.Name = "simpleLabelItem9";
|
|
this.simpleLabelItem9.Size = new System.Drawing.Size(98, 23);
|
|
this.simpleLabelItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem9.Text = "Temp Max. [C]";
|
|
this.simpleLabelItem9.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// simpleLabelItem10
|
|
//
|
|
this.simpleLabelItem10.AllowHotTrack = false;
|
|
this.simpleLabelItem10.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.simpleLabelItem10.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.simpleLabelItem10.Location = new System.Drawing.Point(726, 0);
|
|
this.simpleLabelItem10.MinSize = new System.Drawing.Size(98, 1);
|
|
this.simpleLabelItem10.Name = "simpleLabelItem10";
|
|
this.simpleLabelItem10.Size = new System.Drawing.Size(98, 23);
|
|
this.simpleLabelItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.simpleLabelItem10.Text = "Cell V Gap [V]";
|
|
this.simpleLabelItem10.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// LbSN
|
|
//
|
|
this.LbSN.AllowHotTrack = false;
|
|
this.LbSN.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.LbSN.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.LbSN.Location = new System.Drawing.Point(150, 0);
|
|
this.LbSN.Name = "LbSN";
|
|
this.LbSN.Size = new System.Drawing.Size(86, 23);
|
|
this.LbSN.Text = "S/N";
|
|
this.LbSN.TextSize = new System.Drawing.Size(82, 14);
|
|
//
|
|
// ucModuleMainHeader
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Margin = new System.Windows.Forms.Padding(0);
|
|
this.MinimumSize = new System.Drawing.Size(0, 30);
|
|
this.Name = "ucModuleMainHeader";
|
|
this.Size = new System.Drawing.Size(888, 30);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem8)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem10)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LbSN)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem5;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem6;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem8;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem9;
|
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem10;
|
|
private DevExpress.XtraLayout.SimpleLabelItem LbSN;
|
|
}
|
|
}
|