Initial commit

This commit is contained in:
2026-08-11 16:20:44 +09:00
commit 15535f4e1a
117 changed files with 23897 additions and 0 deletions

403
BMS_D1000/Form/fmParamSet.Designer.cs generated Normal file
View File

@@ -0,0 +1,403 @@
namespace BMS_D1000H
{
partial class fmParamSet
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <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(fmParamSet));
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.btnMenu = new SmartX.SmartButton();
this.lnHdPrtection = new SmartX.SmartLabel();
this.lbHdWarning = new SmartX.SmartLabel();
this.lbHdRecovery = new SmartX.SmartLabel();
this.smartForm1 = new SmartX.SmartForm();
this.lbHdParamName = new SmartX.SmartLabel();
this.btnSetA = new SmartX.SmartButton();
this.lbHdSetting = new SmartX.SmartLabel();
this.tmrDisplay = new SmartX.SmartTimer(this.components);
this.cbLog = new SmartX.SmartCheckBox();
this.cbLogTime = new System.Windows.Forms.ComboBox();
this.lbExit = new SmartX.SmartLabel();
this.tmrClose = new SmartX.SmartTimer(this.components);
this.btnParamInit = new SmartX.SmartButton();
this.lbParamInfo = new SmartX.SmartLabel();
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
this.SuspendLayout();
//
// btnMenu
//
this.btnMenu.BackPictureBox = null;
this.btnMenu.BackPictureBox1 = null;
this.btnMenu.BackPictureBox2 = null;
this.btnMenu.ButtonColor = System.Drawing.Color.Gray;
this.btnMenu.ButtonImageAutoSize = true;
this.btnMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.btnMenu.DisableImage = null;
this.btnMenu.DownImage = ((System.Drawing.Image)(resources.GetObject("btnMenu.DownImage")));
this.btnMenu.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.btnMenu.GroupID = 0;
this.btnMenu.InitVisible = true;
this.btnMenu.Location = new System.Drawing.Point(662, 429);
this.btnMenu.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.btnMenu.Name = "btnMenu";
this.btnMenu.NestedClickEventPrevent = false;
this.btnMenu.OutlinePixel = 1;
this.btnMenu.RepeatInterval = 1000;
this.btnMenu.RepeatIntervalAccelerate = null;
this.btnMenu.SafeInterval = 200;
this.btnMenu.Size = new System.Drawing.Size(135, 48);
this.btnMenu.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.btnMenu.TabIndex = 61;
this.btnMenu.Text = "MENU";
this.btnMenu.TextColor = System.Drawing.Color.Black;
this.btnMenu.TextDownColor = System.Drawing.Color.White;
this.btnMenu.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.btnMenu.TextLocation = new System.Drawing.Point(0, 0);
this.btnMenu.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.btnMenu.UpImage = ((System.Drawing.Image)(resources.GetObject("btnMenu.UpImage")));
this.btnMenu.Click += new System.EventHandler(this.btnMain_Click);
//
// lnHdPrtection
//
this.lnHdPrtection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.lnHdPrtection.BackPictureBox = null;
this.lnHdPrtection.BackPictureBox1 = null;
this.lnHdPrtection.BackPictureBox2 = null;
this.lnHdPrtection.BorderColor = System.Drawing.Color.Black;
this.lnHdPrtection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lnHdPrtection.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
this.lnHdPrtection.InitVisible = true;
this.lnHdPrtection.LineSpacing = 0F;
this.lnHdPrtection.Location = new System.Drawing.Point(286, 50);
this.lnHdPrtection.Name = "lnHdPrtection";
this.lnHdPrtection.Size = new System.Drawing.Size(123, 40);
this.lnHdPrtection.TabIndex = 70;
this.lnHdPrtection.Text = "Trip";
this.lnHdPrtection.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lnHdPrtection.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lnHdPrtection.Wordwrap = false;
//
// lbHdWarning
//
this.lbHdWarning.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.lbHdWarning.BackPictureBox = null;
this.lbHdWarning.BackPictureBox1 = null;
this.lbHdWarning.BackPictureBox2 = null;
this.lbHdWarning.BorderColor = System.Drawing.Color.Black;
this.lbHdWarning.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbHdWarning.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
this.lbHdWarning.InitVisible = true;
this.lbHdWarning.LineSpacing = 0F;
this.lbHdWarning.Location = new System.Drawing.Point(411, 50);
this.lbHdWarning.Name = "lbHdWarning";
this.lbHdWarning.Size = new System.Drawing.Size(123, 40);
this.lbHdWarning.TabIndex = 71;
this.lbHdWarning.Text = "Warning";
this.lbHdWarning.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbHdWarning.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbHdWarning.Wordwrap = false;
//
// lbHdRecovery
//
this.lbHdRecovery.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.lbHdRecovery.BackPictureBox = null;
this.lbHdRecovery.BackPictureBox1 = null;
this.lbHdRecovery.BackPictureBox2 = null;
this.lbHdRecovery.BorderColor = System.Drawing.Color.Black;
this.lbHdRecovery.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbHdRecovery.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
this.lbHdRecovery.InitVisible = true;
this.lbHdRecovery.LineSpacing = 0F;
this.lbHdRecovery.Location = new System.Drawing.Point(536, 50);
this.lbHdRecovery.Name = "lbHdRecovery";
this.lbHdRecovery.Size = new System.Drawing.Size(123, 40);
this.lbHdRecovery.TabIndex = 72;
this.lbHdRecovery.Text = "Recovery";
this.lbHdRecovery.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbHdRecovery.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbHdRecovery.Wordwrap = false;
//
// smartForm1
//
this.smartForm1.CenterLocation = false;
this.smartForm1.Dock = System.Windows.Forms.DockStyle.Fill;
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480;
this.smartForm1.Location = new System.Drawing.Point(0, 0);
this.smartForm1.MainForm = null;
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.ON;
this.smartForm1.Name = "smartForm1";
this.smartForm1.Size = new System.Drawing.Size(800, 480);
this.smartForm1.SpecialFunctionClickPointSize = 100;
this.smartForm1.SuspendLayoutInterval = 1;
//
// lbHdParamName
//
this.lbHdParamName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.lbHdParamName.BackPictureBox = null;
this.lbHdParamName.BackPictureBox1 = null;
this.lbHdParamName.BackPictureBox2 = null;
this.lbHdParamName.BorderColor = System.Drawing.Color.Black;
this.lbHdParamName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbHdParamName.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
this.lbHdParamName.InitVisible = true;
this.lbHdParamName.LineSpacing = 0F;
this.lbHdParamName.Location = new System.Drawing.Point(3, 50);
this.lbHdParamName.Name = "lbHdParamName";
this.lbHdParamName.Size = new System.Drawing.Size(281, 40);
this.lbHdParamName.TabIndex = 116;
this.lbHdParamName.Text = "Parameter List";
this.lbHdParamName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbHdParamName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbHdParamName.Wordwrap = false;
//
// btnSetA
//
this.btnSetA.BackPictureBox = null;
this.btnSetA.BackPictureBox1 = null;
this.btnSetA.BackPictureBox2 = null;
this.btnSetA.ButtonColor = System.Drawing.Color.Gray;
this.btnSetA.ButtonImageAutoSize = true;
this.btnSetA.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.btnSetA.DisableImage = null;
this.btnSetA.DownImage = ((System.Drawing.Image)(resources.GetObject("btnSetA.DownImage")));
this.btnSetA.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.btnSetA.GroupID = 0;
this.btnSetA.InitVisible = true;
this.btnSetA.Location = new System.Drawing.Point(662, 387);
this.btnSetA.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.btnSetA.Name = "btnSetA";
this.btnSetA.NestedClickEventPrevent = false;
this.btnSetA.OutlinePixel = 1;
this.btnSetA.RepeatInterval = 1000;
this.btnSetA.RepeatIntervalAccelerate = null;
this.btnSetA.SafeInterval = 200;
this.btnSetA.Size = new System.Drawing.Size(135, 33);
this.btnSetA.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.btnSetA.TabIndex = 118;
this.btnSetA.Text = "SET";
this.btnSetA.TextColor = System.Drawing.Color.Black;
this.btnSetA.TextDownColor = System.Drawing.Color.White;
this.btnSetA.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.btnSetA.TextLocation = new System.Drawing.Point(0, 0);
this.btnSetA.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.btnSetA.UpImage = ((System.Drawing.Image)(resources.GetObject("btnSetA.UpImage")));
//
// lbHdSetting
//
this.lbHdSetting.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.lbHdSetting.BackPictureBox = null;
this.lbHdSetting.BackPictureBox1 = null;
this.lbHdSetting.BackPictureBox2 = null;
this.lbHdSetting.BorderColor = System.Drawing.Color.Black;
this.lbHdSetting.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbHdSetting.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
this.lbHdSetting.InitVisible = true;
this.lbHdSetting.LineSpacing = 0F;
this.lbHdSetting.Location = new System.Drawing.Point(661, 50);
this.lbHdSetting.Name = "lbHdSetting";
this.lbHdSetting.Size = new System.Drawing.Size(135, 40);
this.lbHdSetting.TabIndex = 120;
this.lbHdSetting.Text = "Setting";
this.lbHdSetting.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbHdSetting.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbHdSetting.Wordwrap = false;
//
// tmrDisplay
//
this.tmrDisplay.EndTime = ((long)(100000000000));
this.tmrDisplay.Interval = 500;
this.tmrDisplay.IntervalSeries = null;
this.tmrDisplay.NowMillisecond = ((long)(0));
this.tmrDisplay.StartTime = ((long)(0));
this.tmrDisplay.Tick += new System.EventHandler(this.tmrDisplay_Tick);
//
// cbLog
//
this.cbLog.BackPictureBox = this.smartForm1;
this.cbLog.BackPictureBox1 = null;
this.cbLog.BackPictureBox2 = null;
this.cbLog.CheckBoxBackColor = System.Drawing.Color.White;
this.cbLog.CheckBoxCheckColor = System.Drawing.Color.Green;
this.cbLog.CheckBoxForeColor = System.Drawing.Color.Black;
this.cbLog.CheckBoxSymbolSize = 14;
this.cbLog.Checked = false;
this.cbLog.CheckLineWidth = 3;
this.cbLog.ImageCheckBox = null;
this.cbLog.ImageUnCheckBox = null;
this.cbLog.InitVisible = true;
this.cbLog.Location = new System.Drawing.Point(130, 436);
this.cbLog.Name = "cbLog";
this.cbLog.Size = new System.Drawing.Size(147, 26);
this.cbLog.TabIndex = 124;
this.cbLog.Text = "Data Logging";
this.cbLog.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
this.cbLog.Click += new System.EventHandler(this.cbLog_Click);
//
// cbLogTime
//
this.cbLogTime.Items.Add("5");
this.cbLogTime.Items.Add("10");
this.cbLogTime.Items.Add("15");
this.cbLogTime.Items.Add("30");
this.cbLogTime.Items.Add("60");
this.cbLogTime.Location = new System.Drawing.Point(24, 439);
this.cbLogTime.Name = "cbLogTime";
this.cbLogTime.Size = new System.Drawing.Size(100, 23);
this.cbLogTime.TabIndex = 125;
//
// lbExit
//
this.lbExit.BackPictureBox = this.smartForm1;
this.lbExit.BackPictureBox1 = null;
this.lbExit.BackPictureBox2 = null;
this.lbExit.BorderColor = System.Drawing.Color.Black;
this.lbExit.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lbExit.InitVisible = true;
this.lbExit.LineSpacing = 0F;
this.lbExit.Location = new System.Drawing.Point(764, 3);
this.lbExit.Name = "lbExit";
this.lbExit.Size = new System.Drawing.Size(32, 31);
this.lbExit.TabIndex = 127;
this.lbExit.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
this.lbExit.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
this.lbExit.Wordwrap = false;
this.lbExit.Click += new System.EventHandler(this.lbExit_Click);
//
// tmrClose
//
this.tmrClose.EndTime = ((long)(100000000000));
this.tmrClose.Interval = 100;
this.tmrClose.IntervalSeries = null;
this.tmrClose.NowMillisecond = ((long)(0));
this.tmrClose.StartTime = ((long)(0));
this.tmrClose.Tick += new System.EventHandler(this.tmrClose_Tick);
//
// btnParamInit
//
this.btnParamInit.BackPictureBox = null;
this.btnParamInit.BackPictureBox1 = null;
this.btnParamInit.BackPictureBox2 = null;
this.btnParamInit.ButtonColor = System.Drawing.Color.Gray;
this.btnParamInit.ButtonImageAutoSize = true;
this.btnParamInit.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.btnParamInit.DisableImage = null;
this.btnParamInit.DownImage = ((System.Drawing.Image)(resources.GetObject("btnParamInit.DownImage")));
this.btnParamInit.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Bold);
this.btnParamInit.GroupID = 0;
this.btnParamInit.InitVisible = true;
this.btnParamInit.Location = new System.Drawing.Point(521, 429);
this.btnParamInit.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.btnParamInit.Name = "btnParamInit";
this.btnParamInit.NestedClickEventPrevent = false;
this.btnParamInit.OutlinePixel = 1;
this.btnParamInit.RepeatInterval = 1000;
this.btnParamInit.RepeatIntervalAccelerate = null;
this.btnParamInit.SafeInterval = 200;
this.btnParamInit.Size = new System.Drawing.Size(135, 48);
this.btnParamInit.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.btnParamInit.TabIndex = 122;
this.btnParamInit.Text = "FACTORY";
this.btnParamInit.TextColor = System.Drawing.Color.Black;
this.btnParamInit.TextDownColor = System.Drawing.Color.White;
this.btnParamInit.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.btnParamInit.TextLocation = new System.Drawing.Point(0, 0);
this.btnParamInit.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.btnParamInit.UpImage = ((System.Drawing.Image)(resources.GetObject("btnParamInit.UpImage")));
this.btnParamInit.Click += new System.EventHandler(this.btnParamInit_Click);
//
// lbParamInfo
//
this.lbParamInfo.BackPictureBox = this.smartForm1;
this.lbParamInfo.BackPictureBox1 = null;
this.lbParamInfo.BackPictureBox2 = null;
this.lbParamInfo.BorderColor = System.Drawing.Color.Black;
this.lbParamInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lbParamInfo.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
this.lbParamInfo.InitVisible = true;
this.lbParamInfo.LineSpacing = 0F;
this.lbParamInfo.Location = new System.Drawing.Point(236, 3);
this.lbParamInfo.Name = "lbParamInfo";
this.lbParamInfo.Size = new System.Drawing.Size(349, 42);
this.lbParamInfo.TabIndex = 129;
this.lbParamInfo.Text = "PARAMETER INFORMATION";
this.lbParamInfo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
this.lbParamInfo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.lbParamInfo.Wordwrap = false;
//
// fmParamSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(800, 480);
this.Controls.Add(this.lbParamInfo);
this.Controls.Add(this.lbExit);
this.Controls.Add(this.cbLogTime);
this.Controls.Add(this.cbLog);
this.Controls.Add(this.btnParamInit);
this.Controls.Add(this.lbHdSetting);
this.Controls.Add(this.btnSetA);
this.Controls.Add(this.lbHdParamName);
this.Controls.Add(this.lbHdRecovery);
this.Controls.Add(this.lbHdWarning);
this.Controls.Add(this.lnHdPrtection);
this.Controls.Add(this.btnMenu);
this.Controls.Add(this.smartForm1);
this.Menu = this.mainMenu1;
this.Name = "fmParamSet";
this.Text = "fmParamSet";
this.Load += new System.EventHandler(this.fmParamSet_Load);
this.Activated += new System.EventHandler(this.fmParamSet_Activated);
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartButton btnMenu;
private SmartX.SmartLabel lnHdPrtection;
private SmartX.SmartLabel lbHdWarning;
private SmartX.SmartLabel lbHdRecovery;
private SmartX.SmartForm smartForm1;
private SmartX.SmartLabel lbHdParamName;
private SmartX.SmartButton btnSetA;
private SmartX.SmartLabel lbHdSetting;
private SmartX.SmartTimer tmrDisplay;
private SmartX.SmartCheckBox cbLog;
private System.Windows.Forms.ComboBox cbLogTime;
private SmartX.SmartLabel lbExit;
private SmartX.SmartTimer tmrClose;
private SmartX.SmartButton btnParamInit;
private SmartX.SmartLabel lbParamInfo;
}
}