Initial commit
This commit is contained in:
266
BMS_D1000/Form/fmSystemSet.Designer.cs
generated
Normal file
266
BMS_D1000/Form/fmSystemSet.Designer.cs
generated
Normal file
@@ -0,0 +1,266 @@
|
||||
namespace BMS_D1000H
|
||||
{
|
||||
partial class fmSystemSet
|
||||
{
|
||||
/// <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(fmSystemSet));
|
||||
this.smartForm1 = new SmartX.SmartForm();
|
||||
this.lbHdParamName = new SmartX.SmartLabel();
|
||||
this.lnHdCurrValue = new SmartX.SmartLabel();
|
||||
this.lnHdNewValue = new SmartX.SmartLabel();
|
||||
this.lbHdSetting = new SmartX.SmartLabel();
|
||||
this.btnMenu = new SmartX.SmartButton();
|
||||
this.btnSetA = new SmartX.SmartButton();
|
||||
this.tmrDisplay = new SmartX.SmartTimer(this.components);
|
||||
this.lbSystemSet = new SmartX.SmartLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// smartForm1
|
||||
//
|
||||
this.smartForm1.CenterLocation = false;
|
||||
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(282, 40);
|
||||
this.lbHdParamName.TabIndex = 117;
|
||||
this.lbHdParamName.Text = "Parameter List";
|
||||
this.lbHdParamName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.lbHdParamName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.lbHdParamName.Wordwrap = false;
|
||||
//
|
||||
// lnHdCurrValue
|
||||
//
|
||||
this.lnHdCurrValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||||
this.lnHdCurrValue.BackPictureBox = null;
|
||||
this.lnHdCurrValue.BackPictureBox1 = null;
|
||||
this.lnHdCurrValue.BackPictureBox2 = null;
|
||||
this.lnHdCurrValue.BorderColor = System.Drawing.Color.Black;
|
||||
this.lnHdCurrValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.lnHdCurrValue.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.lnHdCurrValue.InitVisible = true;
|
||||
this.lnHdCurrValue.LineSpacing = 0F;
|
||||
this.lnHdCurrValue.Location = new System.Drawing.Point(291, 50);
|
||||
this.lnHdCurrValue.Name = "lnHdCurrValue";
|
||||
this.lnHdCurrValue.Size = new System.Drawing.Size(159, 40);
|
||||
this.lnHdCurrValue.TabIndex = 118;
|
||||
this.lnHdCurrValue.Text = "Current Value";
|
||||
this.lnHdCurrValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.lnHdCurrValue.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.lnHdCurrValue.Wordwrap = false;
|
||||
//
|
||||
// lnHdNewValue
|
||||
//
|
||||
this.lnHdNewValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||||
this.lnHdNewValue.BackPictureBox = null;
|
||||
this.lnHdNewValue.BackPictureBox1 = null;
|
||||
this.lnHdNewValue.BackPictureBox2 = null;
|
||||
this.lnHdNewValue.BorderColor = System.Drawing.Color.Black;
|
||||
this.lnHdNewValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.lnHdNewValue.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
|
||||
this.lnHdNewValue.InitVisible = true;
|
||||
this.lnHdNewValue.LineSpacing = 0F;
|
||||
this.lnHdNewValue.Location = new System.Drawing.Point(456, 50);
|
||||
this.lnHdNewValue.Name = "lnHdNewValue";
|
||||
this.lnHdNewValue.Size = new System.Drawing.Size(159, 40);
|
||||
this.lnHdNewValue.TabIndex = 119;
|
||||
this.lnHdNewValue.Text = "New Value";
|
||||
this.lnHdNewValue.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.lnHdNewValue.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.lnHdNewValue.Wordwrap = false;
|
||||
//
|
||||
// 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(662, 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;
|
||||
//
|
||||
// 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 = 121;
|
||||
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.btnMenu_Click);
|
||||
//
|
||||
// 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, 390);
|
||||
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 = 123;
|
||||
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")));
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// lbSystemSet
|
||||
//
|
||||
this.lbSystemSet.BackPictureBox = this.smartForm1;
|
||||
this.lbSystemSet.BackPictureBox1 = null;
|
||||
this.lbSystemSet.BackPictureBox2 = null;
|
||||
this.lbSystemSet.BorderColor = System.Drawing.Color.Black;
|
||||
this.lbSystemSet.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.lbSystemSet.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.lbSystemSet.InitVisible = true;
|
||||
this.lbSystemSet.LineSpacing = 0F;
|
||||
this.lbSystemSet.Location = new System.Drawing.Point(231, 3);
|
||||
this.lbSystemSet.Name = "lbSystemSet";
|
||||
this.lbSystemSet.Size = new System.Drawing.Size(349, 42);
|
||||
this.lbSystemSet.TabIndex = 130;
|
||||
this.lbSystemSet.Text = "SYSTEM SETTING";
|
||||
this.lbSystemSet.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||
this.lbSystemSet.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||
this.lbSystemSet.Wordwrap = false;
|
||||
//
|
||||
// fmSystemSet
|
||||
//
|
||||
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.lbSystemSet);
|
||||
this.Controls.Add(this.btnSetA);
|
||||
this.Controls.Add(this.btnMenu);
|
||||
this.Controls.Add(this.lbHdSetting);
|
||||
this.Controls.Add(this.lnHdNewValue);
|
||||
this.Controls.Add(this.lnHdCurrValue);
|
||||
this.Controls.Add(this.lbHdParamName);
|
||||
this.Controls.Add(this.smartForm1);
|
||||
this.Name = "fmSystemSet";
|
||||
this.Text = "fmSystemSet";
|
||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private SmartX.SmartForm smartForm1;
|
||||
private SmartX.SmartLabel lbHdParamName;
|
||||
private SmartX.SmartLabel lnHdCurrValue;
|
||||
private SmartX.SmartLabel lnHdNewValue;
|
||||
private SmartX.SmartLabel lbHdSetting;
|
||||
private SmartX.SmartButton btnMenu;
|
||||
private SmartX.SmartButton btnSetA;
|
||||
private SmartX.SmartTimer tmrDisplay;
|
||||
private SmartX.SmartLabel lbSystemSet;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user