namespace INT_LKD.Forms { partial class FormMenu { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMenu)); this.smartForm1 = new SmartX.SmartForm(); this.smartButton4 = new SmartX.SmartButton(); this.smartButton3 = new SmartX.SmartButton(); this.smartButton2 = new SmartX.SmartButton(); this.smartButton1 = new SmartX.SmartButton(); this.smartGroupBox3 = new SmartX.SmartGroupBox(); this.labelAlarm = new System.Windows.Forms.Label(); this.smartGroupBox2 = new SmartX.SmartGroupBox(); this.labelStop = new SmartX.SmartLabel(); this.labelStart = new SmartX.SmartLabel(); this.buttonUser = new SmartX.SmartButton(); this.labelUserID = new SmartX.SmartLabel(); this.labelUserLevel = new SmartX.SmartLabel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.labelTime = new SmartX.SmartLabel(); this.buttonBottom4 = new SmartX.SmartButton(); this.buttonBottom3 = new SmartX.SmartButton(); this.buttonBottom2 = new SmartX.SmartButton(); this.buttonBottom1 = new SmartX.SmartButton(); this.buttonSystem = new SmartX.SmartButton(); this.buttonLog = new SmartX.SmartButton(); this.buttonManual = new SmartX.SmartButton(); this.buttonRecipe = new SmartX.SmartButton(); this.buttonHome = new SmartX.SmartButton(); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartTimerAlarm = new SmartX.SmartTimer(); this.smartForm1.SuspendLayout(); this.smartGroupBox3.SuspendLayout(); this.SuspendLayout(); // // smartForm1 // this.smartForm1.BackColor = System.Drawing.Color.Black; this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.UseBackImage; this.smartForm1.BackImage = null; this.smartForm1.CenterLocation = false; this.smartForm1.Controls.Add(this.smartButton4); this.smartForm1.Controls.Add(this.smartButton3); this.smartForm1.Controls.Add(this.smartButton2); this.smartForm1.Controls.Add(this.smartButton1); this.smartForm1.Controls.Add(this.smartGroupBox3); this.smartForm1.Controls.Add(this.smartGroupBox2); this.smartForm1.Controls.Add(this.labelStop); this.smartForm1.Controls.Add(this.labelStart); this.smartForm1.Controls.Add(this.buttonUser); this.smartForm1.Controls.Add(this.labelUserID); this.smartForm1.Controls.Add(this.labelUserLevel); this.smartForm1.Controls.Add(this.pictureBox1); this.smartForm1.Controls.Add(this.labelTime); this.smartForm1.Controls.Add(this.buttonBottom4); this.smartForm1.Controls.Add(this.buttonBottom3); this.smartForm1.Controls.Add(this.buttonBottom2); this.smartForm1.Controls.Add(this.buttonBottom1); this.smartForm1.Controls.Add(this.buttonSystem); this.smartForm1.Controls.Add(this.buttonLog); this.smartForm1.Controls.Add(this.buttonManual); this.smartForm1.Controls.Add(this.buttonRecipe); this.smartForm1.Controls.Add(this.buttonHome); this.smartForm1.Controls.Add(this.smartGroupBox1); this.smartForm1.GradationColorBottom = System.Drawing.Color.Gray; this.smartForm1.GradationColorTop = System.Drawing.Color.White; this.smartForm1.LCDDirection = SmartXUIBase.SmartUIControlFormBase.LCDDIRECTIONS.HORIZONTAL; this.smartForm1.LCDSize = SmartXUIBase.SmartUIControlFormBase.LCDRESOLUTION.LCD1024X768; this.smartForm1.Location = new System.Drawing.Point(0, 0); this.smartForm1.MainForm = null; this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME; this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF; this.smartForm1.Name = "smartForm1"; this.smartForm1.PasswordDialog.AdminPassword = "123"; this.smartForm1.PasswordDialog.Title = "관리자 비밀번호를 입력하세요"; this.smartForm1.Size = new System.Drawing.Size(1024, 768); this.smartForm1.SpecialFunctionClickMode = SmartXUIBase.SmartUIControlFormBase.SpecialFunctionClickModeType.SpecialFunctionClickEvent; this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.UseMainMenu = false; // // smartButton4 // this.smartButton4.BackGround = this.smartForm1; this.smartButton4.BackGroundColor = System.Drawing.Color.Black; this.smartButton4.ButtonColor = System.Drawing.Color.Teal; this.smartButton4.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.smartButton4.ButtonImageAutoSize = true; this.smartButton4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.smartButton4.ButtonText = "4"; this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.smartButton4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.smartButton4.GroupID = 0; this.smartButton4.ImageDisable = null; this.smartButton4.ImageDown = null; this.smartButton4.ImageUp = null; this.smartButton4.Location = new System.Drawing.Point(917, 622); this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton4.Name = "smartButton4"; this.smartButton4.NestedClickEventPrevent = false; this.smartButton4.OutlinePixel = 2; this.smartButton4.OverlapOptimize = true; this.smartButton4.RepeatInterval = 200; this.smartButton4.RepeatIntervalAccelerate = null; this.smartButton4.RoundSize = 10; this.smartButton4.SafeInterval = 200; this.smartButton4.Size = new System.Drawing.Size(100, 60); this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.smartButton4.TabIndex = 95; this.smartButton4.Text = null; this.smartButton4.TextColor = System.Drawing.Color.White; this.smartButton4.TextColorDisable = System.Drawing.Color.Gainsboro; this.smartButton4.TextDownColor = System.Drawing.Color.Chartreuse; this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.smartButton4.Visible = false; this.smartButton4.Click += new System.EventHandler(this.smartButton4_Click); // // smartButton3 // this.smartButton3.BackGround = this.smartForm1; this.smartButton3.BackGroundColor = System.Drawing.Color.Black; this.smartButton3.ButtonColor = System.Drawing.Color.Teal; this.smartButton3.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.smartButton3.ButtonImageAutoSize = true; this.smartButton3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.smartButton3.ButtonText = "3"; this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.smartButton3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.smartButton3.GroupID = 0; this.smartButton3.ImageDisable = null; this.smartButton3.ImageDown = null; this.smartButton3.ImageUp = null; this.smartButton3.Location = new System.Drawing.Point(917, 556); this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton3.Name = "smartButton3"; this.smartButton3.NestedClickEventPrevent = false; this.smartButton3.OutlinePixel = 2; this.smartButton3.OverlapOptimize = true; this.smartButton3.RepeatInterval = 200; this.smartButton3.RepeatIntervalAccelerate = null; this.smartButton3.RoundSize = 10; this.smartButton3.SafeInterval = 200; this.smartButton3.Size = new System.Drawing.Size(100, 60); this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.smartButton3.TabIndex = 94; this.smartButton3.Text = null; this.smartButton3.TextColor = System.Drawing.Color.White; this.smartButton3.TextColorDisable = System.Drawing.Color.Gainsboro; this.smartButton3.TextDownColor = System.Drawing.Color.Chartreuse; this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.smartButton3.Visible = false; this.smartButton3.Click += new System.EventHandler(this.smartButton3_Click); // // smartButton2 // this.smartButton2.BackGround = this.smartForm1; this.smartButton2.BackGroundColor = System.Drawing.Color.Black; this.smartButton2.ButtonColor = System.Drawing.Color.Teal; this.smartButton2.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.smartButton2.ButtonImageAutoSize = true; this.smartButton2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.smartButton2.ButtonText = "1"; this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.smartButton2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.smartButton2.GroupID = 0; this.smartButton2.ImageDisable = null; this.smartButton2.ImageDown = null; this.smartButton2.ImageUp = null; this.smartButton2.Location = new System.Drawing.Point(917, 424); this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton2.Name = "smartButton2"; this.smartButton2.NestedClickEventPrevent = false; this.smartButton2.OutlinePixel = 2; this.smartButton2.OverlapOptimize = true; this.smartButton2.RepeatInterval = 200; this.smartButton2.RepeatIntervalAccelerate = null; this.smartButton2.RoundSize = 10; this.smartButton2.SafeInterval = 200; this.smartButton2.Size = new System.Drawing.Size(100, 60); this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.smartButton2.TabIndex = 93; this.smartButton2.Text = null; this.smartButton2.TextColor = System.Drawing.Color.White; this.smartButton2.TextColorDisable = System.Drawing.Color.Gainsboro; this.smartButton2.TextDownColor = System.Drawing.Color.Chartreuse; this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.smartButton2.Visible = false; this.smartButton2.Click += new System.EventHandler(this.smartButton1_Click); // // smartButton1 // this.smartButton1.BackGround = this.smartForm1; this.smartButton1.BackGroundColor = System.Drawing.Color.Black; this.smartButton1.ButtonColor = System.Drawing.Color.Teal; this.smartButton1.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.smartButton1.ButtonImageAutoSize = true; this.smartButton1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.smartButton1.ButtonText = "2"; this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.smartButton1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.smartButton1.GroupID = 0; this.smartButton1.ImageDisable = null; this.smartButton1.ImageDown = null; this.smartButton1.ImageUp = null; this.smartButton1.Location = new System.Drawing.Point(917, 490); this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.smartButton1.Name = "smartButton1"; this.smartButton1.NestedClickEventPrevent = false; this.smartButton1.OutlinePixel = 2; this.smartButton1.OverlapOptimize = true; this.smartButton1.RepeatInterval = 200; this.smartButton1.RepeatIntervalAccelerate = null; this.smartButton1.RoundSize = 10; this.smartButton1.SafeInterval = 200; this.smartButton1.Size = new System.Drawing.Size(100, 60); this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.smartButton1.TabIndex = 92; this.smartButton1.Text = null; this.smartButton1.TextColor = System.Drawing.Color.White; this.smartButton1.TextColorDisable = System.Drawing.Color.Gainsboro; this.smartButton1.TextDownColor = System.Drawing.Color.Chartreuse; this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.smartButton1.Visible = false; this.smartButton1.Click += new System.EventHandler(this.smartButton2_Click); // // smartGroupBox3 // this.smartGroupBox3.BackGround = null; this.smartGroupBox3.BackGroundColor = System.Drawing.Color.Black; this.smartGroupBox3.BackImage = null; this.smartGroupBox3.Controls.Add(this.labelAlarm); this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); this.smartGroupBox3.FrameLineThickness = 2; this.smartGroupBox3.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; this.smartGroupBox3.HeaderHeightOffset = 12; this.smartGroupBox3.Location = new System.Drawing.Point(231, 3); this.smartGroupBox3.Name = "smartGroupBox3"; this.smartGroupBox3.RoundRadius = 5; this.smartGroupBox3.Size = new System.Drawing.Size(465, 30); this.smartGroupBox3.TabIndex = 91; this.smartGroupBox3.Text = "smartGroupBox3"; this.smartGroupBox3.TextColor = System.Drawing.Color.White; // // labelAlarm // this.labelAlarm.BackColor = System.Drawing.Color.Black; this.labelAlarm.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Regular); this.labelAlarm.ForeColor = System.Drawing.Color.White; this.labelAlarm.Location = new System.Drawing.Point(0, 10); this.labelAlarm.Name = "labelAlarm"; this.labelAlarm.Size = new System.Drawing.Size(465, 20); this.labelAlarm.Text = "a1_Emergency stop"; // // smartGroupBox2 // this.smartGroupBox2.BackGround = null; this.smartGroupBox2.BackGroundColor = System.Drawing.Color.Black; this.smartGroupBox2.BackImage = null; this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165))))); 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.None; this.smartGroupBox2.HeaderHeightOffset = 12; this.smartGroupBox2.Location = new System.Drawing.Point(234, 3); this.smartGroupBox2.Name = "smartGroupBox2"; this.smartGroupBox2.RoundRadius = 5; this.smartGroupBox2.Size = new System.Drawing.Size(465, 30); this.smartGroupBox2.TabIndex = 90; this.smartGroupBox2.Text = "smartGroupBox2"; this.smartGroupBox2.TextColor = System.Drawing.Color.White; // // labelStop // this.labelStop.BackGround = null; this.labelStop.BackGroundColor = System.Drawing.Color.Red; this.labelStop.BorderColor = System.Drawing.Color.Red; this.labelStop.BorderStyle = SmartX.SmartLabel.BorderStyles.RoundRect; this.labelStop.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelStop.LineSpacing = 0F; this.labelStop.Location = new System.Drawing.Point(917, 3); this.labelStop.Name = "labelStop"; this.labelStop.OverlapOptimize = true; this.labelStop.PasswordChar = '\0'; this.labelStop.Radius = 10; this.labelStop.RoundRectFillColor = System.Drawing.Color.Red; this.labelStop.Size = new System.Drawing.Size(104, 30); this.labelStop.TabIndex = 73; this.labelStop.Text = "STOP"; this.labelStop.TextColor = System.Drawing.Color.White; this.labelStop.TextColorDisable = System.Drawing.Color.Gray; this.labelStop.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelStop.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStop.Wordwrap = false; this.labelStop.Click += new System.EventHandler(this.labelStop_Click); // // labelStart // this.labelStart.BackGround = null; this.labelStart.BackGroundColor = System.Drawing.Color.DarkGreen; this.labelStart.BorderColor = System.Drawing.Color.DarkGreen; this.labelStart.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelStart.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.labelStart.LineSpacing = 0F; this.labelStart.Location = new System.Drawing.Point(917, 3); this.labelStart.Name = "labelStart"; this.labelStart.OverlapOptimize = true; this.labelStart.PasswordChar = '\0'; this.labelStart.Radius = 10; this.labelStart.RoundRectFillColor = System.Drawing.Color.DarkGreen; this.labelStart.Size = new System.Drawing.Size(104, 30); this.labelStart.TabIndex = 88; this.labelStart.Text = "START"; this.labelStart.TextColor = System.Drawing.Color.White; this.labelStart.TextColorDisable = System.Drawing.Color.Gray; this.labelStart.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelStart.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelStart.Wordwrap = false; this.labelStart.Click += new System.EventHandler(this.labelStart_Click); // // buttonUser // this.buttonUser.BackGround = this.smartForm1; this.buttonUser.BackGroundColor = System.Drawing.Color.Black; this.buttonUser.ButtonColor = System.Drawing.Color.Teal; this.buttonUser.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonUser.ButtonImageAutoSize = true; this.buttonUser.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonUser.ButtonText = "User"; this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonUser.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonUser.GroupID = 0; this.buttonUser.ImageDisable = null; this.buttonUser.ImageDown = null; this.buttonUser.ImageUp = null; this.buttonUser.Location = new System.Drawing.Point(917, 105); this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonUser.Name = "buttonUser"; this.buttonUser.NestedClickEventPrevent = false; this.buttonUser.OutlinePixel = 2; this.buttonUser.OverlapOptimize = true; this.buttonUser.RepeatInterval = 200; this.buttonUser.RepeatIntervalAccelerate = null; this.buttonUser.RoundSize = 10; this.buttonUser.SafeInterval = 200; this.buttonUser.Size = new System.Drawing.Size(100, 60); this.buttonUser.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonUser.TabIndex = 86; this.buttonUser.Text = null; this.buttonUser.TextColor = System.Drawing.Color.White; this.buttonUser.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonUser.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonUser.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonUser.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonUser.Click += new System.EventHandler(this.buttonUser_Click); // // labelUserID // this.labelUserID.BackGround = this.smartForm1; this.labelUserID.BackGroundColor = System.Drawing.Color.Black; this.labelUserID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelUserID.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelUserID.LineSpacing = 0F; this.labelUserID.Location = new System.Drawing.Point(705, 13); this.labelUserID.Name = "labelUserID"; this.labelUserID.OverlapOptimize = true; this.labelUserID.PasswordChar = '\0'; this.labelUserID.Radius = 3; this.labelUserID.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelUserID.Size = new System.Drawing.Size(100, 20); this.labelUserID.TabIndex = 84; this.labelUserID.Text = "Intech00"; this.labelUserID.TextColor = System.Drawing.Color.White; this.labelUserID.TextColorDisable = System.Drawing.Color.Gray; this.labelUserID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelUserID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelUserID.Wordwrap = false; // // labelUserLevel // this.labelUserLevel.BackGround = this.smartForm1; this.labelUserLevel.BackGroundColor = System.Drawing.Color.Black; this.labelUserLevel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelUserLevel.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelUserLevel.LineSpacing = 0F; this.labelUserLevel.Location = new System.Drawing.Point(811, 13); this.labelUserLevel.Name = "labelUserLevel"; this.labelUserLevel.OverlapOptimize = true; this.labelUserLevel.PasswordChar = '\0'; this.labelUserLevel.Radius = 3; this.labelUserLevel.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelUserLevel.Size = new System.Drawing.Size(100, 20); this.labelUserLevel.TabIndex = 83; this.labelUserLevel.Text = "L3"; this.labelUserLevel.TextColor = System.Drawing.Color.White; this.labelUserLevel.TextColorDisable = System.Drawing.Color.Gray; this.labelUserLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelUserLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelUserLevel.Wordwrap = false; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(53, 30); // // labelTime // this.labelTime.BackGround = this.smartForm1; this.labelTime.BackGroundColor = System.Drawing.Color.Black; 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.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelTime.LineSpacing = 0F; this.labelTime.Location = new System.Drawing.Point(62, 3); this.labelTime.Name = "labelTime"; this.labelTime.OverlapOptimize = true; this.labelTime.PasswordChar = '\0'; this.labelTime.Radius = 3; this.labelTime.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelTime.Size = new System.Drawing.Size(166, 30); this.labelTime.TabIndex = 0; this.labelTime.Text = "2023-02-13 16:30:25"; this.labelTime.TextColor = System.Drawing.Color.White; this.labelTime.TextColorDisable = System.Drawing.Color.Gray; this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelTime.Wordwrap = false; // // buttonBottom4 // this.buttonBottom4.BackGround = this.smartForm1; this.buttonBottom4.BackGroundColor = System.Drawing.Color.Black; this.buttonBottom4.ButtonColor = System.Drawing.Color.Teal; this.buttonBottom4.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonBottom4.ButtonImageAutoSize = true; this.buttonBottom4.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBottom4.ButtonText = "측정시작"; this.buttonBottom4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonBottom4.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonBottom4.GroupID = 1; this.buttonBottom4.ImageDisable = null; this.buttonBottom4.ImageDown = null; this.buttonBottom4.ImageUp = null; this.buttonBottom4.Location = new System.Drawing.Point(321, 705); this.buttonBottom4.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonBottom4.Name = "buttonBottom4"; this.buttonBottom4.NestedClickEventPrevent = false; this.buttonBottom4.OutlinePixel = 2; this.buttonBottom4.OverlapOptimize = true; this.buttonBottom4.RepeatInterval = 200; this.buttonBottom4.RepeatIntervalAccelerate = null; this.buttonBottom4.RoundSize = 10; this.buttonBottom4.SafeInterval = 200; this.buttonBottom4.Size = new System.Drawing.Size(100, 60); this.buttonBottom4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonBottom4.TabIndex = 81; this.buttonBottom4.Text = null; this.buttonBottom4.TextColor = System.Drawing.Color.White; this.buttonBottom4.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonBottom4.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonBottom4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonBottom4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonBottom4.Click += new System.EventHandler(this.buttonBottom4_Click); // // buttonBottom3 // this.buttonBottom3.BackGround = this.smartForm1; this.buttonBottom3.BackGroundColor = System.Drawing.Color.Black; this.buttonBottom3.ButtonColor = System.Drawing.Color.Teal; this.buttonBottom3.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonBottom3.ButtonImageAutoSize = true; this.buttonBottom3.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBottom3.ButtonText = "측정시작"; this.buttonBottom3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonBottom3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonBottom3.GroupID = 1; this.buttonBottom3.ImageDisable = null; this.buttonBottom3.ImageDown = null; this.buttonBottom3.ImageUp = null; this.buttonBottom3.Location = new System.Drawing.Point(215, 705); this.buttonBottom3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonBottom3.Name = "buttonBottom3"; this.buttonBottom3.NestedClickEventPrevent = false; this.buttonBottom3.OutlinePixel = 2; this.buttonBottom3.OverlapOptimize = true; this.buttonBottom3.RepeatInterval = 200; this.buttonBottom3.RepeatIntervalAccelerate = null; this.buttonBottom3.RoundSize = 10; this.buttonBottom3.SafeInterval = 200; this.buttonBottom3.Size = new System.Drawing.Size(100, 60); this.buttonBottom3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonBottom3.TabIndex = 80; this.buttonBottom3.Text = null; this.buttonBottom3.TextColor = System.Drawing.Color.White; this.buttonBottom3.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonBottom3.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonBottom3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonBottom3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonBottom3.Click += new System.EventHandler(this.buttonBottom3_Click); // // buttonBottom2 // this.buttonBottom2.BackGround = this.smartForm1; this.buttonBottom2.BackGroundColor = System.Drawing.Color.Black; this.buttonBottom2.ButtonColor = System.Drawing.Color.Teal; this.buttonBottom2.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonBottom2.ButtonImageAutoSize = true; this.buttonBottom2.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBottom2.ButtonText = "측정시작"; this.buttonBottom2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonBottom2.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonBottom2.GroupID = 1; this.buttonBottom2.ImageDisable = null; this.buttonBottom2.ImageDown = null; this.buttonBottom2.ImageUp = null; this.buttonBottom2.Location = new System.Drawing.Point(109, 705); this.buttonBottom2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonBottom2.Name = "buttonBottom2"; this.buttonBottom2.NestedClickEventPrevent = false; this.buttonBottom2.OutlinePixel = 2; this.buttonBottom2.OverlapOptimize = true; this.buttonBottom2.RepeatInterval = 200; this.buttonBottom2.RepeatIntervalAccelerate = null; this.buttonBottom2.RoundSize = 10; this.buttonBottom2.SafeInterval = 200; this.buttonBottom2.Size = new System.Drawing.Size(100, 60); this.buttonBottom2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonBottom2.TabIndex = 79; this.buttonBottom2.Text = null; this.buttonBottom2.TextColor = System.Drawing.Color.White; this.buttonBottom2.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonBottom2.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonBottom2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonBottom2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonBottom2.Click += new System.EventHandler(this.buttonBottom2_Click); // // buttonBottom1 // this.buttonBottom1.BackGround = this.smartForm1; this.buttonBottom1.BackGroundColor = System.Drawing.Color.Black; this.buttonBottom1.ButtonColor = System.Drawing.Color.Teal; this.buttonBottom1.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonBottom1.ButtonImageAutoSize = true; this.buttonBottom1.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonBottom1.ButtonText = "측정시작"; this.buttonBottom1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonBottom1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonBottom1.GroupID = 1; this.buttonBottom1.ImageDisable = null; this.buttonBottom1.ImageDown = null; this.buttonBottom1.ImageUp = null; this.buttonBottom1.Location = new System.Drawing.Point(3, 705); this.buttonBottom1.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonBottom1.Name = "buttonBottom1"; this.buttonBottom1.NestedClickEventPrevent = false; this.buttonBottom1.OutlinePixel = 2; this.buttonBottom1.OverlapOptimize = true; this.buttonBottom1.RepeatInterval = 200; this.buttonBottom1.RepeatIntervalAccelerate = null; this.buttonBottom1.RoundSize = 10; this.buttonBottom1.SafeInterval = 200; this.buttonBottom1.Size = new System.Drawing.Size(100, 60); this.buttonBottom1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonBottom1.TabIndex = 78; this.buttonBottom1.Text = null; this.buttonBottom1.TextColor = System.Drawing.Color.White; this.buttonBottom1.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonBottom1.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonBottom1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonBottom1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonBottom1.Click += new System.EventHandler(this.buttonBottom1_Click); // // buttonSystem // this.buttonSystem.BackGround = this.smartForm1; this.buttonSystem.BackGroundColor = System.Drawing.Color.Black; this.buttonSystem.ButtonColor = System.Drawing.Color.Teal; this.buttonSystem.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonSystem.ButtonImageAutoSize = true; this.buttonSystem.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonSystem.ButtonText = "System"; this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonSystem.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonSystem.GroupID = 0; this.buttonSystem.ImageDisable = null; this.buttonSystem.ImageDown = null; this.buttonSystem.ImageUp = null; this.buttonSystem.Location = new System.Drawing.Point(917, 303); this.buttonSystem.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonSystem.Name = "buttonSystem"; this.buttonSystem.NestedClickEventPrevent = false; this.buttonSystem.OutlinePixel = 2; this.buttonSystem.OverlapOptimize = true; this.buttonSystem.RepeatInterval = 200; this.buttonSystem.RepeatIntervalAccelerate = null; this.buttonSystem.RoundSize = 10; this.buttonSystem.SafeInterval = 200; this.buttonSystem.Size = new System.Drawing.Size(100, 60); this.buttonSystem.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonSystem.TabIndex = 77; this.buttonSystem.Text = null; this.buttonSystem.TextColor = System.Drawing.Color.White; this.buttonSystem.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonSystem.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonSystem.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonSystem.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonSystem.Click += new System.EventHandler(this.buttonSystem_Click); // // buttonLog // this.buttonLog.BackGround = this.smartForm1; this.buttonLog.BackGroundColor = System.Drawing.Color.Black; this.buttonLog.ButtonColor = System.Drawing.Color.Teal; this.buttonLog.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonLog.ButtonImageAutoSize = true; this.buttonLog.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonLog.ButtonText = "Log"; this.buttonLog.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonLog.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonLog.GroupID = 0; this.buttonLog.ImageDisable = null; this.buttonLog.ImageDown = null; this.buttonLog.ImageUp = null; this.buttonLog.Location = new System.Drawing.Point(917, 237); this.buttonLog.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonLog.Name = "buttonLog"; this.buttonLog.NestedClickEventPrevent = false; this.buttonLog.OutlinePixel = 2; this.buttonLog.OverlapOptimize = true; this.buttonLog.RepeatInterval = 200; this.buttonLog.RepeatIntervalAccelerate = null; this.buttonLog.RoundSize = 10; this.buttonLog.SafeInterval = 200; this.buttonLog.Size = new System.Drawing.Size(100, 60); this.buttonLog.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonLog.TabIndex = 76; this.buttonLog.Text = null; this.buttonLog.TextColor = System.Drawing.Color.White; this.buttonLog.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonLog.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonLog.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonLog.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLog.Click += new System.EventHandler(this.buttonLog_Click); // // buttonManual // this.buttonManual.BackGround = this.smartForm1; this.buttonManual.BackGroundColor = System.Drawing.Color.Black; this.buttonManual.ButtonColor = System.Drawing.Color.Teal; this.buttonManual.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonManual.ButtonImageAutoSize = true; this.buttonManual.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonManual.ButtonText = "Manual"; this.buttonManual.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonManual.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonManual.GroupID = 0; this.buttonManual.ImageDisable = null; this.buttonManual.ImageDown = null; this.buttonManual.ImageUp = null; this.buttonManual.Location = new System.Drawing.Point(917, 171); this.buttonManual.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonManual.Name = "buttonManual"; this.buttonManual.NestedClickEventPrevent = false; this.buttonManual.OutlinePixel = 2; this.buttonManual.OverlapOptimize = true; this.buttonManual.RepeatInterval = 200; this.buttonManual.RepeatIntervalAccelerate = null; this.buttonManual.RoundSize = 10; this.buttonManual.SafeInterval = 200; this.buttonManual.Size = new System.Drawing.Size(100, 60); this.buttonManual.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonManual.TabIndex = 75; this.buttonManual.Text = null; this.buttonManual.TextColor = System.Drawing.Color.White; this.buttonManual.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonManual.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonManual.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonManual.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonManual.Click += new System.EventHandler(this.buttonManual_Click); // // buttonRecipe // this.buttonRecipe.BackGround = this.smartForm1; this.buttonRecipe.BackGroundColor = System.Drawing.Color.Black; this.buttonRecipe.ButtonColor = System.Drawing.Color.Teal; this.buttonRecipe.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonRecipe.ButtonImageAutoSize = true; this.buttonRecipe.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonRecipe.ButtonText = "Recipe"; this.buttonRecipe.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonRecipe.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonRecipe.GroupID = 0; this.buttonRecipe.ImageDisable = null; this.buttonRecipe.ImageDown = null; this.buttonRecipe.ImageUp = null; this.buttonRecipe.Location = new System.Drawing.Point(917, 39); this.buttonRecipe.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; this.buttonRecipe.Name = "buttonRecipe"; this.buttonRecipe.NestedClickEventPrevent = false; this.buttonRecipe.OutlinePixel = 2; this.buttonRecipe.OverlapOptimize = true; this.buttonRecipe.RepeatInterval = 200; this.buttonRecipe.RepeatIntervalAccelerate = null; this.buttonRecipe.RoundSize = 10; this.buttonRecipe.SafeInterval = 200; this.buttonRecipe.Size = new System.Drawing.Size(100, 60); this.buttonRecipe.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonRecipe.TabIndex = 72; this.buttonRecipe.Text = null; this.buttonRecipe.TextColor = System.Drawing.Color.White; this.buttonRecipe.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonRecipe.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonRecipe.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonRecipe.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonRecipe.Click += new System.EventHandler(this.buttonRecipe_Click); // // buttonHome // this.buttonHome.BackGround = this.smartForm1; this.buttonHome.BackGroundColor = System.Drawing.Color.Black; this.buttonHome.ButtonColor = System.Drawing.Color.Teal; this.buttonHome.ButtonDownColor = System.Drawing.Color.DarkSlateGray; this.buttonHome.ButtonImageAutoSize = true; this.buttonHome.ButtonStyle = SmartX.SmartButton.ButtonStyles.FlatRound; this.buttonHome.ButtonText = "HOME"; this.buttonHome.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonHome.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold); this.buttonHome.GroupID = 0; this.buttonHome.ImageDisable = null; this.buttonHome.ImageDown = null; this.buttonHome.ImageUp = null; this.buttonHome.Location = new System.Drawing.Point(917, 705); this.buttonHome.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonHome.Name = "buttonHome"; this.buttonHome.NestedClickEventPrevent = false; this.buttonHome.OutlinePixel = 2; this.buttonHome.OverlapOptimize = true; this.buttonHome.RepeatInterval = 200; this.buttonHome.RepeatIntervalAccelerate = null; this.buttonHome.RoundSize = 10; this.buttonHome.SafeInterval = 200; this.buttonHome.Size = new System.Drawing.Size(100, 60); this.buttonHome.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonHome.TabIndex = 71; this.buttonHome.Text = null; this.buttonHome.TextColor = System.Drawing.Color.White; this.buttonHome.TextColorDisable = System.Drawing.Color.Gainsboro; this.buttonHome.TextDownColor = System.Drawing.Color.Chartreuse; this.buttonHome.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonHome.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonHome.Click += new System.EventHandler(this.buttonHome_Click); // // smartGroupBox1 // this.smartGroupBox1.BackGround = null; this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53))))); this.smartGroupBox1.BackImage = null; this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(33)))), ((int)(((byte)(35))))); this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(51)))), ((int)(((byte)(53))))); this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar; this.smartGroupBox1.HeaderHeightOffset = 9; this.smartGroupBox1.Location = new System.Drawing.Point(0, 39); this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 5; this.smartGroupBox1.Size = new System.Drawing.Size(909, 664); this.smartGroupBox1.TabIndex = 0; this.smartGroupBox1.Text = "기본 > "; this.smartGroupBox1.TextColor = System.Drawing.Color.White; // // smartTimerAlarm // this.smartTimerAlarm.CounterMode = SmartX.SmartTimer.CounterModes.Up_Counter; this.smartTimerAlarm.Interval = 100; this.smartTimerAlarm.IntervalSeries = null; this.smartTimerAlarm.TimeCount = ((long)(1000000)); this.smartTimerAlarm.TimeFormStringSeparator = ":"; this.smartTimerAlarm.Tick += new System.EventHandler(this.smartTimerAlarm_Tick); // // FormMenu // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1024, 768); this.ControlBox = false; this.Controls.Add(this.smartForm1); this.Name = "FormMenu"; this.Text = "FormMenu"; this.smartForm1.ResumeLayout(false); this.smartGroupBox3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartForm smartForm1; private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartButton buttonHome; private SmartX.SmartLabel labelStop; private SmartX.SmartButton buttonBottom1; private SmartX.SmartButton buttonBottom4; private SmartX.SmartButton buttonBottom3; private SmartX.SmartButton buttonBottom2; private SmartX.SmartLabel labelTime; private System.Windows.Forms.PictureBox pictureBox1; private SmartX.SmartLabel labelUserID; private SmartX.SmartLabel labelUserLevel; private SmartX.SmartLabel labelStart; private SmartX.SmartButton buttonRecipe; private SmartX.SmartButton buttonLog; private SmartX.SmartButton buttonManual; private SmartX.SmartButton buttonSystem; private SmartX.SmartButton buttonUser; private SmartX.SmartTimer smartTimerAlarm; private SmartX.SmartGroupBox smartGroupBox2; private SmartX.SmartGroupBox smartGroupBox3; private SmartX.SmartButton smartButton4; private SmartX.SmartButton smartButton3; private SmartX.SmartButton smartButton2; private SmartX.SmartButton smartButton1; private System.Windows.Forms.Label labelAlarm; } }