namespace INT_LKD.Controls.MainDisplay { partial class ControlMainResult12 { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.labelResultDisp = new SmartX.SmartLabel(); this.labelResultDiff = new SmartX.SmartLabel(); this.labelResult = new SmartX.SmartLabel(); this.SuspendLayout(); // // labelResultDisp // this.labelResultDisp.BackGround = null; this.labelResultDisp.BackGroundColor = System.Drawing.Color.Black; this.labelResultDisp.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDisp.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelResultDisp.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDisp.LineSpacing = 0F; this.labelResultDisp.Location = new System.Drawing.Point(68, 43); this.labelResultDisp.Name = "labelResultDisp"; this.labelResultDisp.OverlapOptimize = true; this.labelResultDisp.PasswordChar = '\0'; this.labelResultDisp.Radius = 3; this.labelResultDisp.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelResultDisp.Size = new System.Drawing.Size(67, 27); this.labelResultDisp.TabIndex = 521; this.labelResultDisp.Text = "DISP"; this.labelResultDisp.TextColor = System.Drawing.Color.Gainsboro; this.labelResultDisp.TextColorDisable = System.Drawing.Color.Gray; this.labelResultDisp.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResultDisp.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDisp.Wordwrap = false; // // labelResultDiff // this.labelResultDiff.BackGround = null; this.labelResultDiff.BackGroundColor = System.Drawing.Color.Black; this.labelResultDiff.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82))))); this.labelResultDiff.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelResultDiff.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold); this.labelResultDiff.LineSpacing = 0F; this.labelResultDiff.Location = new System.Drawing.Point(0, 43); this.labelResultDiff.Name = "labelResultDiff"; this.labelResultDiff.OverlapOptimize = true; this.labelResultDiff.PasswordChar = '\0'; this.labelResultDiff.Radius = 3; this.labelResultDiff.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelResultDiff.Size = new System.Drawing.Size(67, 27); this.labelResultDiff.TabIndex = 520; this.labelResultDiff.Text = "DIFF"; this.labelResultDiff.TextColor = System.Drawing.Color.Gainsboro; this.labelResultDiff.TextColorDisable = System.Drawing.Color.Gray; this.labelResultDiff.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResultDiff.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResultDiff.Wordwrap = false; // // labelResult // this.labelResult.BackGround = null; this.labelResult.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64))))); this.labelResult.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(200)))), ((int)(((byte)(64))))); this.labelResult.BorderStyle = SmartX.SmartLabel.BorderStyles.None; this.labelResult.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold); this.labelResult.LineSpacing = 0F; this.labelResult.Location = new System.Drawing.Point(0, 0); this.labelResult.Name = "labelResult"; this.labelResult.OverlapOptimize = true; this.labelResult.PasswordChar = '\0'; this.labelResult.Radius = 3; this.labelResult.RoundRectFillColor = System.Drawing.Color.LightBlue; this.labelResult.Size = new System.Drawing.Size(135, 42); this.labelResult.TabIndex = 519; this.labelResult.Text = "Pass"; this.labelResult.TextColor = System.Drawing.Color.White; this.labelResult.TextColorDisable = System.Drawing.Color.Gray; this.labelResult.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelResult.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelResult.Wordwrap = false; // // ControlMainResult // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.Black; this.Controls.Add(this.labelResultDisp); this.Controls.Add(this.labelResultDiff); this.Controls.Add(this.labelResult); this.Name = "ControlMainResult"; this.Size = new System.Drawing.Size(135, 70); this.ResumeLayout(false); } #endregion private SmartX.SmartLabel labelResultDisp; private SmartX.SmartLabel labelResultDiff; private SmartX.SmartLabel labelResult; } }