405 lines
23 KiB
C#
405 lines
23 KiB
C#
|
namespace ITC81DB.Controls
|
|||
|
{
|
|||
|
partial class ControlMainLineGraph
|
|||
|
{
|
|||
|
/// <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(ControlMainLineGraph));
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
this.labelUnderRatio = new SmartX.SmartLabel();
|
|||
|
this.labelPassRatio = new SmartX.SmartLabel();
|
|||
|
this.labelOverRatio = new SmartX.SmartLabel();
|
|||
|
this.labelUnderCount = new SmartX.SmartLabel();
|
|||
|
this.labelPassCount = new SmartX.SmartLabel();
|
|||
|
this.labelOverCount = new SmartX.SmartLabel();
|
|||
|
this.buttonOverRange = new SmartX.SmartButton();
|
|||
|
this.buttonPassRange = new SmartX.SmartButton();
|
|||
|
this.buttonUnderRange = new SmartX.SmartButton();
|
|||
|
this.draw = new SmartX.SmartDraw();
|
|||
|
this.smartLabel1 = new SmartX.SmartLabel();
|
|||
|
this.smartLabel2 = new SmartX.SmartLabel();
|
|||
|
this.smartLabel3 = 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(710, 220);
|
|||
|
//
|
|||
|
// labelUnderRatio
|
|||
|
//
|
|||
|
this.labelUnderRatio.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelUnderRatio.BackPictureBox = this.pictureBox1;
|
|||
|
this.labelUnderRatio.BackPictureBox1 = null;
|
|||
|
this.labelUnderRatio.BackPictureBox2 = null;
|
|||
|
this.labelUnderRatio.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelUnderRatio.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelUnderRatio.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelUnderRatio.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelUnderRatio.InitVisible = true;
|
|||
|
this.labelUnderRatio.LineSpacing = 0F;
|
|||
|
this.labelUnderRatio.Location = new System.Drawing.Point(614, 179);
|
|||
|
this.labelUnderRatio.Name = "labelUnderRatio";
|
|||
|
this.labelUnderRatio.Size = new System.Drawing.Size(65, 20);
|
|||
|
this.labelUnderRatio.TabIndex = 33;
|
|||
|
this.labelUnderRatio.Text = "smartLabel1";
|
|||
|
this.labelUnderRatio.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.labelUnderRatio.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelUnderRatio.Wordwrap = false;
|
|||
|
//
|
|||
|
// labelPassRatio
|
|||
|
//
|
|||
|
this.labelPassRatio.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelPassRatio.BackPictureBox = this.pictureBox1;
|
|||
|
this.labelPassRatio.BackPictureBox1 = null;
|
|||
|
this.labelPassRatio.BackPictureBox2 = null;
|
|||
|
this.labelPassRatio.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelPassRatio.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelPassRatio.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelPassRatio.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelPassRatio.InitVisible = true;
|
|||
|
this.labelPassRatio.LineSpacing = 0F;
|
|||
|
this.labelPassRatio.Location = new System.Drawing.Point(614, 113);
|
|||
|
this.labelPassRatio.Name = "labelPassRatio";
|
|||
|
this.labelPassRatio.Size = new System.Drawing.Size(65, 20);
|
|||
|
this.labelPassRatio.TabIndex = 36;
|
|||
|
this.labelPassRatio.Text = "smartLabel1";
|
|||
|
this.labelPassRatio.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.labelPassRatio.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelPassRatio.Wordwrap = false;
|
|||
|
//
|
|||
|
// labelOverRatio
|
|||
|
//
|
|||
|
this.labelOverRatio.BackColor = System.Drawing.Color.Black;
|
|||
|
this.labelOverRatio.BackPictureBox = this.pictureBox1;
|
|||
|
this.labelOverRatio.BackPictureBox1 = null;
|
|||
|
this.labelOverRatio.BackPictureBox2 = null;
|
|||
|
this.labelOverRatio.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.labelOverRatio.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.labelOverRatio.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.labelOverRatio.ForeColor = System.Drawing.Color.White;
|
|||
|
this.labelOverRatio.InitVisible = true;
|
|||
|
this.labelOverRatio.LineSpacing = 0F;
|
|||
|
this.labelOverRatio.Location = new System.Drawing.Point(614, 45);
|
|||
|
this.labelOverRatio.Name = "labelOverRatio";
|
|||
|
this.labelOverRatio.Size = new System.Drawing.Size(65, 20);
|
|||
|
this.labelOverRatio.TabIndex = 35;
|
|||
|
this.labelOverRatio.Text = "smartLabel1";
|
|||
|
this.labelOverRatio.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.labelOverRatio.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelOverRatio.Wordwrap = false;
|
|||
|
//
|
|||
|
// labelUnderCount
|
|||
|
//
|
|||
|
this.labelUnderCount.BackColor = System.Drawing.Color.Black;
|
|||
|
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", 10F, 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(614, 153);
|
|||
|
this.labelUnderCount.Name = "labelUnderCount";
|
|||
|
this.labelUnderCount.Size = new System.Drawing.Size(82, 20);
|
|||
|
this.labelUnderCount.TabIndex = 38;
|
|||
|
this.labelUnderCount.Text = "smartLabel1";
|
|||
|
this.labelUnderCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.labelUnderCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelUnderCount.Wordwrap = false;
|
|||
|
//
|
|||
|
// labelPassCount
|
|||
|
//
|
|||
|
this.labelPassCount.BackColor = System.Drawing.Color.Black;
|
|||
|
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", 10F, 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(614, 87);
|
|||
|
this.labelPassCount.Name = "labelPassCount";
|
|||
|
this.labelPassCount.Size = new System.Drawing.Size(82, 20);
|
|||
|
this.labelPassCount.TabIndex = 37;
|
|||
|
this.labelPassCount.Text = "smartLabel1";
|
|||
|
this.labelPassCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.labelPassCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelPassCount.Wordwrap = false;
|
|||
|
//
|
|||
|
// labelOverCount
|
|||
|
//
|
|||
|
this.labelOverCount.BackColor = System.Drawing.Color.Black;
|
|||
|
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", 10F, 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(614, 19);
|
|||
|
this.labelOverCount.Name = "labelOverCount";
|
|||
|
this.labelOverCount.Size = new System.Drawing.Size(82, 20);
|
|||
|
this.labelOverCount.TabIndex = 34;
|
|||
|
this.labelOverCount.Text = "smartLabel1";
|
|||
|
this.labelOverCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.labelOverCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.labelOverCount.Wordwrap = false;
|
|||
|
//
|
|||
|
// buttonOverRange
|
|||
|
//
|
|||
|
this.buttonOverRange.BackPictureBox = null;
|
|||
|
this.buttonOverRange.BackPictureBox1 = null;
|
|||
|
this.buttonOverRange.BackPictureBox2 = null;
|
|||
|
this.buttonOverRange.ButtonColor = System.Drawing.Color.Black;
|
|||
|
this.buttonOverRange.ButtonImageAutoSize = true;
|
|||
|
this.buttonOverRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonOverRange.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange.DisableImage")));
|
|||
|
this.buttonOverRange.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange.DownImage")));
|
|||
|
this.buttonOverRange.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|||
|
this.buttonOverRange.GroupID = 0;
|
|||
|
this.buttonOverRange.InitVisible = true;
|
|||
|
this.buttonOverRange.Location = new System.Drawing.Point(10, 10);
|
|||
|
this.buttonOverRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|||
|
this.buttonOverRange.Name = "buttonOverRange";
|
|||
|
this.buttonOverRange.NestedClickEventPrevent = false;
|
|||
|
this.buttonOverRange.OutlinePixel = 1;
|
|||
|
this.buttonOverRange.RepeatInterval = 200;
|
|||
|
this.buttonOverRange.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonOverRange.SafeInterval = 200;
|
|||
|
this.buttonOverRange.Size = new System.Drawing.Size(176, 66);
|
|||
|
this.buttonOverRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonOverRange.TabIndex = 31;
|
|||
|
this.buttonOverRange.Text = "300.0";
|
|||
|
this.buttonOverRange.TextColor = System.Drawing.Color.White;
|
|||
|
this.buttonOverRange.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonOverRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
|
|||
|
this.buttonOverRange.TextLocation = new System.Drawing.Point(-2, 0);
|
|||
|
this.buttonOverRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonOverRange.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonOverRange.UpImage")));
|
|||
|
this.buttonOverRange.Click += new System.EventHandler(this.buttonOverRange_Click);
|
|||
|
//
|
|||
|
// buttonPassRange
|
|||
|
//
|
|||
|
this.buttonPassRange.BackPictureBox = null;
|
|||
|
this.buttonPassRange.BackPictureBox1 = null;
|
|||
|
this.buttonPassRange.BackPictureBox2 = null;
|
|||
|
this.buttonPassRange.ButtonColor = System.Drawing.Color.Black;
|
|||
|
this.buttonPassRange.ButtonImageAutoSize = true;
|
|||
|
this.buttonPassRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonPassRange.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange.DisableImage")));
|
|||
|
this.buttonPassRange.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange.DownImage")));
|
|||
|
this.buttonPassRange.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|||
|
this.buttonPassRange.GroupID = 0;
|
|||
|
this.buttonPassRange.InitVisible = true;
|
|||
|
this.buttonPassRange.Location = new System.Drawing.Point(10, 77);
|
|||
|
this.buttonPassRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|||
|
this.buttonPassRange.Name = "buttonPassRange";
|
|||
|
this.buttonPassRange.NestedClickEventPrevent = false;
|
|||
|
this.buttonPassRange.OutlinePixel = 1;
|
|||
|
this.buttonPassRange.RepeatInterval = 200;
|
|||
|
this.buttonPassRange.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonPassRange.SafeInterval = 200;
|
|||
|
this.buttonPassRange.Size = new System.Drawing.Size(176, 66);
|
|||
|
this.buttonPassRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonPassRange.TabIndex = 30;
|
|||
|
this.buttonPassRange.Text = "9999.99";
|
|||
|
this.buttonPassRange.TextColor = System.Drawing.Color.White;
|
|||
|
this.buttonPassRange.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonPassRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
|
|||
|
this.buttonPassRange.TextLocation = new System.Drawing.Point(-2, 0);
|
|||
|
this.buttonPassRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonPassRange.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPassRange.UpImage")));
|
|||
|
this.buttonPassRange.Click += new System.EventHandler(this.buttonPassRange_Click);
|
|||
|
//
|
|||
|
// buttonUnderRange
|
|||
|
//
|
|||
|
this.buttonUnderRange.BackPictureBox = null;
|
|||
|
this.buttonUnderRange.BackPictureBox1 = null;
|
|||
|
this.buttonUnderRange.BackPictureBox2 = null;
|
|||
|
this.buttonUnderRange.ButtonColor = System.Drawing.Color.Black;
|
|||
|
this.buttonUnderRange.ButtonImageAutoSize = true;
|
|||
|
this.buttonUnderRange.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|||
|
this.buttonUnderRange.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange.DisableImage")));
|
|||
|
this.buttonUnderRange.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange.DownImage")));
|
|||
|
this.buttonUnderRange.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|||
|
this.buttonUnderRange.GroupID = 0;
|
|||
|
this.buttonUnderRange.InitVisible = true;
|
|||
|
this.buttonUnderRange.Location = new System.Drawing.Point(10, 144);
|
|||
|
this.buttonUnderRange.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|||
|
this.buttonUnderRange.Name = "buttonUnderRange";
|
|||
|
this.buttonUnderRange.NestedClickEventPrevent = false;
|
|||
|
this.buttonUnderRange.OutlinePixel = 1;
|
|||
|
this.buttonUnderRange.RepeatInterval = 200;
|
|||
|
this.buttonUnderRange.RepeatIntervalAccelerate = null;
|
|||
|
this.buttonUnderRange.SafeInterval = 200;
|
|||
|
this.buttonUnderRange.Size = new System.Drawing.Size(176, 66);
|
|||
|
this.buttonUnderRange.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|||
|
this.buttonUnderRange.TabIndex = 32;
|
|||
|
this.buttonUnderRange.Text = "100.0";
|
|||
|
this.buttonUnderRange.TextColor = System.Drawing.Color.White;
|
|||
|
this.buttonUnderRange.TextDownColor = System.Drawing.Color.White;
|
|||
|
this.buttonUnderRange.TextHAlign = SmartX.SmartButton.TextHorAlign.Right;
|
|||
|
this.buttonUnderRange.TextLocation = new System.Drawing.Point(-2, 0);
|
|||
|
this.buttonUnderRange.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|||
|
this.buttonUnderRange.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUnderRange.UpImage")));
|
|||
|
this.buttonUnderRange.Click += new System.EventHandler(this.buttonUnderRange_Click);
|
|||
|
//
|
|||
|
// draw
|
|||
|
//
|
|||
|
this.draw.AnimationGIFFrameInterval = 0;
|
|||
|
this.draw.BackPictureBox = this.pictureBox1;
|
|||
|
this.draw.BackPictureBox1 = null;
|
|||
|
this.draw.ChartChannelPenStyle = null;
|
|||
|
this.draw.ChartDrawStep = 1;
|
|||
|
this.draw.ForeColor = System.Drawing.Color.White;
|
|||
|
this.draw.ImageListIndexIncType = SmartX.SmartDraw.IMAGELISTINDEXCOUNT.RINGCOUNT;
|
|||
|
this.draw.InitVisible = true;
|
|||
|
this.draw.Location = new System.Drawing.Point(187, 10);
|
|||
|
this.draw.Name = "draw";
|
|||
|
this.draw.SetBackimage = null;
|
|||
|
this.draw.SetBackImageAutoSize = true;
|
|||
|
this.draw.Size = new System.Drawing.Size(420, 200);
|
|||
|
this.draw.TabIndex = 29;
|
|||
|
this.draw.Text = "smartDraw3";
|
|||
|
//
|
|||
|
// smartLabel1
|
|||
|
//
|
|||
|
this.smartLabel1.BackColor = System.Drawing.Color.Black;
|
|||
|
this.smartLabel1.BackPictureBox = this.pictureBox1;
|
|||
|
this.smartLabel1.BackPictureBox1 = null;
|
|||
|
this.smartLabel1.BackPictureBox2 = null;
|
|||
|
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.smartLabel1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.smartLabel1.ForeColor = System.Drawing.Color.White;
|
|||
|
this.smartLabel1.InitVisible = true;
|
|||
|
this.smartLabel1.LineSpacing = 0F;
|
|||
|
this.smartLabel1.Location = new System.Drawing.Point(682, 179);
|
|||
|
this.smartLabel1.Name = "smartLabel1";
|
|||
|
this.smartLabel1.Size = new System.Drawing.Size(15, 20);
|
|||
|
this.smartLabel1.TabIndex = 40;
|
|||
|
this.smartLabel1.Text = "%";
|
|||
|
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.smartLabel1.Wordwrap = false;
|
|||
|
//
|
|||
|
// smartLabel2
|
|||
|
//
|
|||
|
this.smartLabel2.BackColor = System.Drawing.Color.Black;
|
|||
|
this.smartLabel2.BackPictureBox = this.pictureBox1;
|
|||
|
this.smartLabel2.BackPictureBox1 = null;
|
|||
|
this.smartLabel2.BackPictureBox2 = null;
|
|||
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.smartLabel2.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.smartLabel2.ForeColor = System.Drawing.Color.White;
|
|||
|
this.smartLabel2.InitVisible = true;
|
|||
|
this.smartLabel2.LineSpacing = 0F;
|
|||
|
this.smartLabel2.Location = new System.Drawing.Point(682, 113);
|
|||
|
this.smartLabel2.Name = "smartLabel2";
|
|||
|
this.smartLabel2.Size = new System.Drawing.Size(15, 20);
|
|||
|
this.smartLabel2.TabIndex = 42;
|
|||
|
this.smartLabel2.Text = "%";
|
|||
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.smartLabel2.Wordwrap = false;
|
|||
|
//
|
|||
|
// smartLabel3
|
|||
|
//
|
|||
|
this.smartLabel3.BackColor = System.Drawing.Color.Black;
|
|||
|
this.smartLabel3.BackPictureBox = this.pictureBox1;
|
|||
|
this.smartLabel3.BackPictureBox1 = null;
|
|||
|
this.smartLabel3.BackPictureBox2 = null;
|
|||
|
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
|||
|
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.smartLabel3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.smartLabel3.ForeColor = System.Drawing.Color.White;
|
|||
|
this.smartLabel3.InitVisible = true;
|
|||
|
this.smartLabel3.LineSpacing = 0F;
|
|||
|
this.smartLabel3.Location = new System.Drawing.Point(682, 45);
|
|||
|
this.smartLabel3.Name = "smartLabel3";
|
|||
|
this.smartLabel3.Size = new System.Drawing.Size(15, 20);
|
|||
|
this.smartLabel3.TabIndex = 41;
|
|||
|
this.smartLabel3.Text = "%";
|
|||
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|||
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|||
|
this.smartLabel3.Wordwrap = false;
|
|||
|
//
|
|||
|
// ControlMainDisplayStartGraph
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(62)))), ((int)(((byte)(62)))));
|
|||
|
this.Controls.Add(this.smartLabel1);
|
|||
|
this.Controls.Add(this.smartLabel2);
|
|||
|
this.Controls.Add(this.smartLabel3);
|
|||
|
this.Controls.Add(this.labelUnderRatio);
|
|||
|
this.Controls.Add(this.labelPassRatio);
|
|||
|
this.Controls.Add(this.labelOverRatio);
|
|||
|
this.Controls.Add(this.labelUnderCount);
|
|||
|
this.Controls.Add(this.labelPassCount);
|
|||
|
this.Controls.Add(this.labelOverCount);
|
|||
|
this.Controls.Add(this.buttonOverRange);
|
|||
|
this.Controls.Add(this.buttonPassRange);
|
|||
|
this.Controls.Add(this.buttonUnderRange);
|
|||
|
this.Controls.Add(this.draw);
|
|||
|
this.Controls.Add(this.pictureBox1);
|
|||
|
this.Name = "ControlMainDisplayStartGraph";
|
|||
|
this.Size = new System.Drawing.Size(710, 220);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private SmartX.SmartLabel labelUnderRatio;
|
|||
|
private SmartX.SmartLabel labelPassRatio;
|
|||
|
private SmartX.SmartLabel labelOverRatio;
|
|||
|
private SmartX.SmartLabel labelUnderCount;
|
|||
|
private SmartX.SmartLabel labelPassCount;
|
|||
|
private SmartX.SmartLabel labelOverCount;
|
|||
|
private SmartX.SmartButton buttonOverRange;
|
|||
|
private SmartX.SmartButton buttonPassRange;
|
|||
|
private SmartX.SmartButton buttonUnderRange;
|
|||
|
private SmartX.SmartDraw draw;
|
|||
|
private SmartX.SmartLabel smartLabel1;
|
|||
|
private SmartX.SmartLabel smartLabel2;
|
|||
|
private SmartX.SmartLabel smartLabel3;
|
|||
|
|
|||
|
}
|
|||
|
}
|