ITC81DB_2/ITC81DB_2/Controls/MainDisplay/ControlMainDataStatistics.D...

748 lines
44 KiB
C#

namespace ITC81DB_2.Controls
{
partial class ControlMainDataStatistics
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMainDataStatistics));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.labelPassCount1 = new SmartX.SmartLabel();
this.labelUnderCount1 = new SmartX.SmartLabel();
this.labelPassAverage1 = new SmartX.SmartLabel();
this.labelPassSumWeight1 = new SmartX.SmartLabel();
this.labelOverCount1 = new SmartX.SmartLabel();
this.labelUnderAverage1 = new SmartX.SmartLabel();
this.labelUnderSumWeight1 = new SmartX.SmartLabel();
this.labelOverAverage1 = new SmartX.SmartLabel();
this.labelOverSumWeight1 = new SmartX.SmartLabel();
this.labelPassCount2 = new SmartX.SmartLabel();
this.labelUnderCount2 = new SmartX.SmartLabel();
this.labelPassAverage2 = new SmartX.SmartLabel();
this.labelPassSumWeight2 = new SmartX.SmartLabel();
this.labelOverCount2 = new SmartX.SmartLabel();
this.labelUnderAverage2 = new SmartX.SmartLabel();
this.labelUnderSumWeight2 = new SmartX.SmartLabel();
this.labelOverAverage2 = new SmartX.SmartLabel();
this.labelOverSumWeight2 = new SmartX.SmartLabel();
this.labelNgCount1 = new SmartX.SmartLabel();
this.labelTotalCount1 = new SmartX.SmartLabel();
this.labelExNgCount1 = new SmartX.SmartLabel();
this.labelNgCount2 = new SmartX.SmartLabel();
this.labelTotalCount2 = new SmartX.SmartLabel();
this.labelExNgCount2 = new SmartX.SmartLabel();
this.labelUnderRange1 = new SmartX.SmartLabel();
this.labelPassRange1 = new SmartX.SmartLabel();
this.labelOverRange1 = new SmartX.SmartLabel();
this.labelOverRange2 = new SmartX.SmartLabel();
this.labelUnderRange2 = new SmartX.SmartLabel();
this.labelPassRange2 = new SmartX.SmartLabel();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(536, 442);
//
// labelPassCount1
//
this.labelPassCount1.BackPictureBox = this.pictureBox1;
this.labelPassCount1.BackPictureBox1 = null;
this.labelPassCount1.BackPictureBox2 = null;
this.labelPassCount1.BorderColor = System.Drawing.Color.Black;
this.labelPassCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassCount1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelPassCount1.ForeColor = System.Drawing.Color.White;
this.labelPassCount1.InitVisible = true;
this.labelPassCount1.LineSpacing = 0F;
this.labelPassCount1.Location = new System.Drawing.Point(206, 87);
this.labelPassCount1.Name = "labelPassCount1";
this.labelPassCount1.Size = new System.Drawing.Size(112, 36);
this.labelPassCount1.TabIndex = 38;
this.labelPassCount1.Text = "상한";
this.labelPassCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassCount1.Wordwrap = false;
//
// labelUnderCount1
//
this.labelUnderCount1.BackPictureBox = this.pictureBox1;
this.labelUnderCount1.BackPictureBox1 = null;
this.labelUnderCount1.BackPictureBox2 = null;
this.labelUnderCount1.BorderColor = System.Drawing.Color.Black;
this.labelUnderCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderCount1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelUnderCount1.ForeColor = System.Drawing.Color.White;
this.labelUnderCount1.InitVisible = true;
this.labelUnderCount1.LineSpacing = 0F;
this.labelUnderCount1.Location = new System.Drawing.Point(206, 127);
this.labelUnderCount1.Name = "labelUnderCount1";
this.labelUnderCount1.Size = new System.Drawing.Size(112, 36);
this.labelUnderCount1.TabIndex = 39;
this.labelUnderCount1.Text = "상한";
this.labelUnderCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderCount1.Wordwrap = false;
//
// labelPassAverage1
//
this.labelPassAverage1.BackPictureBox = this.pictureBox1;
this.labelPassAverage1.BackPictureBox1 = null;
this.labelPassAverage1.BackPictureBox2 = null;
this.labelPassAverage1.BorderColor = System.Drawing.Color.Black;
this.labelPassAverage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassAverage1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelPassAverage1.ForeColor = System.Drawing.Color.White;
this.labelPassAverage1.InitVisible = true;
this.labelPassAverage1.LineSpacing = 0F;
this.labelPassAverage1.Location = new System.Drawing.Point(431, 87);
this.labelPassAverage1.Name = "labelPassAverage1";
this.labelPassAverage1.Size = new System.Drawing.Size(97, 36);
this.labelPassAverage1.TabIndex = 35;
this.labelPassAverage1.Text = "상한";
this.labelPassAverage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassAverage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassAverage1.Wordwrap = false;
//
// labelPassSumWeight1
//
this.labelPassSumWeight1.BackPictureBox = this.pictureBox1;
this.labelPassSumWeight1.BackPictureBox1 = null;
this.labelPassSumWeight1.BackPictureBox2 = null;
this.labelPassSumWeight1.BorderColor = System.Drawing.Color.Black;
this.labelPassSumWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassSumWeight1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelPassSumWeight1.ForeColor = System.Drawing.Color.White;
this.labelPassSumWeight1.InitVisible = true;
this.labelPassSumWeight1.LineSpacing = 0F;
this.labelPassSumWeight1.Location = new System.Drawing.Point(321, 87);
this.labelPassSumWeight1.Name = "labelPassSumWeight1";
this.labelPassSumWeight1.Size = new System.Drawing.Size(112, 36);
this.labelPassSumWeight1.TabIndex = 34;
this.labelPassSumWeight1.Text = "상한";
this.labelPassSumWeight1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassSumWeight1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassSumWeight1.Wordwrap = false;
//
// labelOverCount1
//
this.labelOverCount1.BackPictureBox = this.pictureBox1;
this.labelOverCount1.BackPictureBox1 = null;
this.labelOverCount1.BackPictureBox2 = null;
this.labelOverCount1.BorderColor = System.Drawing.Color.Black;
this.labelOverCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverCount1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelOverCount1.ForeColor = System.Drawing.Color.White;
this.labelOverCount1.InitVisible = true;
this.labelOverCount1.LineSpacing = 0F;
this.labelOverCount1.Location = new System.Drawing.Point(206, 47);
this.labelOverCount1.Name = "labelOverCount1";
this.labelOverCount1.Size = new System.Drawing.Size(112, 36);
this.labelOverCount1.TabIndex = 40;
this.labelOverCount1.Text = "상한";
this.labelOverCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverCount1.Wordwrap = false;
//
// labelUnderAverage1
//
this.labelUnderAverage1.BackPictureBox = this.pictureBox1;
this.labelUnderAverage1.BackPictureBox1 = null;
this.labelUnderAverage1.BackPictureBox2 = null;
this.labelUnderAverage1.BorderColor = System.Drawing.Color.Black;
this.labelUnderAverage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderAverage1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelUnderAverage1.ForeColor = System.Drawing.Color.White;
this.labelUnderAverage1.InitVisible = true;
this.labelUnderAverage1.LineSpacing = 0F;
this.labelUnderAverage1.Location = new System.Drawing.Point(431, 127);
this.labelUnderAverage1.Name = "labelUnderAverage1";
this.labelUnderAverage1.Size = new System.Drawing.Size(97, 36);
this.labelUnderAverage1.TabIndex = 37;
this.labelUnderAverage1.Text = "상한";
this.labelUnderAverage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderAverage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderAverage1.Wordwrap = false;
//
// labelUnderSumWeight1
//
this.labelUnderSumWeight1.BackPictureBox = this.pictureBox1;
this.labelUnderSumWeight1.BackPictureBox1 = null;
this.labelUnderSumWeight1.BackPictureBox2 = null;
this.labelUnderSumWeight1.BorderColor = System.Drawing.Color.Black;
this.labelUnderSumWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderSumWeight1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelUnderSumWeight1.ForeColor = System.Drawing.Color.White;
this.labelUnderSumWeight1.InitVisible = true;
this.labelUnderSumWeight1.LineSpacing = 0F;
this.labelUnderSumWeight1.Location = new System.Drawing.Point(321, 127);
this.labelUnderSumWeight1.Name = "labelUnderSumWeight1";
this.labelUnderSumWeight1.Size = new System.Drawing.Size(112, 36);
this.labelUnderSumWeight1.TabIndex = 36;
this.labelUnderSumWeight1.Text = "상한";
this.labelUnderSumWeight1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderSumWeight1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderSumWeight1.Wordwrap = false;
//
// labelOverAverage1
//
this.labelOverAverage1.BackPictureBox = this.pictureBox1;
this.labelOverAverage1.BackPictureBox1 = null;
this.labelOverAverage1.BackPictureBox2 = null;
this.labelOverAverage1.BorderColor = System.Drawing.Color.Black;
this.labelOverAverage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverAverage1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelOverAverage1.ForeColor = System.Drawing.Color.White;
this.labelOverAverage1.InitVisible = true;
this.labelOverAverage1.LineSpacing = 0F;
this.labelOverAverage1.Location = new System.Drawing.Point(431, 47);
this.labelOverAverage1.Name = "labelOverAverage1";
this.labelOverAverage1.Size = new System.Drawing.Size(97, 36);
this.labelOverAverage1.TabIndex = 32;
this.labelOverAverage1.Text = "상한";
this.labelOverAverage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverAverage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverAverage1.Wordwrap = false;
//
// labelOverSumWeight1
//
this.labelOverSumWeight1.BackPictureBox = this.pictureBox1;
this.labelOverSumWeight1.BackPictureBox1 = null;
this.labelOverSumWeight1.BackPictureBox2 = null;
this.labelOverSumWeight1.BorderColor = System.Drawing.Color.Black;
this.labelOverSumWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverSumWeight1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelOverSumWeight1.ForeColor = System.Drawing.Color.White;
this.labelOverSumWeight1.InitVisible = true;
this.labelOverSumWeight1.LineSpacing = 0F;
this.labelOverSumWeight1.Location = new System.Drawing.Point(321, 47);
this.labelOverSumWeight1.Name = "labelOverSumWeight1";
this.labelOverSumWeight1.Size = new System.Drawing.Size(112, 36);
this.labelOverSumWeight1.TabIndex = 33;
this.labelOverSumWeight1.Text = "상한";
this.labelOverSumWeight1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverSumWeight1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverSumWeight1.Wordwrap = false;
//
// labelPassCount2
//
this.labelPassCount2.BackPictureBox = this.pictureBox1;
this.labelPassCount2.BackPictureBox1 = null;
this.labelPassCount2.BackPictureBox2 = null;
this.labelPassCount2.BorderColor = System.Drawing.Color.Black;
this.labelPassCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassCount2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelPassCount2.ForeColor = System.Drawing.Color.White;
this.labelPassCount2.InitVisible = true;
this.labelPassCount2.LineSpacing = 0F;
this.labelPassCount2.Location = new System.Drawing.Point(206, 303);
this.labelPassCount2.Name = "labelPassCount2";
this.labelPassCount2.Size = new System.Drawing.Size(112, 36);
this.labelPassCount2.TabIndex = 47;
this.labelPassCount2.Text = "상한";
this.labelPassCount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassCount2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassCount2.Wordwrap = false;
//
// labelUnderCount2
//
this.labelUnderCount2.BackPictureBox = this.pictureBox1;
this.labelUnderCount2.BackPictureBox1 = null;
this.labelUnderCount2.BackPictureBox2 = null;
this.labelUnderCount2.BorderColor = System.Drawing.Color.Black;
this.labelUnderCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderCount2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelUnderCount2.ForeColor = System.Drawing.Color.White;
this.labelUnderCount2.InitVisible = true;
this.labelUnderCount2.LineSpacing = 0F;
this.labelUnderCount2.Location = new System.Drawing.Point(206, 343);
this.labelUnderCount2.Name = "labelUnderCount2";
this.labelUnderCount2.Size = new System.Drawing.Size(112, 36);
this.labelUnderCount2.TabIndex = 48;
this.labelUnderCount2.Text = "상한";
this.labelUnderCount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderCount2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderCount2.Wordwrap = false;
//
// labelPassAverage2
//
this.labelPassAverage2.BackPictureBox = this.pictureBox1;
this.labelPassAverage2.BackPictureBox1 = null;
this.labelPassAverage2.BackPictureBox2 = null;
this.labelPassAverage2.BorderColor = System.Drawing.Color.Black;
this.labelPassAverage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassAverage2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelPassAverage2.ForeColor = System.Drawing.Color.White;
this.labelPassAverage2.InitVisible = true;
this.labelPassAverage2.LineSpacing = 0F;
this.labelPassAverage2.Location = new System.Drawing.Point(439, 305);
this.labelPassAverage2.Name = "labelPassAverage2";
this.labelPassAverage2.Size = new System.Drawing.Size(89, 36);
this.labelPassAverage2.TabIndex = 44;
this.labelPassAverage2.Text = "상한";
this.labelPassAverage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassAverage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassAverage2.Wordwrap = false;
//
// labelPassSumWeight2
//
this.labelPassSumWeight2.BackPictureBox = this.pictureBox1;
this.labelPassSumWeight2.BackPictureBox1 = null;
this.labelPassSumWeight2.BackPictureBox2 = null;
this.labelPassSumWeight2.BorderColor = System.Drawing.Color.Black;
this.labelPassSumWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassSumWeight2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelPassSumWeight2.ForeColor = System.Drawing.Color.White;
this.labelPassSumWeight2.InitVisible = true;
this.labelPassSumWeight2.LineSpacing = 0F;
this.labelPassSumWeight2.Location = new System.Drawing.Point(321, 303);
this.labelPassSumWeight2.Name = "labelPassSumWeight2";
this.labelPassSumWeight2.Size = new System.Drawing.Size(112, 36);
this.labelPassSumWeight2.TabIndex = 43;
this.labelPassSumWeight2.Text = "상한";
this.labelPassSumWeight2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassSumWeight2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassSumWeight2.Wordwrap = false;
//
// labelOverCount2
//
this.labelOverCount2.BackPictureBox = this.pictureBox1;
this.labelOverCount2.BackPictureBox1 = null;
this.labelOverCount2.BackPictureBox2 = null;
this.labelOverCount2.BorderColor = System.Drawing.Color.Black;
this.labelOverCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverCount2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelOverCount2.ForeColor = System.Drawing.Color.White;
this.labelOverCount2.InitVisible = true;
this.labelOverCount2.LineSpacing = 0F;
this.labelOverCount2.Location = new System.Drawing.Point(206, 263);
this.labelOverCount2.Name = "labelOverCount2";
this.labelOverCount2.Size = new System.Drawing.Size(112, 36);
this.labelOverCount2.TabIndex = 49;
this.labelOverCount2.Text = "상한";
this.labelOverCount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverCount2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverCount2.Wordwrap = false;
//
// labelUnderAverage2
//
this.labelUnderAverage2.BackPictureBox = this.pictureBox1;
this.labelUnderAverage2.BackPictureBox1 = null;
this.labelUnderAverage2.BackPictureBox2 = null;
this.labelUnderAverage2.BorderColor = System.Drawing.Color.Black;
this.labelUnderAverage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderAverage2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelUnderAverage2.ForeColor = System.Drawing.Color.White;
this.labelUnderAverage2.InitVisible = true;
this.labelUnderAverage2.LineSpacing = 0F;
this.labelUnderAverage2.Location = new System.Drawing.Point(439, 345);
this.labelUnderAverage2.Name = "labelUnderAverage2";
this.labelUnderAverage2.Size = new System.Drawing.Size(89, 36);
this.labelUnderAverage2.TabIndex = 46;
this.labelUnderAverage2.Text = "상한";
this.labelUnderAverage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderAverage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderAverage2.Wordwrap = false;
//
// labelUnderSumWeight2
//
this.labelUnderSumWeight2.BackPictureBox = this.pictureBox1;
this.labelUnderSumWeight2.BackPictureBox1 = null;
this.labelUnderSumWeight2.BackPictureBox2 = null;
this.labelUnderSumWeight2.BorderColor = System.Drawing.Color.Black;
this.labelUnderSumWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderSumWeight2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelUnderSumWeight2.ForeColor = System.Drawing.Color.White;
this.labelUnderSumWeight2.InitVisible = true;
this.labelUnderSumWeight2.LineSpacing = 0F;
this.labelUnderSumWeight2.Location = new System.Drawing.Point(321, 343);
this.labelUnderSumWeight2.Name = "labelUnderSumWeight2";
this.labelUnderSumWeight2.Size = new System.Drawing.Size(112, 36);
this.labelUnderSumWeight2.TabIndex = 45;
this.labelUnderSumWeight2.Text = "상한";
this.labelUnderSumWeight2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderSumWeight2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderSumWeight2.Wordwrap = false;
//
// labelOverAverage2
//
this.labelOverAverage2.BackPictureBox = this.pictureBox1;
this.labelOverAverage2.BackPictureBox1 = null;
this.labelOverAverage2.BackPictureBox2 = null;
this.labelOverAverage2.BorderColor = System.Drawing.Color.Black;
this.labelOverAverage2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverAverage2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelOverAverage2.ForeColor = System.Drawing.Color.White;
this.labelOverAverage2.InitVisible = true;
this.labelOverAverage2.LineSpacing = 0F;
this.labelOverAverage2.Location = new System.Drawing.Point(439, 265);
this.labelOverAverage2.Name = "labelOverAverage2";
this.labelOverAverage2.Size = new System.Drawing.Size(89, 36);
this.labelOverAverage2.TabIndex = 41;
this.labelOverAverage2.Text = "상한";
this.labelOverAverage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverAverage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverAverage2.Wordwrap = false;
//
// labelOverSumWeight2
//
this.labelOverSumWeight2.BackPictureBox = this.pictureBox1;
this.labelOverSumWeight2.BackPictureBox1 = null;
this.labelOverSumWeight2.BackPictureBox2 = null;
this.labelOverSumWeight2.BorderColor = System.Drawing.Color.Black;
this.labelOverSumWeight2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverSumWeight2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelOverSumWeight2.ForeColor = System.Drawing.Color.White;
this.labelOverSumWeight2.InitVisible = true;
this.labelOverSumWeight2.LineSpacing = 0F;
this.labelOverSumWeight2.Location = new System.Drawing.Point(321, 263);
this.labelOverSumWeight2.Name = "labelOverSumWeight2";
this.labelOverSumWeight2.Size = new System.Drawing.Size(112, 36);
this.labelOverSumWeight2.TabIndex = 42;
this.labelOverSumWeight2.Text = "상한";
this.labelOverSumWeight2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverSumWeight2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverSumWeight2.Wordwrap = false;
//
// labelNgCount1
//
this.labelNgCount1.BackPictureBox = this.pictureBox1;
this.labelNgCount1.BackPictureBox1 = null;
this.labelNgCount1.BackPictureBox2 = null;
this.labelNgCount1.BorderColor = System.Drawing.Color.Black;
this.labelNgCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelNgCount1.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelNgCount1.ForeColor = System.Drawing.Color.White;
this.labelNgCount1.InitVisible = true;
this.labelNgCount1.LineSpacing = 0F;
this.labelNgCount1.Location = new System.Drawing.Point(69, 176);
this.labelNgCount1.Name = "labelNgCount1";
this.labelNgCount1.Size = new System.Drawing.Size(112, 36);
this.labelNgCount1.TabIndex = 52;
this.labelNgCount1.Text = "123456789";
this.labelNgCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelNgCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelNgCount1.Wordwrap = false;
//
// labelTotalCount1
//
this.labelTotalCount1.BackPictureBox = this.pictureBox1;
this.labelTotalCount1.BackPictureBox1 = null;
this.labelTotalCount1.BackPictureBox2 = null;
this.labelTotalCount1.BorderColor = System.Drawing.Color.Black;
this.labelTotalCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTotalCount1.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelTotalCount1.ForeColor = System.Drawing.Color.White;
this.labelTotalCount1.InitVisible = true;
this.labelTotalCount1.LineSpacing = 0F;
this.labelTotalCount1.Location = new System.Drawing.Point(416, 176);
this.labelTotalCount1.Name = "labelTotalCount1";
this.labelTotalCount1.Size = new System.Drawing.Size(112, 36);
this.labelTotalCount1.TabIndex = 51;
this.labelTotalCount1.Text = "123456789";
this.labelTotalCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelTotalCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalCount1.Wordwrap = false;
//
// labelExNgCount1
//
this.labelExNgCount1.BackPictureBox = this.pictureBox1;
this.labelExNgCount1.BackPictureBox1 = null;
this.labelExNgCount1.BackPictureBox2 = null;
this.labelExNgCount1.BorderColor = System.Drawing.Color.Black;
this.labelExNgCount1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExNgCount1.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelExNgCount1.ForeColor = System.Drawing.Color.White;
this.labelExNgCount1.InitVisible = true;
this.labelExNgCount1.LineSpacing = 0F;
this.labelExNgCount1.Location = new System.Drawing.Point(243, 176);
this.labelExNgCount1.Name = "labelExNgCount1";
this.labelExNgCount1.Size = new System.Drawing.Size(112, 36);
this.labelExNgCount1.TabIndex = 50;
this.labelExNgCount1.Text = "123456789";
this.labelExNgCount1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelExNgCount1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExNgCount1.Wordwrap = false;
//
// labelNgCount2
//
this.labelNgCount2.BackPictureBox = this.pictureBox1;
this.labelNgCount2.BackPictureBox1 = null;
this.labelNgCount2.BackPictureBox2 = null;
this.labelNgCount2.BorderColor = System.Drawing.Color.Black;
this.labelNgCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelNgCount2.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelNgCount2.ForeColor = System.Drawing.Color.White;
this.labelNgCount2.InitVisible = true;
this.labelNgCount2.LineSpacing = 0F;
this.labelNgCount2.Location = new System.Drawing.Point(69, 394);
this.labelNgCount2.Name = "labelNgCount2";
this.labelNgCount2.Size = new System.Drawing.Size(112, 36);
this.labelNgCount2.TabIndex = 55;
this.labelNgCount2.Text = "123456789";
this.labelNgCount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelNgCount2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelNgCount2.Wordwrap = false;
//
// labelTotalCount2
//
this.labelTotalCount2.BackPictureBox = this.pictureBox1;
this.labelTotalCount2.BackPictureBox1 = null;
this.labelTotalCount2.BackPictureBox2 = null;
this.labelTotalCount2.BorderColor = System.Drawing.Color.Black;
this.labelTotalCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTotalCount2.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelTotalCount2.ForeColor = System.Drawing.Color.White;
this.labelTotalCount2.InitVisible = true;
this.labelTotalCount2.LineSpacing = 0F;
this.labelTotalCount2.Location = new System.Drawing.Point(416, 394);
this.labelTotalCount2.Name = "labelTotalCount2";
this.labelTotalCount2.Size = new System.Drawing.Size(112, 36);
this.labelTotalCount2.TabIndex = 54;
this.labelTotalCount2.Text = "123456789";
this.labelTotalCount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelTotalCount2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelTotalCount2.Wordwrap = false;
//
// labelExNgCount2
//
this.labelExNgCount2.BackPictureBox = this.pictureBox1;
this.labelExNgCount2.BackPictureBox1 = null;
this.labelExNgCount2.BackPictureBox2 = null;
this.labelExNgCount2.BorderColor = System.Drawing.Color.Black;
this.labelExNgCount2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExNgCount2.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelExNgCount2.ForeColor = System.Drawing.Color.White;
this.labelExNgCount2.InitVisible = true;
this.labelExNgCount2.LineSpacing = 0F;
this.labelExNgCount2.Location = new System.Drawing.Point(243, 394);
this.labelExNgCount2.Name = "labelExNgCount2";
this.labelExNgCount2.Size = new System.Drawing.Size(112, 36);
this.labelExNgCount2.TabIndex = 53;
this.labelExNgCount2.Text = "123456789";
this.labelExNgCount2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelExNgCount2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelExNgCount2.Wordwrap = false;
//
// labelUnderRange1
//
this.labelUnderRange1.BackPictureBox = this.pictureBox1;
this.labelUnderRange1.BackPictureBox1 = null;
this.labelUnderRange1.BackPictureBox2 = null;
this.labelUnderRange1.BorderColor = System.Drawing.Color.Black;
this.labelUnderRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderRange1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelUnderRange1.ForeColor = System.Drawing.Color.White;
this.labelUnderRange1.InitVisible = true;
this.labelUnderRange1.LineSpacing = 0F;
this.labelUnderRange1.Location = new System.Drawing.Point(112, 127);
this.labelUnderRange1.Name = "labelUnderRange1";
this.labelUnderRange1.Size = new System.Drawing.Size(90, 36);
this.labelUnderRange1.TabIndex = 39;
this.labelUnderRange1.Text = "상한";
this.labelUnderRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderRange1.Wordwrap = false;
//
// labelPassRange1
//
this.labelPassRange1.BackPictureBox = this.pictureBox1;
this.labelPassRange1.BackPictureBox1 = null;
this.labelPassRange1.BackPictureBox2 = null;
this.labelPassRange1.BorderColor = System.Drawing.Color.Black;
this.labelPassRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassRange1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelPassRange1.ForeColor = System.Drawing.Color.White;
this.labelPassRange1.InitVisible = true;
this.labelPassRange1.LineSpacing = 0F;
this.labelPassRange1.Location = new System.Drawing.Point(112, 87);
this.labelPassRange1.Name = "labelPassRange1";
this.labelPassRange1.Size = new System.Drawing.Size(90, 36);
this.labelPassRange1.TabIndex = 38;
this.labelPassRange1.Text = "상한";
this.labelPassRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassRange1.Wordwrap = false;
//
// labelOverRange1
//
this.labelOverRange1.BackPictureBox = this.pictureBox1;
this.labelOverRange1.BackPictureBox1 = null;
this.labelOverRange1.BackPictureBox2 = null;
this.labelOverRange1.BorderColor = System.Drawing.Color.Black;
this.labelOverRange1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverRange1.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelOverRange1.ForeColor = System.Drawing.Color.White;
this.labelOverRange1.InitVisible = true;
this.labelOverRange1.LineSpacing = 0F;
this.labelOverRange1.Location = new System.Drawing.Point(112, 47);
this.labelOverRange1.Name = "labelOverRange1";
this.labelOverRange1.Size = new System.Drawing.Size(90, 36);
this.labelOverRange1.TabIndex = 40;
this.labelOverRange1.Text = "상한";
this.labelOverRange1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverRange1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverRange1.Wordwrap = false;
//
// labelOverRange2
//
this.labelOverRange2.BackPictureBox = this.pictureBox1;
this.labelOverRange2.BackPictureBox1 = null;
this.labelOverRange2.BackPictureBox2 = null;
this.labelOverRange2.BorderColor = System.Drawing.Color.Black;
this.labelOverRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelOverRange2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelOverRange2.ForeColor = System.Drawing.Color.White;
this.labelOverRange2.InitVisible = true;
this.labelOverRange2.LineSpacing = 0F;
this.labelOverRange2.Location = new System.Drawing.Point(112, 265);
this.labelOverRange2.Name = "labelOverRange2";
this.labelOverRange2.Size = new System.Drawing.Size(90, 36);
this.labelOverRange2.TabIndex = 49;
this.labelOverRange2.Text = "상한";
this.labelOverRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelOverRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelOverRange2.Wordwrap = false;
//
// labelUnderRange2
//
this.labelUnderRange2.BackPictureBox = this.pictureBox1;
this.labelUnderRange2.BackPictureBox1 = null;
this.labelUnderRange2.BackPictureBox2 = null;
this.labelUnderRange2.BorderColor = System.Drawing.Color.Black;
this.labelUnderRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUnderRange2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelUnderRange2.ForeColor = System.Drawing.Color.White;
this.labelUnderRange2.InitVisible = true;
this.labelUnderRange2.LineSpacing = 0F;
this.labelUnderRange2.Location = new System.Drawing.Point(112, 345);
this.labelUnderRange2.Name = "labelUnderRange2";
this.labelUnderRange2.Size = new System.Drawing.Size(90, 36);
this.labelUnderRange2.TabIndex = 48;
this.labelUnderRange2.Text = "상한";
this.labelUnderRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelUnderRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelUnderRange2.Wordwrap = false;
//
// labelPassRange2
//
this.labelPassRange2.BackPictureBox = this.pictureBox1;
this.labelPassRange2.BackPictureBox1 = null;
this.labelPassRange2.BackPictureBox2 = null;
this.labelPassRange2.BorderColor = System.Drawing.Color.Black;
this.labelPassRange2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelPassRange2.Font = new System.Drawing.Font("새굴림", 15F, System.Drawing.FontStyle.Bold);
this.labelPassRange2.ForeColor = System.Drawing.Color.White;
this.labelPassRange2.InitVisible = true;
this.labelPassRange2.LineSpacing = 0F;
this.labelPassRange2.Location = new System.Drawing.Point(112, 305);
this.labelPassRange2.Name = "labelPassRange2";
this.labelPassRange2.Size = new System.Drawing.Size(90, 36);
this.labelPassRange2.TabIndex = 47;
this.labelPassRange2.Text = "상한";
this.labelPassRange2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelPassRange2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelPassRange2.Wordwrap = false;
//
// ControlMainDataStatistics
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.labelNgCount2);
this.Controls.Add(this.labelTotalCount2);
this.Controls.Add(this.labelExNgCount2);
this.Controls.Add(this.labelNgCount1);
this.Controls.Add(this.labelTotalCount1);
this.Controls.Add(this.labelExNgCount1);
this.Controls.Add(this.labelPassRange2);
this.Controls.Add(this.labelPassCount2);
this.Controls.Add(this.labelUnderRange2);
this.Controls.Add(this.labelUnderCount2);
this.Controls.Add(this.labelPassAverage2);
this.Controls.Add(this.labelPassSumWeight2);
this.Controls.Add(this.labelOverRange2);
this.Controls.Add(this.labelOverCount2);
this.Controls.Add(this.labelUnderAverage2);
this.Controls.Add(this.labelUnderSumWeight2);
this.Controls.Add(this.labelOverAverage2);
this.Controls.Add(this.labelOverSumWeight2);
this.Controls.Add(this.labelPassRange1);
this.Controls.Add(this.labelUnderRange1);
this.Controls.Add(this.labelPassCount1);
this.Controls.Add(this.labelUnderCount1);
this.Controls.Add(this.labelPassAverage1);
this.Controls.Add(this.labelPassSumWeight1);
this.Controls.Add(this.labelOverRange1);
this.Controls.Add(this.labelOverCount1);
this.Controls.Add(this.labelUnderAverage1);
this.Controls.Add(this.labelUnderSumWeight1);
this.Controls.Add(this.labelOverAverage1);
this.Controls.Add(this.labelOverSumWeight1);
this.Controls.Add(this.pictureBox1);
this.Name = "ControlMainDataStatistics";
this.Size = new System.Drawing.Size(536, 442);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private SmartX.SmartLabel labelPassCount1;
private SmartX.SmartLabel labelUnderCount1;
private SmartX.SmartLabel labelPassAverage1;
private SmartX.SmartLabel labelPassSumWeight1;
private SmartX.SmartLabel labelOverCount1;
private SmartX.SmartLabel labelUnderAverage1;
private SmartX.SmartLabel labelUnderSumWeight1;
private SmartX.SmartLabel labelOverAverage1;
private SmartX.SmartLabel labelOverSumWeight1;
private SmartX.SmartLabel labelPassCount2;
private SmartX.SmartLabel labelUnderCount2;
private SmartX.SmartLabel labelPassAverage2;
private SmartX.SmartLabel labelPassSumWeight2;
private SmartX.SmartLabel labelOverCount2;
private SmartX.SmartLabel labelUnderAverage2;
private SmartX.SmartLabel labelUnderSumWeight2;
private SmartX.SmartLabel labelOverAverage2;
private SmartX.SmartLabel labelOverSumWeight2;
private SmartX.SmartLabel labelNgCount1;
private SmartX.SmartLabel labelTotalCount1;
private SmartX.SmartLabel labelExNgCount1;
private SmartX.SmartLabel labelNgCount2;
private SmartX.SmartLabel labelTotalCount2;
private SmartX.SmartLabel labelExNgCount2;
private SmartX.SmartLabel labelUnderRange1;
private SmartX.SmartLabel labelPassRange1;
private SmartX.SmartLabel labelOverRange1;
private SmartX.SmartLabel labelOverRange2;
private SmartX.SmartLabel labelUnderRange2;
private SmartX.SmartLabel labelPassRange2;
}
}