970 lines
55 KiB
C#
970 lines
55 KiB
C#
namespace ITC81DB.Controls
|
|
{
|
|
partial class ControlMainModbus
|
|
{
|
|
/// <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(ControlMainModbus));
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.labelUpdateFlag = new SmartX.SmartLabel();
|
|
this.labelEquipmentID = new SmartX.SmartLabel();
|
|
this.labelUnder = new SmartX.SmartLabel();
|
|
this.labelCurrentNo = new SmartX.SmartLabel();
|
|
this.labelOver = new SmartX.SmartLabel();
|
|
this.labelPass = new SmartX.SmartLabel();
|
|
this.labelTare = new SmartX.SmartLabel();
|
|
this.labelGrade = new SmartX.SmartLabel();
|
|
this.labelTotalCount = new SmartX.SmartLabel();
|
|
this.labelExNGCount = new SmartX.SmartLabel();
|
|
this.labelNGCount = new SmartX.SmartLabel();
|
|
this.labelOverCount = new SmartX.SmartLabel();
|
|
this.labelPassCount = new SmartX.SmartLabel();
|
|
this.labelUnderCount = new SmartX.SmartLabel();
|
|
this.labelAlarmStatus = new SmartX.SmartLabel();
|
|
this.labelOperationStatus = new SmartX.SmartLabel();
|
|
this.labelWeight = new SmartX.SmartLabel();
|
|
this.labelReceiveCount = new SmartX.SmartLabel();
|
|
this.buttonBypassDirection = new SmartX.SmartButton();
|
|
this.labelStartAddress = new SmartX.SmartLabel();
|
|
this.labelOffset1 = new SmartX.SmartLabel();
|
|
this.labelOffset2 = new SmartX.SmartLabel();
|
|
this.labelOffset3 = new SmartX.SmartLabel();
|
|
this.labelOffset4 = new SmartX.SmartLabel();
|
|
this.labelOffset5 = new SmartX.SmartLabel();
|
|
this.labelOffset6 = new SmartX.SmartLabel();
|
|
this.labelOffset7 = new SmartX.SmartLabel();
|
|
this.labelOffset8 = new SmartX.SmartLabel();
|
|
this.labelOffset9 = new SmartX.SmartLabel();
|
|
this.labelOffset10 = new SmartX.SmartLabel();
|
|
this.labelOffset14 = new SmartX.SmartLabel();
|
|
this.labelOffset13 = new SmartX.SmartLabel();
|
|
this.labelOffset12 = new SmartX.SmartLabel();
|
|
this.labelOffset11 = new SmartX.SmartLabel();
|
|
this.labelOffset17 = new SmartX.SmartLabel();
|
|
this.labelOffset16 = new SmartX.SmartLabel();
|
|
this.labelOffset15 = new SmartX.SmartLabel();
|
|
this.comboBoxPort = new System.Windows.Forms.ComboBox();
|
|
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, 320);
|
|
//
|
|
// labelUpdateFlag
|
|
//
|
|
this.labelUpdateFlag.BackColor = System.Drawing.Color.Black;
|
|
this.labelUpdateFlag.BackPictureBox = null;
|
|
this.labelUpdateFlag.BackPictureBox1 = null;
|
|
this.labelUpdateFlag.BackPictureBox2 = null;
|
|
this.labelUpdateFlag.BorderColor = System.Drawing.Color.Black;
|
|
this.labelUpdateFlag.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUpdateFlag.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelUpdateFlag.ForeColor = System.Drawing.Color.White;
|
|
this.labelUpdateFlag.InitVisible = true;
|
|
this.labelUpdateFlag.LineSpacing = 0F;
|
|
this.labelUpdateFlag.Location = new System.Drawing.Point(167, 108);
|
|
this.labelUpdateFlag.Name = "labelUpdateFlag";
|
|
this.labelUpdateFlag.Size = new System.Drawing.Size(73, 21);
|
|
this.labelUpdateFlag.TabIndex = 709;
|
|
this.labelUpdateFlag.Text = "999999999";
|
|
this.labelUpdateFlag.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelUpdateFlag.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUpdateFlag.Wordwrap = false;
|
|
//
|
|
// labelEquipmentID
|
|
//
|
|
this.labelEquipmentID.BackColor = System.Drawing.Color.Black;
|
|
this.labelEquipmentID.BackPictureBox = null;
|
|
this.labelEquipmentID.BackPictureBox1 = null;
|
|
this.labelEquipmentID.BackPictureBox2 = null;
|
|
this.labelEquipmentID.BorderColor = System.Drawing.Color.Black;
|
|
this.labelEquipmentID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelEquipmentID.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelEquipmentID.ForeColor = System.Drawing.Color.White;
|
|
this.labelEquipmentID.InitVisible = true;
|
|
this.labelEquipmentID.LineSpacing = 0F;
|
|
this.labelEquipmentID.Location = new System.Drawing.Point(167, 134);
|
|
this.labelEquipmentID.Name = "labelEquipmentID";
|
|
this.labelEquipmentID.Size = new System.Drawing.Size(73, 21);
|
|
this.labelEquipmentID.TabIndex = 710;
|
|
this.labelEquipmentID.Text = "999999999";
|
|
this.labelEquipmentID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelEquipmentID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelEquipmentID.Wordwrap = false;
|
|
//
|
|
// labelUnder
|
|
//
|
|
this.labelUnder.BackColor = System.Drawing.Color.Black;
|
|
this.labelUnder.BackPictureBox = null;
|
|
this.labelUnder.BackPictureBox1 = null;
|
|
this.labelUnder.BackPictureBox2 = null;
|
|
this.labelUnder.BorderColor = System.Drawing.Color.Black;
|
|
this.labelUnder.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelUnder.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelUnder.ForeColor = System.Drawing.Color.White;
|
|
this.labelUnder.InitVisible = true;
|
|
this.labelUnder.LineSpacing = 0F;
|
|
this.labelUnder.Location = new System.Drawing.Point(167, 186);
|
|
this.labelUnder.Name = "labelUnder";
|
|
this.labelUnder.Size = new System.Drawing.Size(73, 21);
|
|
this.labelUnder.TabIndex = 712;
|
|
this.labelUnder.Text = "999999999";
|
|
this.labelUnder.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelUnder.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUnder.Wordwrap = false;
|
|
//
|
|
// labelCurrentNo
|
|
//
|
|
this.labelCurrentNo.BackColor = System.Drawing.Color.Black;
|
|
this.labelCurrentNo.BackPictureBox = null;
|
|
this.labelCurrentNo.BackPictureBox1 = null;
|
|
this.labelCurrentNo.BackPictureBox2 = null;
|
|
this.labelCurrentNo.BorderColor = System.Drawing.Color.Black;
|
|
this.labelCurrentNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelCurrentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelCurrentNo.ForeColor = System.Drawing.Color.White;
|
|
this.labelCurrentNo.InitVisible = true;
|
|
this.labelCurrentNo.LineSpacing = 0F;
|
|
this.labelCurrentNo.Location = new System.Drawing.Point(167, 160);
|
|
this.labelCurrentNo.Name = "labelCurrentNo";
|
|
this.labelCurrentNo.Size = new System.Drawing.Size(73, 21);
|
|
this.labelCurrentNo.TabIndex = 711;
|
|
this.labelCurrentNo.Text = "999999999";
|
|
this.labelCurrentNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelCurrentNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelCurrentNo.Wordwrap = false;
|
|
//
|
|
// labelOver
|
|
//
|
|
this.labelOver.BackColor = System.Drawing.Color.Black;
|
|
this.labelOver.BackPictureBox = null;
|
|
this.labelOver.BackPictureBox1 = null;
|
|
this.labelOver.BackPictureBox2 = null;
|
|
this.labelOver.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOver.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOver.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOver.ForeColor = System.Drawing.Color.White;
|
|
this.labelOver.InitVisible = true;
|
|
this.labelOver.LineSpacing = 0F;
|
|
this.labelOver.Location = new System.Drawing.Point(167, 238);
|
|
this.labelOver.Name = "labelOver";
|
|
this.labelOver.Size = new System.Drawing.Size(73, 21);
|
|
this.labelOver.TabIndex = 714;
|
|
this.labelOver.Text = "999999999";
|
|
this.labelOver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOver.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOver.Wordwrap = false;
|
|
//
|
|
// labelPass
|
|
//
|
|
this.labelPass.BackColor = System.Drawing.Color.Black;
|
|
this.labelPass.BackPictureBox = null;
|
|
this.labelPass.BackPictureBox1 = null;
|
|
this.labelPass.BackPictureBox2 = null;
|
|
this.labelPass.BorderColor = System.Drawing.Color.Black;
|
|
this.labelPass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelPass.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelPass.ForeColor = System.Drawing.Color.White;
|
|
this.labelPass.InitVisible = true;
|
|
this.labelPass.LineSpacing = 0F;
|
|
this.labelPass.Location = new System.Drawing.Point(167, 212);
|
|
this.labelPass.Name = "labelPass";
|
|
this.labelPass.Size = new System.Drawing.Size(73, 21);
|
|
this.labelPass.TabIndex = 713;
|
|
this.labelPass.Text = "999999999";
|
|
this.labelPass.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelPass.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelPass.Wordwrap = false;
|
|
//
|
|
// labelTare
|
|
//
|
|
this.labelTare.BackColor = System.Drawing.Color.Black;
|
|
this.labelTare.BackPictureBox = null;
|
|
this.labelTare.BackPictureBox1 = null;
|
|
this.labelTare.BackPictureBox2 = null;
|
|
this.labelTare.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTare.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTare.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelTare.ForeColor = System.Drawing.Color.White;
|
|
this.labelTare.InitVisible = true;
|
|
this.labelTare.LineSpacing = 0F;
|
|
this.labelTare.Location = new System.Drawing.Point(167, 264);
|
|
this.labelTare.Name = "labelTare";
|
|
this.labelTare.Size = new System.Drawing.Size(73, 21);
|
|
this.labelTare.TabIndex = 715;
|
|
this.labelTare.Text = "999999999";
|
|
this.labelTare.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTare.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTare.Wordwrap = false;
|
|
//
|
|
// labelGrade
|
|
//
|
|
this.labelGrade.BackColor = System.Drawing.Color.Black;
|
|
this.labelGrade.BackPictureBox = null;
|
|
this.labelGrade.BackPictureBox1 = null;
|
|
this.labelGrade.BackPictureBox2 = null;
|
|
this.labelGrade.BorderColor = System.Drawing.Color.Black;
|
|
this.labelGrade.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelGrade.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelGrade.ForeColor = System.Drawing.Color.White;
|
|
this.labelGrade.InitVisible = true;
|
|
this.labelGrade.LineSpacing = 0F;
|
|
this.labelGrade.Location = new System.Drawing.Point(391, 264);
|
|
this.labelGrade.Name = "labelGrade";
|
|
this.labelGrade.Size = new System.Drawing.Size(73, 21);
|
|
this.labelGrade.TabIndex = 722;
|
|
this.labelGrade.Text = "999999999";
|
|
this.labelGrade.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelGrade.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelGrade.Wordwrap = false;
|
|
//
|
|
// labelTotalCount
|
|
//
|
|
this.labelTotalCount.BackColor = System.Drawing.Color.Black;
|
|
this.labelTotalCount.BackPictureBox = null;
|
|
this.labelTotalCount.BackPictureBox1 = null;
|
|
this.labelTotalCount.BackPictureBox2 = null;
|
|
this.labelTotalCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTotalCount.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelTotalCount.ForeColor = System.Drawing.Color.White;
|
|
this.labelTotalCount.InitVisible = true;
|
|
this.labelTotalCount.LineSpacing = 0F;
|
|
this.labelTotalCount.Location = new System.Drawing.Point(391, 238);
|
|
this.labelTotalCount.Name = "labelTotalCount";
|
|
this.labelTotalCount.Size = new System.Drawing.Size(73, 21);
|
|
this.labelTotalCount.TabIndex = 721;
|
|
this.labelTotalCount.Text = "999999999";
|
|
this.labelTotalCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTotalCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTotalCount.Wordwrap = false;
|
|
//
|
|
// labelExNGCount
|
|
//
|
|
this.labelExNGCount.BackColor = System.Drawing.Color.Black;
|
|
this.labelExNGCount.BackPictureBox = null;
|
|
this.labelExNGCount.BackPictureBox1 = null;
|
|
this.labelExNGCount.BackPictureBox2 = null;
|
|
this.labelExNGCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelExNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelExNGCount.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelExNGCount.ForeColor = System.Drawing.Color.White;
|
|
this.labelExNGCount.InitVisible = true;
|
|
this.labelExNGCount.LineSpacing = 0F;
|
|
this.labelExNGCount.Location = new System.Drawing.Point(391, 212);
|
|
this.labelExNGCount.Name = "labelExNGCount";
|
|
this.labelExNGCount.Size = new System.Drawing.Size(73, 21);
|
|
this.labelExNGCount.TabIndex = 720;
|
|
this.labelExNGCount.Text = "999999999";
|
|
this.labelExNGCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelExNGCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelExNGCount.Wordwrap = false;
|
|
//
|
|
// labelNGCount
|
|
//
|
|
this.labelNGCount.BackColor = System.Drawing.Color.Black;
|
|
this.labelNGCount.BackPictureBox = null;
|
|
this.labelNGCount.BackPictureBox1 = null;
|
|
this.labelNGCount.BackPictureBox2 = null;
|
|
this.labelNGCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelNGCount.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelNGCount.ForeColor = System.Drawing.Color.White;
|
|
this.labelNGCount.InitVisible = true;
|
|
this.labelNGCount.LineSpacing = 0F;
|
|
this.labelNGCount.Location = new System.Drawing.Point(391, 186);
|
|
this.labelNGCount.Name = "labelNGCount";
|
|
this.labelNGCount.Size = new System.Drawing.Size(73, 21);
|
|
this.labelNGCount.TabIndex = 719;
|
|
this.labelNGCount.Text = "999999999";
|
|
this.labelNGCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelNGCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelNGCount.Wordwrap = false;
|
|
//
|
|
// labelOverCount
|
|
//
|
|
this.labelOverCount.BackColor = System.Drawing.Color.Black;
|
|
this.labelOverCount.BackPictureBox = null;
|
|
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", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOverCount.ForeColor = System.Drawing.Color.White;
|
|
this.labelOverCount.InitVisible = true;
|
|
this.labelOverCount.LineSpacing = 0F;
|
|
this.labelOverCount.Location = new System.Drawing.Point(391, 160);
|
|
this.labelOverCount.Name = "labelOverCount";
|
|
this.labelOverCount.Size = new System.Drawing.Size(73, 21);
|
|
this.labelOverCount.TabIndex = 718;
|
|
this.labelOverCount.Text = "999999999";
|
|
this.labelOverCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOverCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOverCount.Wordwrap = false;
|
|
//
|
|
// labelPassCount
|
|
//
|
|
this.labelPassCount.BackColor = System.Drawing.Color.Black;
|
|
this.labelPassCount.BackPictureBox = null;
|
|
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", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelPassCount.ForeColor = System.Drawing.Color.White;
|
|
this.labelPassCount.InitVisible = true;
|
|
this.labelPassCount.LineSpacing = 0F;
|
|
this.labelPassCount.Location = new System.Drawing.Point(391, 134);
|
|
this.labelPassCount.Name = "labelPassCount";
|
|
this.labelPassCount.Size = new System.Drawing.Size(73, 21);
|
|
this.labelPassCount.TabIndex = 717;
|
|
this.labelPassCount.Text = "999999999";
|
|
this.labelPassCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelPassCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelPassCount.Wordwrap = false;
|
|
//
|
|
// labelUnderCount
|
|
//
|
|
this.labelUnderCount.BackColor = System.Drawing.Color.Black;
|
|
this.labelUnderCount.BackPictureBox = null;
|
|
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", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelUnderCount.ForeColor = System.Drawing.Color.White;
|
|
this.labelUnderCount.InitVisible = true;
|
|
this.labelUnderCount.LineSpacing = 0F;
|
|
this.labelUnderCount.Location = new System.Drawing.Point(391, 108);
|
|
this.labelUnderCount.Name = "labelUnderCount";
|
|
this.labelUnderCount.Size = new System.Drawing.Size(73, 21);
|
|
this.labelUnderCount.TabIndex = 716;
|
|
this.labelUnderCount.Text = "999999999";
|
|
this.labelUnderCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelUnderCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelUnderCount.Wordwrap = false;
|
|
//
|
|
// labelAlarmStatus
|
|
//
|
|
this.labelAlarmStatus.BackColor = System.Drawing.Color.Black;
|
|
this.labelAlarmStatus.BackPictureBox = null;
|
|
this.labelAlarmStatus.BackPictureBox1 = null;
|
|
this.labelAlarmStatus.BackPictureBox2 = null;
|
|
this.labelAlarmStatus.BorderColor = System.Drawing.Color.Black;
|
|
this.labelAlarmStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelAlarmStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelAlarmStatus.ForeColor = System.Drawing.Color.White;
|
|
this.labelAlarmStatus.InitVisible = true;
|
|
this.labelAlarmStatus.LineSpacing = 0F;
|
|
this.labelAlarmStatus.Location = new System.Drawing.Point(613, 160);
|
|
this.labelAlarmStatus.Name = "labelAlarmStatus";
|
|
this.labelAlarmStatus.Size = new System.Drawing.Size(73, 21);
|
|
this.labelAlarmStatus.TabIndex = 725;
|
|
this.labelAlarmStatus.Text = "999999999";
|
|
this.labelAlarmStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelAlarmStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelAlarmStatus.Wordwrap = false;
|
|
//
|
|
// labelOperationStatus
|
|
//
|
|
this.labelOperationStatus.BackColor = System.Drawing.Color.Black;
|
|
this.labelOperationStatus.BackPictureBox = null;
|
|
this.labelOperationStatus.BackPictureBox1 = null;
|
|
this.labelOperationStatus.BackPictureBox2 = null;
|
|
this.labelOperationStatus.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOperationStatus.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOperationStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOperationStatus.ForeColor = System.Drawing.Color.White;
|
|
this.labelOperationStatus.InitVisible = true;
|
|
this.labelOperationStatus.LineSpacing = 0F;
|
|
this.labelOperationStatus.Location = new System.Drawing.Point(613, 134);
|
|
this.labelOperationStatus.Name = "labelOperationStatus";
|
|
this.labelOperationStatus.Size = new System.Drawing.Size(73, 21);
|
|
this.labelOperationStatus.TabIndex = 724;
|
|
this.labelOperationStatus.Text = "999999999";
|
|
this.labelOperationStatus.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOperationStatus.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOperationStatus.Wordwrap = false;
|
|
//
|
|
// labelWeight
|
|
//
|
|
this.labelWeight.BackColor = System.Drawing.Color.Black;
|
|
this.labelWeight.BackPictureBox = null;
|
|
this.labelWeight.BackPictureBox1 = null;
|
|
this.labelWeight.BackPictureBox2 = null;
|
|
this.labelWeight.BorderColor = System.Drawing.Color.Black;
|
|
this.labelWeight.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelWeight.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelWeight.ForeColor = System.Drawing.Color.White;
|
|
this.labelWeight.InitVisible = true;
|
|
this.labelWeight.LineSpacing = 0F;
|
|
this.labelWeight.Location = new System.Drawing.Point(613, 108);
|
|
this.labelWeight.Name = "labelWeight";
|
|
this.labelWeight.Size = new System.Drawing.Size(73, 21);
|
|
this.labelWeight.TabIndex = 723;
|
|
this.labelWeight.Text = "999999999";
|
|
this.labelWeight.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelWeight.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelWeight.Wordwrap = false;
|
|
//
|
|
// labelReceiveCount
|
|
//
|
|
this.labelReceiveCount.BackColor = System.Drawing.Color.Black;
|
|
this.labelReceiveCount.BackPictureBox = null;
|
|
this.labelReceiveCount.BackPictureBox1 = null;
|
|
this.labelReceiveCount.BackPictureBox2 = null;
|
|
this.labelReceiveCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelReceiveCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelReceiveCount.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
|
|
this.labelReceiveCount.ForeColor = System.Drawing.Color.White;
|
|
this.labelReceiveCount.InitVisible = true;
|
|
this.labelReceiveCount.LineSpacing = 0F;
|
|
this.labelReceiveCount.Location = new System.Drawing.Point(538, 35);
|
|
this.labelReceiveCount.Name = "labelReceiveCount";
|
|
this.labelReceiveCount.Size = new System.Drawing.Size(140, 28);
|
|
this.labelReceiveCount.TabIndex = 726;
|
|
this.labelReceiveCount.Text = "9999999999";
|
|
this.labelReceiveCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
this.labelReceiveCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelReceiveCount.Wordwrap = false;
|
|
//
|
|
// buttonBypassDirection
|
|
//
|
|
this.buttonBypassDirection.BackPictureBox = null;
|
|
this.buttonBypassDirection.BackPictureBox1 = null;
|
|
this.buttonBypassDirection.BackPictureBox2 = null;
|
|
this.buttonBypassDirection.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBypassDirection.ButtonImageAutoSize = true;
|
|
this.buttonBypassDirection.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBypassDirection.DisableImage = null;
|
|
this.buttonBypassDirection.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassDirection.DownImage")));
|
|
this.buttonBypassDirection.GroupID = 0;
|
|
this.buttonBypassDirection.InitVisible = true;
|
|
this.buttonBypassDirection.Location = new System.Drawing.Point(70, 35);
|
|
this.buttonBypassDirection.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
this.buttonBypassDirection.Name = "buttonBypassDirection";
|
|
this.buttonBypassDirection.NestedClickEventPrevent = false;
|
|
this.buttonBypassDirection.OutlinePixel = 1;
|
|
this.buttonBypassDirection.RepeatInterval = 200;
|
|
this.buttonBypassDirection.RepeatIntervalAccelerate = null;
|
|
this.buttonBypassDirection.SafeInterval = 200;
|
|
this.buttonBypassDirection.Size = new System.Drawing.Size(80, 28);
|
|
this.buttonBypassDirection.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBypassDirection.TabIndex = 727;
|
|
this.buttonBypassDirection.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBypassDirection.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBypassDirection.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBypassDirection.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBypassDirection.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBypassDirection.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBypassDirection.UpImage")));
|
|
this.buttonBypassDirection.Click += new System.EventHandler(this.buttonBypassDirection_Click);
|
|
//
|
|
// labelStartAddress
|
|
//
|
|
this.labelStartAddress.BackColor = System.Drawing.Color.Black;
|
|
this.labelStartAddress.BackPictureBox = null;
|
|
this.labelStartAddress.BackPictureBox1 = null;
|
|
this.labelStartAddress.BackPictureBox2 = null;
|
|
this.labelStartAddress.BorderColor = System.Drawing.Color.Black;
|
|
this.labelStartAddress.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelStartAddress.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
|
|
this.labelStartAddress.ForeColor = System.Drawing.Color.White;
|
|
this.labelStartAddress.InitVisible = true;
|
|
this.labelStartAddress.LineSpacing = 0F;
|
|
this.labelStartAddress.Location = new System.Drawing.Point(382, 35);
|
|
this.labelStartAddress.Name = "labelStartAddress";
|
|
this.labelStartAddress.Size = new System.Drawing.Size(79, 28);
|
|
this.labelStartAddress.TabIndex = 729;
|
|
this.labelStartAddress.Text = "99999";
|
|
this.labelStartAddress.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelStartAddress.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelStartAddress.Wordwrap = false;
|
|
//
|
|
// labelOffset1
|
|
//
|
|
this.labelOffset1.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset1.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset1.BackPictureBox1 = null;
|
|
this.labelOffset1.BackPictureBox2 = null;
|
|
this.labelOffset1.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset1.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset1.InitVisible = true;
|
|
this.labelOffset1.LineSpacing = 0F;
|
|
this.labelOffset1.Location = new System.Drawing.Point(22, 108);
|
|
this.labelOffset1.Name = "labelOffset1";
|
|
this.labelOffset1.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset1.TabIndex = 730;
|
|
this.labelOffset1.Text = "0x000A";
|
|
this.labelOffset1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset1.Wordwrap = false;
|
|
//
|
|
// labelOffset2
|
|
//
|
|
this.labelOffset2.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset2.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset2.BackPictureBox1 = null;
|
|
this.labelOffset2.BackPictureBox2 = null;
|
|
this.labelOffset2.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset2.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset2.InitVisible = true;
|
|
this.labelOffset2.LineSpacing = 0F;
|
|
this.labelOffset2.Location = new System.Drawing.Point(22, 134);
|
|
this.labelOffset2.Name = "labelOffset2";
|
|
this.labelOffset2.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset2.TabIndex = 731;
|
|
this.labelOffset2.Text = "0x000A";
|
|
this.labelOffset2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset2.Wordwrap = false;
|
|
//
|
|
// labelOffset3
|
|
//
|
|
this.labelOffset3.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset3.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset3.BackPictureBox1 = null;
|
|
this.labelOffset3.BackPictureBox2 = null;
|
|
this.labelOffset3.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset3.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset3.InitVisible = true;
|
|
this.labelOffset3.LineSpacing = 0F;
|
|
this.labelOffset3.Location = new System.Drawing.Point(22, 160);
|
|
this.labelOffset3.Name = "labelOffset3";
|
|
this.labelOffset3.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset3.TabIndex = 732;
|
|
this.labelOffset3.Text = "0x000A";
|
|
this.labelOffset3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset3.Wordwrap = false;
|
|
//
|
|
// labelOffset4
|
|
//
|
|
this.labelOffset4.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset4.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset4.BackPictureBox1 = null;
|
|
this.labelOffset4.BackPictureBox2 = null;
|
|
this.labelOffset4.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset4.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset4.InitVisible = true;
|
|
this.labelOffset4.LineSpacing = 0F;
|
|
this.labelOffset4.Location = new System.Drawing.Point(22, 186);
|
|
this.labelOffset4.Name = "labelOffset4";
|
|
this.labelOffset4.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset4.TabIndex = 733;
|
|
this.labelOffset4.Text = "0x000A";
|
|
this.labelOffset4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset4.Wordwrap = false;
|
|
//
|
|
// labelOffset5
|
|
//
|
|
this.labelOffset5.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset5.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset5.BackPictureBox1 = null;
|
|
this.labelOffset5.BackPictureBox2 = null;
|
|
this.labelOffset5.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset5.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset5.InitVisible = true;
|
|
this.labelOffset5.LineSpacing = 0F;
|
|
this.labelOffset5.Location = new System.Drawing.Point(22, 212);
|
|
this.labelOffset5.Name = "labelOffset5";
|
|
this.labelOffset5.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset5.TabIndex = 734;
|
|
this.labelOffset5.Text = "0x000A";
|
|
this.labelOffset5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset5.Wordwrap = false;
|
|
//
|
|
// labelOffset6
|
|
//
|
|
this.labelOffset6.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset6.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset6.BackPictureBox1 = null;
|
|
this.labelOffset6.BackPictureBox2 = null;
|
|
this.labelOffset6.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset6.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset6.InitVisible = true;
|
|
this.labelOffset6.LineSpacing = 0F;
|
|
this.labelOffset6.Location = new System.Drawing.Point(22, 238);
|
|
this.labelOffset6.Name = "labelOffset6";
|
|
this.labelOffset6.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset6.TabIndex = 735;
|
|
this.labelOffset6.Text = "0x000A";
|
|
this.labelOffset6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset6.Wordwrap = false;
|
|
//
|
|
// labelOffset7
|
|
//
|
|
this.labelOffset7.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset7.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset7.BackPictureBox1 = null;
|
|
this.labelOffset7.BackPictureBox2 = null;
|
|
this.labelOffset7.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset7.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset7.InitVisible = true;
|
|
this.labelOffset7.LineSpacing = 0F;
|
|
this.labelOffset7.Location = new System.Drawing.Point(22, 264);
|
|
this.labelOffset7.Name = "labelOffset7";
|
|
this.labelOffset7.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset7.TabIndex = 736;
|
|
this.labelOffset7.Text = "0x000A";
|
|
this.labelOffset7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset7.Wordwrap = false;
|
|
//
|
|
// labelOffset8
|
|
//
|
|
this.labelOffset8.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset8.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset8.BackPictureBox1 = null;
|
|
this.labelOffset8.BackPictureBox2 = null;
|
|
this.labelOffset8.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset8.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset8.InitVisible = true;
|
|
this.labelOffset8.LineSpacing = 0F;
|
|
this.labelOffset8.Location = new System.Drawing.Point(246, 108);
|
|
this.labelOffset8.Name = "labelOffset8";
|
|
this.labelOffset8.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset8.TabIndex = 737;
|
|
this.labelOffset8.Text = "0x000A";
|
|
this.labelOffset8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset8.Wordwrap = false;
|
|
//
|
|
// labelOffset9
|
|
//
|
|
this.labelOffset9.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset9.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset9.BackPictureBox1 = null;
|
|
this.labelOffset9.BackPictureBox2 = null;
|
|
this.labelOffset9.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset9.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset9.InitVisible = true;
|
|
this.labelOffset9.LineSpacing = 0F;
|
|
this.labelOffset9.Location = new System.Drawing.Point(246, 134);
|
|
this.labelOffset9.Name = "labelOffset9";
|
|
this.labelOffset9.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset9.TabIndex = 738;
|
|
this.labelOffset9.Text = "0x000A";
|
|
this.labelOffset9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset9.Wordwrap = false;
|
|
//
|
|
// labelOffset10
|
|
//
|
|
this.labelOffset10.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset10.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset10.BackPictureBox1 = null;
|
|
this.labelOffset10.BackPictureBox2 = null;
|
|
this.labelOffset10.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset10.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset10.InitVisible = true;
|
|
this.labelOffset10.LineSpacing = 0F;
|
|
this.labelOffset10.Location = new System.Drawing.Point(246, 160);
|
|
this.labelOffset10.Name = "labelOffset10";
|
|
this.labelOffset10.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset10.TabIndex = 739;
|
|
this.labelOffset10.Text = "0x000A";
|
|
this.labelOffset10.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset10.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset10.Wordwrap = false;
|
|
//
|
|
// labelOffset14
|
|
//
|
|
this.labelOffset14.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset14.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset14.BackPictureBox1 = null;
|
|
this.labelOffset14.BackPictureBox2 = null;
|
|
this.labelOffset14.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset14.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset14.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset14.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset14.InitVisible = true;
|
|
this.labelOffset14.LineSpacing = 0F;
|
|
this.labelOffset14.Location = new System.Drawing.Point(246, 264);
|
|
this.labelOffset14.Name = "labelOffset14";
|
|
this.labelOffset14.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset14.TabIndex = 743;
|
|
this.labelOffset14.Text = "0x000A";
|
|
this.labelOffset14.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset14.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset14.Wordwrap = false;
|
|
//
|
|
// labelOffset13
|
|
//
|
|
this.labelOffset13.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset13.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset13.BackPictureBox1 = null;
|
|
this.labelOffset13.BackPictureBox2 = null;
|
|
this.labelOffset13.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset13.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset13.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset13.InitVisible = true;
|
|
this.labelOffset13.LineSpacing = 0F;
|
|
this.labelOffset13.Location = new System.Drawing.Point(246, 238);
|
|
this.labelOffset13.Name = "labelOffset13";
|
|
this.labelOffset13.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset13.TabIndex = 742;
|
|
this.labelOffset13.Text = "0x000A";
|
|
this.labelOffset13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset13.Wordwrap = false;
|
|
//
|
|
// labelOffset12
|
|
//
|
|
this.labelOffset12.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset12.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset12.BackPictureBox1 = null;
|
|
this.labelOffset12.BackPictureBox2 = null;
|
|
this.labelOffset12.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset12.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset12.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset12.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset12.InitVisible = true;
|
|
this.labelOffset12.LineSpacing = 0F;
|
|
this.labelOffset12.Location = new System.Drawing.Point(246, 212);
|
|
this.labelOffset12.Name = "labelOffset12";
|
|
this.labelOffset12.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset12.TabIndex = 741;
|
|
this.labelOffset12.Text = "0x000A";
|
|
this.labelOffset12.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset12.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset12.Wordwrap = false;
|
|
//
|
|
// labelOffset11
|
|
//
|
|
this.labelOffset11.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset11.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset11.BackPictureBox1 = null;
|
|
this.labelOffset11.BackPictureBox2 = null;
|
|
this.labelOffset11.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset11.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset11.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset11.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset11.InitVisible = true;
|
|
this.labelOffset11.LineSpacing = 0F;
|
|
this.labelOffset11.Location = new System.Drawing.Point(246, 186);
|
|
this.labelOffset11.Name = "labelOffset11";
|
|
this.labelOffset11.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset11.TabIndex = 740;
|
|
this.labelOffset11.Text = "0x000A";
|
|
this.labelOffset11.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset11.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset11.Wordwrap = false;
|
|
//
|
|
// labelOffset17
|
|
//
|
|
this.labelOffset17.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset17.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset17.BackPictureBox1 = null;
|
|
this.labelOffset17.BackPictureBox2 = null;
|
|
this.labelOffset17.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset17.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset17.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset17.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset17.InitVisible = true;
|
|
this.labelOffset17.LineSpacing = 0F;
|
|
this.labelOffset17.Location = new System.Drawing.Point(470, 160);
|
|
this.labelOffset17.Name = "labelOffset17";
|
|
this.labelOffset17.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset17.TabIndex = 746;
|
|
this.labelOffset17.Text = "0x000A";
|
|
this.labelOffset17.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset17.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset17.Wordwrap = false;
|
|
//
|
|
// labelOffset16
|
|
//
|
|
this.labelOffset16.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset16.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset16.BackPictureBox1 = null;
|
|
this.labelOffset16.BackPictureBox2 = null;
|
|
this.labelOffset16.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset16.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset16.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset16.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset16.InitVisible = true;
|
|
this.labelOffset16.LineSpacing = 0F;
|
|
this.labelOffset16.Location = new System.Drawing.Point(470, 134);
|
|
this.labelOffset16.Name = "labelOffset16";
|
|
this.labelOffset16.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset16.TabIndex = 745;
|
|
this.labelOffset16.Text = "0x000A";
|
|
this.labelOffset16.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset16.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset16.Wordwrap = false;
|
|
//
|
|
// labelOffset15
|
|
//
|
|
this.labelOffset15.BackColor = System.Drawing.Color.Black;
|
|
this.labelOffset15.BackPictureBox = this.pictureBox1;
|
|
this.labelOffset15.BackPictureBox1 = null;
|
|
this.labelOffset15.BackPictureBox2 = null;
|
|
this.labelOffset15.BorderColor = System.Drawing.Color.Black;
|
|
this.labelOffset15.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelOffset15.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
this.labelOffset15.ForeColor = System.Drawing.Color.White;
|
|
this.labelOffset15.InitVisible = true;
|
|
this.labelOffset15.LineSpacing = 0F;
|
|
this.labelOffset15.Location = new System.Drawing.Point(470, 108);
|
|
this.labelOffset15.Name = "labelOffset15";
|
|
this.labelOffset15.Size = new System.Drawing.Size(51, 21);
|
|
this.labelOffset15.TabIndex = 744;
|
|
this.labelOffset15.Text = "0x000A";
|
|
this.labelOffset15.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelOffset15.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelOffset15.Wordwrap = false;
|
|
//
|
|
// comboBoxPort
|
|
//
|
|
this.comboBoxPort.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Bold);
|
|
this.comboBoxPort.Location = new System.Drawing.Point(220, 35);
|
|
this.comboBoxPort.Name = "comboBoxPort";
|
|
this.comboBoxPort.Size = new System.Drawing.Size(87, 28);
|
|
this.comboBoxPort.TabIndex = 747;
|
|
this.comboBoxPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxPort_SelectedIndexChanged);
|
|
//
|
|
// ControlMainModbus
|
|
//
|
|
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.comboBoxPort);
|
|
this.Controls.Add(this.labelOffset17);
|
|
this.Controls.Add(this.labelOffset16);
|
|
this.Controls.Add(this.labelOffset15);
|
|
this.Controls.Add(this.labelOffset14);
|
|
this.Controls.Add(this.labelOffset13);
|
|
this.Controls.Add(this.labelOffset12);
|
|
this.Controls.Add(this.labelOffset11);
|
|
this.Controls.Add(this.labelOffset10);
|
|
this.Controls.Add(this.labelOffset9);
|
|
this.Controls.Add(this.labelOffset8);
|
|
this.Controls.Add(this.labelOffset7);
|
|
this.Controls.Add(this.labelOffset6);
|
|
this.Controls.Add(this.labelOffset5);
|
|
this.Controls.Add(this.labelOffset4);
|
|
this.Controls.Add(this.labelOffset3);
|
|
this.Controls.Add(this.labelOffset2);
|
|
this.Controls.Add(this.labelOffset1);
|
|
this.Controls.Add(this.labelStartAddress);
|
|
this.Controls.Add(this.buttonBypassDirection);
|
|
this.Controls.Add(this.labelReceiveCount);
|
|
this.Controls.Add(this.labelAlarmStatus);
|
|
this.Controls.Add(this.labelOperationStatus);
|
|
this.Controls.Add(this.labelWeight);
|
|
this.Controls.Add(this.labelGrade);
|
|
this.Controls.Add(this.labelTotalCount);
|
|
this.Controls.Add(this.labelExNGCount);
|
|
this.Controls.Add(this.labelNGCount);
|
|
this.Controls.Add(this.labelOverCount);
|
|
this.Controls.Add(this.labelPassCount);
|
|
this.Controls.Add(this.labelUnderCount);
|
|
this.Controls.Add(this.labelTare);
|
|
this.Controls.Add(this.labelOver);
|
|
this.Controls.Add(this.labelPass);
|
|
this.Controls.Add(this.labelUnder);
|
|
this.Controls.Add(this.labelCurrentNo);
|
|
this.Controls.Add(this.labelEquipmentID);
|
|
this.Controls.Add(this.labelUpdateFlag);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Name = "ControlMainModbus";
|
|
this.Size = new System.Drawing.Size(710, 320);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
public SmartX.SmartLabel labelUpdateFlag;
|
|
public SmartX.SmartLabel labelEquipmentID;
|
|
public SmartX.SmartLabel labelUnder;
|
|
public SmartX.SmartLabel labelCurrentNo;
|
|
public SmartX.SmartLabel labelOver;
|
|
public SmartX.SmartLabel labelPass;
|
|
public SmartX.SmartLabel labelTare;
|
|
public SmartX.SmartLabel labelGrade;
|
|
public SmartX.SmartLabel labelTotalCount;
|
|
public SmartX.SmartLabel labelExNGCount;
|
|
public SmartX.SmartLabel labelNGCount;
|
|
public SmartX.SmartLabel labelOverCount;
|
|
public SmartX.SmartLabel labelPassCount;
|
|
public SmartX.SmartLabel labelUnderCount;
|
|
public SmartX.SmartLabel labelAlarmStatus;
|
|
public SmartX.SmartLabel labelOperationStatus;
|
|
public SmartX.SmartLabel labelWeight;
|
|
public SmartX.SmartLabel labelReceiveCount;
|
|
private SmartX.SmartButton buttonBypassDirection;
|
|
public SmartX.SmartLabel labelStartAddress;
|
|
public SmartX.SmartLabel labelOffset1;
|
|
public SmartX.SmartLabel labelOffset2;
|
|
public SmartX.SmartLabel labelOffset3;
|
|
public SmartX.SmartLabel labelOffset4;
|
|
public SmartX.SmartLabel labelOffset5;
|
|
public SmartX.SmartLabel labelOffset6;
|
|
public SmartX.SmartLabel labelOffset7;
|
|
public SmartX.SmartLabel labelOffset8;
|
|
public SmartX.SmartLabel labelOffset9;
|
|
public SmartX.SmartLabel labelOffset10;
|
|
public SmartX.SmartLabel labelOffset14;
|
|
public SmartX.SmartLabel labelOffset13;
|
|
public SmartX.SmartLabel labelOffset12;
|
|
public SmartX.SmartLabel labelOffset11;
|
|
public SmartX.SmartLabel labelOffset17;
|
|
public SmartX.SmartLabel labelOffset16;
|
|
public SmartX.SmartLabel labelOffset15;
|
|
private System.Windows.Forms.ComboBox comboBoxPort;
|
|
|
|
}
|
|
}
|