INT-LKD/INT_LKD/Controls/MainDisplay/ControlMainResult10.Designe...

126 lines
6.3 KiB
C#

namespace INT_LKD.Controls.MainDisplay
{
partial class ControlMainResult10
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelResultDisp.LineSpacing = 0F;
this.labelResultDisp.Location = new System.Drawing.Point(68, 49);
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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelResultDiff.LineSpacing = 0F;
this.labelResultDiff.Location = new System.Drawing.Point(0, 49);
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("New Gulim", 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, 45);
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;
//
// ControlMainResult10
//
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 = "ControlMainResult10";
this.Size = new System.Drawing.Size(135, 76);
this.ResumeLayout(false);
}
#endregion
private SmartX.SmartLabel labelResultDisp;
private SmartX.SmartLabel labelResultDiff;
private SmartX.SmartLabel labelResult;
}
}