2023-07-11 01:56:01 +00:00
|
|
|
|
namespace ITC81DB.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.labelPassCount = new SmartX.SmartLabel();
|
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.labelUnderCount = new SmartX.SmartLabel();
|
|
|
|
|
this.labelPassAverage = new SmartX.SmartLabel();
|
|
|
|
|
this.labelPassSumWeight = new SmartX.SmartLabel();
|
|
|
|
|
this.labelOverCount = new SmartX.SmartLabel();
|
|
|
|
|
this.labelExNgCount = new SmartX.SmartLabel();
|
|
|
|
|
this.labelUnderAverage = new SmartX.SmartLabel();
|
|
|
|
|
this.labelUnderSumWeight = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTotalCount = new SmartX.SmartLabel();
|
|
|
|
|
this.labelOverAverage = new SmartX.SmartLabel();
|
|
|
|
|
this.labelOverSumWeight = new SmartX.SmartLabel();
|
|
|
|
|
this.labelPassRange = new SmartX.SmartLabel();
|
|
|
|
|
this.labelUnderRange = new SmartX.SmartLabel();
|
|
|
|
|
this.labelOverRange = new SmartX.SmartLabel();
|
|
|
|
|
this.labelNgCount = new SmartX.SmartLabel();
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelTitleWeight = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleCount = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleSumWeight = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleAverage = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleNG = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleExNG = new SmartX.SmartLabel();
|
|
|
|
|
this.labelTitleTotalCount = new SmartX.SmartLabel();
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// labelPassCount
|
|
|
|
|
//
|
|
|
|
|
this.labelPassCount.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelPassCount.BackPictureBox1 = null;
|
|
|
|
|
this.labelPassCount.BackPictureBox2 = null;
|
|
|
|
|
this.labelPassCount.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelPassCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelPassCount.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelPassCount.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelPassCount.InitVisible = true;
|
|
|
|
|
this.labelPassCount.LineSpacing = 0F;
|
|
|
|
|
this.labelPassCount.Location = new System.Drawing.Point(242, 91);
|
|
|
|
|
this.labelPassCount.Name = "labelPassCount";
|
|
|
|
|
this.labelPassCount.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelPassCount.TabIndex = 29;
|
|
|
|
|
this.labelPassCount.Text = "상한";
|
|
|
|
|
this.labelPassCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelPassCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelPassCount.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// 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(710, 220);
|
|
|
|
|
//
|
|
|
|
|
// labelUnderCount
|
|
|
|
|
//
|
|
|
|
|
this.labelUnderCount.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelUnderCount.BackPictureBox1 = null;
|
|
|
|
|
this.labelUnderCount.BackPictureBox2 = null;
|
|
|
|
|
this.labelUnderCount.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelUnderCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelUnderCount.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelUnderCount.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelUnderCount.InitVisible = true;
|
|
|
|
|
this.labelUnderCount.LineSpacing = 0F;
|
|
|
|
|
this.labelUnderCount.Location = new System.Drawing.Point(242, 127);
|
|
|
|
|
this.labelUnderCount.Name = "labelUnderCount";
|
|
|
|
|
this.labelUnderCount.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelUnderCount.TabIndex = 30;
|
|
|
|
|
this.labelUnderCount.Text = "상한";
|
|
|
|
|
this.labelUnderCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelUnderCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelUnderCount.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelPassAverage
|
|
|
|
|
//
|
|
|
|
|
this.labelPassAverage.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelPassAverage.BackPictureBox1 = null;
|
|
|
|
|
this.labelPassAverage.BackPictureBox2 = null;
|
|
|
|
|
this.labelPassAverage.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelPassAverage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelPassAverage.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelPassAverage.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelPassAverage.InitVisible = true;
|
|
|
|
|
this.labelPassAverage.LineSpacing = 0F;
|
|
|
|
|
this.labelPassAverage.Location = new System.Drawing.Point(552, 91);
|
|
|
|
|
this.labelPassAverage.Name = "labelPassAverage";
|
|
|
|
|
this.labelPassAverage.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelPassAverage.TabIndex = 23;
|
|
|
|
|
this.labelPassAverage.Text = "상한";
|
|
|
|
|
this.labelPassAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelPassAverage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelPassAverage.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelPassSumWeight
|
|
|
|
|
//
|
|
|
|
|
this.labelPassSumWeight.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelPassSumWeight.BackPictureBox1 = null;
|
|
|
|
|
this.labelPassSumWeight.BackPictureBox2 = null;
|
|
|
|
|
this.labelPassSumWeight.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelPassSumWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelPassSumWeight.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelPassSumWeight.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelPassSumWeight.InitVisible = true;
|
|
|
|
|
this.labelPassSumWeight.LineSpacing = 0F;
|
|
|
|
|
this.labelPassSumWeight.Location = new System.Drawing.Point(397, 91);
|
|
|
|
|
this.labelPassSumWeight.Name = "labelPassSumWeight";
|
|
|
|
|
this.labelPassSumWeight.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelPassSumWeight.TabIndex = 22;
|
|
|
|
|
this.labelPassSumWeight.Text = "상한";
|
|
|
|
|
this.labelPassSumWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelPassSumWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelPassSumWeight.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelOverCount
|
|
|
|
|
//
|
|
|
|
|
this.labelOverCount.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelOverCount.BackPictureBox1 = null;
|
|
|
|
|
this.labelOverCount.BackPictureBox2 = null;
|
|
|
|
|
this.labelOverCount.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelOverCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelOverCount.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelOverCount.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelOverCount.InitVisible = true;
|
|
|
|
|
this.labelOverCount.LineSpacing = 0F;
|
|
|
|
|
this.labelOverCount.Location = new System.Drawing.Point(242, 55);
|
|
|
|
|
this.labelOverCount.Name = "labelOverCount";
|
|
|
|
|
this.labelOverCount.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelOverCount.TabIndex = 31;
|
|
|
|
|
this.labelOverCount.Text = "상한";
|
|
|
|
|
this.labelOverCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelOverCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelOverCount.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelExNgCount
|
|
|
|
|
//
|
|
|
|
|
this.labelExNgCount.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelExNgCount.BackPictureBox1 = null;
|
|
|
|
|
this.labelExNgCount.BackPictureBox2 = null;
|
|
|
|
|
this.labelExNgCount.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelExNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelExNgCount.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelExNgCount.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelExNgCount.InitVisible = true;
|
|
|
|
|
this.labelExNgCount.LineSpacing = 0F;
|
2023-12-04 02:13:33 +00:00
|
|
|
|
this.labelExNgCount.Location = new System.Drawing.Point(347, 175);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelExNgCount.Name = "labelExNgCount";
|
2023-12-04 02:13:33 +00:00
|
|
|
|
this.labelExNgCount.Size = new System.Drawing.Size(110, 30);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelExNgCount.TabIndex = 26;
|
|
|
|
|
this.labelExNgCount.Text = "234567890";
|
|
|
|
|
this.labelExNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelExNgCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelExNgCount.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelUnderAverage
|
|
|
|
|
//
|
|
|
|
|
this.labelUnderAverage.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelUnderAverage.BackPictureBox1 = null;
|
|
|
|
|
this.labelUnderAverage.BackPictureBox2 = null;
|
|
|
|
|
this.labelUnderAverage.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelUnderAverage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelUnderAverage.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelUnderAverage.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelUnderAverage.InitVisible = true;
|
|
|
|
|
this.labelUnderAverage.LineSpacing = 0F;
|
|
|
|
|
this.labelUnderAverage.Location = new System.Drawing.Point(552, 127);
|
|
|
|
|
this.labelUnderAverage.Name = "labelUnderAverage";
|
|
|
|
|
this.labelUnderAverage.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelUnderAverage.TabIndex = 27;
|
|
|
|
|
this.labelUnderAverage.Text = "상한";
|
|
|
|
|
this.labelUnderAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelUnderAverage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelUnderAverage.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelUnderSumWeight
|
|
|
|
|
//
|
|
|
|
|
this.labelUnderSumWeight.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelUnderSumWeight.BackPictureBox1 = null;
|
|
|
|
|
this.labelUnderSumWeight.BackPictureBox2 = null;
|
|
|
|
|
this.labelUnderSumWeight.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelUnderSumWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelUnderSumWeight.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelUnderSumWeight.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelUnderSumWeight.InitVisible = true;
|
|
|
|
|
this.labelUnderSumWeight.LineSpacing = 0F;
|
|
|
|
|
this.labelUnderSumWeight.Location = new System.Drawing.Point(397, 127);
|
|
|
|
|
this.labelUnderSumWeight.Name = "labelUnderSumWeight";
|
|
|
|
|
this.labelUnderSumWeight.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelUnderSumWeight.TabIndex = 25;
|
|
|
|
|
this.labelUnderSumWeight.Text = "상한";
|
|
|
|
|
this.labelUnderSumWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelUnderSumWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelUnderSumWeight.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTotalCount
|
|
|
|
|
//
|
|
|
|
|
this.labelTotalCount.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelTotalCount.BackPictureBox1 = null;
|
|
|
|
|
this.labelTotalCount.BackPictureBox2 = null;
|
|
|
|
|
this.labelTotalCount.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelTotalCount.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelTotalCount.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTotalCount.InitVisible = true;
|
|
|
|
|
this.labelTotalCount.LineSpacing = 0F;
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelTotalCount.Location = new System.Drawing.Point(570, 175);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelTotalCount.Name = "labelTotalCount";
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelTotalCount.Size = new System.Drawing.Size(120, 30);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelTotalCount.TabIndex = 17;
|
|
|
|
|
this.labelTotalCount.Text = "234567890";
|
|
|
|
|
this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelTotalCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTotalCount.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelOverAverage
|
|
|
|
|
//
|
|
|
|
|
this.labelOverAverage.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelOverAverage.BackPictureBox1 = null;
|
|
|
|
|
this.labelOverAverage.BackPictureBox2 = null;
|
|
|
|
|
this.labelOverAverage.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelOverAverage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelOverAverage.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelOverAverage.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelOverAverage.InitVisible = true;
|
|
|
|
|
this.labelOverAverage.LineSpacing = 0F;
|
|
|
|
|
this.labelOverAverage.Location = new System.Drawing.Point(552, 55);
|
|
|
|
|
this.labelOverAverage.Name = "labelOverAverage";
|
|
|
|
|
this.labelOverAverage.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelOverAverage.TabIndex = 18;
|
|
|
|
|
this.labelOverAverage.Text = "상한";
|
|
|
|
|
this.labelOverAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelOverAverage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelOverAverage.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelOverSumWeight
|
|
|
|
|
//
|
|
|
|
|
this.labelOverSumWeight.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelOverSumWeight.BackPictureBox1 = null;
|
|
|
|
|
this.labelOverSumWeight.BackPictureBox2 = null;
|
|
|
|
|
this.labelOverSumWeight.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelOverSumWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelOverSumWeight.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelOverSumWeight.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelOverSumWeight.InitVisible = true;
|
|
|
|
|
this.labelOverSumWeight.LineSpacing = 0F;
|
|
|
|
|
this.labelOverSumWeight.Location = new System.Drawing.Point(397, 55);
|
|
|
|
|
this.labelOverSumWeight.Name = "labelOverSumWeight";
|
|
|
|
|
this.labelOverSumWeight.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelOverSumWeight.TabIndex = 19;
|
|
|
|
|
this.labelOverSumWeight.Text = "상한";
|
|
|
|
|
this.labelOverSumWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelOverSumWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelOverSumWeight.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelPassRange
|
|
|
|
|
//
|
|
|
|
|
this.labelPassRange.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelPassRange.BackPictureBox1 = null;
|
|
|
|
|
this.labelPassRange.BackPictureBox2 = null;
|
|
|
|
|
this.labelPassRange.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelPassRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelPassRange.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelPassRange.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelPassRange.InitVisible = true;
|
|
|
|
|
this.labelPassRange.LineSpacing = 0F;
|
|
|
|
|
this.labelPassRange.Location = new System.Drawing.Point(87, 91);
|
|
|
|
|
this.labelPassRange.Name = "labelPassRange";
|
|
|
|
|
this.labelPassRange.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelPassRange.TabIndex = 15;
|
|
|
|
|
this.labelPassRange.Text = "상한";
|
|
|
|
|
this.labelPassRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelPassRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelPassRange.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelUnderRange
|
|
|
|
|
//
|
|
|
|
|
this.labelUnderRange.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelUnderRange.BackPictureBox1 = null;
|
|
|
|
|
this.labelUnderRange.BackPictureBox2 = null;
|
|
|
|
|
this.labelUnderRange.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelUnderRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelUnderRange.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelUnderRange.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelUnderRange.InitVisible = true;
|
|
|
|
|
this.labelUnderRange.LineSpacing = 0F;
|
|
|
|
|
this.labelUnderRange.Location = new System.Drawing.Point(87, 127);
|
|
|
|
|
this.labelUnderRange.Name = "labelUnderRange";
|
|
|
|
|
this.labelUnderRange.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelUnderRange.TabIndex = 14;
|
|
|
|
|
this.labelUnderRange.Text = "23456789";
|
|
|
|
|
this.labelUnderRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelUnderRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelUnderRange.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelOverRange
|
|
|
|
|
//
|
|
|
|
|
this.labelOverRange.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelOverRange.BackPictureBox1 = null;
|
|
|
|
|
this.labelOverRange.BackPictureBox2 = null;
|
|
|
|
|
this.labelOverRange.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelOverRange.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelOverRange.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelOverRange.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelOverRange.InitVisible = true;
|
|
|
|
|
this.labelOverRange.LineSpacing = 0F;
|
|
|
|
|
this.labelOverRange.Location = new System.Drawing.Point(87, 55);
|
|
|
|
|
this.labelOverRange.Name = "labelOverRange";
|
|
|
|
|
this.labelOverRange.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelOverRange.TabIndex = 13;
|
|
|
|
|
this.labelOverRange.Text = "상한";
|
|
|
|
|
this.labelOverRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelOverRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelOverRange.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelNgCount
|
|
|
|
|
//
|
|
|
|
|
this.labelNgCount.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelNgCount.BackPictureBox1 = null;
|
|
|
|
|
this.labelNgCount.BackPictureBox2 = null;
|
|
|
|
|
this.labelNgCount.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelNgCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelNgCount.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelNgCount.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelNgCount.InitVisible = true;
|
|
|
|
|
this.labelNgCount.LineSpacing = 0F;
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelNgCount.Location = new System.Drawing.Point(105, 175);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelNgCount.Name = "labelNgCount";
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelNgCount.Size = new System.Drawing.Size(120, 30);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.labelNgCount.TabIndex = 33;
|
|
|
|
|
this.labelNgCount.Text = "234567890";
|
|
|
|
|
this.labelNgCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
|
|
|
this.labelNgCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelNgCount.Wordwrap = false;
|
|
|
|
|
//
|
2023-07-13 07:36:01 +00:00
|
|
|
|
// labelTitleWeight
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleWeight.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelTitleWeight.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleWeight.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleWeight.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleWeight.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleWeight.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleWeight.InitVisible = true;
|
|
|
|
|
this.labelTitleWeight.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleWeight.Location = new System.Drawing.Point(87, 17);
|
|
|
|
|
this.labelTitleWeight.Name = "labelTitleWeight";
|
|
|
|
|
this.labelTitleWeight.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelTitleWeight.TabIndex = 35;
|
|
|
|
|
this.labelTitleWeight.Text = "설정값";
|
|
|
|
|
this.labelTitleWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitleWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleWeight.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleCount
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleCount.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelTitleCount.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleCount.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleCount.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleCount.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleCount.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleCount.InitVisible = true;
|
|
|
|
|
this.labelTitleCount.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleCount.Location = new System.Drawing.Point(242, 17);
|
|
|
|
|
this.labelTitleCount.Name = "labelTitleCount";
|
|
|
|
|
this.labelTitleCount.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelTitleCount.TabIndex = 36;
|
|
|
|
|
this.labelTitleCount.Text = "수량";
|
|
|
|
|
this.labelTitleCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitleCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleCount.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleSumWeight
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleSumWeight.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelTitleSumWeight.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleSumWeight.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleSumWeight.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleSumWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleSumWeight.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleSumWeight.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleSumWeight.InitVisible = true;
|
|
|
|
|
this.labelTitleSumWeight.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleSumWeight.Location = new System.Drawing.Point(397, 17);
|
|
|
|
|
this.labelTitleSumWeight.Name = "labelTitleSumWeight";
|
|
|
|
|
this.labelTitleSumWeight.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelTitleSumWeight.TabIndex = 37;
|
|
|
|
|
this.labelTitleSumWeight.Text = "누적(kg)";
|
|
|
|
|
this.labelTitleSumWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitleSumWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleSumWeight.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleAverage
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleAverage.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelTitleAverage.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleAverage.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleAverage.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleAverage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleAverage.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleAverage.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleAverage.InitVisible = true;
|
|
|
|
|
this.labelTitleAverage.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleAverage.Location = new System.Drawing.Point(552, 17);
|
|
|
|
|
this.labelTitleAverage.Name = "labelTitleAverage";
|
|
|
|
|
this.labelTitleAverage.Size = new System.Drawing.Size(140, 30);
|
|
|
|
|
this.labelTitleAverage.TabIndex = 38;
|
|
|
|
|
this.labelTitleAverage.Text = "평균";
|
|
|
|
|
this.labelTitleAverage.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitleAverage.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleAverage.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleNG
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleNG.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelTitleNG.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleNG.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleNG.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleNG.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleNG.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleNG.InitVisible = true;
|
|
|
|
|
this.labelTitleNG.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleNG.Location = new System.Drawing.Point(21, 175);
|
|
|
|
|
this.labelTitleNG.Name = "labelTitleNG";
|
|
|
|
|
this.labelTitleNG.Size = new System.Drawing.Size(80, 30);
|
|
|
|
|
this.labelTitleNG.TabIndex = 39;
|
|
|
|
|
this.labelTitleNG.Text = "불량";
|
|
|
|
|
this.labelTitleNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitleNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleNG.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleExNG
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleExNG.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelTitleExNG.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleExNG.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleExNG.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleExNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleExNG.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleExNG.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleExNG.InitVisible = true;
|
|
|
|
|
this.labelTitleExNG.LineSpacing = 0F;
|
2023-12-04 02:13:33 +00:00
|
|
|
|
this.labelTitleExNG.Location = new System.Drawing.Point(247, 175);
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelTitleExNG.Name = "labelTitleExNG";
|
2023-12-04 02:13:33 +00:00
|
|
|
|
this.labelTitleExNG.Size = new System.Drawing.Size(97, 30);
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.labelTitleExNG.TabIndex = 40;
|
|
|
|
|
this.labelTitleExNG.Text = "기타불량";
|
|
|
|
|
this.labelTitleExNG.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitleExNG.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleExNG.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelTitleTotalCount
|
|
|
|
|
//
|
|
|
|
|
this.labelTitleTotalCount.BackPictureBox = this.pictureBox1;
|
|
|
|
|
this.labelTitleTotalCount.BackPictureBox1 = null;
|
|
|
|
|
this.labelTitleTotalCount.BackPictureBox2 = null;
|
|
|
|
|
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTitleTotalCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTitleTotalCount.InitVisible = true;
|
|
|
|
|
this.labelTitleTotalCount.LineSpacing = 0F;
|
|
|
|
|
this.labelTitleTotalCount.Location = new System.Drawing.Point(483, 175);
|
|
|
|
|
this.labelTitleTotalCount.Name = "labelTitleTotalCount";
|
|
|
|
|
this.labelTitleTotalCount.Size = new System.Drawing.Size(80, 30);
|
|
|
|
|
this.labelTitleTotalCount.TabIndex = 41;
|
|
|
|
|
this.labelTitleTotalCount.Text = "전체수량";
|
|
|
|
|
this.labelTitleTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelTitleTotalCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTitleTotalCount.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// ControlMainDataStatistics
|
2023-07-11 01:56:01 +00:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.Controls.Add(this.labelTitleTotalCount);
|
|
|
|
|
this.Controls.Add(this.labelTitleExNG);
|
|
|
|
|
this.Controls.Add(this.labelTitleNG);
|
|
|
|
|
this.Controls.Add(this.labelTitleAverage);
|
|
|
|
|
this.Controls.Add(this.labelTitleSumWeight);
|
|
|
|
|
this.Controls.Add(this.labelTitleCount);
|
|
|
|
|
this.Controls.Add(this.labelTitleWeight);
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.Controls.Add(this.labelNgCount);
|
|
|
|
|
this.Controls.Add(this.labelPassCount);
|
|
|
|
|
this.Controls.Add(this.labelUnderCount);
|
|
|
|
|
this.Controls.Add(this.labelPassAverage);
|
|
|
|
|
this.Controls.Add(this.labelPassSumWeight);
|
|
|
|
|
this.Controls.Add(this.labelOverCount);
|
|
|
|
|
this.Controls.Add(this.labelExNgCount);
|
|
|
|
|
this.Controls.Add(this.labelUnderAverage);
|
|
|
|
|
this.Controls.Add(this.labelUnderSumWeight);
|
|
|
|
|
this.Controls.Add(this.labelTotalCount);
|
|
|
|
|
this.Controls.Add(this.labelOverAverage);
|
|
|
|
|
this.Controls.Add(this.labelOverSumWeight);
|
|
|
|
|
this.Controls.Add(this.labelPassRange);
|
|
|
|
|
this.Controls.Add(this.labelUnderRange);
|
|
|
|
|
this.Controls.Add(this.labelOverRange);
|
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
2023-07-13 07:36:01 +00:00
|
|
|
|
this.Name = "ControlMainDataStatistics";
|
2023-07-11 01:56:01 +00:00
|
|
|
|
this.Size = new System.Drawing.Size(710, 220);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private SmartX.SmartLabel labelPassCount;
|
|
|
|
|
private SmartX.SmartLabel labelUnderCount;
|
|
|
|
|
private SmartX.SmartLabel labelPassAverage;
|
|
|
|
|
private SmartX.SmartLabel labelPassSumWeight;
|
|
|
|
|
private SmartX.SmartLabel labelOverCount;
|
|
|
|
|
private SmartX.SmartLabel labelExNgCount;
|
|
|
|
|
private SmartX.SmartLabel labelUnderAverage;
|
|
|
|
|
private SmartX.SmartLabel labelUnderSumWeight;
|
|
|
|
|
private SmartX.SmartLabel labelTotalCount;
|
|
|
|
|
private SmartX.SmartLabel labelOverAverage;
|
|
|
|
|
private SmartX.SmartLabel labelOverSumWeight;
|
|
|
|
|
private SmartX.SmartLabel labelPassRange;
|
|
|
|
|
private SmartX.SmartLabel labelUnderRange;
|
|
|
|
|
private SmartX.SmartLabel labelOverRange;
|
|
|
|
|
private SmartX.SmartLabel labelNgCount;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
2023-07-13 07:36:01 +00:00
|
|
|
|
private SmartX.SmartLabel labelTitleWeight;
|
|
|
|
|
private SmartX.SmartLabel labelTitleCount;
|
|
|
|
|
private SmartX.SmartLabel labelTitleSumWeight;
|
|
|
|
|
private SmartX.SmartLabel labelTitleAverage;
|
|
|
|
|
private SmartX.SmartLabel labelTitleNG;
|
|
|
|
|
private SmartX.SmartLabel labelTitleExNG;
|
|
|
|
|
private SmartX.SmartLabel labelTitleTotalCount;
|
2023-07-11 01:56:01 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|