306 lines
17 KiB
C#
306 lines
17 KiB
C#
|
|
namespace LFP_Manager.Controls
|
|
{
|
|
partial class ucModuleIdSet
|
|
{
|
|
/// <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.gbBmuAddrSet = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl9 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.edModuleNo = new DevExpress.XtraEditors.TextEdit();
|
|
this.edSystemAddrNew = new DevExpress.XtraEditors.TextEdit();
|
|
this.btnBmsAddrSet = new DevExpress.XtraEditors.SimpleButton();
|
|
this.edSystemAddr = new DevExpress.XtraEditors.TextEdit();
|
|
this.layoutControlGroup9 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.lcitemBmsId = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem34 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbBmuAddrSet)).BeginInit();
|
|
this.gbBmuAddrSet.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl9)).BeginInit();
|
|
this.layoutControl9.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.edModuleNo.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.edSystemAddrNew.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.edSystemAddr.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemBmsId)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.gbBmuAddrSet);
|
|
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.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(198, 126);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// gbBmuAddrSet
|
|
//
|
|
this.gbBmuAddrSet.Controls.Add(this.layoutControl9);
|
|
this.gbBmuAddrSet.Location = new System.Drawing.Point(3, 3);
|
|
this.gbBmuAddrSet.Name = "gbBmuAddrSet";
|
|
this.gbBmuAddrSet.Size = new System.Drawing.Size(192, 120);
|
|
this.gbBmuAddrSet.TabIndex = 12;
|
|
this.gbBmuAddrSet.Text = "BMS Address";
|
|
//
|
|
// layoutControl9
|
|
//
|
|
this.layoutControl9.Controls.Add(this.edModuleNo);
|
|
this.layoutControl9.Controls.Add(this.edSystemAddrNew);
|
|
this.layoutControl9.Controls.Add(this.btnBmsAddrSet);
|
|
this.layoutControl9.Controls.Add(this.edSystemAddr);
|
|
this.layoutControl9.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl9.Location = new System.Drawing.Point(2, 23);
|
|
this.layoutControl9.Name = "layoutControl9";
|
|
this.layoutControl9.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1050, 323, 618, 350);
|
|
this.layoutControl9.Root = this.layoutControlGroup9;
|
|
this.layoutControl9.Size = new System.Drawing.Size(188, 95);
|
|
this.layoutControl9.TabIndex = 0;
|
|
this.layoutControl9.Text = "layoutControl9";
|
|
//
|
|
// edModuleNo
|
|
//
|
|
this.edModuleNo.Location = new System.Drawing.Point(125, 32);
|
|
this.edModuleNo.Name = "edModuleNo";
|
|
this.edModuleNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.edModuleNo.Properties.Appearance.Options.UseFont = true;
|
|
this.edModuleNo.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.edModuleNo.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.edModuleNo.Size = new System.Drawing.Size(59, 24);
|
|
this.edModuleNo.StyleController = this.layoutControl9;
|
|
this.edModuleNo.TabIndex = 9;
|
|
this.edModuleNo.EditValueChanged += new System.EventHandler(this.edModuleNo_EditValueChanged);
|
|
//
|
|
// edSystemAddrNew
|
|
//
|
|
this.edSystemAddrNew.Location = new System.Drawing.Point(109, 4);
|
|
this.edSystemAddrNew.Name = "edSystemAddrNew";
|
|
this.edSystemAddrNew.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.edSystemAddrNew.Properties.Appearance.Options.UseFont = true;
|
|
this.edSystemAddrNew.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.edSystemAddrNew.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.edSystemAddrNew.Size = new System.Drawing.Size(75, 24);
|
|
this.edSystemAddrNew.StyleController = this.layoutControl9;
|
|
this.edSystemAddrNew.TabIndex = 8;
|
|
//
|
|
// btnBmsAddrSet
|
|
//
|
|
this.btnBmsAddrSet.Location = new System.Drawing.Point(108, 60);
|
|
this.btnBmsAddrSet.Name = "btnBmsAddrSet";
|
|
this.btnBmsAddrSet.Size = new System.Drawing.Size(76, 31);
|
|
this.btnBmsAddrSet.StyleController = this.layoutControl9;
|
|
this.btnBmsAddrSet.TabIndex = 6;
|
|
this.btnBmsAddrSet.Text = "Set";
|
|
this.btnBmsAddrSet.Click += new System.EventHandler(this.btnBmsAddrSet_Click);
|
|
//
|
|
// edSystemAddr
|
|
//
|
|
this.edSystemAddr.Location = new System.Drawing.Point(49, 4);
|
|
this.edSystemAddr.Name = "edSystemAddr";
|
|
this.edSystemAddr.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11.25F);
|
|
this.edSystemAddr.Properties.Appearance.Options.UseFont = true;
|
|
this.edSystemAddr.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.edSystemAddr.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.edSystemAddr.Properties.ReadOnly = true;
|
|
this.edSystemAddr.Size = new System.Drawing.Size(56, 24);
|
|
this.edSystemAddr.StyleController = this.layoutControl9;
|
|
this.edSystemAddr.TabIndex = 4;
|
|
//
|
|
// layoutControlGroup9
|
|
//
|
|
this.layoutControlGroup9.CustomizationFormText = "layoutControlGroup9";
|
|
this.layoutControlGroup9.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup9.GroupBordersVisible = false;
|
|
this.layoutControlGroup9.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.lcitemBmsId,
|
|
this.layoutControlItem34,
|
|
this.layoutControlItem6,
|
|
this.emptySpaceItem2,
|
|
this.layoutControlItem1,
|
|
this.emptySpaceItem1});
|
|
this.layoutControlGroup9.Name = "Root";
|
|
this.layoutControlGroup9.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
|
|
this.layoutControlGroup9.Size = new System.Drawing.Size(188, 95);
|
|
this.layoutControlGroup9.TextVisible = false;
|
|
//
|
|
// lcitemBmsId
|
|
//
|
|
this.lcitemBmsId.Control = this.edSystemAddr;
|
|
this.lcitemBmsId.CustomizationFormText = "BMS ID";
|
|
this.lcitemBmsId.Location = new System.Drawing.Point(0, 0);
|
|
this.lcitemBmsId.MinSize = new System.Drawing.Size(80, 28);
|
|
this.lcitemBmsId.Name = "lcitemBmsId";
|
|
this.lcitemBmsId.Size = new System.Drawing.Size(105, 28);
|
|
this.lcitemBmsId.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcitemBmsId.Text = " Address";
|
|
this.lcitemBmsId.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.lcitemBmsId.TextSize = new System.Drawing.Size(40, 20);
|
|
this.lcitemBmsId.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem34
|
|
//
|
|
this.layoutControlItem34.Control = this.btnBmsAddrSet;
|
|
this.layoutControlItem34.CustomizationFormText = "layoutControlItem34";
|
|
this.layoutControlItem34.Location = new System.Drawing.Point(104, 56);
|
|
this.layoutControlItem34.MinSize = new System.Drawing.Size(30, 26);
|
|
this.layoutControlItem34.Name = "layoutControlItem34";
|
|
this.layoutControlItem34.Size = new System.Drawing.Size(80, 35);
|
|
this.layoutControlItem34.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem34.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem34.TextVisible = false;
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.Control = this.edSystemAddrNew;
|
|
this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(105, 0);
|
|
this.layoutControlItem6.MinSize = new System.Drawing.Size(30, 28);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(79, 28);
|
|
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, 28);
|
|
this.emptySpaceItem2.MinSize = new System.Drawing.Size(1, 1);
|
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
|
this.emptySpaceItem2.Size = new System.Drawing.Size(46, 28);
|
|
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.edModuleNo;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(46, 28);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(138, 28);
|
|
this.layoutControlItem1.Text = "Module S/N";
|
|
this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(70, 0);
|
|
this.layoutControlItem1.TextToControlDistance = 5;
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem2});
|
|
this.Root.Name = "Root";
|
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.Root.Size = new System.Drawing.Size(198, 126);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.Control = this.gbBmuAddrSet;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(196, 124);
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem2.TextVisible = false;
|
|
//
|
|
// emptySpaceItem1
|
|
//
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 56);
|
|
this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(104, 35);
|
|
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
//
|
|
// ucModuleIdSet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Name = "ucModuleIdSet";
|
|
this.Size = new System.Drawing.Size(198, 126);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gbBmuAddrSet)).EndInit();
|
|
this.gbBmuAddrSet.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl9)).EndInit();
|
|
this.layoutControl9.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.edModuleNo.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.edSystemAddrNew.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.edSystemAddr.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup9)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemBmsId)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem34)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraEditors.GroupControl gbBmuAddrSet;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl9;
|
|
private DevExpress.XtraEditors.TextEdit edModuleNo;
|
|
private DevExpress.XtraEditors.TextEdit edSystemAddrNew;
|
|
private DevExpress.XtraEditors.SimpleButton btnBmsAddrSet;
|
|
private DevExpress.XtraEditors.TextEdit edSystemAddr;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup9;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcitemBmsId;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem34;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
|
}
|
|
}
|