Files
ENIG/Cs_HMI/Project/Dialog/fCounter.Designer.cs
2025-01-07 16:08:02 +09:00

687 lines
43 KiB
C#

namespace Project.Dialog
{
partial class fCounter
{
/// <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 Windows Form 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.lbcnt1 = new arCtl.arLabel();
this.lbcnt2 = new arCtl.arLabel();
this.lbcnt3 = new arCtl.arLabel();
this.lbcnt4 = new arCtl.arLabel();
this.lbcnt5 = new arCtl.arLabel();
this.lbcnta = new arCtl.arLabel();
this.lbcntm = new arCtl.arLabel();
this.lbcnte = new arCtl.arLabel();
this.lbcntqa = new arCtl.arLabel();
this.lbcntqc = new arCtl.arLabel();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel1.ColumnCount = 5;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.label4, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.label5, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.label6, 4, 2);
this.tableLayoutPanel1.Controls.Add(this.label7, 3, 2);
this.tableLayoutPanel1.Controls.Add(this.label8, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.label9, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.label10, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.lbcnt1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.lbcnt2, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.lbcnt3, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.lbcnt4, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.lbcnt5, 4, 1);
this.tableLayoutPanel1.Controls.Add(this.lbcnta, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.lbcntm, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.lbcnte, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.lbcntqa, 3, 3);
this.tableLayoutPanel1.Controls.Add(this.lbcntqc, 4, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(392, 135);
this.tableLayoutPanel1.TabIndex = 0;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(4, 1);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(71, 20);
this.label1.TabIndex = 0;
this.label1.Text = "FVI-1";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(82, 1);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 20);
this.label2.TabIndex = 0;
this.label2.Text = "FVI-2";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(160, 1);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 20);
this.label3.TabIndex = 0;
this.label3.Text = "FVI-3";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Location = new System.Drawing.Point(238, 1);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 20);
this.label4.TabIndex = 0;
this.label4.Text = "FVI-4";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label5
//
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
this.label5.Location = new System.Drawing.Point(316, 1);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 20);
this.label5.TabIndex = 0;
this.label5.Text = "--";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label6
//
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
this.label6.Location = new System.Drawing.Point(316, 68);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(72, 20);
this.label6.TabIndex = 0;
this.label6.Text = "QC";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label7
//
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
this.label7.Location = new System.Drawing.Point(238, 68);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(71, 20);
this.label7.TabIndex = 0;
this.label7.Text = "QA";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label8
//
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
this.label8.Location = new System.Drawing.Point(160, 68);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(71, 20);
this.label8.TabIndex = 0;
this.label8.Text = "충전실패";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label9
//
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
this.label9.Location = new System.Drawing.Point(82, 68);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(71, 20);
this.label9.TabIndex = 0;
this.label9.Text = "충전(수동)";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label10
//
this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
this.label10.Location = new System.Drawing.Point(4, 68);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(71, 20);
this.label10.TabIndex = 0;
this.label10.Text = "충전(자동)";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbcnt1
//
this.lbcnt1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt1.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcnt1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcnt1.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcnt1.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcnt1.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcnt1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcnt1.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcnt1.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcnt1.ForeColor = System.Drawing.Color.White;
this.lbcnt1.GradientEnable = true;
this.lbcnt1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcnt1.GradientRepeatBG = false;
this.lbcnt1.isButton = false;
this.lbcnt1.Location = new System.Drawing.Point(1, 22);
this.lbcnt1.Margin = new System.Windows.Forms.Padding(0);
this.lbcnt1.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcnt1.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcnt1.msg = null;
this.lbcnt1.Name = "lbcnt1";
this.lbcnt1.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcnt1.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcnt1.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcnt1.ProgressEnable = false;
this.lbcnt1.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcnt1.ProgressForeColor = System.Drawing.Color.Black;
this.lbcnt1.ProgressMax = 100F;
this.lbcnt1.ProgressMin = 0F;
this.lbcnt1.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcnt1.ProgressValue = 0F;
this.lbcnt1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcnt1.Sign = "";
this.lbcnt1.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcnt1.SignColor = System.Drawing.Color.Yellow;
this.lbcnt1.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcnt1.Size = new System.Drawing.Size(77, 45);
this.lbcnt1.TabIndex = 5;
this.lbcnt1.Text = "99";
this.lbcnt1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcnt1.TextShadow = true;
this.lbcnt1.TextVisible = true;
//
// lbcnt2
//
this.lbcnt2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt2.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcnt2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcnt2.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcnt2.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcnt2.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcnt2.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcnt2.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcnt2.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcnt2.ForeColor = System.Drawing.Color.White;
this.lbcnt2.GradientEnable = true;
this.lbcnt2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcnt2.GradientRepeatBG = false;
this.lbcnt2.isButton = false;
this.lbcnt2.Location = new System.Drawing.Point(79, 22);
this.lbcnt2.Margin = new System.Windows.Forms.Padding(0);
this.lbcnt2.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcnt2.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcnt2.msg = null;
this.lbcnt2.Name = "lbcnt2";
this.lbcnt2.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcnt2.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcnt2.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcnt2.ProgressEnable = false;
this.lbcnt2.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcnt2.ProgressForeColor = System.Drawing.Color.Black;
this.lbcnt2.ProgressMax = 100F;
this.lbcnt2.ProgressMin = 0F;
this.lbcnt2.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcnt2.ProgressValue = 0F;
this.lbcnt2.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcnt2.Sign = "";
this.lbcnt2.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcnt2.SignColor = System.Drawing.Color.Yellow;
this.lbcnt2.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcnt2.Size = new System.Drawing.Size(77, 45);
this.lbcnt2.TabIndex = 5;
this.lbcnt2.Text = "99";
this.lbcnt2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcnt2.TextShadow = true;
this.lbcnt2.TextVisible = true;
//
// lbcnt3
//
this.lbcnt3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt3.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcnt3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcnt3.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcnt3.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcnt3.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcnt3.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcnt3.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcnt3.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcnt3.ForeColor = System.Drawing.Color.White;
this.lbcnt3.GradientEnable = true;
this.lbcnt3.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcnt3.GradientRepeatBG = false;
this.lbcnt3.isButton = false;
this.lbcnt3.Location = new System.Drawing.Point(157, 22);
this.lbcnt3.Margin = new System.Windows.Forms.Padding(0);
this.lbcnt3.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcnt3.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcnt3.msg = null;
this.lbcnt3.Name = "lbcnt3";
this.lbcnt3.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcnt3.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcnt3.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcnt3.ProgressEnable = false;
this.lbcnt3.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcnt3.ProgressForeColor = System.Drawing.Color.Black;
this.lbcnt3.ProgressMax = 100F;
this.lbcnt3.ProgressMin = 0F;
this.lbcnt3.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcnt3.ProgressValue = 0F;
this.lbcnt3.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcnt3.Sign = "";
this.lbcnt3.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcnt3.SignColor = System.Drawing.Color.Yellow;
this.lbcnt3.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcnt3.Size = new System.Drawing.Size(77, 45);
this.lbcnt3.TabIndex = 5;
this.lbcnt3.Text = "99";
this.lbcnt3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcnt3.TextShadow = true;
this.lbcnt3.TextVisible = true;
//
// lbcnt4
//
this.lbcnt4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt4.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcnt4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcnt4.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcnt4.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcnt4.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcnt4.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcnt4.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcnt4.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcnt4.ForeColor = System.Drawing.Color.White;
this.lbcnt4.GradientEnable = true;
this.lbcnt4.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcnt4.GradientRepeatBG = false;
this.lbcnt4.isButton = false;
this.lbcnt4.Location = new System.Drawing.Point(235, 22);
this.lbcnt4.Margin = new System.Windows.Forms.Padding(0);
this.lbcnt4.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcnt4.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcnt4.msg = null;
this.lbcnt4.Name = "lbcnt4";
this.lbcnt4.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcnt4.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcnt4.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcnt4.ProgressEnable = false;
this.lbcnt4.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcnt4.ProgressForeColor = System.Drawing.Color.Black;
this.lbcnt4.ProgressMax = 100F;
this.lbcnt4.ProgressMin = 0F;
this.lbcnt4.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcnt4.ProgressValue = 0F;
this.lbcnt4.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcnt4.Sign = "";
this.lbcnt4.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcnt4.SignColor = System.Drawing.Color.Yellow;
this.lbcnt4.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcnt4.Size = new System.Drawing.Size(77, 45);
this.lbcnt4.TabIndex = 5;
this.lbcnt4.Text = "99";
this.lbcnt4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcnt4.TextShadow = true;
this.lbcnt4.TextVisible = true;
//
// lbcnt5
//
this.lbcnt5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnt5.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcnt5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcnt5.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcnt5.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcnt5.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcnt5.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcnt5.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcnt5.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcnt5.ForeColor = System.Drawing.Color.White;
this.lbcnt5.GradientEnable = true;
this.lbcnt5.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcnt5.GradientRepeatBG = false;
this.lbcnt5.isButton = false;
this.lbcnt5.Location = new System.Drawing.Point(313, 22);
this.lbcnt5.Margin = new System.Windows.Forms.Padding(0);
this.lbcnt5.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcnt5.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcnt5.msg = null;
this.lbcnt5.Name = "lbcnt5";
this.lbcnt5.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcnt5.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcnt5.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcnt5.ProgressEnable = false;
this.lbcnt5.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcnt5.ProgressForeColor = System.Drawing.Color.Black;
this.lbcnt5.ProgressMax = 100F;
this.lbcnt5.ProgressMin = 0F;
this.lbcnt5.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcnt5.ProgressValue = 0F;
this.lbcnt5.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcnt5.Sign = "";
this.lbcnt5.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcnt5.SignColor = System.Drawing.Color.Yellow;
this.lbcnt5.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcnt5.Size = new System.Drawing.Size(78, 45);
this.lbcnt5.TabIndex = 5;
this.lbcnt5.Text = "--";
this.lbcnt5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcnt5.TextShadow = true;
this.lbcnt5.TextVisible = true;
//
// lbcnta
//
this.lbcnta.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnta.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnta.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcnta.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcnta.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcnta.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcnta.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcnta.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcnta.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcnta.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcnta.ForeColor = System.Drawing.Color.White;
this.lbcnta.GradientEnable = true;
this.lbcnta.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcnta.GradientRepeatBG = false;
this.lbcnta.isButton = false;
this.lbcnta.Location = new System.Drawing.Point(1, 89);
this.lbcnta.Margin = new System.Windows.Forms.Padding(0);
this.lbcnta.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcnta.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcnta.msg = null;
this.lbcnta.Name = "lbcnta";
this.lbcnta.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcnta.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcnta.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcnta.ProgressEnable = false;
this.lbcnta.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcnta.ProgressForeColor = System.Drawing.Color.Black;
this.lbcnta.ProgressMax = 100F;
this.lbcnta.ProgressMin = 0F;
this.lbcnta.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcnta.ProgressValue = 0F;
this.lbcnta.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcnta.Sign = "";
this.lbcnta.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcnta.SignColor = System.Drawing.Color.Yellow;
this.lbcnta.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcnta.Size = new System.Drawing.Size(77, 45);
this.lbcnta.TabIndex = 5;
this.lbcnta.Text = "99";
this.lbcnta.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcnta.TextShadow = true;
this.lbcnta.TextVisible = true;
//
// lbcntm
//
this.lbcntm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcntm.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcntm.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcntm.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcntm.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcntm.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcntm.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcntm.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcntm.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcntm.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcntm.ForeColor = System.Drawing.Color.White;
this.lbcntm.GradientEnable = true;
this.lbcntm.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcntm.GradientRepeatBG = false;
this.lbcntm.isButton = false;
this.lbcntm.Location = new System.Drawing.Point(79, 89);
this.lbcntm.Margin = new System.Windows.Forms.Padding(0);
this.lbcntm.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcntm.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcntm.msg = null;
this.lbcntm.Name = "lbcntm";
this.lbcntm.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcntm.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcntm.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcntm.ProgressEnable = false;
this.lbcntm.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcntm.ProgressForeColor = System.Drawing.Color.Black;
this.lbcntm.ProgressMax = 100F;
this.lbcntm.ProgressMin = 0F;
this.lbcntm.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcntm.ProgressValue = 0F;
this.lbcntm.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcntm.Sign = "";
this.lbcntm.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcntm.SignColor = System.Drawing.Color.Yellow;
this.lbcntm.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcntm.Size = new System.Drawing.Size(77, 45);
this.lbcntm.TabIndex = 5;
this.lbcntm.Text = "99";
this.lbcntm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcntm.TextShadow = true;
this.lbcntm.TextVisible = true;
//
// lbcnte
//
this.lbcnte.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnte.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcnte.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcnte.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcnte.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcnte.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcnte.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcnte.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcnte.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcnte.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcnte.ForeColor = System.Drawing.Color.White;
this.lbcnte.GradientEnable = true;
this.lbcnte.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcnte.GradientRepeatBG = false;
this.lbcnte.isButton = false;
this.lbcnte.Location = new System.Drawing.Point(157, 89);
this.lbcnte.Margin = new System.Windows.Forms.Padding(0);
this.lbcnte.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcnte.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcnte.msg = null;
this.lbcnte.Name = "lbcnte";
this.lbcnte.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcnte.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcnte.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcnte.ProgressEnable = false;
this.lbcnte.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcnte.ProgressForeColor = System.Drawing.Color.Black;
this.lbcnte.ProgressMax = 100F;
this.lbcnte.ProgressMin = 0F;
this.lbcnte.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcnte.ProgressValue = 0F;
this.lbcnte.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcnte.Sign = "";
this.lbcnte.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcnte.SignColor = System.Drawing.Color.Yellow;
this.lbcnte.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcnte.Size = new System.Drawing.Size(77, 45);
this.lbcnte.TabIndex = 5;
this.lbcnte.Text = "99";
this.lbcnte.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcnte.TextShadow = true;
this.lbcnte.TextVisible = true;
//
// lbcntqa
//
this.lbcntqa.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcntqa.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcntqa.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcntqa.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcntqa.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcntqa.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcntqa.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcntqa.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcntqa.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcntqa.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcntqa.ForeColor = System.Drawing.Color.White;
this.lbcntqa.GradientEnable = true;
this.lbcntqa.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcntqa.GradientRepeatBG = false;
this.lbcntqa.isButton = false;
this.lbcntqa.Location = new System.Drawing.Point(235, 89);
this.lbcntqa.Margin = new System.Windows.Forms.Padding(0);
this.lbcntqa.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcntqa.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcntqa.msg = null;
this.lbcntqa.Name = "lbcntqa";
this.lbcntqa.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcntqa.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcntqa.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcntqa.ProgressEnable = false;
this.lbcntqa.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcntqa.ProgressForeColor = System.Drawing.Color.Black;
this.lbcntqa.ProgressMax = 100F;
this.lbcntqa.ProgressMin = 0F;
this.lbcntqa.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcntqa.ProgressValue = 0F;
this.lbcntqa.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcntqa.Sign = "";
this.lbcntqa.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcntqa.SignColor = System.Drawing.Color.Yellow;
this.lbcntqa.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcntqa.Size = new System.Drawing.Size(77, 45);
this.lbcntqa.TabIndex = 5;
this.lbcntqa.Text = "99";
this.lbcntqa.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcntqa.TextShadow = true;
this.lbcntqa.TextVisible = true;
//
// lbcntqc
//
this.lbcntqc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcntqc.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.lbcntqc.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.lbcntqc.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
this.lbcntqc.BorderColorOver = System.Drawing.Color.DodgerBlue;
this.lbcntqc.BorderSize = new System.Windows.Forms.Padding(0);
this.lbcntqc.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.lbcntqc.Cursor = System.Windows.Forms.Cursors.Arrow;
this.lbcntqc.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbcntqc.Font = new System.Drawing.Font("Consolas", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbcntqc.ForeColor = System.Drawing.Color.White;
this.lbcntqc.GradientEnable = true;
this.lbcntqc.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
this.lbcntqc.GradientRepeatBG = false;
this.lbcntqc.isButton = false;
this.lbcntqc.Location = new System.Drawing.Point(313, 89);
this.lbcntqc.Margin = new System.Windows.Forms.Padding(0);
this.lbcntqc.MouseDownColor = System.Drawing.Color.Yellow;
this.lbcntqc.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbcntqc.msg = null;
this.lbcntqc.Name = "lbcntqc";
this.lbcntqc.ProgressBorderColor = System.Drawing.Color.Black;
this.lbcntqc.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.lbcntqc.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.lbcntqc.ProgressEnable = false;
this.lbcntqc.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.lbcntqc.ProgressForeColor = System.Drawing.Color.Black;
this.lbcntqc.ProgressMax = 100F;
this.lbcntqc.ProgressMin = 0F;
this.lbcntqc.ProgressPadding = new System.Windows.Forms.Padding(0);
this.lbcntqc.ProgressValue = 0F;
this.lbcntqc.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.lbcntqc.Sign = "";
this.lbcntqc.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.lbcntqc.SignColor = System.Drawing.Color.Yellow;
this.lbcntqc.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.lbcntqc.Size = new System.Drawing.Size(78, 45);
this.lbcntqc.TabIndex = 5;
this.lbcntqc.Text = "99";
this.lbcntqc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbcntqc.TextShadow = true;
this.lbcntqc.TextVisible = true;
this.lbcntqc.Click += new System.EventHandler(this.lbcntpk_Click);
//
// fCounter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(392, 135);
this.Controls.Add(this.tableLayoutPanel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "fCounter";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "fCounter";
this.Load += new System.EventHandler(this.fCounter_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private arCtl.arLabel lbcnt1;
private arCtl.arLabel lbcnt2;
private arCtl.arLabel lbcnt3;
private arCtl.arLabel lbcnt4;
private arCtl.arLabel lbcnt5;
private arCtl.arLabel lbcnta;
private arCtl.arLabel lbcntm;
private arCtl.arLabel lbcnte;
private arCtl.arLabel lbcntqa;
private System.Windows.Forms.Label label6;
private arCtl.arLabel lbcntqc;
}
}