486 lines
30 KiB
C#
486 lines
30 KiB
C#
|
namespace ITC81DB.Controls
|
|||
|
{
|
|||
|
partial class ControlCenterSystemAutoZero
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemAutoZero));
|
|||
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|||
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
this.radioButtonMode2UserSetting = new SmartX.SmartRadioButton();
|
|||
|
this.radioButtonMode2High = new SmartX.SmartRadioButton();
|
|||
|
this.radioButtonMode2None = new SmartX.SmartRadioButton();
|
|||
|
this.radioButtonMode2Middle = new SmartX.SmartRadioButton();
|
|||
|
this.radioButtonMode2Low = new SmartX.SmartRadioButton();
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.radioButtonMode1UserSetting = new SmartX.SmartRadioButton();
|
|||
|
this.radioButtonMode1High = new SmartX.SmartRadioButton();
|
|||
|
this.radioButtonMode1Middle = new SmartX.SmartRadioButton();
|
|||
|
this.radioButtonMode1Low = new SmartX.SmartRadioButton();
|
|||
|
this.comboBoxMode2Variate = new System.Windows.Forms.ComboBox();
|
|||
|
this.comboBoxMode1Variate = new System.Windows.Forms.ComboBox();
|
|||
|
this.labelMode2Range = new SmartX.SmartLabel();
|
|||
|
this.labelMode2Time = new SmartX.SmartLabel();
|
|||
|
this.labelMode1Range = new SmartX.SmartLabel();
|
|||
|
this.labelMode1Time = new SmartX.SmartLabel();
|
|||
|
this.smartGroupBox1.SuspendLayout();
|
|||
|
this.panel2.SuspendLayout();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// smartGroupBox1
|
|||
|
//
|
|||
|
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|||
|
this.smartGroupBox1.BackPictureBox = null;
|
|||
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|||
|
this.smartGroupBox1.Controls.Add(this.panel2);
|
|||
|
this.smartGroupBox1.Controls.Add(this.panel1);
|
|||
|
this.smartGroupBox1.Controls.Add(this.comboBoxMode2Variate);
|
|||
|
this.smartGroupBox1.Controls.Add(this.comboBoxMode1Variate);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelMode2Range);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelMode2Time);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelMode1Range);
|
|||
|
this.smartGroupBox1.Controls.Add(this.labelMode1Time);
|
|||
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198)))));
|
|||
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|||
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|||
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|||
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
|||
|
this.smartGroupBox1.InitVisible = true;
|
|||
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|||
|
this.smartGroupBox1.RoundRadius = 10;
|
|||
|
this.smartGroupBox1.Size = new System.Drawing.Size(710, 470);
|
|||
|
this.smartGroupBox1.TabIndex = 176;
|
|||
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|||
|
//
|
|||
|
// panel2
|
|||
|
//
|
|||
|
this.panel2.BackColor = System.Drawing.Color.Black;
|
|||
|
this.panel2.Controls.Add(this.radioButtonMode2UserSetting);
|
|||
|
this.panel2.Controls.Add(this.radioButtonMode2High);
|
|||
|
this.panel2.Controls.Add(this.radioButtonMode2None);
|
|||
|
this.panel2.Controls.Add(this.radioButtonMode2Middle);
|
|||
|
this.panel2.Controls.Add(this.radioButtonMode2Low);
|
|||
|
this.panel2.Location = new System.Drawing.Point(458, 75);
|
|||
|
this.panel2.Name = "panel2";
|
|||
|
this.panel2.Size = new System.Drawing.Size(228, 202);
|
|||
|
//
|
|||
|
// radioButtonMode2UserSetting
|
|||
|
//
|
|||
|
this.radioButtonMode2UserSetting.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2UserSetting.BackPictureBox = null;
|
|||
|
this.radioButtonMode2UserSetting.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode2UserSetting.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode2UserSetting.Checked = false;
|
|||
|
this.radioButtonMode2UserSetting.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode2UserSetting.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2UserSetting.GroupID = 0;
|
|||
|
this.radioButtonMode2UserSetting.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode2UserSetting.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode2UserSetting.InitVisible = true;
|
|||
|
this.radioButtonMode2UserSetting.Location = new System.Drawing.Point(15, 158);
|
|||
|
this.radioButtonMode2UserSetting.Name = "radioButtonMode2UserSetting";
|
|||
|
this.radioButtonMode2UserSetting.OutputOnly = false;
|
|||
|
this.radioButtonMode2UserSetting.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2UserSetting.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode2UserSetting.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2UserSetting.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode2UserSetting.Shadow = false;
|
|||
|
this.radioButtonMode2UserSetting.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode2UserSetting.TabIndex = 45;
|
|||
|
this.radioButtonMode2UserSetting.Text = "User Setting";
|
|||
|
this.radioButtonMode2UserSetting.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode2UserSetting.Click += new System.EventHandler(this.radioButtonMode2_Click);
|
|||
|
//
|
|||
|
// radioButtonMode2High
|
|||
|
//
|
|||
|
this.radioButtonMode2High.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2High.BackPictureBox = null;
|
|||
|
this.radioButtonMode2High.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode2High.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode2High.Checked = false;
|
|||
|
this.radioButtonMode2High.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode2High.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2High.GroupID = 0;
|
|||
|
this.radioButtonMode2High.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode2High.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode2High.InitVisible = true;
|
|||
|
this.radioButtonMode2High.Location = new System.Drawing.Point(15, 50);
|
|||
|
this.radioButtonMode2High.Name = "radioButtonMode2High";
|
|||
|
this.radioButtonMode2High.OutputOnly = false;
|
|||
|
this.radioButtonMode2High.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2High.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode2High.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2High.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode2High.Shadow = false;
|
|||
|
this.radioButtonMode2High.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode2High.TabIndex = 44;
|
|||
|
this.radioButtonMode2High.Text = "High";
|
|||
|
this.radioButtonMode2High.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode2High.Click += new System.EventHandler(this.radioButtonMode2_Click);
|
|||
|
//
|
|||
|
// radioButtonMode2None
|
|||
|
//
|
|||
|
this.radioButtonMode2None.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2None.BackPictureBox = null;
|
|||
|
this.radioButtonMode2None.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode2None.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode2None.Checked = false;
|
|||
|
this.radioButtonMode2None.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode2None.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2None.GroupID = 0;
|
|||
|
this.radioButtonMode2None.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode2None.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode2None.InitVisible = true;
|
|||
|
this.radioButtonMode2None.Location = new System.Drawing.Point(15, 14);
|
|||
|
this.radioButtonMode2None.Name = "radioButtonMode2None";
|
|||
|
this.radioButtonMode2None.OutputOnly = false;
|
|||
|
this.radioButtonMode2None.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2None.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode2None.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2None.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode2None.Shadow = false;
|
|||
|
this.radioButtonMode2None.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode2None.TabIndex = 41;
|
|||
|
this.radioButtonMode2None.Text = "None";
|
|||
|
this.radioButtonMode2None.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode2None.Click += new System.EventHandler(this.radioButtonMode2_Click);
|
|||
|
//
|
|||
|
// radioButtonMode2Middle
|
|||
|
//
|
|||
|
this.radioButtonMode2Middle.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2Middle.BackPictureBox = null;
|
|||
|
this.radioButtonMode2Middle.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode2Middle.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode2Middle.Checked = false;
|
|||
|
this.radioButtonMode2Middle.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode2Middle.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2Middle.GroupID = 0;
|
|||
|
this.radioButtonMode2Middle.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode2Middle.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode2Middle.InitVisible = true;
|
|||
|
this.radioButtonMode2Middle.Location = new System.Drawing.Point(15, 86);
|
|||
|
this.radioButtonMode2Middle.Name = "radioButtonMode2Middle";
|
|||
|
this.radioButtonMode2Middle.OutputOnly = false;
|
|||
|
this.radioButtonMode2Middle.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2Middle.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode2Middle.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2Middle.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode2Middle.Shadow = false;
|
|||
|
this.radioButtonMode2Middle.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode2Middle.TabIndex = 43;
|
|||
|
this.radioButtonMode2Middle.Text = "Middle";
|
|||
|
this.radioButtonMode2Middle.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode2Middle.Click += new System.EventHandler(this.radioButtonMode2_Click);
|
|||
|
//
|
|||
|
// radioButtonMode2Low
|
|||
|
//
|
|||
|
this.radioButtonMode2Low.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2Low.BackPictureBox = null;
|
|||
|
this.radioButtonMode2Low.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode2Low.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode2Low.Checked = false;
|
|||
|
this.radioButtonMode2Low.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode2Low.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2Low.GroupID = 0;
|
|||
|
this.radioButtonMode2Low.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode2Low.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode2Low.InitVisible = true;
|
|||
|
this.radioButtonMode2Low.Location = new System.Drawing.Point(15, 122);
|
|||
|
this.radioButtonMode2Low.Name = "radioButtonMode2Low";
|
|||
|
this.radioButtonMode2Low.OutputOnly = false;
|
|||
|
this.radioButtonMode2Low.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode2Low.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode2Low.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode2Low.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode2Low.Shadow = false;
|
|||
|
this.radioButtonMode2Low.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode2Low.TabIndex = 42;
|
|||
|
this.radioButtonMode2Low.Text = "Low";
|
|||
|
this.radioButtonMode2Low.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode2Low.Click += new System.EventHandler(this.radioButtonMode2_Click);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackColor = System.Drawing.Color.Black;
|
|||
|
this.panel1.Controls.Add(this.radioButtonMode1UserSetting);
|
|||
|
this.panel1.Controls.Add(this.radioButtonMode1High);
|
|||
|
this.panel1.Controls.Add(this.radioButtonMode1Middle);
|
|||
|
this.panel1.Controls.Add(this.radioButtonMode1Low);
|
|||
|
this.panel1.Location = new System.Drawing.Point(117, 75);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(229, 202);
|
|||
|
//
|
|||
|
// radioButtonMode1UserSetting
|
|||
|
//
|
|||
|
this.radioButtonMode1UserSetting.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode1UserSetting.BackPictureBox = null;
|
|||
|
this.radioButtonMode1UserSetting.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode1UserSetting.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode1UserSetting.Checked = false;
|
|||
|
this.radioButtonMode1UserSetting.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode1UserSetting.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode1UserSetting.GroupID = 0;
|
|||
|
this.radioButtonMode1UserSetting.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode1UserSetting.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode1UserSetting.InitVisible = true;
|
|||
|
this.radioButtonMode1UserSetting.Location = new System.Drawing.Point(15, 158);
|
|||
|
this.radioButtonMode1UserSetting.Name = "radioButtonMode1UserSetting";
|
|||
|
this.radioButtonMode1UserSetting.OutputOnly = false;
|
|||
|
this.radioButtonMode1UserSetting.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode1UserSetting.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode1UserSetting.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode1UserSetting.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode1UserSetting.Shadow = false;
|
|||
|
this.radioButtonMode1UserSetting.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode1UserSetting.TabIndex = 40;
|
|||
|
this.radioButtonMode1UserSetting.Text = "User Setting";
|
|||
|
this.radioButtonMode1UserSetting.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode1UserSetting.Click += new System.EventHandler(this.radioButtonMode1_Click);
|
|||
|
//
|
|||
|
// radioButtonMode1High
|
|||
|
//
|
|||
|
this.radioButtonMode1High.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode1High.BackPictureBox = null;
|
|||
|
this.radioButtonMode1High.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode1High.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode1High.Checked = false;
|
|||
|
this.radioButtonMode1High.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode1High.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode1High.GroupID = 0;
|
|||
|
this.radioButtonMode1High.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode1High.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode1High.InitVisible = true;
|
|||
|
this.radioButtonMode1High.Location = new System.Drawing.Point(15, 50);
|
|||
|
this.radioButtonMode1High.Name = "radioButtonMode1High";
|
|||
|
this.radioButtonMode1High.OutputOnly = false;
|
|||
|
this.radioButtonMode1High.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode1High.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode1High.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode1High.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode1High.Shadow = false;
|
|||
|
this.radioButtonMode1High.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode1High.TabIndex = 39;
|
|||
|
this.radioButtonMode1High.Text = "High";
|
|||
|
this.radioButtonMode1High.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode1High.Click += new System.EventHandler(this.radioButtonMode1_Click);
|
|||
|
//
|
|||
|
// radioButtonMode1Middle
|
|||
|
//
|
|||
|
this.radioButtonMode1Middle.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode1Middle.BackPictureBox = null;
|
|||
|
this.radioButtonMode1Middle.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode1Middle.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode1Middle.Checked = false;
|
|||
|
this.radioButtonMode1Middle.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode1Middle.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode1Middle.GroupID = 0;
|
|||
|
this.radioButtonMode1Middle.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode1Middle.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode1Middle.InitVisible = true;
|
|||
|
this.radioButtonMode1Middle.Location = new System.Drawing.Point(15, 86);
|
|||
|
this.radioButtonMode1Middle.Name = "radioButtonMode1Middle";
|
|||
|
this.radioButtonMode1Middle.OutputOnly = false;
|
|||
|
this.radioButtonMode1Middle.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode1Middle.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode1Middle.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode1Middle.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode1Middle.Shadow = false;
|
|||
|
this.radioButtonMode1Middle.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode1Middle.TabIndex = 38;
|
|||
|
this.radioButtonMode1Middle.Text = "Middle";
|
|||
|
this.radioButtonMode1Middle.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode1Middle.Click += new System.EventHandler(this.radioButtonMode1_Click);
|
|||
|
//
|
|||
|
// radioButtonMode1Low
|
|||
|
//
|
|||
|
this.radioButtonMode1Low.BackColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode1Low.BackPictureBox = null;
|
|||
|
this.radioButtonMode1Low.BackPictureBox1 = null;
|
|||
|
this.radioButtonMode1Low.BackPictureBox2 = null;
|
|||
|
this.radioButtonMode1Low.Checked = false;
|
|||
|
this.radioButtonMode1Low.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
|||
|
this.radioButtonMode1Low.ForeColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode1Low.GroupID = 0;
|
|||
|
this.radioButtonMode1Low.ImageCheckRadioButton = null;
|
|||
|
this.radioButtonMode1Low.ImageUnCheckRadioButton = null;
|
|||
|
this.radioButtonMode1Low.InitVisible = true;
|
|||
|
this.radioButtonMode1Low.Location = new System.Drawing.Point(15, 122);
|
|||
|
this.radioButtonMode1Low.Name = "radioButtonMode1Low";
|
|||
|
this.radioButtonMode1Low.OutputOnly = false;
|
|||
|
this.radioButtonMode1Low.RadioBackColor = System.Drawing.Color.White;
|
|||
|
this.radioButtonMode1Low.RadioCheckColor = System.Drawing.Color.Green;
|
|||
|
this.radioButtonMode1Low.RadioForeColor = System.Drawing.Color.Black;
|
|||
|
this.radioButtonMode1Low.RadioSymbolSize = 16;
|
|||
|
this.radioButtonMode1Low.Shadow = false;
|
|||
|
this.radioButtonMode1Low.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.radioButtonMode1Low.TabIndex = 37;
|
|||
|
this.radioButtonMode1Low.Text = "Low";
|
|||
|
this.radioButtonMode1Low.TextVAlign = SmartX.SmartRadioButton.TextVerAlign.Middle;
|
|||
|
this.radioButtonMode1Low.Click += new System.EventHandler(this.radioButtonMode1_Click);
|
|||
|
//
|
|||
|
// comboBoxMode2Variate
|
|||
|
//
|
|||
|
this.comboBoxMode2Variate.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.comboBoxMode2Variate.Location = new System.Drawing.Point(558, 402);
|
|||
|
this.comboBoxMode2Variate.Name = "comboBoxMode2Variate";
|
|||
|
this.comboBoxMode2Variate.Size = new System.Drawing.Size(115, 31);
|
|||
|
this.comboBoxMode2Variate.TabIndex = 36;
|
|||
|
this.comboBoxMode2Variate.SelectedIndexChanged += new System.EventHandler(this.comboBoxMode2Variate_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// comboBoxMode1Variate
|
|||
|
//
|
|||
|
this.comboBoxMode1Variate.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.comboBoxMode1Variate.Location = new System.Drawing.Point(217, 402);
|
|||
|
this.comboBoxMode1Variate.Name = "comboBoxMode1Variate";
|
|||
|
this.comboBoxMode1Variate.Size = new System.Drawing.Size(115, 31);
|
|||
|
this.comboBoxMode1Variate.TabIndex = 35;
|
|||
|
this.comboBoxMode1Variate.SelectedIndexChanged += new System.EventHandler(this.comboBoxMode1Variate_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// labelMode2Range
|
|||
|
//
|
|||
|
this.labelMode2Range.BackColor = System.Drawing.Color.White;
|
|||
|
this.labelMode2Range.BackPictureBox1 = null;
|
|||
|
this.labelMode2Range.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelMode2Range.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelMode2Range.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.labelMode2Range.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelMode2Range.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelMode2Range.InitVisible = true;
|
|||
|
this.labelMode2Range.LineSpacing = 0F;
|
|||
|
this.labelMode2Range.Location = new System.Drawing.Point(544, 338);
|
|||
|
this.labelMode2Range.Name = "labelMode2Range";
|
|||
|
this.labelMode2Range.Size = new System.Drawing.Size(140, 50);
|
|||
|
this.labelMode2Range.TabIndex = 30;
|
|||
|
this.labelMode2Range.Text = "50";
|
|||
|
this.labelMode2Range.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelMode2Range.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelMode2Range.Wordwrap = false;
|
|||
|
this.labelMode2Range.Click += new System.EventHandler(this.labelMode2Range_Click);
|
|||
|
//
|
|||
|
// labelMode2Time
|
|||
|
//
|
|||
|
this.labelMode2Time.BackColor = System.Drawing.Color.White;
|
|||
|
this.labelMode2Time.BackPictureBox1 = null;
|
|||
|
this.labelMode2Time.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelMode2Time.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelMode2Time.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.labelMode2Time.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelMode2Time.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelMode2Time.InitVisible = true;
|
|||
|
this.labelMode2Time.LineSpacing = 0F;
|
|||
|
this.labelMode2Time.Location = new System.Drawing.Point(544, 283);
|
|||
|
this.labelMode2Time.Name = "labelMode2Time";
|
|||
|
this.labelMode2Time.Size = new System.Drawing.Size(140, 50);
|
|||
|
this.labelMode2Time.TabIndex = 29;
|
|||
|
this.labelMode2Time.Text = "100";
|
|||
|
this.labelMode2Time.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelMode2Time.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelMode2Time.Wordwrap = false;
|
|||
|
this.labelMode2Time.Click += new System.EventHandler(this.labelMode2Time_Click);
|
|||
|
//
|
|||
|
// labelMode1Range
|
|||
|
//
|
|||
|
this.labelMode1Range.BackColor = System.Drawing.Color.White;
|
|||
|
this.labelMode1Range.BackPictureBox1 = null;
|
|||
|
this.labelMode1Range.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelMode1Range.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelMode1Range.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.labelMode1Range.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelMode1Range.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelMode1Range.InitVisible = true;
|
|||
|
this.labelMode1Range.LineSpacing = 0F;
|
|||
|
this.labelMode1Range.Location = new System.Drawing.Point(203, 338);
|
|||
|
this.labelMode1Range.Name = "labelMode1Range";
|
|||
|
this.labelMode1Range.Size = new System.Drawing.Size(140, 50);
|
|||
|
this.labelMode1Range.TabIndex = 28;
|
|||
|
this.labelMode1Range.Text = "50";
|
|||
|
this.labelMode1Range.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelMode1Range.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelMode1Range.Wordwrap = false;
|
|||
|
this.labelMode1Range.Click += new System.EventHandler(this.labelMode1Range_Click);
|
|||
|
//
|
|||
|
// labelMode1Time
|
|||
|
//
|
|||
|
this.labelMode1Time.BackColor = System.Drawing.Color.White;
|
|||
|
this.labelMode1Time.BackPictureBox1 = null;
|
|||
|
this.labelMode1Time.BackPictureBox2 = this.smartGroupBox1;
|
|||
|
this.labelMode1Time.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelMode1Time.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.labelMode1Time.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelMode1Time.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelMode1Time.InitVisible = true;
|
|||
|
this.labelMode1Time.LineSpacing = 0F;
|
|||
|
this.labelMode1Time.Location = new System.Drawing.Point(203, 283);
|
|||
|
this.labelMode1Time.Name = "labelMode1Time";
|
|||
|
this.labelMode1Time.Size = new System.Drawing.Size(140, 50);
|
|||
|
this.labelMode1Time.TabIndex = 27;
|
|||
|
this.labelMode1Time.Text = "100";
|
|||
|
this.labelMode1Time.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|||
|
this.labelMode1Time.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelMode1Time.Wordwrap = false;
|
|||
|
this.labelMode1Time.Click += new System.EventHandler(this.labelMode1Time_Click);
|
|||
|
//
|
|||
|
// ControlCenterSystemAutoZero
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46)))));
|
|||
|
this.Controls.Add(this.smartGroupBox1);
|
|||
|
this.Name = "ControlCenterSystemAutoZero";
|
|||
|
this.Size = new System.Drawing.Size(710, 470);
|
|||
|
this.smartGroupBox1.ResumeLayout(false);
|
|||
|
this.panel2.ResumeLayout(false);
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|||
|
public SmartX.SmartLabel labelMode1Range;
|
|||
|
public SmartX.SmartLabel labelMode1Time;
|
|||
|
public SmartX.SmartLabel labelMode2Range;
|
|||
|
public SmartX.SmartLabel labelMode2Time;
|
|||
|
private System.Windows.Forms.ComboBox comboBoxMode2Variate;
|
|||
|
private System.Windows.Forms.ComboBox comboBoxMode1Variate;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode2UserSetting;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode2High;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode2None;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode2Middle;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode2Low;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode1UserSetting;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode1Middle;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode1Low;
|
|||
|
private SmartX.SmartRadioButton radioButtonMode1High;
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
}
|
|||
|
}
|