이미지 수정 중
parent
b1ebad8d52
commit
15c19373ee
|
@ -29,38 +29,30 @@
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.treeView = new System.Windows.Forms.TreeView();
|
||||||
|
this.smartLabel4 = new SmartX.SmartLabel();
|
||||||
|
this.smartLabel3 = new SmartX.SmartLabel();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
this.smartLabel1 = new SmartX.SmartLabel();
|
||||||
this.buttonBackup = new SmartX.SmartButton();
|
this.buttonBackup = new SmartX.SmartButton();
|
||||||
this.labelCount = new SmartX.SmartLabel();
|
this.labelCount = new SmartX.SmartLabel();
|
||||||
this.smartListBox1 = new SmartX.SmartListBox();
|
this.smartListBox1 = new SmartX.SmartListBox();
|
||||||
this.treeViewLogAlarm = new System.Windows.Forms.TreeView();
|
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel4 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel5 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel6 = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel7 = new SmartX.SmartLabel();
|
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// smartGroupBox1
|
// smartGroupBox1
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackGround = null;
|
this.smartGroupBox1.BackGround = null;
|
||||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.BackImage = null;
|
this.smartGroupBox1.BackImage = null;
|
||||||
this.smartGroupBox1.Controls.Add(this.treeViewLogAlarm);
|
this.smartGroupBox1.Controls.Add(this.treeView);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel6);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel5);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel4);
|
this.smartGroupBox1.Controls.Add(this.smartLabel4);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelCount);
|
this.smartGroupBox1.Controls.Add(this.labelCount);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartListBox1);
|
this.smartGroupBox1.Controls.Add(this.smartListBox1);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel7);
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(82)))), ((int)(((byte)(82)))));
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
||||||
this.smartGroupBox1.FrameLineThickness = 2;
|
this.smartGroupBox1.FrameLineThickness = 2;
|
||||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
this.smartGroupBox1.HeaderHeightOffset = 9;
|
this.smartGroupBox1.HeaderHeightOffset = 9;
|
||||||
|
@ -72,21 +64,72 @@
|
||||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
|
// treeView
|
||||||
|
//
|
||||||
|
this.treeView.Location = new System.Drawing.Point(24, 70);
|
||||||
|
this.treeView.Name = "treeView";
|
||||||
|
this.treeView.Size = new System.Drawing.Size(299, 566);
|
||||||
|
this.treeView.TabIndex = 81;
|
||||||
|
//
|
||||||
|
// smartLabel4
|
||||||
|
//
|
||||||
|
this.smartLabel4.BackGround = this.smartGroupBox1;
|
||||||
|
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
|
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
|
this.smartLabel4.LineSpacing = 0F;
|
||||||
|
this.smartLabel4.Location = new System.Drawing.Point(24, 49);
|
||||||
|
this.smartLabel4.Name = "smartLabel4";
|
||||||
|
this.smartLabel4.OverlapOptimize = true;
|
||||||
|
this.smartLabel4.PasswordChar = '\0';
|
||||||
|
this.smartLabel4.Radius = 3;
|
||||||
|
this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
|
this.smartLabel4.Size = new System.Drawing.Size(45, 18);
|
||||||
|
this.smartLabel4.TabIndex = 88;
|
||||||
|
this.smartLabel4.Text = "List";
|
||||||
|
this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
|
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel4.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// smartLabel3
|
||||||
|
//
|
||||||
|
this.smartLabel3.BackGround = this.smartGroupBox1;
|
||||||
|
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
|
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
|
this.smartLabel3.LineSpacing = 0F;
|
||||||
|
this.smartLabel3.Location = new System.Drawing.Point(333, 49);
|
||||||
|
this.smartLabel3.Name = "smartLabel3";
|
||||||
|
this.smartLabel3.OverlapOptimize = true;
|
||||||
|
this.smartLabel3.PasswordChar = '\0';
|
||||||
|
this.smartLabel3.Radius = 3;
|
||||||
|
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
|
this.smartLabel3.Size = new System.Drawing.Size(460, 18);
|
||||||
|
this.smartLabel3.TabIndex = 87;
|
||||||
|
this.smartLabel3.Text = "File name";
|
||||||
|
this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
|
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel3.Wordwrap = false;
|
||||||
|
//
|
||||||
// smartLabel1
|
// smartLabel1
|
||||||
//
|
//
|
||||||
this.smartLabel1.BackGround = this.smartGroupBox1;
|
this.smartLabel1.BackGround = this.smartGroupBox1;
|
||||||
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66)))));
|
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66)))));
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
|
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
this.smartLabel1.LineSpacing = 0F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(333, 69);
|
this.smartLabel1.Location = new System.Drawing.Point(333, 70);
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
this.smartLabel1.Name = "smartLabel1";
|
||||||
this.smartLabel1.OverlapOptimize = true;
|
this.smartLabel1.OverlapOptimize = true;
|
||||||
this.smartLabel1.PasswordChar = '\0';
|
this.smartLabel1.PasswordChar = '\0';
|
||||||
this.smartLabel1.Radius = 10;
|
this.smartLabel1.Radius = 10;
|
||||||
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(460, 41);
|
this.smartLabel1.Size = new System.Drawing.Size(460, 36);
|
||||||
this.smartLabel1.TabIndex = 85;
|
this.smartLabel1.TabIndex = 85;
|
||||||
this.smartLabel1.Text = "00";
|
this.smartLabel1.Text = "00";
|
||||||
this.smartLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
this.smartLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
|
@ -110,7 +153,7 @@
|
||||||
this.buttonBackup.ImageDisable = null;
|
this.buttonBackup.ImageDisable = null;
|
||||||
this.buttonBackup.ImageDown = null;
|
this.buttonBackup.ImageDown = null;
|
||||||
this.buttonBackup.ImageUp = null;
|
this.buttonBackup.ImageUp = null;
|
||||||
this.buttonBackup.Location = new System.Drawing.Point(799, 69);
|
this.buttonBackup.Location = new System.Drawing.Point(799, 65);
|
||||||
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonBackup.Name = "buttonBackup";
|
this.buttonBackup.Name = "buttonBackup";
|
||||||
this.buttonBackup.NestedClickEventPrevent = false;
|
this.buttonBackup.NestedClickEventPrevent = false;
|
||||||
|
@ -133,18 +176,18 @@
|
||||||
// labelCount
|
// labelCount
|
||||||
//
|
//
|
||||||
this.labelCount.BackGround = this.smartGroupBox1;
|
this.labelCount.BackGround = this.smartGroupBox1;
|
||||||
this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66)))));
|
this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.labelCount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
this.labelCount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelCount.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
|
this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelCount.LineSpacing = 0F;
|
this.labelCount.LineSpacing = 0F;
|
||||||
this.labelCount.Location = new System.Drawing.Point(24, 69);
|
this.labelCount.Location = new System.Drawing.Point(75, 49);
|
||||||
this.labelCount.Name = "labelCount";
|
this.labelCount.Name = "labelCount";
|
||||||
this.labelCount.OverlapOptimize = true;
|
this.labelCount.OverlapOptimize = true;
|
||||||
this.labelCount.PasswordChar = '\0';
|
this.labelCount.PasswordChar = '\0';
|
||||||
this.labelCount.Radius = 10;
|
this.labelCount.Radius = 10;
|
||||||
this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
||||||
this.labelCount.Size = new System.Drawing.Size(299, 41);
|
this.labelCount.Size = new System.Drawing.Size(248, 18);
|
||||||
this.labelCount.TabIndex = 83;
|
this.labelCount.TabIndex = 83;
|
||||||
this.labelCount.Text = "00";
|
this.labelCount.Text = "00";
|
||||||
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
|
@ -166,7 +209,7 @@
|
||||||
this.smartListBox1.ItemOffsetX = 1;
|
this.smartListBox1.ItemOffsetX = 1;
|
||||||
this.smartListBox1.ItemOffsetY = 0;
|
this.smartListBox1.ItemOffsetY = 0;
|
||||||
this.smartListBox1.ItemTextOffsetY = 1;
|
this.smartListBox1.ItemTextOffsetY = 1;
|
||||||
this.smartListBox1.Location = new System.Drawing.Point(344, 157);
|
this.smartListBox1.Location = new System.Drawing.Point(333, 112);
|
||||||
this.smartListBox1.MouseMoveEventSpace = 3;
|
this.smartListBox1.MouseMoveEventSpace = 3;
|
||||||
this.smartListBox1.MouseMoveSpace = 10;
|
this.smartListBox1.MouseMoveSpace = 10;
|
||||||
this.smartListBox1.Name = "smartListBox1";
|
this.smartListBox1.Name = "smartListBox1";
|
||||||
|
@ -194,7 +237,7 @@
|
||||||
this.smartListBox1.ScrollDownButton.ImageDisable = null;
|
this.smartListBox1.ScrollDownButton.ImageDisable = null;
|
||||||
this.smartListBox1.ScrollDownButton.ImageDown = null;
|
this.smartListBox1.ScrollDownButton.ImageDown = null;
|
||||||
this.smartListBox1.ScrollDownButton.ImageUp = null;
|
this.smartListBox1.ScrollDownButton.ImageUp = null;
|
||||||
this.smartListBox1.ScrollDownButton.Location = new System.Drawing.Point(501, 451);
|
this.smartListBox1.ScrollDownButton.Location = new System.Drawing.Point(524, 492);
|
||||||
this.smartListBox1.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.smartListBox1.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.smartListBox1.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
|
this.smartListBox1.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
|
||||||
this.smartListBox1.ScrollDownButton.NestedClickEventPrevent = false;
|
this.smartListBox1.ScrollDownButton.NestedClickEventPrevent = false;
|
||||||
|
@ -229,7 +272,7 @@
|
||||||
this.smartListBox1.ScrollUpButton.ImageDisable = null;
|
this.smartListBox1.ScrollUpButton.ImageDisable = null;
|
||||||
this.smartListBox1.ScrollUpButton.ImageDown = null;
|
this.smartListBox1.ScrollUpButton.ImageDown = null;
|
||||||
this.smartListBox1.ScrollUpButton.ImageUp = null;
|
this.smartListBox1.ScrollUpButton.ImageUp = null;
|
||||||
this.smartListBox1.ScrollUpButton.Location = new System.Drawing.Point(501, 2);
|
this.smartListBox1.ScrollUpButton.Location = new System.Drawing.Point(524, 2);
|
||||||
this.smartListBox1.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.smartListBox1.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.smartListBox1.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
|
this.smartListBox1.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
|
||||||
this.smartListBox1.ScrollUpButton.NestedClickEventPrevent = false;
|
this.smartListBox1.ScrollUpButton.NestedClickEventPrevent = false;
|
||||||
|
@ -257,155 +300,12 @@
|
||||||
this.smartListBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
this.smartListBox1.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||||
this.smartListBox1.SeparationlineVisibleBottom = true;
|
this.smartListBox1.SeparationlineVisibleBottom = true;
|
||||||
this.smartListBox1.SeparationlineVisibleTop = true;
|
this.smartListBox1.SeparationlineVisibleTop = true;
|
||||||
this.smartListBox1.Size = new System.Drawing.Size(533, 483);
|
this.smartListBox1.Size = new System.Drawing.Size(556, 524);
|
||||||
this.smartListBox1.TabIndex = 82;
|
this.smartListBox1.TabIndex = 82;
|
||||||
this.smartListBox1.Text = "smartListBox1";
|
this.smartListBox1.Text = "smartListBox1";
|
||||||
this.smartListBox1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartListBox1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartListBox1.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartListBox1.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
//
|
//
|
||||||
// treeViewLogAlarm
|
|
||||||
//
|
|
||||||
this.treeViewLogAlarm.Location = new System.Drawing.Point(32, 157);
|
|
||||||
this.treeViewLogAlarm.Name = "treeViewLogAlarm";
|
|
||||||
this.treeViewLogAlarm.Size = new System.Drawing.Size(282, 483);
|
|
||||||
this.treeViewLogAlarm.TabIndex = 81;
|
|
||||||
//
|
|
||||||
// smartLabel2
|
|
||||||
//
|
|
||||||
this.smartLabel2.BackGround = this.smartGroupBox1;
|
|
||||||
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(24, 47);
|
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
|
||||||
this.smartLabel2.OverlapOptimize = true;
|
|
||||||
this.smartLabel2.PasswordChar = '\0';
|
|
||||||
this.smartLabel2.Radius = 3;
|
|
||||||
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(299, 18);
|
|
||||||
this.smartLabel2.TabIndex = 86;
|
|
||||||
this.smartLabel2.Text = "Count";
|
|
||||||
this.smartLabel2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
|
||||||
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel2.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartLabel3
|
|
||||||
//
|
|
||||||
this.smartLabel3.BackGround = this.smartGroupBox1;
|
|
||||||
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
|
||||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
||||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(333, 47);
|
|
||||||
this.smartLabel3.Name = "smartLabel3";
|
|
||||||
this.smartLabel3.OverlapOptimize = true;
|
|
||||||
this.smartLabel3.PasswordChar = '\0';
|
|
||||||
this.smartLabel3.Radius = 3;
|
|
||||||
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
||||||
this.smartLabel3.Size = new System.Drawing.Size(460, 18);
|
|
||||||
this.smartLabel3.TabIndex = 87;
|
|
||||||
this.smartLabel3.Text = "File name";
|
|
||||||
this.smartLabel3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
|
||||||
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel3.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartLabel4
|
|
||||||
//
|
|
||||||
this.smartLabel4.BackGround = this.smartGroupBox1;
|
|
||||||
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
|
||||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
||||||
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel4.LineSpacing = 0F;
|
|
||||||
this.smartLabel4.Location = new System.Drawing.Point(24, 124);
|
|
||||||
this.smartLabel4.Name = "smartLabel4";
|
|
||||||
this.smartLabel4.OverlapOptimize = true;
|
|
||||||
this.smartLabel4.PasswordChar = '\0';
|
|
||||||
this.smartLabel4.Radius = 3;
|
|
||||||
this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
||||||
this.smartLabel4.Size = new System.Drawing.Size(299, 18);
|
|
||||||
this.smartLabel4.TabIndex = 88;
|
|
||||||
this.smartLabel4.Text = "List";
|
|
||||||
this.smartLabel4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
|
||||||
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel4.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartLabel5
|
|
||||||
//
|
|
||||||
this.smartLabel5.BackGround = this.smartGroupBox1;
|
|
||||||
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
|
||||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
||||||
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel5.LineSpacing = 0F;
|
|
||||||
this.smartLabel5.Location = new System.Drawing.Point(333, 124);
|
|
||||||
this.smartLabel5.Name = "smartLabel5";
|
|
||||||
this.smartLabel5.OverlapOptimize = true;
|
|
||||||
this.smartLabel5.PasswordChar = '\0';
|
|
||||||
this.smartLabel5.Radius = 3;
|
|
||||||
this.smartLabel5.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
||||||
this.smartLabel5.Size = new System.Drawing.Size(556, 18);
|
|
||||||
this.smartLabel5.TabIndex = 89;
|
|
||||||
this.smartLabel5.Text = "Contents";
|
|
||||||
this.smartLabel5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
|
||||||
this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel5.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartLabel6
|
|
||||||
//
|
|
||||||
this.smartLabel6.BackGround = this.smartGroupBox1;
|
|
||||||
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66)))));
|
|
||||||
this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
|
||||||
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel6.LineSpacing = 0F;
|
|
||||||
this.smartLabel6.Location = new System.Drawing.Point(24, 148);
|
|
||||||
this.smartLabel6.Name = "smartLabel6";
|
|
||||||
this.smartLabel6.OverlapOptimize = true;
|
|
||||||
this.smartLabel6.PasswordChar = '\0';
|
|
||||||
this.smartLabel6.Radius = 10;
|
|
||||||
this.smartLabel6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
|
||||||
this.smartLabel6.Size = new System.Drawing.Size(299, 500);
|
|
||||||
this.smartLabel6.TabIndex = 90;
|
|
||||||
this.smartLabel6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
|
||||||
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel6.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartLabel7
|
|
||||||
//
|
|
||||||
this.smartLabel7.BackGround = this.smartGroupBox1;
|
|
||||||
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(64)))), ((int)(((byte)(66)))));
|
|
||||||
this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
|
||||||
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 17F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel7.LineSpacing = 0F;
|
|
||||||
this.smartLabel7.Location = new System.Drawing.Point(333, 148);
|
|
||||||
this.smartLabel7.Name = "smartLabel7";
|
|
||||||
this.smartLabel7.OverlapOptimize = true;
|
|
||||||
this.smartLabel7.PasswordChar = '\0';
|
|
||||||
this.smartLabel7.Radius = 10;
|
|
||||||
this.smartLabel7.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
|
||||||
this.smartLabel7.Size = new System.Drawing.Size(556, 500);
|
|
||||||
this.smartLabel7.TabIndex = 91;
|
|
||||||
this.smartLabel7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
|
||||||
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel7.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// ControlMenuLogAlarm
|
// ControlMenuLogAlarm
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
@ -424,13 +324,9 @@
|
||||||
private SmartX.SmartButton buttonBackup;
|
private SmartX.SmartButton buttonBackup;
|
||||||
private SmartX.SmartLabel labelCount;
|
private SmartX.SmartLabel labelCount;
|
||||||
private SmartX.SmartListBox smartListBox1;
|
private SmartX.SmartListBox smartListBox1;
|
||||||
private System.Windows.Forms.TreeView treeViewLogAlarm;
|
private System.Windows.Forms.TreeView treeView;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel smartLabel1;
|
||||||
private SmartX.SmartLabel smartLabel3;
|
private SmartX.SmartLabel smartLabel3;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
|
||||||
private SmartX.SmartLabel smartLabel6;
|
|
||||||
private SmartX.SmartLabel smartLabel5;
|
|
||||||
private SmartX.SmartLabel smartLabel4;
|
private SmartX.SmartLabel smartLabel4;
|
||||||
private SmartX.SmartLabel smartLabel7;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@ namespace INT_PT002.Controls
|
||||||
List<string> months = new List<string>();
|
List<string> months = new List<string>();
|
||||||
List<string> days = new List<string>();
|
List<string> days = new List<string>();
|
||||||
|
|
||||||
this.treeViewLogAlarm.Nodes.Clear();
|
this.treeView.Nodes.Clear();
|
||||||
this.ListAlarmFile.Clear();
|
this.ListAlarmFile.Clear();
|
||||||
|
|
||||||
DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataAlarmFolder);
|
DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataAlarmFolder);
|
||||||
|
@ -129,7 +129,7 @@ namespace INT_PT002.Controls
|
||||||
}
|
}
|
||||||
node.Nodes.Add(nodeMonth);
|
node.Nodes.Add(nodeMonth);
|
||||||
}
|
}
|
||||||
this.treeViewLogAlarm.Nodes.Add(node);
|
this.treeView.Nodes.Add(node);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@ namespace INT_PT002.Controls
|
||||||
this.SelecteDataType = Define.E_DataType.None;
|
this.SelecteDataType = Define.E_DataType.None;
|
||||||
|
|
||||||
this.UpdateDisplayFile();
|
this.UpdateDisplayFile();
|
||||||
this.treeViewLogAlarm.ExpandAll();
|
this.treeView.ExpandAll();
|
||||||
|
|
||||||
if (int.Parse(this.labelCount.Text) == 0)
|
if (int.Parse(this.labelCount.Text) == 0)
|
||||||
{
|
{
|
||||||
|
|
|
@ -28,26 +28,36 @@
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
|
this.smartFile1 = new SmartX.SmartFile();
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.treeView = new System.Windows.Forms.TreeView();
|
||||||
|
this.smartLabel4 = new SmartX.SmartLabel();
|
||||||
|
this.smartLabel3 = new SmartX.SmartLabel();
|
||||||
|
this.smartLabel1 = new SmartX.SmartLabel();
|
||||||
this.buttonBackup = new SmartX.SmartButton();
|
this.buttonBackup = new SmartX.SmartButton();
|
||||||
this.labelCount = new SmartX.SmartLabel();
|
this.labelCount = new SmartX.SmartLabel();
|
||||||
this.listbox = new SmartX.SmartListBox();
|
this.listbox = new SmartX.SmartListBox();
|
||||||
this.treeViewHistory = new System.Windows.Forms.TreeView();
|
|
||||||
this.smartFile1 = new SmartX.SmartFile();
|
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
|
// smartFile1
|
||||||
|
//
|
||||||
|
this.smartFile1.FilePathName = "";
|
||||||
|
//
|
||||||
// smartGroupBox1
|
// smartGroupBox1
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackGround = null;
|
this.smartGroupBox1.BackGround = null;
|
||||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.BackImage = null;
|
this.smartGroupBox1.BackImage = null;
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
this.smartGroupBox1.Controls.Add(this.buttonBackup);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelCount);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.listbox);
|
this.smartGroupBox1.Controls.Add(this.listbox);
|
||||||
this.smartGroupBox1.Controls.Add(this.treeViewHistory);
|
this.smartGroupBox1.Controls.Add(this.treeView);
|
||||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
||||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.smartGroupBox1.Controls.Add(this.labelCount);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.smartLabel4);
|
||||||
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.FrameLineThickness = 2;
|
this.smartGroupBox1.FrameLineThickness = 2;
|
||||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
this.smartGroupBox1.HeaderHeightOffset = 9;
|
this.smartGroupBox1.HeaderHeightOffset = 9;
|
||||||
|
@ -55,25 +65,100 @@
|
||||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||||
this.smartGroupBox1.RoundRadius = 5;
|
this.smartGroupBox1.RoundRadius = 5;
|
||||||
this.smartGroupBox1.Size = new System.Drawing.Size(909, 664);
|
this.smartGroupBox1.Size = new System.Drawing.Size(909, 664);
|
||||||
this.smartGroupBox1.TabIndex = 2;
|
this.smartGroupBox1.TabIndex = 3;
|
||||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
|
// treeView
|
||||||
|
//
|
||||||
|
this.treeView.Location = new System.Drawing.Point(23, 74);
|
||||||
|
this.treeView.Name = "treeView";
|
||||||
|
this.treeView.Size = new System.Drawing.Size(299, 566);
|
||||||
|
this.treeView.TabIndex = 81;
|
||||||
|
//
|
||||||
|
// smartLabel4
|
||||||
|
//
|
||||||
|
this.smartLabel4.BackGround = this.smartGroupBox1;
|
||||||
|
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||||
|
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
|
this.smartLabel4.LineSpacing = 0F;
|
||||||
|
this.smartLabel4.Location = new System.Drawing.Point(19, 45);
|
||||||
|
this.smartLabel4.Name = "smartLabel4";
|
||||||
|
this.smartLabel4.OverlapOptimize = true;
|
||||||
|
this.smartLabel4.PasswordChar = '\0';
|
||||||
|
this.smartLabel4.Radius = 3;
|
||||||
|
this.smartLabel4.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
|
this.smartLabel4.Size = new System.Drawing.Size(307, 23);
|
||||||
|
this.smartLabel4.TabIndex = 88;
|
||||||
|
this.smartLabel4.Text = " List";
|
||||||
|
this.smartLabel4.TextColor = System.Drawing.Color.White;
|
||||||
|
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.smartLabel4.Wordwrap = true;
|
||||||
|
//
|
||||||
|
// smartLabel3
|
||||||
|
//
|
||||||
|
this.smartLabel3.BackGround = this.smartGroupBox1;
|
||||||
|
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||||
|
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
|
this.smartLabel3.LineSpacing = 0F;
|
||||||
|
this.smartLabel3.Location = new System.Drawing.Point(339, 45);
|
||||||
|
this.smartLabel3.Name = "smartLabel3";
|
||||||
|
this.smartLabel3.OverlapOptimize = true;
|
||||||
|
this.smartLabel3.PasswordChar = '\0';
|
||||||
|
this.smartLabel3.Radius = 3;
|
||||||
|
this.smartLabel3.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
||||||
|
this.smartLabel3.Size = new System.Drawing.Size(548, 23);
|
||||||
|
this.smartLabel3.TabIndex = 87;
|
||||||
|
this.smartLabel3.Text = " File name";
|
||||||
|
this.smartLabel3.TextColor = System.Drawing.Color.White;
|
||||||
|
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.smartLabel3.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// smartLabel1
|
||||||
|
//
|
||||||
|
this.smartLabel1.BackGround = this.smartGroupBox1;
|
||||||
|
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
|
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
|
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
|
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.smartLabel1.LineSpacing = 0F;
|
||||||
|
this.smartLabel1.Location = new System.Drawing.Point(343, 74);
|
||||||
|
this.smartLabel1.Name = "smartLabel1";
|
||||||
|
this.smartLabel1.OverlapOptimize = true;
|
||||||
|
this.smartLabel1.PasswordChar = '\0';
|
||||||
|
this.smartLabel1.Radius = 10;
|
||||||
|
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
||||||
|
this.smartLabel1.Size = new System.Drawing.Size(455, 36);
|
||||||
|
this.smartLabel1.TabIndex = 85;
|
||||||
|
this.smartLabel1.Text = "00";
|
||||||
|
this.smartLabel1.TextColor = System.Drawing.Color.White;
|
||||||
|
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel1.Wordwrap = false;
|
||||||
|
//
|
||||||
// buttonBackup
|
// buttonBackup
|
||||||
//
|
//
|
||||||
this.buttonBackup.BackGround = this.smartGroupBox1;
|
this.buttonBackup.BackGround = this.smartGroupBox1;
|
||||||
this.buttonBackup.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.buttonBackup.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||||
this.buttonBackup.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.buttonBackup.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonBackup.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonBackup.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
this.buttonBackup.ButtonImageAutoSize = true;
|
this.buttonBackup.ButtonImageAutoSize = true;
|
||||||
this.buttonBackup.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
this.buttonBackup.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound;
|
||||||
this.buttonBackup.ButtonText = "Backup";
|
this.buttonBackup.ButtonText = "Backup";
|
||||||
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
|
this.buttonBackup.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonBackup.GroupID = 0;
|
this.buttonBackup.GroupID = 0;
|
||||||
this.buttonBackup.ImageDisable = null;
|
this.buttonBackup.ImageDisable = null;
|
||||||
this.buttonBackup.ImageDown = null;
|
this.buttonBackup.ImageDown = null;
|
||||||
this.buttonBackup.ImageUp = null;
|
this.buttonBackup.ImageUp = null;
|
||||||
this.buttonBackup.Location = new System.Drawing.Point(793, 47);
|
this.buttonBackup.Location = new System.Drawing.Point(804, 74);
|
||||||
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonBackup.Name = "buttonBackup";
|
this.buttonBackup.Name = "buttonBackup";
|
||||||
this.buttonBackup.NestedClickEventPrevent = false;
|
this.buttonBackup.NestedClickEventPrevent = false;
|
||||||
|
@ -83,35 +168,34 @@
|
||||||
this.buttonBackup.RepeatIntervalAccelerate = null;
|
this.buttonBackup.RepeatIntervalAccelerate = null;
|
||||||
this.buttonBackup.RoundSize = 10;
|
this.buttonBackup.RoundSize = 10;
|
||||||
this.buttonBackup.SafeInterval = 200;
|
this.buttonBackup.SafeInterval = 200;
|
||||||
this.buttonBackup.Size = new System.Drawing.Size(90, 50);
|
this.buttonBackup.Size = new System.Drawing.Size(79, 36);
|
||||||
this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonBackup.TabIndex = 80;
|
this.buttonBackup.TabIndex = 84;
|
||||||
this.buttonBackup.Text = null;
|
this.buttonBackup.Text = null;
|
||||||
this.buttonBackup.TextColor = System.Drawing.Color.White;
|
this.buttonBackup.TextColor = System.Drawing.Color.White;
|
||||||
this.buttonBackup.TextColorDisable = System.Drawing.Color.Gray;
|
this.buttonBackup.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.buttonBackup.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
this.buttonBackup.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
||||||
this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonBackup.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonBackup.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonBackup.Visible = false;
|
|
||||||
//
|
//
|
||||||
// labelCount
|
// labelCount
|
||||||
//
|
//
|
||||||
this.labelCount.BackGround = this.smartGroupBox1;
|
this.labelCount.BackGround = this.smartGroupBox1;
|
||||||
this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelCount.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(87)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||||
this.labelCount.BorderColor = System.Drawing.Color.Black;
|
this.labelCount.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(222)))), ((int)(((byte)(226)))));
|
||||||
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelCount.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
this.labelCount.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelCount.LineSpacing = 0F;
|
this.labelCount.LineSpacing = 0F;
|
||||||
this.labelCount.Location = new System.Drawing.Point(28, 47);
|
this.labelCount.Location = new System.Drawing.Point(74, 45);
|
||||||
this.labelCount.Name = "labelCount";
|
this.labelCount.Name = "labelCount";
|
||||||
this.labelCount.OverlapOptimize = true;
|
this.labelCount.OverlapOptimize = true;
|
||||||
this.labelCount.PasswordChar = '\0';
|
this.labelCount.PasswordChar = '\0';
|
||||||
this.labelCount.Radius = 3;
|
this.labelCount.Radius = 10;
|
||||||
this.labelCount.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.labelCount.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(44)))), ((int)(((byte)(44)))));
|
||||||
this.labelCount.Size = new System.Drawing.Size(290, 50);
|
this.labelCount.Size = new System.Drawing.Size(248, 23);
|
||||||
this.labelCount.TabIndex = 2;
|
this.labelCount.TabIndex = 83;
|
||||||
this.labelCount.Text = "00";
|
this.labelCount.Text = "00";
|
||||||
this.labelCount.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelCount.TextColor = System.Drawing.Color.White;
|
||||||
this.labelCount.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelCount.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -130,7 +214,7 @@
|
||||||
this.listbox.ItemOffsetX = 1;
|
this.listbox.ItemOffsetX = 1;
|
||||||
this.listbox.ItemOffsetY = 0;
|
this.listbox.ItemOffsetY = 0;
|
||||||
this.listbox.ItemTextOffsetY = 1;
|
this.listbox.ItemTextOffsetY = 1;
|
||||||
this.listbox.Location = new System.Drawing.Point(338, 103);
|
this.listbox.Location = new System.Drawing.Point(343, 116);
|
||||||
this.listbox.MouseMoveEventSpace = 3;
|
this.listbox.MouseMoveEventSpace = 3;
|
||||||
this.listbox.MouseMoveSpace = 10;
|
this.listbox.MouseMoveSpace = 10;
|
||||||
this.listbox.Name = "listbox";
|
this.listbox.Name = "listbox";
|
||||||
|
@ -158,7 +242,7 @@
|
||||||
this.listbox.ScrollDownButton.ImageDisable = null;
|
this.listbox.ScrollDownButton.ImageDisable = null;
|
||||||
this.listbox.ScrollDownButton.ImageDown = null;
|
this.listbox.ScrollDownButton.ImageDown = null;
|
||||||
this.listbox.ScrollDownButton.ImageUp = null;
|
this.listbox.ScrollDownButton.ImageUp = null;
|
||||||
this.listbox.ScrollDownButton.Location = new System.Drawing.Point(513, 503);
|
this.listbox.ScrollDownButton.Location = new System.Drawing.Point(524, 492);
|
||||||
this.listbox.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.listbox.ScrollDownButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.listbox.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
|
this.listbox.ScrollDownButton.Name = "SmartListBox_m_butScrollDown";
|
||||||
this.listbox.ScrollDownButton.NestedClickEventPrevent = false;
|
this.listbox.ScrollDownButton.NestedClickEventPrevent = false;
|
||||||
|
@ -193,7 +277,7 @@
|
||||||
this.listbox.ScrollUpButton.ImageDisable = null;
|
this.listbox.ScrollUpButton.ImageDisable = null;
|
||||||
this.listbox.ScrollUpButton.ImageDown = null;
|
this.listbox.ScrollUpButton.ImageDown = null;
|
||||||
this.listbox.ScrollUpButton.ImageUp = null;
|
this.listbox.ScrollUpButton.ImageUp = null;
|
||||||
this.listbox.ScrollUpButton.Location = new System.Drawing.Point(513, 2);
|
this.listbox.ScrollUpButton.Location = new System.Drawing.Point(524, 2);
|
||||||
this.listbox.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.listbox.ScrollUpButton.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.listbox.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
|
this.listbox.ScrollUpButton.Name = "SmartListBox_m_butScrollUp";
|
||||||
this.listbox.ScrollUpButton.NestedClickEventPrevent = false;
|
this.listbox.ScrollUpButton.NestedClickEventPrevent = false;
|
||||||
|
@ -221,24 +305,12 @@
|
||||||
this.listbox.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
this.listbox.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
||||||
this.listbox.SeparationlineVisibleBottom = true;
|
this.listbox.SeparationlineVisibleBottom = true;
|
||||||
this.listbox.SeparationlineVisibleTop = true;
|
this.listbox.SeparationlineVisibleTop = true;
|
||||||
this.listbox.Size = new System.Drawing.Size(545, 535);
|
this.listbox.Size = new System.Drawing.Size(540, 524);
|
||||||
this.listbox.TabIndex = 1;
|
this.listbox.TabIndex = 82;
|
||||||
this.listbox.Text = "smartListBox1";
|
this.listbox.Text = "smartListBox1";
|
||||||
this.listbox.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.listbox.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.listbox.TextColorDisable = System.Drawing.Color.Gray;
|
this.listbox.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
//
|
//
|
||||||
// treeViewHistory
|
|
||||||
//
|
|
||||||
this.treeViewHistory.Location = new System.Drawing.Point(28, 103);
|
|
||||||
this.treeViewHistory.Name = "treeViewHistory";
|
|
||||||
this.treeViewHistory.Size = new System.Drawing.Size(290, 535);
|
|
||||||
this.treeViewHistory.TabIndex = 0;
|
|
||||||
this.treeViewHistory.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewHistory_AfterSelect);
|
|
||||||
//
|
|
||||||
// smartFile1
|
|
||||||
//
|
|
||||||
this.smartFile1.FilePathName = "";
|
|
||||||
//
|
|
||||||
// ControlMenuLogHistory
|
// ControlMenuLogHistory
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
@ -253,11 +325,14 @@
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
private SmartX.SmartGroupBox smartGroupBox1;
|
|
||||||
private System.Windows.Forms.TreeView treeViewHistory;
|
|
||||||
private SmartX.SmartListBox listbox;
|
|
||||||
private SmartX.SmartLabel labelCount;
|
|
||||||
private SmartX.SmartButton buttonBackup;
|
|
||||||
private SmartX.SmartFile smartFile1;
|
private SmartX.SmartFile smartFile1;
|
||||||
|
private SmartX.SmartGroupBox smartGroupBox1;
|
||||||
|
private System.Windows.Forms.TreeView treeView;
|
||||||
|
private SmartX.SmartLabel smartLabel4;
|
||||||
|
private SmartX.SmartLabel smartLabel3;
|
||||||
|
private SmartX.SmartLabel smartLabel1;
|
||||||
|
private SmartX.SmartButton buttonBackup;
|
||||||
|
private SmartX.SmartLabel labelCount;
|
||||||
|
private SmartX.SmartListBox listbox;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,7 +93,7 @@ namespace INT_PT002.Controls
|
||||||
List<string> months = new List<string>();
|
List<string> months = new List<string>();
|
||||||
List<string> days = new List<string>();
|
List<string> days = new List<string>();
|
||||||
|
|
||||||
this.treeViewHistory.Nodes.Clear();
|
this.treeView.Nodes.Clear();
|
||||||
this.ListHistoryFile.Clear();
|
this.ListHistoryFile.Clear();
|
||||||
|
|
||||||
DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataHistoryFolder);
|
DirectoryInfo dir = new DirectoryInfo(this.ParentForm.ParentForm.PathDataHistoryFolder);
|
||||||
|
@ -159,7 +159,7 @@ namespace INT_PT002.Controls
|
||||||
}
|
}
|
||||||
node.Nodes.Add(nodeMonth);
|
node.Nodes.Add(nodeMonth);
|
||||||
}
|
}
|
||||||
this.treeViewHistory.Nodes.Add(node);
|
this.treeView.Nodes.Add(node);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.labelCount.Text = fileCount.ToString();
|
this.labelCount.Text = fileCount.ToString();
|
||||||
|
@ -197,7 +197,7 @@ namespace INT_PT002.Controls
|
||||||
this.SelecteDataType = Define.E_DataType.None;
|
this.SelecteDataType = Define.E_DataType.None;
|
||||||
|
|
||||||
this.UpdateDisplayFile();
|
this.UpdateDisplayFile();
|
||||||
this.treeViewHistory.ExpandAll();
|
this.treeView.ExpandAll();
|
||||||
|
|
||||||
if (int.Parse(this.labelCount.Text) == 0)
|
if (int.Parse(this.labelCount.Text) == 0)
|
||||||
{
|
{
|
||||||
|
@ -211,7 +211,7 @@ namespace INT_PT002.Controls
|
||||||
#region Event Handler
|
#region Event Handler
|
||||||
private void treeViewHistory_AfterSelect(object sender, TreeViewEventArgs e)
|
private void treeViewHistory_AfterSelect(object sender, TreeViewEventArgs e)
|
||||||
{
|
{
|
||||||
this.LoadFile(this.ParentForm.ParentForm.PathDataHistoryFolder + this.treeViewHistory.SelectedNode.FullPath);
|
this.LoadFile(this.ParentForm.ParentForm.PathDataHistoryFolder + this.treeView.SelectedNode.FullPath);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
|
@ -118,10 +118,10 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<metadata name="smartFile1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="smartFile1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>18, 4</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>33</value>
|
<value>37</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||||
<value>WEBPAD</value>
|
<value>WEBPAD</value>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -120,6 +120,9 @@
|
||||||
<metadata name="smartTimerMessageShow.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="smartTimerMessageShow.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>52</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||||
<value>WEBPAD</value>
|
<value>WEBPAD</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuSystemInformation));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMenuSystemInformation));
|
||||||
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.smartGroupBox2 = new SmartX.SmartGroupBox();
|
||||||
this.smartKeyboard1 = new SmartX.SmartKeyboard();
|
this.smartKeyboard1 = new SmartX.SmartKeyboard();
|
||||||
this.buttonUpdateMainboard = new SmartX.SmartButton();
|
this.buttonUpdateMainboard = new SmartX.SmartButton();
|
||||||
this.smartLabel25 = new SmartX.SmartLabel();
|
this.smartLabel25 = new SmartX.SmartLabel();
|
||||||
|
@ -57,50 +58,21 @@
|
||||||
this.smartLabel5 = new SmartX.SmartLabel();
|
this.smartLabel5 = new SmartX.SmartLabel();
|
||||||
this.smartLabel4 = new SmartX.SmartLabel();
|
this.smartLabel4 = new SmartX.SmartLabel();
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
this.smartLabel3 = new SmartX.SmartLabel();
|
||||||
this.smartLabel2 = new SmartX.SmartLabel();
|
this.smartGroupBox3 = new SmartX.SmartGroupBox();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
|
||||||
this.smartSeparatorLine2 = new SmartX.SmartSeparatorLine();
|
|
||||||
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
|
this.smartGroupBox2.SuspendLayout();
|
||||||
|
this.smartGroupBox3.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// smartGroupBox1
|
// smartGroupBox1
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackGround = null;
|
this.smartGroupBox1.BackGround = null;
|
||||||
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.BackImage = null;
|
this.smartGroupBox1.BackImage = null;
|
||||||
|
this.smartGroupBox1.Controls.Add(this.smartGroupBox3);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.smartGroupBox2);
|
||||||
this.smartGroupBox1.Controls.Add(this.smartKeyboard1);
|
this.smartGroupBox1.Controls.Add(this.smartKeyboard1);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonUpdateMainboard);
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(51)))), ((int)(((byte)(65)))));
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel25);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelContact3);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel24);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel23);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel22);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel21);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel20);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelContact6);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelContact5);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelContact4);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelContact2);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelContact1);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonUpdateDisplay);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelDisplayVersion);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelControlVersion);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel12);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel11);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel10);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel9);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.labelSerialNo);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel7);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel6);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel5);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel4);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel3);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel2);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel1);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine2);
|
|
||||||
this.smartGroupBox1.Controls.Add(this.smartSeparatorLine1);
|
|
||||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
||||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartGroupBox1.FrameLineThickness = 2;
|
this.smartGroupBox1.FrameLineThickness = 2;
|
||||||
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
|
@ -113,6 +85,39 @@
|
||||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
||||||
//
|
//
|
||||||
|
// smartGroupBox2
|
||||||
|
//
|
||||||
|
this.smartGroupBox2.BackGround = null;
|
||||||
|
this.smartGroupBox2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
|
this.smartGroupBox2.BackImage = null;
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel3);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel4);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.buttonUpdateMainboard);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel5);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel6);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel7);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.labelSerialNo);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel9);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel10);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel11);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.smartLabel12);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.labelControlVersion);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.labelDisplayVersion);
|
||||||
|
this.smartGroupBox2.Controls.Add(this.buttonUpdateDisplay);
|
||||||
|
this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||||
|
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
|
this.smartGroupBox2.FrameLineThickness = 2;
|
||||||
|
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
|
this.smartGroupBox2.HeaderHeightOffset = 12;
|
||||||
|
this.smartGroupBox2.Location = new System.Drawing.Point(61, 99);
|
||||||
|
this.smartGroupBox2.Name = "smartGroupBox2";
|
||||||
|
this.smartGroupBox2.RoundRadius = 5;
|
||||||
|
this.smartGroupBox2.Size = new System.Drawing.Size(774, 200);
|
||||||
|
this.smartGroupBox2.TabIndex = 94;
|
||||||
|
this.smartGroupBox2.Text = "Information";
|
||||||
|
this.smartGroupBox2.TextColor = System.Drawing.Color.White;
|
||||||
|
//
|
||||||
// smartKeyboard1
|
// smartKeyboard1
|
||||||
//
|
//
|
||||||
this.smartKeyboard1.BackGround = null;
|
this.smartKeyboard1.BackGround = null;
|
||||||
|
@ -138,7 +143,7 @@
|
||||||
this.smartKeyboard1.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage1")));
|
this.smartKeyboard1.KeyUpImage1 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage1")));
|
||||||
this.smartKeyboard1.KeyUpImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage2")));
|
this.smartKeyboard1.KeyUpImage2 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage2")));
|
||||||
this.smartKeyboard1.KeyUpImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage3")));
|
this.smartKeyboard1.KeyUpImage3 = ((System.Drawing.Image)(resources.GetObject("smartKeyboard1.KeyUpImage3")));
|
||||||
this.smartKeyboard1.Location = new System.Drawing.Point(40, 217);
|
this.smartKeyboard1.Location = new System.Drawing.Point(15, 62);
|
||||||
this.smartKeyboard1.MarginLeftRight = 7;
|
this.smartKeyboard1.MarginLeftRight = 7;
|
||||||
this.smartKeyboard1.MarginTopBottom = 7;
|
this.smartKeyboard1.MarginTopBottom = 7;
|
||||||
this.smartKeyboard1.Name = "smartKeyboard1";
|
this.smartKeyboard1.Name = "smartKeyboard1";
|
||||||
|
@ -160,8 +165,8 @@
|
||||||
//
|
//
|
||||||
// buttonUpdateMainboard
|
// buttonUpdateMainboard
|
||||||
//
|
//
|
||||||
this.buttonUpdateMainboard.BackGround = this.smartGroupBox1;
|
this.buttonUpdateMainboard.BackGround = this.smartGroupBox2;
|
||||||
this.buttonUpdateMainboard.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
|
this.buttonUpdateMainboard.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.buttonUpdateMainboard.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.buttonUpdateMainboard.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonUpdateMainboard.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonUpdateMainboard.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
this.buttonUpdateMainboard.ButtonImageAutoSize = true;
|
this.buttonUpdateMainboard.ButtonImageAutoSize = true;
|
||||||
|
@ -172,7 +177,7 @@
|
||||||
this.buttonUpdateMainboard.ImageDisable = null;
|
this.buttonUpdateMainboard.ImageDisable = null;
|
||||||
this.buttonUpdateMainboard.ImageDown = null;
|
this.buttonUpdateMainboard.ImageDown = null;
|
||||||
this.buttonUpdateMainboard.ImageUp = null;
|
this.buttonUpdateMainboard.ImageUp = null;
|
||||||
this.buttonUpdateMainboard.Location = new System.Drawing.Point(726, 217);
|
this.buttonUpdateMainboard.Location = new System.Drawing.Point(644, 121);
|
||||||
this.buttonUpdateMainboard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonUpdateMainboard.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonUpdateMainboard.Name = "buttonUpdateMainboard";
|
this.buttonUpdateMainboard.Name = "buttonUpdateMainboard";
|
||||||
this.buttonUpdateMainboard.NestedClickEventPrevent = false;
|
this.buttonUpdateMainboard.NestedClickEventPrevent = false;
|
||||||
|
@ -196,12 +201,12 @@
|
||||||
// smartLabel25
|
// smartLabel25
|
||||||
//
|
//
|
||||||
this.smartLabel25.BackGround = null;
|
this.smartLabel25.BackGround = null;
|
||||||
this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel25.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel25.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel25.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel25.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel25.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel25.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel25.LineSpacing = 0F;
|
this.smartLabel25.LineSpacing = 0F;
|
||||||
this.smartLabel25.Location = new System.Drawing.Point(135, 434);
|
this.smartLabel25.Location = new System.Drawing.Point(53, 121);
|
||||||
this.smartLabel25.Name = "smartLabel25";
|
this.smartLabel25.Name = "smartLabel25";
|
||||||
this.smartLabel25.OverlapOptimize = true;
|
this.smartLabel25.OverlapOptimize = true;
|
||||||
this.smartLabel25.PasswordChar = '\0';
|
this.smartLabel25.PasswordChar = '\0';
|
||||||
|
@ -210,7 +215,7 @@
|
||||||
this.smartLabel25.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel25.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel25.TabIndex = 88;
|
this.smartLabel25.TabIndex = 88;
|
||||||
this.smartLabel25.Text = "Fax:";
|
this.smartLabel25.Text = "Fax:";
|
||||||
this.smartLabel25.TextColor = System.Drawing.Color.Black;
|
this.smartLabel25.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel25.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel25.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel25.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -219,12 +224,12 @@
|
||||||
// labelContact3
|
// labelContact3
|
||||||
//
|
//
|
||||||
this.labelContact3.BackGround = null;
|
this.labelContact3.BackGround = null;
|
||||||
this.labelContact3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelContact3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelContact3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelContact3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelContact3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelContact3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelContact3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelContact3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelContact3.LineSpacing = 0F;
|
this.labelContact3.LineSpacing = 0F;
|
||||||
this.labelContact3.Location = new System.Drawing.Point(271, 434);
|
this.labelContact3.Location = new System.Drawing.Point(189, 121);
|
||||||
this.labelContact3.Name = "labelContact3";
|
this.labelContact3.Name = "labelContact3";
|
||||||
this.labelContact3.OverlapOptimize = true;
|
this.labelContact3.OverlapOptimize = true;
|
||||||
this.labelContact3.PasswordChar = '\0';
|
this.labelContact3.PasswordChar = '\0';
|
||||||
|
@ -233,7 +238,7 @@
|
||||||
this.labelContact3.Size = new System.Drawing.Size(539, 24);
|
this.labelContact3.Size = new System.Drawing.Size(539, 24);
|
||||||
this.labelContact3.TabIndex = 87;
|
this.labelContact3.TabIndex = 87;
|
||||||
this.labelContact3.Text = "(82)032-681-0713";
|
this.labelContact3.Text = "(82)032-681-0713";
|
||||||
this.labelContact3.TextColor = System.Drawing.Color.Black;
|
this.labelContact3.TextColor = System.Drawing.Color.White;
|
||||||
this.labelContact3.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelContact3.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelContact3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelContact3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelContact3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelContact3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -242,12 +247,12 @@
|
||||||
// smartLabel24
|
// smartLabel24
|
||||||
//
|
//
|
||||||
this.smartLabel24.BackGround = null;
|
this.smartLabel24.BackGround = null;
|
||||||
this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel24.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel24.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel24.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel24.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel24.LineSpacing = 0F;
|
this.smartLabel24.LineSpacing = 0F;
|
||||||
this.smartLabel24.Location = new System.Drawing.Point(135, 524);
|
this.smartLabel24.Location = new System.Drawing.Point(53, 211);
|
||||||
this.smartLabel24.Name = "smartLabel24";
|
this.smartLabel24.Name = "smartLabel24";
|
||||||
this.smartLabel24.OverlapOptimize = true;
|
this.smartLabel24.OverlapOptimize = true;
|
||||||
this.smartLabel24.PasswordChar = '\0';
|
this.smartLabel24.PasswordChar = '\0';
|
||||||
|
@ -256,7 +261,7 @@
|
||||||
this.smartLabel24.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel24.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel24.TabIndex = 86;
|
this.smartLabel24.TabIndex = 86;
|
||||||
this.smartLabel24.Text = "Homepage:";
|
this.smartLabel24.Text = "Homepage:";
|
||||||
this.smartLabel24.TextColor = System.Drawing.Color.Black;
|
this.smartLabel24.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel24.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel24.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel24.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -265,12 +270,12 @@
|
||||||
// smartLabel23
|
// smartLabel23
|
||||||
//
|
//
|
||||||
this.smartLabel23.BackGround = null;
|
this.smartLabel23.BackGround = null;
|
||||||
this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel23.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel23.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel23.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel23.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel23.LineSpacing = 0F;
|
this.smartLabel23.LineSpacing = 0F;
|
||||||
this.smartLabel23.Location = new System.Drawing.Point(135, 494);
|
this.smartLabel23.Location = new System.Drawing.Point(53, 181);
|
||||||
this.smartLabel23.Name = "smartLabel23";
|
this.smartLabel23.Name = "smartLabel23";
|
||||||
this.smartLabel23.OverlapOptimize = true;
|
this.smartLabel23.OverlapOptimize = true;
|
||||||
this.smartLabel23.PasswordChar = '\0';
|
this.smartLabel23.PasswordChar = '\0';
|
||||||
|
@ -279,7 +284,7 @@
|
||||||
this.smartLabel23.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel23.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel23.TabIndex = 85;
|
this.smartLabel23.TabIndex = 85;
|
||||||
this.smartLabel23.Text = "E-mail:";
|
this.smartLabel23.Text = "E-mail:";
|
||||||
this.smartLabel23.TextColor = System.Drawing.Color.Black;
|
this.smartLabel23.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel23.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel23.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel23.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -288,12 +293,12 @@
|
||||||
// smartLabel22
|
// smartLabel22
|
||||||
//
|
//
|
||||||
this.smartLabel22.BackGround = null;
|
this.smartLabel22.BackGround = null;
|
||||||
this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel22.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel22.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel22.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel22.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel22.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel22.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel22.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel22.LineSpacing = 0F;
|
this.smartLabel22.LineSpacing = 0F;
|
||||||
this.smartLabel22.Location = new System.Drawing.Point(135, 464);
|
this.smartLabel22.Location = new System.Drawing.Point(53, 151);
|
||||||
this.smartLabel22.Name = "smartLabel22";
|
this.smartLabel22.Name = "smartLabel22";
|
||||||
this.smartLabel22.OverlapOptimize = true;
|
this.smartLabel22.OverlapOptimize = true;
|
||||||
this.smartLabel22.PasswordChar = '\0';
|
this.smartLabel22.PasswordChar = '\0';
|
||||||
|
@ -302,7 +307,7 @@
|
||||||
this.smartLabel22.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel22.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel22.TabIndex = 84;
|
this.smartLabel22.TabIndex = 84;
|
||||||
this.smartLabel22.Text = "Address:";
|
this.smartLabel22.Text = "Address:";
|
||||||
this.smartLabel22.TextColor = System.Drawing.Color.Black;
|
this.smartLabel22.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel22.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel22.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel22.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -311,12 +316,12 @@
|
||||||
// smartLabel21
|
// smartLabel21
|
||||||
//
|
//
|
||||||
this.smartLabel21.BackGround = null;
|
this.smartLabel21.BackGround = null;
|
||||||
this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel21.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel21.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel21.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel21.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel21.LineSpacing = 0F;
|
this.smartLabel21.LineSpacing = 0F;
|
||||||
this.smartLabel21.Location = new System.Drawing.Point(135, 404);
|
this.smartLabel21.Location = new System.Drawing.Point(53, 91);
|
||||||
this.smartLabel21.Name = "smartLabel21";
|
this.smartLabel21.Name = "smartLabel21";
|
||||||
this.smartLabel21.OverlapOptimize = true;
|
this.smartLabel21.OverlapOptimize = true;
|
||||||
this.smartLabel21.PasswordChar = '\0';
|
this.smartLabel21.PasswordChar = '\0';
|
||||||
|
@ -325,7 +330,7 @@
|
||||||
this.smartLabel21.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel21.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel21.TabIndex = 83;
|
this.smartLabel21.TabIndex = 83;
|
||||||
this.smartLabel21.Text = "Tel:";
|
this.smartLabel21.Text = "Tel:";
|
||||||
this.smartLabel21.TextColor = System.Drawing.Color.Black;
|
this.smartLabel21.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel21.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel21.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel21.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -334,12 +339,12 @@
|
||||||
// smartLabel20
|
// smartLabel20
|
||||||
//
|
//
|
||||||
this.smartLabel20.BackGround = null;
|
this.smartLabel20.BackGround = null;
|
||||||
this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel20.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel20.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel20.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel20.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel20.LineSpacing = 0F;
|
this.smartLabel20.LineSpacing = 0F;
|
||||||
this.smartLabel20.Location = new System.Drawing.Point(135, 374);
|
this.smartLabel20.Location = new System.Drawing.Point(53, 61);
|
||||||
this.smartLabel20.Name = "smartLabel20";
|
this.smartLabel20.Name = "smartLabel20";
|
||||||
this.smartLabel20.OverlapOptimize = true;
|
this.smartLabel20.OverlapOptimize = true;
|
||||||
this.smartLabel20.PasswordChar = '\0';
|
this.smartLabel20.PasswordChar = '\0';
|
||||||
|
@ -348,7 +353,7 @@
|
||||||
this.smartLabel20.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel20.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel20.TabIndex = 82;
|
this.smartLabel20.TabIndex = 82;
|
||||||
this.smartLabel20.Text = "Company:";
|
this.smartLabel20.Text = "Company:";
|
||||||
this.smartLabel20.TextColor = System.Drawing.Color.Black;
|
this.smartLabel20.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel20.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel20.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel20.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -357,12 +362,12 @@
|
||||||
// labelContact6
|
// labelContact6
|
||||||
//
|
//
|
||||||
this.labelContact6.BackGround = null;
|
this.labelContact6.BackGround = null;
|
||||||
this.labelContact6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelContact6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelContact6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelContact6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelContact6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelContact6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelContact6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelContact6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelContact6.LineSpacing = 0F;
|
this.labelContact6.LineSpacing = 0F;
|
||||||
this.labelContact6.Location = new System.Drawing.Point(271, 524);
|
this.labelContact6.Location = new System.Drawing.Point(189, 211);
|
||||||
this.labelContact6.Name = "labelContact6";
|
this.labelContact6.Name = "labelContact6";
|
||||||
this.labelContact6.OverlapOptimize = true;
|
this.labelContact6.OverlapOptimize = true;
|
||||||
this.labelContact6.PasswordChar = '\0';
|
this.labelContact6.PasswordChar = '\0';
|
||||||
|
@ -371,7 +376,7 @@
|
||||||
this.labelContact6.Size = new System.Drawing.Size(539, 24);
|
this.labelContact6.Size = new System.Drawing.Size(539, 24);
|
||||||
this.labelContact6.TabIndex = 81;
|
this.labelContact6.TabIndex = 81;
|
||||||
this.labelContact6.Text = "http://www.intechkorea.com";
|
this.labelContact6.Text = "http://www.intechkorea.com";
|
||||||
this.labelContact6.TextColor = System.Drawing.Color.Black;
|
this.labelContact6.TextColor = System.Drawing.Color.White;
|
||||||
this.labelContact6.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelContact6.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelContact6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelContact6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelContact6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelContact6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -380,12 +385,12 @@
|
||||||
// labelContact5
|
// labelContact5
|
||||||
//
|
//
|
||||||
this.labelContact5.BackGround = null;
|
this.labelContact5.BackGround = null;
|
||||||
this.labelContact5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelContact5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelContact5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelContact5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelContact5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelContact5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelContact5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelContact5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelContact5.LineSpacing = 0F;
|
this.labelContact5.LineSpacing = 0F;
|
||||||
this.labelContact5.Location = new System.Drawing.Point(271, 494);
|
this.labelContact5.Location = new System.Drawing.Point(189, 181);
|
||||||
this.labelContact5.Name = "labelContact5";
|
this.labelContact5.Name = "labelContact5";
|
||||||
this.labelContact5.OverlapOptimize = true;
|
this.labelContact5.OverlapOptimize = true;
|
||||||
this.labelContact5.PasswordChar = '\0';
|
this.labelContact5.PasswordChar = '\0';
|
||||||
|
@ -394,7 +399,7 @@
|
||||||
this.labelContact5.Size = new System.Drawing.Size(539, 24);
|
this.labelContact5.Size = new System.Drawing.Size(539, 24);
|
||||||
this.labelContact5.TabIndex = 80;
|
this.labelContact5.TabIndex = 80;
|
||||||
this.labelContact5.Text = "sales@intechkorea.com";
|
this.labelContact5.Text = "sales@intechkorea.com";
|
||||||
this.labelContact5.TextColor = System.Drawing.Color.Black;
|
this.labelContact5.TextColor = System.Drawing.Color.White;
|
||||||
this.labelContact5.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelContact5.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelContact5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelContact5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelContact5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelContact5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -403,12 +408,12 @@
|
||||||
// labelContact4
|
// labelContact4
|
||||||
//
|
//
|
||||||
this.labelContact4.BackGround = null;
|
this.labelContact4.BackGround = null;
|
||||||
this.labelContact4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelContact4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelContact4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelContact4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelContact4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelContact4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelContact4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelContact4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelContact4.LineSpacing = 0F;
|
this.labelContact4.LineSpacing = 0F;
|
||||||
this.labelContact4.Location = new System.Drawing.Point(271, 464);
|
this.labelContact4.Location = new System.Drawing.Point(189, 151);
|
||||||
this.labelContact4.Name = "labelContact4";
|
this.labelContact4.Name = "labelContact4";
|
||||||
this.labelContact4.OverlapOptimize = true;
|
this.labelContact4.OverlapOptimize = true;
|
||||||
this.labelContact4.PasswordChar = '\0';
|
this.labelContact4.PasswordChar = '\0';
|
||||||
|
@ -417,7 +422,7 @@
|
||||||
this.labelContact4.Size = new System.Drawing.Size(539, 24);
|
this.labelContact4.Size = new System.Drawing.Size(539, 24);
|
||||||
this.labelContact4.TabIndex = 79;
|
this.labelContact4.TabIndex = 79;
|
||||||
this.labelContact4.Text = "10, Janggogae-ro 217beon-gil, Seo-gu, Incheon, Republic of Korea";
|
this.labelContact4.Text = "10, Janggogae-ro 217beon-gil, Seo-gu, Incheon, Republic of Korea";
|
||||||
this.labelContact4.TextColor = System.Drawing.Color.Black;
|
this.labelContact4.TextColor = System.Drawing.Color.White;
|
||||||
this.labelContact4.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelContact4.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelContact4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelContact4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelContact4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelContact4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -426,12 +431,12 @@
|
||||||
// labelContact2
|
// labelContact2
|
||||||
//
|
//
|
||||||
this.labelContact2.BackGround = null;
|
this.labelContact2.BackGround = null;
|
||||||
this.labelContact2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelContact2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelContact2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelContact2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelContact2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelContact2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelContact2.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelContact2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelContact2.LineSpacing = 0F;
|
this.labelContact2.LineSpacing = 0F;
|
||||||
this.labelContact2.Location = new System.Drawing.Point(271, 404);
|
this.labelContact2.Location = new System.Drawing.Point(189, 91);
|
||||||
this.labelContact2.Name = "labelContact2";
|
this.labelContact2.Name = "labelContact2";
|
||||||
this.labelContact2.OverlapOptimize = true;
|
this.labelContact2.OverlapOptimize = true;
|
||||||
this.labelContact2.PasswordChar = '\0';
|
this.labelContact2.PasswordChar = '\0';
|
||||||
|
@ -440,7 +445,7 @@
|
||||||
this.labelContact2.Size = new System.Drawing.Size(539, 24);
|
this.labelContact2.Size = new System.Drawing.Size(539, 24);
|
||||||
this.labelContact2.TabIndex = 78;
|
this.labelContact2.TabIndex = 78;
|
||||||
this.labelContact2.Text = "(82)032-681-0714";
|
this.labelContact2.Text = "(82)032-681-0714";
|
||||||
this.labelContact2.TextColor = System.Drawing.Color.Black;
|
this.labelContact2.TextColor = System.Drawing.Color.White;
|
||||||
this.labelContact2.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelContact2.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelContact2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelContact2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelContact2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelContact2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -449,12 +454,12 @@
|
||||||
// labelContact1
|
// labelContact1
|
||||||
//
|
//
|
||||||
this.labelContact1.BackGround = null;
|
this.labelContact1.BackGround = null;
|
||||||
this.labelContact1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelContact1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelContact1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelContact1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelContact1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelContact1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelContact1.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelContact1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelContact1.LineSpacing = 0F;
|
this.labelContact1.LineSpacing = 0F;
|
||||||
this.labelContact1.Location = new System.Drawing.Point(271, 374);
|
this.labelContact1.Location = new System.Drawing.Point(189, 61);
|
||||||
this.labelContact1.Name = "labelContact1";
|
this.labelContact1.Name = "labelContact1";
|
||||||
this.labelContact1.OverlapOptimize = true;
|
this.labelContact1.OverlapOptimize = true;
|
||||||
this.labelContact1.PasswordChar = '\0';
|
this.labelContact1.PasswordChar = '\0';
|
||||||
|
@ -463,7 +468,7 @@
|
||||||
this.labelContact1.Size = new System.Drawing.Size(539, 24);
|
this.labelContact1.Size = new System.Drawing.Size(539, 24);
|
||||||
this.labelContact1.TabIndex = 77;
|
this.labelContact1.TabIndex = 77;
|
||||||
this.labelContact1.Text = "INTECHKOREA co.,LTD";
|
this.labelContact1.Text = "INTECHKOREA co.,LTD";
|
||||||
this.labelContact1.TextColor = System.Drawing.Color.Black;
|
this.labelContact1.TextColor = System.Drawing.Color.White;
|
||||||
this.labelContact1.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelContact1.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelContact1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelContact1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelContact1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelContact1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -471,8 +476,8 @@
|
||||||
//
|
//
|
||||||
// buttonUpdateDisplay
|
// buttonUpdateDisplay
|
||||||
//
|
//
|
||||||
this.buttonUpdateDisplay.BackGround = this.smartGroupBox1;
|
this.buttonUpdateDisplay.BackGround = this.smartGroupBox2;
|
||||||
this.buttonUpdateDisplay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(226)))));
|
this.buttonUpdateDisplay.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.buttonUpdateDisplay.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.buttonUpdateDisplay.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.buttonUpdateDisplay.ButtonDownColor = System.Drawing.Color.SlateGray;
|
this.buttonUpdateDisplay.ButtonDownColor = System.Drawing.Color.SlateGray;
|
||||||
this.buttonUpdateDisplay.ButtonImageAutoSize = true;
|
this.buttonUpdateDisplay.ButtonImageAutoSize = true;
|
||||||
|
@ -483,7 +488,7 @@
|
||||||
this.buttonUpdateDisplay.ImageDisable = null;
|
this.buttonUpdateDisplay.ImageDisable = null;
|
||||||
this.buttonUpdateDisplay.ImageDown = null;
|
this.buttonUpdateDisplay.ImageDown = null;
|
||||||
this.buttonUpdateDisplay.ImageUp = null;
|
this.buttonUpdateDisplay.ImageUp = null;
|
||||||
this.buttonUpdateDisplay.Location = new System.Drawing.Point(726, 247);
|
this.buttonUpdateDisplay.Location = new System.Drawing.Point(644, 151);
|
||||||
this.buttonUpdateDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonUpdateDisplay.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonUpdateDisplay.Name = "buttonUpdateDisplay";
|
this.buttonUpdateDisplay.Name = "buttonUpdateDisplay";
|
||||||
this.buttonUpdateDisplay.NestedClickEventPrevent = false;
|
this.buttonUpdateDisplay.NestedClickEventPrevent = false;
|
||||||
|
@ -507,12 +512,12 @@
|
||||||
// labelDisplayVersion
|
// labelDisplayVersion
|
||||||
//
|
//
|
||||||
this.labelDisplayVersion.BackGround = null;
|
this.labelDisplayVersion.BackGround = null;
|
||||||
this.labelDisplayVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelDisplayVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelDisplayVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelDisplayVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelDisplayVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelDisplayVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelDisplayVersion.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelDisplayVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelDisplayVersion.LineSpacing = 0F;
|
this.labelDisplayVersion.LineSpacing = 0F;
|
||||||
this.labelDisplayVersion.Location = new System.Drawing.Point(621, 247);
|
this.labelDisplayVersion.Location = new System.Drawing.Point(539, 151);
|
||||||
this.labelDisplayVersion.Name = "labelDisplayVersion";
|
this.labelDisplayVersion.Name = "labelDisplayVersion";
|
||||||
this.labelDisplayVersion.OverlapOptimize = true;
|
this.labelDisplayVersion.OverlapOptimize = true;
|
||||||
this.labelDisplayVersion.PasswordChar = '\0';
|
this.labelDisplayVersion.PasswordChar = '\0';
|
||||||
|
@ -521,7 +526,7 @@
|
||||||
this.labelDisplayVersion.Size = new System.Drawing.Size(99, 24);
|
this.labelDisplayVersion.Size = new System.Drawing.Size(99, 24);
|
||||||
this.labelDisplayVersion.TabIndex = 15;
|
this.labelDisplayVersion.TabIndex = 15;
|
||||||
this.labelDisplayVersion.Text = "0.0.0";
|
this.labelDisplayVersion.Text = "0.0.0";
|
||||||
this.labelDisplayVersion.TextColor = System.Drawing.Color.Black;
|
this.labelDisplayVersion.TextColor = System.Drawing.Color.White;
|
||||||
this.labelDisplayVersion.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelDisplayVersion.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelDisplayVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelDisplayVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelDisplayVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelDisplayVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -530,12 +535,12 @@
|
||||||
// labelControlVersion
|
// labelControlVersion
|
||||||
//
|
//
|
||||||
this.labelControlVersion.BackGround = null;
|
this.labelControlVersion.BackGround = null;
|
||||||
this.labelControlVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelControlVersion.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelControlVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelControlVersion.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelControlVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelControlVersion.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelControlVersion.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelControlVersion.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelControlVersion.LineSpacing = 0F;
|
this.labelControlVersion.LineSpacing = 0F;
|
||||||
this.labelControlVersion.Location = new System.Drawing.Point(621, 217);
|
this.labelControlVersion.Location = new System.Drawing.Point(539, 121);
|
||||||
this.labelControlVersion.Name = "labelControlVersion";
|
this.labelControlVersion.Name = "labelControlVersion";
|
||||||
this.labelControlVersion.OverlapOptimize = true;
|
this.labelControlVersion.OverlapOptimize = true;
|
||||||
this.labelControlVersion.PasswordChar = '\0';
|
this.labelControlVersion.PasswordChar = '\0';
|
||||||
|
@ -544,7 +549,7 @@
|
||||||
this.labelControlVersion.Size = new System.Drawing.Size(99, 24);
|
this.labelControlVersion.Size = new System.Drawing.Size(99, 24);
|
||||||
this.labelControlVersion.TabIndex = 14;
|
this.labelControlVersion.TabIndex = 14;
|
||||||
this.labelControlVersion.Text = "0.0.0";
|
this.labelControlVersion.Text = "0.0.0";
|
||||||
this.labelControlVersion.TextColor = System.Drawing.Color.Black;
|
this.labelControlVersion.TextColor = System.Drawing.Color.White;
|
||||||
this.labelControlVersion.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelControlVersion.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelControlVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelControlVersion.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelControlVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelControlVersion.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -553,12 +558,12 @@
|
||||||
// smartLabel12
|
// smartLabel12
|
||||||
//
|
//
|
||||||
this.smartLabel12.BackGround = null;
|
this.smartLabel12.BackGround = null;
|
||||||
this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel12.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel12.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel12.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel12.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel12.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel12.LineSpacing = 0F;
|
this.smartLabel12.LineSpacing = 0F;
|
||||||
this.smartLabel12.Location = new System.Drawing.Point(485, 247);
|
this.smartLabel12.Location = new System.Drawing.Point(403, 151);
|
||||||
this.smartLabel12.Name = "smartLabel12";
|
this.smartLabel12.Name = "smartLabel12";
|
||||||
this.smartLabel12.OverlapOptimize = true;
|
this.smartLabel12.OverlapOptimize = true;
|
||||||
this.smartLabel12.PasswordChar = '\0';
|
this.smartLabel12.PasswordChar = '\0';
|
||||||
|
@ -567,7 +572,7 @@
|
||||||
this.smartLabel12.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel12.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel12.TabIndex = 13;
|
this.smartLabel12.TabIndex = 13;
|
||||||
this.smartLabel12.Text = "Version:";
|
this.smartLabel12.Text = "Version:";
|
||||||
this.smartLabel12.TextColor = System.Drawing.Color.Black;
|
this.smartLabel12.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel12.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -576,12 +581,12 @@
|
||||||
// smartLabel11
|
// smartLabel11
|
||||||
//
|
//
|
||||||
this.smartLabel11.BackGround = null;
|
this.smartLabel11.BackGround = null;
|
||||||
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel11.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel11.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel11.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel11.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel11.LineSpacing = 0F;
|
this.smartLabel11.LineSpacing = 0F;
|
||||||
this.smartLabel11.Location = new System.Drawing.Point(485, 217);
|
this.smartLabel11.Location = new System.Drawing.Point(403, 121);
|
||||||
this.smartLabel11.Name = "smartLabel11";
|
this.smartLabel11.Name = "smartLabel11";
|
||||||
this.smartLabel11.OverlapOptimize = true;
|
this.smartLabel11.OverlapOptimize = true;
|
||||||
this.smartLabel11.PasswordChar = '\0';
|
this.smartLabel11.PasswordChar = '\0';
|
||||||
|
@ -590,7 +595,7 @@
|
||||||
this.smartLabel11.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel11.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel11.TabIndex = 12;
|
this.smartLabel11.TabIndex = 12;
|
||||||
this.smartLabel11.Text = "Version:";
|
this.smartLabel11.Text = "Version:";
|
||||||
this.smartLabel11.TextColor = System.Drawing.Color.Black;
|
this.smartLabel11.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel11.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -599,12 +604,12 @@
|
||||||
// smartLabel10
|
// smartLabel10
|
||||||
//
|
//
|
||||||
this.smartLabel10.BackGround = null;
|
this.smartLabel10.BackGround = null;
|
||||||
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel10.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel10.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel10.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel10.LineSpacing = 0F;
|
this.smartLabel10.LineSpacing = 0F;
|
||||||
this.smartLabel10.Location = new System.Drawing.Point(271, 247);
|
this.smartLabel10.Location = new System.Drawing.Point(189, 151);
|
||||||
this.smartLabel10.Name = "smartLabel10";
|
this.smartLabel10.Name = "smartLabel10";
|
||||||
this.smartLabel10.OverlapOptimize = true;
|
this.smartLabel10.OverlapOptimize = true;
|
||||||
this.smartLabel10.PasswordChar = '\0';
|
this.smartLabel10.PasswordChar = '\0';
|
||||||
|
@ -613,7 +618,7 @@
|
||||||
this.smartLabel10.Size = new System.Drawing.Size(150, 24);
|
this.smartLabel10.Size = new System.Drawing.Size(150, 24);
|
||||||
this.smartLabel10.TabIndex = 11;
|
this.smartLabel10.TabIndex = 11;
|
||||||
this.smartLabel10.Text = "INT_PT002";
|
this.smartLabel10.Text = "INT_PT002";
|
||||||
this.smartLabel10.TextColor = System.Drawing.Color.Black;
|
this.smartLabel10.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel10.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -622,12 +627,12 @@
|
||||||
// smartLabel9
|
// smartLabel9
|
||||||
//
|
//
|
||||||
this.smartLabel9.BackGround = null;
|
this.smartLabel9.BackGround = null;
|
||||||
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel9.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel9.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel9.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel9.LineSpacing = 0F;
|
this.smartLabel9.LineSpacing = 0F;
|
||||||
this.smartLabel9.Location = new System.Drawing.Point(271, 217);
|
this.smartLabel9.Location = new System.Drawing.Point(189, 121);
|
||||||
this.smartLabel9.Name = "smartLabel9";
|
this.smartLabel9.Name = "smartLabel9";
|
||||||
this.smartLabel9.OverlapOptimize = true;
|
this.smartLabel9.OverlapOptimize = true;
|
||||||
this.smartLabel9.PasswordChar = '\0';
|
this.smartLabel9.PasswordChar = '\0';
|
||||||
|
@ -636,7 +641,7 @@
|
||||||
this.smartLabel9.Size = new System.Drawing.Size(150, 24);
|
this.smartLabel9.Size = new System.Drawing.Size(150, 24);
|
||||||
this.smartLabel9.TabIndex = 10;
|
this.smartLabel9.TabIndex = 10;
|
||||||
this.smartLabel9.Text = "IBD902M";
|
this.smartLabel9.Text = "IBD902M";
|
||||||
this.smartLabel9.TextColor = System.Drawing.Color.Black;
|
this.smartLabel9.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel9.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -645,12 +650,12 @@
|
||||||
// labelSerialNo
|
// labelSerialNo
|
||||||
//
|
//
|
||||||
this.labelSerialNo.BackGround = null;
|
this.labelSerialNo.BackGround = null;
|
||||||
this.labelSerialNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.labelSerialNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.labelSerialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelSerialNo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelSerialNo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelSerialNo.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelSerialNo.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.labelSerialNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelSerialNo.LineSpacing = 0F;
|
this.labelSerialNo.LineSpacing = 0F;
|
||||||
this.labelSerialNo.Location = new System.Drawing.Point(271, 187);
|
this.labelSerialNo.Location = new System.Drawing.Point(189, 91);
|
||||||
this.labelSerialNo.Name = "labelSerialNo";
|
this.labelSerialNo.Name = "labelSerialNo";
|
||||||
this.labelSerialNo.OverlapOptimize = true;
|
this.labelSerialNo.OverlapOptimize = true;
|
||||||
this.labelSerialNo.PasswordChar = '\0';
|
this.labelSerialNo.PasswordChar = '\0';
|
||||||
|
@ -659,7 +664,7 @@
|
||||||
this.labelSerialNo.Size = new System.Drawing.Size(150, 24);
|
this.labelSerialNo.Size = new System.Drawing.Size(150, 24);
|
||||||
this.labelSerialNo.TabIndex = 9;
|
this.labelSerialNo.TabIndex = 9;
|
||||||
this.labelSerialNo.Text = "23A0000";
|
this.labelSerialNo.Text = "23A0000";
|
||||||
this.labelSerialNo.TextColor = System.Drawing.Color.Black;
|
this.labelSerialNo.TextColor = System.Drawing.Color.White;
|
||||||
this.labelSerialNo.TextColorDisable = System.Drawing.Color.Gray;
|
this.labelSerialNo.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.labelSerialNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelSerialNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.labelSerialNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelSerialNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -669,12 +674,12 @@
|
||||||
// smartLabel7
|
// smartLabel7
|
||||||
//
|
//
|
||||||
this.smartLabel7.BackGround = null;
|
this.smartLabel7.BackGround = null;
|
||||||
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel7.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel7.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel7.LineSpacing = 0F;
|
this.smartLabel7.LineSpacing = 0F;
|
||||||
this.smartLabel7.Location = new System.Drawing.Point(135, 247);
|
this.smartLabel7.Location = new System.Drawing.Point(53, 151);
|
||||||
this.smartLabel7.Name = "smartLabel7";
|
this.smartLabel7.Name = "smartLabel7";
|
||||||
this.smartLabel7.OverlapOptimize = true;
|
this.smartLabel7.OverlapOptimize = true;
|
||||||
this.smartLabel7.PasswordChar = '\0';
|
this.smartLabel7.PasswordChar = '\0';
|
||||||
|
@ -683,7 +688,7 @@
|
||||||
this.smartLabel7.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel7.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel7.TabIndex = 8;
|
this.smartLabel7.TabIndex = 8;
|
||||||
this.smartLabel7.Text = "Display:";
|
this.smartLabel7.Text = "Display:";
|
||||||
this.smartLabel7.TextColor = System.Drawing.Color.Black;
|
this.smartLabel7.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel7.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -692,12 +697,12 @@
|
||||||
// smartLabel6
|
// smartLabel6
|
||||||
//
|
//
|
||||||
this.smartLabel6.BackGround = null;
|
this.smartLabel6.BackGround = null;
|
||||||
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel6.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel6.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel6.LineSpacing = 0F;
|
this.smartLabel6.LineSpacing = 0F;
|
||||||
this.smartLabel6.Location = new System.Drawing.Point(271, 157);
|
this.smartLabel6.Location = new System.Drawing.Point(189, 61);
|
||||||
this.smartLabel6.Name = "smartLabel6";
|
this.smartLabel6.Name = "smartLabel6";
|
||||||
this.smartLabel6.OverlapOptimize = true;
|
this.smartLabel6.OverlapOptimize = true;
|
||||||
this.smartLabel6.PasswordChar = '\0';
|
this.smartLabel6.PasswordChar = '\0';
|
||||||
|
@ -706,7 +711,7 @@
|
||||||
this.smartLabel6.Size = new System.Drawing.Size(150, 24);
|
this.smartLabel6.Size = new System.Drawing.Size(150, 24);
|
||||||
this.smartLabel6.TabIndex = 7;
|
this.smartLabel6.TabIndex = 7;
|
||||||
this.smartLabel6.Text = "INT_PT002";
|
this.smartLabel6.Text = "INT_PT002";
|
||||||
this.smartLabel6.TextColor = System.Drawing.Color.Black;
|
this.smartLabel6.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel6.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -715,12 +720,12 @@
|
||||||
// smartLabel5
|
// smartLabel5
|
||||||
//
|
//
|
||||||
this.smartLabel5.BackGround = null;
|
this.smartLabel5.BackGround = null;
|
||||||
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel5.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel5.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel5.LineSpacing = 0F;
|
this.smartLabel5.LineSpacing = 0F;
|
||||||
this.smartLabel5.Location = new System.Drawing.Point(135, 217);
|
this.smartLabel5.Location = new System.Drawing.Point(53, 121);
|
||||||
this.smartLabel5.Name = "smartLabel5";
|
this.smartLabel5.Name = "smartLabel5";
|
||||||
this.smartLabel5.OverlapOptimize = true;
|
this.smartLabel5.OverlapOptimize = true;
|
||||||
this.smartLabel5.PasswordChar = '\0';
|
this.smartLabel5.PasswordChar = '\0';
|
||||||
|
@ -729,7 +734,7 @@
|
||||||
this.smartLabel5.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel5.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel5.TabIndex = 6;
|
this.smartLabel5.TabIndex = 6;
|
||||||
this.smartLabel5.Text = "Main Control:";
|
this.smartLabel5.Text = "Main Control:";
|
||||||
this.smartLabel5.TextColor = System.Drawing.Color.Black;
|
this.smartLabel5.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel5.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -738,12 +743,12 @@
|
||||||
// smartLabel4
|
// smartLabel4
|
||||||
//
|
//
|
||||||
this.smartLabel4.BackGround = null;
|
this.smartLabel4.BackGround = null;
|
||||||
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel4.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel4.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel4.LineSpacing = 0F;
|
this.smartLabel4.LineSpacing = 0F;
|
||||||
this.smartLabel4.Location = new System.Drawing.Point(135, 187);
|
this.smartLabel4.Location = new System.Drawing.Point(53, 91);
|
||||||
this.smartLabel4.Name = "smartLabel4";
|
this.smartLabel4.Name = "smartLabel4";
|
||||||
this.smartLabel4.OverlapOptimize = true;
|
this.smartLabel4.OverlapOptimize = true;
|
||||||
this.smartLabel4.PasswordChar = '\0';
|
this.smartLabel4.PasswordChar = '\0';
|
||||||
|
@ -752,7 +757,7 @@
|
||||||
this.smartLabel4.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel4.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel4.TabIndex = 5;
|
this.smartLabel4.TabIndex = 5;
|
||||||
this.smartLabel4.Text = "Serial No.:";
|
this.smartLabel4.Text = "Serial No.:";
|
||||||
this.smartLabel4.TextColor = System.Drawing.Color.Black;
|
this.smartLabel4.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel4.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
@ -761,12 +766,12 @@
|
||||||
// smartLabel3
|
// smartLabel3
|
||||||
//
|
//
|
||||||
this.smartLabel3.BackGround = null;
|
this.smartLabel3.BackGround = null;
|
||||||
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartLabel3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartLabel3.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
this.smartLabel3.LineSpacing = 0F;
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(135, 157);
|
this.smartLabel3.Location = new System.Drawing.Point(53, 61);
|
||||||
this.smartLabel3.Name = "smartLabel3";
|
this.smartLabel3.Name = "smartLabel3";
|
||||||
this.smartLabel3.OverlapOptimize = true;
|
this.smartLabel3.OverlapOptimize = true;
|
||||||
this.smartLabel3.PasswordChar = '\0';
|
this.smartLabel3.PasswordChar = '\0';
|
||||||
|
@ -775,83 +780,42 @@
|
||||||
this.smartLabel3.Size = new System.Drawing.Size(130, 24);
|
this.smartLabel3.Size = new System.Drawing.Size(130, 24);
|
||||||
this.smartLabel3.TabIndex = 4;
|
this.smartLabel3.TabIndex = 4;
|
||||||
this.smartLabel3.Text = "Model:";
|
this.smartLabel3.Text = "Model:";
|
||||||
this.smartLabel3.TextColor = System.Drawing.Color.Black;
|
this.smartLabel3.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartLabel3.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.smartLabel3.Wordwrap = false;
|
this.smartLabel3.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// smartGroupBox3
|
||||||
//
|
//
|
||||||
this.smartLabel2.BackGround = null;
|
this.smartGroupBox3.BackGround = null;
|
||||||
this.smartLabel2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartGroupBox3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(24)))), ((int)(((byte)(32)))));
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartGroupBox3.BackImage = null;
|
||||||
this.smartLabel2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartGroupBox3.Controls.Add(this.smartLabel20);
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
this.smartGroupBox3.Controls.Add(this.labelContact1);
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.smartGroupBox3.Controls.Add(this.labelContact2);
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(50, 314);
|
this.smartGroupBox3.Controls.Add(this.smartLabel25);
|
||||||
this.smartLabel2.Name = "smartLabel2";
|
this.smartGroupBox3.Controls.Add(this.labelContact4);
|
||||||
this.smartLabel2.OverlapOptimize = true;
|
this.smartGroupBox3.Controls.Add(this.labelContact3);
|
||||||
this.smartLabel2.PasswordChar = '\0';
|
this.smartGroupBox3.Controls.Add(this.labelContact5);
|
||||||
this.smartLabel2.Radius = 3;
|
this.smartGroupBox3.Controls.Add(this.smartLabel24);
|
||||||
this.smartLabel2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
this.smartGroupBox3.Controls.Add(this.labelContact6);
|
||||||
this.smartLabel2.Size = new System.Drawing.Size(201, 24);
|
this.smartGroupBox3.Controls.Add(this.smartLabel23);
|
||||||
this.smartLabel2.TabIndex = 3;
|
this.smartGroupBox3.Controls.Add(this.smartLabel21);
|
||||||
this.smartLabel2.Text = "Contact";
|
this.smartGroupBox3.Controls.Add(this.smartLabel22);
|
||||||
this.smartLabel2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
this.smartGroupBox3.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel2.TextColorDisable = System.Drawing.Color.Gray;
|
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(92)))), ((int)(((byte)(118)))));
|
||||||
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
||||||
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.smartGroupBox3.FrameLineThickness = 2;
|
||||||
this.smartLabel2.Wordwrap = false;
|
this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
||||||
//
|
this.smartGroupBox3.HeaderHeightOffset = 12;
|
||||||
// smartLabel1
|
this.smartGroupBox3.Location = new System.Drawing.Point(61, 324);
|
||||||
//
|
this.smartGroupBox3.Name = "smartGroupBox3";
|
||||||
this.smartLabel1.BackGround = null;
|
this.smartGroupBox3.RoundRadius = 5;
|
||||||
this.smartLabel1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.smartGroupBox3.Size = new System.Drawing.Size(774, 260);
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.smartGroupBox3.TabIndex = 95;
|
||||||
this.smartLabel1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.smartGroupBox3.Text = "Contact";
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
|
this.smartGroupBox3.TextColor = System.Drawing.Color.White;
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(50, 101);
|
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
|
||||||
this.smartLabel1.OverlapOptimize = true;
|
|
||||||
this.smartLabel1.PasswordChar = '\0';
|
|
||||||
this.smartLabel1.Radius = 3;
|
|
||||||
this.smartLabel1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(201, 24);
|
|
||||||
this.smartLabel1.TabIndex = 2;
|
|
||||||
this.smartLabel1.Text = "Information";
|
|
||||||
this.smartLabel1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
||||||
this.smartLabel1.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel1.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// smartSeparatorLine2
|
|
||||||
//
|
|
||||||
this.smartSeparatorLine2.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
||||||
this.smartSeparatorLine2.Line1Width = 1F;
|
|
||||||
this.smartSeparatorLine2.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
||||||
this.smartSeparatorLine2.Line2Width = 1F;
|
|
||||||
this.smartSeparatorLine2.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
|
||||||
this.smartSeparatorLine2.Location = new System.Drawing.Point(50, 340);
|
|
||||||
this.smartSeparatorLine2.Name = "smartSeparatorLine2";
|
|
||||||
this.smartSeparatorLine2.Size = new System.Drawing.Size(800, 2);
|
|
||||||
this.smartSeparatorLine2.TabIndex = 1;
|
|
||||||
this.smartSeparatorLine2.Text = "smartSeparatorLine2";
|
|
||||||
//
|
|
||||||
// smartSeparatorLine1
|
|
||||||
//
|
|
||||||
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
||||||
this.smartSeparatorLine1.Line1Width = 1F;
|
|
||||||
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
||||||
this.smartSeparatorLine1.Line2Width = 1F;
|
|
||||||
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
|
||||||
this.smartSeparatorLine1.Location = new System.Drawing.Point(50, 127);
|
|
||||||
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
|
||||||
this.smartSeparatorLine1.Size = new System.Drawing.Size(800, 2);
|
|
||||||
this.smartSeparatorLine1.TabIndex = 0;
|
|
||||||
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
|
||||||
//
|
//
|
||||||
// ControlMenuSystemInformation
|
// ControlMenuSystemInformation
|
||||||
//
|
//
|
||||||
|
@ -861,6 +825,8 @@
|
||||||
this.Name = "ControlMenuSystemInformation";
|
this.Name = "ControlMenuSystemInformation";
|
||||||
this.Size = new System.Drawing.Size(909, 664);
|
this.Size = new System.Drawing.Size(909, 664);
|
||||||
this.smartGroupBox1.ResumeLayout(false);
|
this.smartGroupBox1.ResumeLayout(false);
|
||||||
|
this.smartGroupBox2.ResumeLayout(false);
|
||||||
|
this.smartGroupBox3.ResumeLayout(false);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -868,16 +834,12 @@
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
private SmartX.SmartGroupBox smartGroupBox1;
|
private SmartX.SmartGroupBox smartGroupBox1;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine2;
|
|
||||||
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
|
||||||
private SmartX.SmartLabel labelSerialNo;
|
private SmartX.SmartLabel labelSerialNo;
|
||||||
private SmartX.SmartLabel smartLabel7;
|
private SmartX.SmartLabel smartLabel7;
|
||||||
private SmartX.SmartLabel smartLabel6;
|
private SmartX.SmartLabel smartLabel6;
|
||||||
private SmartX.SmartLabel smartLabel5;
|
private SmartX.SmartLabel smartLabel5;
|
||||||
private SmartX.SmartLabel smartLabel4;
|
private SmartX.SmartLabel smartLabel4;
|
||||||
private SmartX.SmartLabel smartLabel3;
|
private SmartX.SmartLabel smartLabel3;
|
||||||
private SmartX.SmartLabel smartLabel2;
|
|
||||||
private SmartX.SmartLabel smartLabel10;
|
private SmartX.SmartLabel smartLabel10;
|
||||||
private SmartX.SmartLabel smartLabel9;
|
private SmartX.SmartLabel smartLabel9;
|
||||||
private SmartX.SmartLabel labelDisplayVersion;
|
private SmartX.SmartLabel labelDisplayVersion;
|
||||||
|
@ -899,5 +861,7 @@
|
||||||
private SmartX.SmartLabel smartLabel25;
|
private SmartX.SmartLabel smartLabel25;
|
||||||
private SmartX.SmartKeyboard smartKeyboard1;
|
private SmartX.SmartKeyboard smartKeyboard1;
|
||||||
private SmartX.SmartButton buttonUpdateMainboard;
|
private SmartX.SmartButton buttonUpdateMainboard;
|
||||||
|
private SmartX.SmartGroupBox smartGroupBox2;
|
||||||
|
private SmartX.SmartGroupBox smartGroupBox3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -123,6 +123,9 @@
|
||||||
<metadata name="timerOff.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="timerOff.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>138, 17</value>
|
<value>138, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>47</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||||
<value>WEBPAD</value>
|
<value>WEBPAD</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
|
@ -30,6 +30,26 @@
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay2));
|
||||||
this.smartForm1 = new SmartX.SmartForm();
|
this.smartForm1 = new SmartX.SmartForm();
|
||||||
|
this.labelSbAlarm10 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm5 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm9 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm4 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm8 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm3 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm7 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm2 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm6 = new SmartX.SmartLabel();
|
||||||
|
this.labelSbAlarm1 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec10 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec9 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec8 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec5 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec4 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec3 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec2 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec6 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec7 = new SmartX.SmartLabel();
|
||||||
|
this.labelLrSec1 = new SmartX.SmartLabel();
|
||||||
this.labelPressure1 = new SmartX.SmartLabel();
|
this.labelPressure1 = new SmartX.SmartLabel();
|
||||||
this.smartButton2 = new SmartX.SmartButton();
|
this.smartButton2 = new SmartX.SmartButton();
|
||||||
this.labelSensorStatus9 = new SmartX.SmartLabel();
|
this.labelSensorStatus9 = new SmartX.SmartLabel();
|
||||||
|
@ -111,26 +131,6 @@
|
||||||
this.buttonDisplay = new SmartX.SmartButton();
|
this.buttonDisplay = new SmartX.SmartButton();
|
||||||
this.smartTimerAlarm = new SmartX.SmartTimer();
|
this.smartTimerAlarm = new SmartX.SmartTimer();
|
||||||
this.smartTimerMessageShow = new SmartX.SmartTimer();
|
this.smartTimerMessageShow = new SmartX.SmartTimer();
|
||||||
this.labelLrSec1 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec7 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec6 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec2 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec3 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec4 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec5 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec8 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec9 = new SmartX.SmartLabel();
|
|
||||||
this.labelLrSec10 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm1 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm6 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm7 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm2 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm8 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm3 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm9 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm4 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm10 = new SmartX.SmartLabel();
|
|
||||||
this.labelSbAlarm5 = new SmartX.SmartLabel();
|
|
||||||
this.smartForm1.SuspendLayout();
|
this.smartForm1.SuspendLayout();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
|
@ -251,6 +251,436 @@
|
||||||
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
||||||
this.smartForm1.UseMainMenu = false;
|
this.smartForm1.UseMainMenu = false;
|
||||||
//
|
//
|
||||||
|
// labelSbAlarm10
|
||||||
|
//
|
||||||
|
this.labelSbAlarm10.BackGround = null;
|
||||||
|
this.labelSbAlarm10.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm10.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm10.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm10.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm10.Location = new System.Drawing.Point(749, 733);
|
||||||
|
this.labelSbAlarm10.Name = "labelSbAlarm10";
|
||||||
|
this.labelSbAlarm10.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm10.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm10.Radius = 20;
|
||||||
|
this.labelSbAlarm10.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm10.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm10.TabIndex = 258;
|
||||||
|
this.labelSbAlarm10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm10.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm10.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm5
|
||||||
|
//
|
||||||
|
this.labelSbAlarm5.BackGround = null;
|
||||||
|
this.labelSbAlarm5.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm5.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm5.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm5.Location = new System.Drawing.Point(749, 666);
|
||||||
|
this.labelSbAlarm5.Name = "labelSbAlarm5";
|
||||||
|
this.labelSbAlarm5.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm5.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm5.Radius = 20;
|
||||||
|
this.labelSbAlarm5.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm5.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm5.TabIndex = 257;
|
||||||
|
this.labelSbAlarm5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm5.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm5.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm9
|
||||||
|
//
|
||||||
|
this.labelSbAlarm9.BackGround = null;
|
||||||
|
this.labelSbAlarm9.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm9.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm9.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm9.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm9.Location = new System.Drawing.Point(578, 733);
|
||||||
|
this.labelSbAlarm9.Name = "labelSbAlarm9";
|
||||||
|
this.labelSbAlarm9.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm9.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm9.Radius = 20;
|
||||||
|
this.labelSbAlarm9.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm9.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm9.TabIndex = 256;
|
||||||
|
this.labelSbAlarm9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm9.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm9.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm4
|
||||||
|
//
|
||||||
|
this.labelSbAlarm4.BackGround = null;
|
||||||
|
this.labelSbAlarm4.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm4.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm4.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm4.Location = new System.Drawing.Point(578, 666);
|
||||||
|
this.labelSbAlarm4.Name = "labelSbAlarm4";
|
||||||
|
this.labelSbAlarm4.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm4.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm4.Radius = 20;
|
||||||
|
this.labelSbAlarm4.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm4.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm4.TabIndex = 255;
|
||||||
|
this.labelSbAlarm4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm4.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm4.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm8
|
||||||
|
//
|
||||||
|
this.labelSbAlarm8.BackGround = null;
|
||||||
|
this.labelSbAlarm8.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm8.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm8.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm8.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm8.Location = new System.Drawing.Point(408, 733);
|
||||||
|
this.labelSbAlarm8.Name = "labelSbAlarm8";
|
||||||
|
this.labelSbAlarm8.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm8.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm8.Radius = 20;
|
||||||
|
this.labelSbAlarm8.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm8.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm8.TabIndex = 254;
|
||||||
|
this.labelSbAlarm8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm8.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm8.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm3
|
||||||
|
//
|
||||||
|
this.labelSbAlarm3.BackGround = null;
|
||||||
|
this.labelSbAlarm3.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm3.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm3.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm3.Location = new System.Drawing.Point(408, 666);
|
||||||
|
this.labelSbAlarm3.Name = "labelSbAlarm3";
|
||||||
|
this.labelSbAlarm3.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm3.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm3.Radius = 20;
|
||||||
|
this.labelSbAlarm3.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm3.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm3.TabIndex = 253;
|
||||||
|
this.labelSbAlarm3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm3.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm3.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm7
|
||||||
|
//
|
||||||
|
this.labelSbAlarm7.BackGround = null;
|
||||||
|
this.labelSbAlarm7.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm7.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm7.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm7.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm7.Location = new System.Drawing.Point(238, 733);
|
||||||
|
this.labelSbAlarm7.Name = "labelSbAlarm7";
|
||||||
|
this.labelSbAlarm7.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm7.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm7.Radius = 20;
|
||||||
|
this.labelSbAlarm7.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm7.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm7.TabIndex = 252;
|
||||||
|
this.labelSbAlarm7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm7.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm7.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm2
|
||||||
|
//
|
||||||
|
this.labelSbAlarm2.BackGround = null;
|
||||||
|
this.labelSbAlarm2.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm2.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm2.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm2.Location = new System.Drawing.Point(238, 666);
|
||||||
|
this.labelSbAlarm2.Name = "labelSbAlarm2";
|
||||||
|
this.labelSbAlarm2.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm2.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm2.Radius = 20;
|
||||||
|
this.labelSbAlarm2.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm2.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm2.TabIndex = 251;
|
||||||
|
this.labelSbAlarm2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm2.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm6
|
||||||
|
//
|
||||||
|
this.labelSbAlarm6.BackGround = null;
|
||||||
|
this.labelSbAlarm6.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm6.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm6.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm6.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm6.Location = new System.Drawing.Point(68, 733);
|
||||||
|
this.labelSbAlarm6.Name = "labelSbAlarm6";
|
||||||
|
this.labelSbAlarm6.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm6.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm6.Radius = 20;
|
||||||
|
this.labelSbAlarm6.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm6.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm6.TabIndex = 250;
|
||||||
|
this.labelSbAlarm6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm6.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm6.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelSbAlarm1
|
||||||
|
//
|
||||||
|
this.labelSbAlarm1.BackGround = null;
|
||||||
|
this.labelSbAlarm1.BackGroundColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm1.BorderColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelSbAlarm1.LineSpacing = 0F;
|
||||||
|
this.labelSbAlarm1.Location = new System.Drawing.Point(68, 666);
|
||||||
|
this.labelSbAlarm1.Name = "labelSbAlarm1";
|
||||||
|
this.labelSbAlarm1.OverlapOptimize = true;
|
||||||
|
this.labelSbAlarm1.PasswordChar = '\0';
|
||||||
|
this.labelSbAlarm1.Radius = 20;
|
||||||
|
this.labelSbAlarm1.RoundRectFillColor = System.Drawing.Color.Red;
|
||||||
|
this.labelSbAlarm1.Size = new System.Drawing.Size(10, 10);
|
||||||
|
this.labelSbAlarm1.TabIndex = 249;
|
||||||
|
this.labelSbAlarm1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
|
this.labelSbAlarm1.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelSbAlarm1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelSbAlarm1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
||||||
|
this.labelSbAlarm1.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec10
|
||||||
|
//
|
||||||
|
this.labelLrSec10.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec10.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec10.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec10.LineSpacing = 0F;
|
||||||
|
this.labelLrSec10.Location = new System.Drawing.Point(765, 712);
|
||||||
|
this.labelLrSec10.Name = "labelLrSec10";
|
||||||
|
this.labelLrSec10.OverlapOptimize = true;
|
||||||
|
this.labelLrSec10.PasswordChar = '\0';
|
||||||
|
this.labelLrSec10.Radius = 3;
|
||||||
|
this.labelLrSec10.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec10.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec10.TabIndex = 248;
|
||||||
|
this.labelLrSec10.Text = "-100.0";
|
||||||
|
this.labelLrSec10.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec10.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec10.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec9
|
||||||
|
//
|
||||||
|
this.labelLrSec9.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec9.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec9.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec9.LineSpacing = 0F;
|
||||||
|
this.labelLrSec9.Location = new System.Drawing.Point(595, 712);
|
||||||
|
this.labelLrSec9.Name = "labelLrSec9";
|
||||||
|
this.labelLrSec9.OverlapOptimize = true;
|
||||||
|
this.labelLrSec9.PasswordChar = '\0';
|
||||||
|
this.labelLrSec9.Radius = 3;
|
||||||
|
this.labelLrSec9.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec9.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec9.TabIndex = 247;
|
||||||
|
this.labelLrSec9.Text = "-100.0";
|
||||||
|
this.labelLrSec9.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec9.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec9.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec8
|
||||||
|
//
|
||||||
|
this.labelLrSec8.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec8.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec8.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec8.LineSpacing = 0F;
|
||||||
|
this.labelLrSec8.Location = new System.Drawing.Point(425, 712);
|
||||||
|
this.labelLrSec8.Name = "labelLrSec8";
|
||||||
|
this.labelLrSec8.OverlapOptimize = true;
|
||||||
|
this.labelLrSec8.PasswordChar = '\0';
|
||||||
|
this.labelLrSec8.Radius = 3;
|
||||||
|
this.labelLrSec8.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec8.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec8.TabIndex = 246;
|
||||||
|
this.labelLrSec8.Text = "-100.0";
|
||||||
|
this.labelLrSec8.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec8.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec8.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec5
|
||||||
|
//
|
||||||
|
this.labelLrSec5.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec5.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec5.LineSpacing = 0F;
|
||||||
|
this.labelLrSec5.Location = new System.Drawing.Point(765, 645);
|
||||||
|
this.labelLrSec5.Name = "labelLrSec5";
|
||||||
|
this.labelLrSec5.OverlapOptimize = true;
|
||||||
|
this.labelLrSec5.PasswordChar = '\0';
|
||||||
|
this.labelLrSec5.Radius = 3;
|
||||||
|
this.labelLrSec5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec5.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec5.TabIndex = 245;
|
||||||
|
this.labelLrSec5.Text = "-100.0";
|
||||||
|
this.labelLrSec5.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec5.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec5.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec4
|
||||||
|
//
|
||||||
|
this.labelLrSec4.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec4.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec4.LineSpacing = 0F;
|
||||||
|
this.labelLrSec4.Location = new System.Drawing.Point(595, 645);
|
||||||
|
this.labelLrSec4.Name = "labelLrSec4";
|
||||||
|
this.labelLrSec4.OverlapOptimize = true;
|
||||||
|
this.labelLrSec4.PasswordChar = '\0';
|
||||||
|
this.labelLrSec4.Radius = 3;
|
||||||
|
this.labelLrSec4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec4.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec4.TabIndex = 244;
|
||||||
|
this.labelLrSec4.Text = "-100.0";
|
||||||
|
this.labelLrSec4.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec4.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec4.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec3
|
||||||
|
//
|
||||||
|
this.labelLrSec3.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec3.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec3.LineSpacing = 0F;
|
||||||
|
this.labelLrSec3.Location = new System.Drawing.Point(425, 645);
|
||||||
|
this.labelLrSec3.Name = "labelLrSec3";
|
||||||
|
this.labelLrSec3.OverlapOptimize = true;
|
||||||
|
this.labelLrSec3.PasswordChar = '\0';
|
||||||
|
this.labelLrSec3.Radius = 3;
|
||||||
|
this.labelLrSec3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec3.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec3.TabIndex = 243;
|
||||||
|
this.labelLrSec3.Text = "-100.0";
|
||||||
|
this.labelLrSec3.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec3.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec3.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec2
|
||||||
|
//
|
||||||
|
this.labelLrSec2.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec2.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec2.LineSpacing = 0F;
|
||||||
|
this.labelLrSec2.Location = new System.Drawing.Point(255, 645);
|
||||||
|
this.labelLrSec2.Name = "labelLrSec2";
|
||||||
|
this.labelLrSec2.OverlapOptimize = true;
|
||||||
|
this.labelLrSec2.PasswordChar = '\0';
|
||||||
|
this.labelLrSec2.Radius = 3;
|
||||||
|
this.labelLrSec2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec2.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec2.TabIndex = 242;
|
||||||
|
this.labelLrSec2.Text = "-100.0";
|
||||||
|
this.labelLrSec2.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec2.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec2.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec6
|
||||||
|
//
|
||||||
|
this.labelLrSec6.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec6.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec6.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec6.LineSpacing = 0F;
|
||||||
|
this.labelLrSec6.Location = new System.Drawing.Point(85, 712);
|
||||||
|
this.labelLrSec6.Name = "labelLrSec6";
|
||||||
|
this.labelLrSec6.OverlapOptimize = true;
|
||||||
|
this.labelLrSec6.PasswordChar = '\0';
|
||||||
|
this.labelLrSec6.Radius = 3;
|
||||||
|
this.labelLrSec6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec6.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec6.TabIndex = 241;
|
||||||
|
this.labelLrSec6.Text = "-100.0";
|
||||||
|
this.labelLrSec6.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec6.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec6.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec7
|
||||||
|
//
|
||||||
|
this.labelLrSec7.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec7.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec7.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec7.LineSpacing = 0F;
|
||||||
|
this.labelLrSec7.Location = new System.Drawing.Point(255, 712);
|
||||||
|
this.labelLrSec7.Name = "labelLrSec7";
|
||||||
|
this.labelLrSec7.OverlapOptimize = true;
|
||||||
|
this.labelLrSec7.PasswordChar = '\0';
|
||||||
|
this.labelLrSec7.Radius = 3;
|
||||||
|
this.labelLrSec7.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec7.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec7.TabIndex = 240;
|
||||||
|
this.labelLrSec7.Text = "-100.0";
|
||||||
|
this.labelLrSec7.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec7.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec7.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelLrSec1
|
||||||
|
//
|
||||||
|
this.labelLrSec1.BackGround = this.smartForm1;
|
||||||
|
this.labelLrSec1.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
|
this.labelLrSec1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
|
this.labelLrSec1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
||||||
|
this.labelLrSec1.LineSpacing = 0F;
|
||||||
|
this.labelLrSec1.Location = new System.Drawing.Point(85, 645);
|
||||||
|
this.labelLrSec1.Name = "labelLrSec1";
|
||||||
|
this.labelLrSec1.OverlapOptimize = true;
|
||||||
|
this.labelLrSec1.PasswordChar = '\0';
|
||||||
|
this.labelLrSec1.Radius = 3;
|
||||||
|
this.labelLrSec1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
||||||
|
this.labelLrSec1.Size = new System.Drawing.Size(115, 23);
|
||||||
|
this.labelLrSec1.TabIndex = 239;
|
||||||
|
this.labelLrSec1.Text = "-100.0";
|
||||||
|
this.labelLrSec1.TextColor = System.Drawing.Color.White;
|
||||||
|
this.labelLrSec1.TextColorDisable = System.Drawing.Color.Gray;
|
||||||
|
this.labelLrSec1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelLrSec1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelLrSec1.Wordwrap = false;
|
||||||
|
//
|
||||||
// labelPressure1
|
// labelPressure1
|
||||||
//
|
//
|
||||||
this.labelPressure1.BackGround = this.smartForm1;
|
this.labelPressure1.BackGround = this.smartForm1;
|
||||||
|
@ -578,7 +1008,7 @@
|
||||||
this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue;
|
this.labelTime.BackGroundColor = System.Drawing.Color.SkyBlue;
|
||||||
this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
this.labelTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
||||||
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelTime.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTime.LineSpacing = 0F;
|
this.labelTime.LineSpacing = 0F;
|
||||||
this.labelTime.Location = new System.Drawing.Point(147, 119);
|
this.labelTime.Location = new System.Drawing.Point(147, 119);
|
||||||
this.labelTime.Name = "labelTime";
|
this.labelTime.Name = "labelTime";
|
||||||
|
@ -1295,7 +1725,7 @@
|
||||||
this.labelAlarm.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53)))));
|
this.labelAlarm.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53)))));
|
||||||
this.labelAlarm.BorderColor = System.Drawing.Color.White;
|
this.labelAlarm.BorderColor = System.Drawing.Color.White;
|
||||||
this.labelAlarm.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
this.labelAlarm.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
||||||
this.labelAlarm.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelAlarm.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelAlarm.LineSpacing = 0F;
|
this.labelAlarm.LineSpacing = 0F;
|
||||||
this.labelAlarm.Location = new System.Drawing.Point(3, 27);
|
this.labelAlarm.Location = new System.Drawing.Point(3, 27);
|
||||||
this.labelAlarm.Name = "labelAlarm";
|
this.labelAlarm.Name = "labelAlarm";
|
||||||
|
@ -2054,436 +2484,6 @@
|
||||||
this.smartTimerMessageShow.TimeFormStringSeparator = ":";
|
this.smartTimerMessageShow.TimeFormStringSeparator = ":";
|
||||||
this.smartTimerMessageShow.Tick += new System.EventHandler(this.smartTimerMessageShow_Tick);
|
this.smartTimerMessageShow.Tick += new System.EventHandler(this.smartTimerMessageShow_Tick);
|
||||||
//
|
//
|
||||||
// labelLrSec1
|
|
||||||
//
|
|
||||||
this.labelLrSec1.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec1.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec1.LineSpacing = 0F;
|
|
||||||
this.labelLrSec1.Location = new System.Drawing.Point(85, 645);
|
|
||||||
this.labelLrSec1.Name = "labelLrSec1";
|
|
||||||
this.labelLrSec1.OverlapOptimize = true;
|
|
||||||
this.labelLrSec1.PasswordChar = '\0';
|
|
||||||
this.labelLrSec1.Radius = 3;
|
|
||||||
this.labelLrSec1.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec1.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec1.TabIndex = 239;
|
|
||||||
this.labelLrSec1.Text = "-100.0";
|
|
||||||
this.labelLrSec1.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec1.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec1.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec7
|
|
||||||
//
|
|
||||||
this.labelLrSec7.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec7.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec7.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec7.LineSpacing = 0F;
|
|
||||||
this.labelLrSec7.Location = new System.Drawing.Point(255, 712);
|
|
||||||
this.labelLrSec7.Name = "labelLrSec7";
|
|
||||||
this.labelLrSec7.OverlapOptimize = true;
|
|
||||||
this.labelLrSec7.PasswordChar = '\0';
|
|
||||||
this.labelLrSec7.Radius = 3;
|
|
||||||
this.labelLrSec7.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec7.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec7.TabIndex = 240;
|
|
||||||
this.labelLrSec7.Text = "-100.0";
|
|
||||||
this.labelLrSec7.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec7.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec7.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec6
|
|
||||||
//
|
|
||||||
this.labelLrSec6.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec6.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec6.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec6.LineSpacing = 0F;
|
|
||||||
this.labelLrSec6.Location = new System.Drawing.Point(85, 712);
|
|
||||||
this.labelLrSec6.Name = "labelLrSec6";
|
|
||||||
this.labelLrSec6.OverlapOptimize = true;
|
|
||||||
this.labelLrSec6.PasswordChar = '\0';
|
|
||||||
this.labelLrSec6.Radius = 3;
|
|
||||||
this.labelLrSec6.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec6.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec6.TabIndex = 241;
|
|
||||||
this.labelLrSec6.Text = "-100.0";
|
|
||||||
this.labelLrSec6.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec6.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec6.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec2
|
|
||||||
//
|
|
||||||
this.labelLrSec2.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec2.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec2.LineSpacing = 0F;
|
|
||||||
this.labelLrSec2.Location = new System.Drawing.Point(255, 645);
|
|
||||||
this.labelLrSec2.Name = "labelLrSec2";
|
|
||||||
this.labelLrSec2.OverlapOptimize = true;
|
|
||||||
this.labelLrSec2.PasswordChar = '\0';
|
|
||||||
this.labelLrSec2.Radius = 3;
|
|
||||||
this.labelLrSec2.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec2.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec2.TabIndex = 242;
|
|
||||||
this.labelLrSec2.Text = "-100.0";
|
|
||||||
this.labelLrSec2.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec2.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec2.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec3
|
|
||||||
//
|
|
||||||
this.labelLrSec3.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec3.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec3.LineSpacing = 0F;
|
|
||||||
this.labelLrSec3.Location = new System.Drawing.Point(425, 645);
|
|
||||||
this.labelLrSec3.Name = "labelLrSec3";
|
|
||||||
this.labelLrSec3.OverlapOptimize = true;
|
|
||||||
this.labelLrSec3.PasswordChar = '\0';
|
|
||||||
this.labelLrSec3.Radius = 3;
|
|
||||||
this.labelLrSec3.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec3.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec3.TabIndex = 243;
|
|
||||||
this.labelLrSec3.Text = "-100.0";
|
|
||||||
this.labelLrSec3.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec3.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec3.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec4
|
|
||||||
//
|
|
||||||
this.labelLrSec4.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec4.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec4.LineSpacing = 0F;
|
|
||||||
this.labelLrSec4.Location = new System.Drawing.Point(595, 645);
|
|
||||||
this.labelLrSec4.Name = "labelLrSec4";
|
|
||||||
this.labelLrSec4.OverlapOptimize = true;
|
|
||||||
this.labelLrSec4.PasswordChar = '\0';
|
|
||||||
this.labelLrSec4.Radius = 3;
|
|
||||||
this.labelLrSec4.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec4.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec4.TabIndex = 244;
|
|
||||||
this.labelLrSec4.Text = "-100.0";
|
|
||||||
this.labelLrSec4.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec4.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec4.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec5
|
|
||||||
//
|
|
||||||
this.labelLrSec5.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec5.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec5.LineSpacing = 0F;
|
|
||||||
this.labelLrSec5.Location = new System.Drawing.Point(765, 645);
|
|
||||||
this.labelLrSec5.Name = "labelLrSec5";
|
|
||||||
this.labelLrSec5.OverlapOptimize = true;
|
|
||||||
this.labelLrSec5.PasswordChar = '\0';
|
|
||||||
this.labelLrSec5.Radius = 3;
|
|
||||||
this.labelLrSec5.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec5.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec5.TabIndex = 245;
|
|
||||||
this.labelLrSec5.Text = "-100.0";
|
|
||||||
this.labelLrSec5.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec5.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec5.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec8
|
|
||||||
//
|
|
||||||
this.labelLrSec8.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec8.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec8.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec8.LineSpacing = 0F;
|
|
||||||
this.labelLrSec8.Location = new System.Drawing.Point(425, 712);
|
|
||||||
this.labelLrSec8.Name = "labelLrSec8";
|
|
||||||
this.labelLrSec8.OverlapOptimize = true;
|
|
||||||
this.labelLrSec8.PasswordChar = '\0';
|
|
||||||
this.labelLrSec8.Radius = 3;
|
|
||||||
this.labelLrSec8.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec8.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec8.TabIndex = 246;
|
|
||||||
this.labelLrSec8.Text = "-100.0";
|
|
||||||
this.labelLrSec8.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec8.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec8.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec9
|
|
||||||
//
|
|
||||||
this.labelLrSec9.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec9.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec9.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec9.LineSpacing = 0F;
|
|
||||||
this.labelLrSec9.Location = new System.Drawing.Point(595, 712);
|
|
||||||
this.labelLrSec9.Name = "labelLrSec9";
|
|
||||||
this.labelLrSec9.OverlapOptimize = true;
|
|
||||||
this.labelLrSec9.PasswordChar = '\0';
|
|
||||||
this.labelLrSec9.Radius = 3;
|
|
||||||
this.labelLrSec9.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec9.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec9.TabIndex = 247;
|
|
||||||
this.labelLrSec9.Text = "-100.0";
|
|
||||||
this.labelLrSec9.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec9.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec9.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelLrSec10
|
|
||||||
//
|
|
||||||
this.labelLrSec10.BackGround = this.smartForm1;
|
|
||||||
this.labelLrSec10.BackGroundColor = System.Drawing.Color.SkyBlue;
|
|
||||||
this.labelLrSec10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
||||||
this.labelLrSec10.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelLrSec10.LineSpacing = 0F;
|
|
||||||
this.labelLrSec10.Location = new System.Drawing.Point(765, 712);
|
|
||||||
this.labelLrSec10.Name = "labelLrSec10";
|
|
||||||
this.labelLrSec10.OverlapOptimize = true;
|
|
||||||
this.labelLrSec10.PasswordChar = '\0';
|
|
||||||
this.labelLrSec10.Radius = 3;
|
|
||||||
this.labelLrSec10.RoundRectFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
||||||
this.labelLrSec10.Size = new System.Drawing.Size(115, 23);
|
|
||||||
this.labelLrSec10.TabIndex = 248;
|
|
||||||
this.labelLrSec10.Text = "-100.0";
|
|
||||||
this.labelLrSec10.TextColor = System.Drawing.Color.White;
|
|
||||||
this.labelLrSec10.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelLrSec10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelLrSec10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelLrSec10.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm1
|
|
||||||
//
|
|
||||||
this.labelSbAlarm1.BackGround = null;
|
|
||||||
this.labelSbAlarm1.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm1.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm1.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm1.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm1.Location = new System.Drawing.Point(68, 666);
|
|
||||||
this.labelSbAlarm1.Name = "labelSbAlarm1";
|
|
||||||
this.labelSbAlarm1.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm1.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm1.Radius = 20;
|
|
||||||
this.labelSbAlarm1.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm1.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm1.TabIndex = 249;
|
|
||||||
this.labelSbAlarm1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm1.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm1.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm6
|
|
||||||
//
|
|
||||||
this.labelSbAlarm6.BackGround = null;
|
|
||||||
this.labelSbAlarm6.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm6.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm6.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm6.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm6.Location = new System.Drawing.Point(68, 733);
|
|
||||||
this.labelSbAlarm6.Name = "labelSbAlarm6";
|
|
||||||
this.labelSbAlarm6.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm6.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm6.Radius = 20;
|
|
||||||
this.labelSbAlarm6.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm6.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm6.TabIndex = 250;
|
|
||||||
this.labelSbAlarm6.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm6.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm6.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm7
|
|
||||||
//
|
|
||||||
this.labelSbAlarm7.BackGround = null;
|
|
||||||
this.labelSbAlarm7.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm7.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm7.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm7.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm7.Location = new System.Drawing.Point(238, 733);
|
|
||||||
this.labelSbAlarm7.Name = "labelSbAlarm7";
|
|
||||||
this.labelSbAlarm7.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm7.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm7.Radius = 20;
|
|
||||||
this.labelSbAlarm7.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm7.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm7.TabIndex = 252;
|
|
||||||
this.labelSbAlarm7.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm7.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm7.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm2
|
|
||||||
//
|
|
||||||
this.labelSbAlarm2.BackGround = null;
|
|
||||||
this.labelSbAlarm2.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm2.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm2.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm2.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm2.Location = new System.Drawing.Point(238, 666);
|
|
||||||
this.labelSbAlarm2.Name = "labelSbAlarm2";
|
|
||||||
this.labelSbAlarm2.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm2.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm2.Radius = 20;
|
|
||||||
this.labelSbAlarm2.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm2.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm2.TabIndex = 251;
|
|
||||||
this.labelSbAlarm2.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm2.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm2.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm8
|
|
||||||
//
|
|
||||||
this.labelSbAlarm8.BackGround = null;
|
|
||||||
this.labelSbAlarm8.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm8.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm8.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm8.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm8.Location = new System.Drawing.Point(408, 733);
|
|
||||||
this.labelSbAlarm8.Name = "labelSbAlarm8";
|
|
||||||
this.labelSbAlarm8.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm8.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm8.Radius = 20;
|
|
||||||
this.labelSbAlarm8.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm8.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm8.TabIndex = 254;
|
|
||||||
this.labelSbAlarm8.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm8.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm8.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm3
|
|
||||||
//
|
|
||||||
this.labelSbAlarm3.BackGround = null;
|
|
||||||
this.labelSbAlarm3.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm3.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm3.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm3.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm3.Location = new System.Drawing.Point(408, 666);
|
|
||||||
this.labelSbAlarm3.Name = "labelSbAlarm3";
|
|
||||||
this.labelSbAlarm3.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm3.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm3.Radius = 20;
|
|
||||||
this.labelSbAlarm3.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm3.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm3.TabIndex = 253;
|
|
||||||
this.labelSbAlarm3.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm3.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm3.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm9
|
|
||||||
//
|
|
||||||
this.labelSbAlarm9.BackGround = null;
|
|
||||||
this.labelSbAlarm9.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm9.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm9.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm9.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm9.Location = new System.Drawing.Point(578, 733);
|
|
||||||
this.labelSbAlarm9.Name = "labelSbAlarm9";
|
|
||||||
this.labelSbAlarm9.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm9.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm9.Radius = 20;
|
|
||||||
this.labelSbAlarm9.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm9.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm9.TabIndex = 256;
|
|
||||||
this.labelSbAlarm9.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm9.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm9.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm4
|
|
||||||
//
|
|
||||||
this.labelSbAlarm4.BackGround = null;
|
|
||||||
this.labelSbAlarm4.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm4.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm4.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm4.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm4.Location = new System.Drawing.Point(578, 666);
|
|
||||||
this.labelSbAlarm4.Name = "labelSbAlarm4";
|
|
||||||
this.labelSbAlarm4.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm4.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm4.Radius = 20;
|
|
||||||
this.labelSbAlarm4.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm4.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm4.TabIndex = 255;
|
|
||||||
this.labelSbAlarm4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm4.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm4.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm10
|
|
||||||
//
|
|
||||||
this.labelSbAlarm10.BackGround = null;
|
|
||||||
this.labelSbAlarm10.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm10.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm10.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm10.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm10.Location = new System.Drawing.Point(749, 733);
|
|
||||||
this.labelSbAlarm10.Name = "labelSbAlarm10";
|
|
||||||
this.labelSbAlarm10.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm10.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm10.Radius = 20;
|
|
||||||
this.labelSbAlarm10.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm10.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm10.TabIndex = 258;
|
|
||||||
this.labelSbAlarm10.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm10.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm10.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelSbAlarm5
|
|
||||||
//
|
|
||||||
this.labelSbAlarm5.BackGround = null;
|
|
||||||
this.labelSbAlarm5.BackGroundColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm5.BorderColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm5.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect;
|
|
||||||
this.labelSbAlarm5.LineSpacing = 0F;
|
|
||||||
this.labelSbAlarm5.Location = new System.Drawing.Point(749, 666);
|
|
||||||
this.labelSbAlarm5.Name = "labelSbAlarm5";
|
|
||||||
this.labelSbAlarm5.OverlapOptimize = true;
|
|
||||||
this.labelSbAlarm5.PasswordChar = '\0';
|
|
||||||
this.labelSbAlarm5.Radius = 20;
|
|
||||||
this.labelSbAlarm5.RoundRectFillColor = System.Drawing.Color.Red;
|
|
||||||
this.labelSbAlarm5.Size = new System.Drawing.Size(10, 10);
|
|
||||||
this.labelSbAlarm5.TabIndex = 257;
|
|
||||||
this.labelSbAlarm5.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
||||||
this.labelSbAlarm5.TextColorDisable = System.Drawing.Color.Gray;
|
|
||||||
this.labelSbAlarm5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelSbAlarm5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
||||||
this.labelSbAlarm5.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// FormMainDisplay2
|
// FormMainDisplay2
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
|
|
@ -49,15 +49,15 @@
|
||||||
<Reference Include="mscorlib" />
|
<Reference Include="mscorlib" />
|
||||||
<Reference Include="SmartXNCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartXNCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXNCommon.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNCommon.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="SmartXNFDCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartXNFDCommon, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXNFDCommon.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXNFDCommon.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="SmartXN_IEC1000, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="SmartXN_IEC1000, Version=5.0.0.6, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\SmartX_New_5.0.0.6_IEC1000_DOTNETCF3.5수동설치파일\SmartXN_IEC1000.dll</HintPath>
|
<HintPath>C:\Program Files (x86)\HNS\Embedded SmartX Component\V5.0.0.6_20221115\IEC1000\SmartXN_IEC1000.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
|
Loading…
Reference in New Issue