V1.0.0.7 - 2025/12/22

* Database improved all
This commit is contained in:
2025-12-22 12:46:46 +09:00
parent 79fea6964b
commit 0af235eb3d
14 changed files with 642 additions and 364 deletions

View File

@@ -41,7 +41,7 @@
this.simpleLabelItem8 = new DevExpress.XtraLayout.SimpleLabelItem();
this.simpleLabelItem9 = new DevExpress.XtraLayout.SimpleLabelItem();
this.simpleLabelItem10 = new DevExpress.XtraLayout.SimpleLabelItem();
this.lbFwVer = 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();
@@ -55,7 +55,7 @@
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbFwVer)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LbSN)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
@@ -96,7 +96,7 @@
this.simpleLabelItem8,
this.simpleLabelItem9,
this.simpleLabelItem10,
this.lbFwVer});
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);
@@ -237,16 +237,16 @@
this.simpleLabelItem10.Text = "Cell V Gap [V]";
this.simpleLabelItem10.TextSize = new System.Drawing.Size(82, 14);
//
// lbFwVer
// LbSN
//
this.lbFwVer.AllowHotTrack = false;
this.lbFwVer.AppearanceItemCaption.Options.UseTextOptions = true;
this.lbFwVer.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbFwVer.Location = new System.Drawing.Point(150, 0);
this.lbFwVer.Name = "lbFwVer";
this.lbFwVer.Size = new System.Drawing.Size(86, 23);
this.lbFwVer.Text = "FW Ver";
this.lbFwVer.TextSize = new System.Drawing.Size(82, 14);
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
//
@@ -270,7 +270,7 @@
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbFwVer)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LbSN)).EndInit();
this.ResumeLayout(false);
}
@@ -290,6 +290,6 @@
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem8;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem9;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem10;
private DevExpress.XtraLayout.SimpleLabelItem lbFwVer;
private DevExpress.XtraLayout.SimpleLabelItem LbSN;
}
}