2020-08-31 06:52:43 +00:00
|
|
|
|
namespace ITC81DB_0H.Forms
|
2020-08-31 02:13:02 +00:00
|
|
|
|
{
|
|
|
|
|
partial class FormMainDisplay
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMainDisplay));
|
|
|
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
|
|
|
this.buttonMenu = new SmartX.SmartButton();
|
|
|
|
|
this.buttonExit = new System.Windows.Forms.Button();
|
|
|
|
|
this.pictureBoxStop = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.labelTime = new SmartX.SmartLabel();
|
|
|
|
|
this.labelLotNo = new SmartX.SmartLabel();
|
|
|
|
|
this.labelProductName = new SmartX.SmartLabel();
|
|
|
|
|
this.buttonProductNo = new SmartX.SmartButton();
|
|
|
|
|
this.buttonClear = new SmartX.SmartButton();
|
|
|
|
|
this.buttonZero = new SmartX.SmartButton();
|
|
|
|
|
this.buttonPrint = new SmartX.SmartButton();
|
|
|
|
|
this.pictureBoxStart = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.pictureBoxCommunicationStatus = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.timerPrinting = new System.Windows.Forms.Timer();
|
|
|
|
|
this.pictureBoxIconAlarm = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.smartMemory1 = new SmartX.SmartMemory(this.components);
|
|
|
|
|
this.buttonWeightInputMode = new SmartX.SmartButton();
|
|
|
|
|
this.buttonUser = new SmartX.SmartButton();
|
|
|
|
|
this.buttonDataStat = new SmartX.SmartButton();
|
|
|
|
|
this.buttonList = new SmartX.SmartButton();
|
|
|
|
|
this.buttonLinegraph = new SmartX.SmartButton();
|
|
|
|
|
this.buttonBargraph = new SmartX.SmartButton();
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.buttonSubMenu = new SmartX.SmartButton();
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
2023-02-27 11:52:59 +00:00
|
|
|
|
this.buttonModbus = new SmartX.SmartButton();
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.buttonFeedback = new SmartX.SmartButton();
|
|
|
|
|
this.labelBarcode = new SmartX.SmartLabel();
|
|
|
|
|
this.buttonMemory = new System.Windows.Forms.Button();
|
|
|
|
|
this.labelSorterAlarm = new SmartX.SmartLabel();
|
2023-02-27 11:52:59 +00:00
|
|
|
|
this.timerClientConnectCheck = new System.Windows.Forms.Timer();
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.buttonConveyorUpDown = new SmartX.SmartButton();
|
|
|
|
|
this.buttonHiddenMenu = new SmartX.SmartButton();
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.labelExpireOfPassword = new SmartX.SmartLabel();
|
|
|
|
|
this.labelUserID = new SmartX.SmartLabel();
|
|
|
|
|
this.labelUserLevel = new SmartX.SmartLabel();
|
2023-09-15 08:04:07 +00:00
|
|
|
|
this.labelAlarmWindow = new SmartX.SmartLabel();
|
2020-08-31 02:13:02 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// smartForm1
|
|
|
|
|
//
|
|
|
|
|
this.smartForm1.CenterLocation = false;
|
|
|
|
|
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
|
|
|
|
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
|
|
|
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X600;
|
|
|
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.smartForm1.MainForm = null;
|
|
|
|
|
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
|
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
|
|
|
this.smartForm1.Name = "smartForm1";
|
|
|
|
|
this.smartForm1.Size = new System.Drawing.Size(800, 600);
|
|
|
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
|
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
|
|
|
//
|
|
|
|
|
// buttonMenu
|
|
|
|
|
//
|
|
|
|
|
this.buttonMenu.BackPictureBox = null;
|
|
|
|
|
this.buttonMenu.BackPictureBox1 = null;
|
|
|
|
|
this.buttonMenu.BackPictureBox2 = null;
|
|
|
|
|
this.buttonMenu.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonMenu.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMenu.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonMenu.DisableImage")));
|
|
|
|
|
this.buttonMenu.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMenu.DownImage")));
|
|
|
|
|
this.buttonMenu.GroupID = 0;
|
|
|
|
|
this.buttonMenu.InitVisible = false;
|
|
|
|
|
this.buttonMenu.Location = new System.Drawing.Point(710, 535);
|
|
|
|
|
this.buttonMenu.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonMenu.Name = "buttonMenu";
|
|
|
|
|
this.buttonMenu.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonMenu.OutlinePixel = 1;
|
|
|
|
|
this.buttonMenu.RepeatInterval = 200;
|
|
|
|
|
this.buttonMenu.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonMenu.SafeInterval = 200;
|
|
|
|
|
this.buttonMenu.Size = new System.Drawing.Size(90, 65);
|
|
|
|
|
this.buttonMenu.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonMenu.TabIndex = 1;
|
|
|
|
|
this.buttonMenu.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonMenu.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonMenu.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonMenu.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonMenu.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonMenu.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMenu.UpImage")));
|
|
|
|
|
this.buttonMenu.Click += new System.EventHandler(this.buttonMenu_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonExit
|
|
|
|
|
//
|
|
|
|
|
this.buttonExit.Location = new System.Drawing.Point(327, 0);
|
|
|
|
|
this.buttonExit.Name = "buttonExit";
|
|
|
|
|
this.buttonExit.Size = new System.Drawing.Size(56, 20);
|
|
|
|
|
this.buttonExit.TabIndex = 4;
|
|
|
|
|
this.buttonExit.Text = "Exit";
|
|
|
|
|
this.buttonExit.Visible = false;
|
|
|
|
|
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxStop
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxStop.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStop.Image")));
|
|
|
|
|
this.pictureBoxStop.Location = new System.Drawing.Point(710, 0);
|
|
|
|
|
this.pictureBoxStop.Name = "pictureBoxStop";
|
|
|
|
|
this.pictureBoxStop.Size = new System.Drawing.Size(90, 60);
|
|
|
|
|
this.pictureBoxStop.Click += new System.EventHandler(this.pictureBoxStop_Click);
|
|
|
|
|
//
|
|
|
|
|
// labelTime
|
|
|
|
|
//
|
|
|
|
|
this.labelTime.BackPictureBox = this.smartForm1;
|
|
|
|
|
this.labelTime.BackPictureBox1 = null;
|
|
|
|
|
this.labelTime.BackPictureBox2 = null;
|
|
|
|
|
this.labelTime.BorderColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.labelTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelTime.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelTime.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelTime.InitVisible = true;
|
|
|
|
|
this.labelTime.LineSpacing = 0F;
|
|
|
|
|
this.labelTime.Location = new System.Drawing.Point(79, 4);
|
|
|
|
|
this.labelTime.Name = "labelTime";
|
|
|
|
|
this.labelTime.Size = new System.Drawing.Size(180, 16);
|
|
|
|
|
this.labelTime.TabIndex = 434;
|
|
|
|
|
this.labelTime.Text = "2016-01-20 오전 12:00:00";
|
|
|
|
|
this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelTime.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelLotNo
|
|
|
|
|
//
|
|
|
|
|
this.labelLotNo.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
|
|
|
this.labelLotNo.BackPictureBox = this.smartForm1;
|
|
|
|
|
this.labelLotNo.BackPictureBox1 = null;
|
|
|
|
|
this.labelLotNo.BackPictureBox2 = null;
|
|
|
|
|
this.labelLotNo.BorderColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.labelLotNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelLotNo.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelLotNo.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelLotNo.InitVisible = true;
|
|
|
|
|
this.labelLotNo.LineSpacing = 0F;
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.labelLotNo.Location = new System.Drawing.Point(371, 26);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.labelLotNo.Name = "labelLotNo";
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.labelLotNo.Size = new System.Drawing.Size(150, 28);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.labelLotNo.TabIndex = 433;
|
|
|
|
|
this.labelLotNo.Text = "2234567890";
|
|
|
|
|
this.labelLotNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelLotNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelLotNo.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelProductName
|
|
|
|
|
//
|
|
|
|
|
this.labelProductName.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
|
|
|
this.labelProductName.BackPictureBox = this.smartForm1;
|
|
|
|
|
this.labelProductName.BackPictureBox1 = null;
|
|
|
|
|
this.labelProductName.BackPictureBox2 = null;
|
|
|
|
|
this.labelProductName.BorderColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.labelProductName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelProductName.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelProductName.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelProductName.InitVisible = true;
|
|
|
|
|
this.labelProductName.LineSpacing = 0F;
|
|
|
|
|
this.labelProductName.Location = new System.Drawing.Point(79, 26);
|
|
|
|
|
this.labelProductName.Name = "labelProductName";
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.labelProductName.Size = new System.Drawing.Size(286, 30);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.labelProductName.TabIndex = 432;
|
|
|
|
|
this.labelProductName.Text = "가나다라마바사아자차카타";
|
|
|
|
|
this.labelProductName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelProductName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelProductName.Wordwrap = false;
|
|
|
|
|
this.labelProductName.Click += new System.EventHandler(this.labelProductName_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonProductNo
|
|
|
|
|
//
|
|
|
|
|
this.buttonProductNo.BackPictureBox = this.smartForm1;
|
|
|
|
|
this.buttonProductNo.BackPictureBox1 = null;
|
|
|
|
|
this.buttonProductNo.BackPictureBox2 = null;
|
|
|
|
|
this.buttonProductNo.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonProductNo.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonProductNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.buttonProductNo.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.DisableImage")));
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.buttonProductNo.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.DownImage")));
|
|
|
|
|
this.buttonProductNo.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.buttonProductNo.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonProductNo.GroupID = 0;
|
|
|
|
|
this.buttonProductNo.InitVisible = true;
|
|
|
|
|
this.buttonProductNo.Location = new System.Drawing.Point(5, 5);
|
|
|
|
|
this.buttonProductNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonProductNo.Name = "buttonProductNo";
|
|
|
|
|
this.buttonProductNo.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonProductNo.OutlinePixel = 1;
|
|
|
|
|
this.buttonProductNo.RepeatInterval = 200;
|
|
|
|
|
this.buttonProductNo.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonProductNo.SafeInterval = 200;
|
|
|
|
|
this.buttonProductNo.Size = new System.Drawing.Size(70, 50);
|
|
|
|
|
this.buttonProductNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonProductNo.TabIndex = 431;
|
|
|
|
|
this.buttonProductNo.Text = "1000";
|
|
|
|
|
this.buttonProductNo.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonProductNo.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonProductNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonProductNo.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonProductNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonProductNo.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonProductNo.UpImage")));
|
|
|
|
|
this.buttonProductNo.Click += new System.EventHandler(this.buttonProductNo_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonClear
|
|
|
|
|
//
|
|
|
|
|
this.buttonClear.BackPictureBox = null;
|
|
|
|
|
this.buttonClear.BackPictureBox1 = null;
|
|
|
|
|
this.buttonClear.BackPictureBox2 = null;
|
|
|
|
|
this.buttonClear.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonClear.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonClear.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonClear.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.DisableImage")));
|
|
|
|
|
this.buttonClear.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.DownImage")));
|
|
|
|
|
this.buttonClear.GroupID = 0;
|
|
|
|
|
this.buttonClear.InitVisible = false;
|
|
|
|
|
this.buttonClear.Location = new System.Drawing.Point(710, 185);
|
|
|
|
|
this.buttonClear.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonClear.Name = "buttonClear";
|
|
|
|
|
this.buttonClear.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonClear.OutlinePixel = 1;
|
|
|
|
|
this.buttonClear.RepeatInterval = 200;
|
|
|
|
|
this.buttonClear.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonClear.SafeInterval = 200;
|
|
|
|
|
this.buttonClear.Size = new System.Drawing.Size(90, 57);
|
|
|
|
|
this.buttonClear.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonClear.TabIndex = 1;
|
|
|
|
|
this.buttonClear.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonClear.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonClear.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonClear.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonClear.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonClear.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonClear.UpImage")));
|
|
|
|
|
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonZero
|
|
|
|
|
//
|
|
|
|
|
this.buttonZero.BackPictureBox = null;
|
|
|
|
|
this.buttonZero.BackPictureBox1 = null;
|
|
|
|
|
this.buttonZero.BackPictureBox2 = null;
|
|
|
|
|
this.buttonZero.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonZero.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonZero.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonZero.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.DisableImage")));
|
|
|
|
|
this.buttonZero.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.DownImage")));
|
|
|
|
|
this.buttonZero.GroupID = 0;
|
|
|
|
|
this.buttonZero.InitVisible = false;
|
|
|
|
|
this.buttonZero.Location = new System.Drawing.Point(710, 65);
|
|
|
|
|
this.buttonZero.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonZero.Name = "buttonZero";
|
|
|
|
|
this.buttonZero.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonZero.OutlinePixel = 1;
|
|
|
|
|
this.buttonZero.RepeatInterval = 200;
|
|
|
|
|
this.buttonZero.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonZero.SafeInterval = 200;
|
|
|
|
|
this.buttonZero.Size = new System.Drawing.Size(90, 57);
|
|
|
|
|
this.buttonZero.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonZero.TabIndex = 1;
|
|
|
|
|
this.buttonZero.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonZero.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonZero.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonZero.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonZero.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonZero.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.UpImage")));
|
|
|
|
|
this.buttonZero.Click += new System.EventHandler(this.buttonZero_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonPrint
|
|
|
|
|
//
|
|
|
|
|
this.buttonPrint.BackPictureBox = null;
|
|
|
|
|
this.buttonPrint.BackPictureBox1 = null;
|
|
|
|
|
this.buttonPrint.BackPictureBox2 = null;
|
|
|
|
|
this.buttonPrint.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonPrint.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonPrint.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonPrint.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonPrint.DisableImage")));
|
|
|
|
|
this.buttonPrint.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonPrint.DownImage")));
|
|
|
|
|
this.buttonPrint.GroupID = 0;
|
|
|
|
|
this.buttonPrint.InitVisible = false;
|
|
|
|
|
this.buttonPrint.Location = new System.Drawing.Point(710, 305);
|
|
|
|
|
this.buttonPrint.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
|
|
|
this.buttonPrint.Name = "buttonPrint";
|
|
|
|
|
this.buttonPrint.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonPrint.OutlinePixel = 1;
|
|
|
|
|
this.buttonPrint.RepeatInterval = 200;
|
|
|
|
|
this.buttonPrint.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonPrint.SafeInterval = 200;
|
|
|
|
|
this.buttonPrint.Size = new System.Drawing.Size(90, 57);
|
|
|
|
|
this.buttonPrint.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonPrint.TabIndex = 447;
|
|
|
|
|
this.buttonPrint.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonPrint.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonPrint.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonPrint.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonPrint.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonPrint.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonPrint.UpImage")));
|
|
|
|
|
this.buttonPrint.Visible = false;
|
|
|
|
|
this.buttonPrint.Click += new System.EventHandler(this.buttonPrint_Click);
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxStart
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxStart.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStart.Image")));
|
|
|
|
|
this.pictureBoxStart.Location = new System.Drawing.Point(710, 0);
|
|
|
|
|
this.pictureBoxStart.Name = "pictureBoxStart";
|
|
|
|
|
this.pictureBoxStart.Size = new System.Drawing.Size(90, 60);
|
|
|
|
|
this.pictureBoxStart.Click += new System.EventHandler(this.pictureBoxStart_Click);
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxCommunicationStatus
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxCommunicationStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.pictureBoxCommunicationStatus.Location = new System.Drawing.Point(688, 37);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.pictureBoxCommunicationStatus.Name = "pictureBoxCommunicationStatus";
|
|
|
|
|
this.pictureBoxCommunicationStatus.Size = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.pictureBoxCommunicationStatus.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// timerPrinting
|
|
|
|
|
//
|
|
|
|
|
this.timerPrinting.Tick += new System.EventHandler(this.timerPrinting_Tick);
|
|
|
|
|
//
|
|
|
|
|
// pictureBoxIconAlarm
|
|
|
|
|
//
|
|
|
|
|
this.pictureBoxIconAlarm.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxIconAlarm.Image")));
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.pictureBoxIconAlarm.Location = new System.Drawing.Point(524, 0);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.pictureBoxIconAlarm.Name = "pictureBoxIconAlarm";
|
|
|
|
|
this.pictureBoxIconAlarm.Size = new System.Drawing.Size(60, 60);
|
|
|
|
|
this.pictureBoxIconAlarm.Click += new System.EventHandler(this.pictureBoxIconAlarm_Click);
|
|
|
|
|
//
|
|
|
|
|
// smartMemory1
|
|
|
|
|
//
|
|
|
|
|
this.smartMemory1.AutoFreeProMemoryAlarmPercent = 0;
|
|
|
|
|
this.smartMemory1.ParentWindow = this;
|
|
|
|
|
//
|
|
|
|
|
// buttonWeightInputMode
|
|
|
|
|
//
|
|
|
|
|
this.buttonWeightInputMode.BackPictureBox = null;
|
|
|
|
|
this.buttonWeightInputMode.BackPictureBox1 = null;
|
|
|
|
|
this.buttonWeightInputMode.BackPictureBox2 = null;
|
|
|
|
|
this.buttonWeightInputMode.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonWeightInputMode.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonWeightInputMode.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonWeightInputMode.DisableImage = null;
|
|
|
|
|
this.buttonWeightInputMode.DownImage = null;
|
|
|
|
|
this.buttonWeightInputMode.GroupID = 0;
|
|
|
|
|
this.buttonWeightInputMode.InitVisible = false;
|
|
|
|
|
this.buttonWeightInputMode.Location = new System.Drawing.Point(710, 125);
|
|
|
|
|
this.buttonWeightInputMode.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
|
|
|
this.buttonWeightInputMode.Name = "buttonWeightInputMode";
|
|
|
|
|
this.buttonWeightInputMode.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonWeightInputMode.OutlinePixel = 1;
|
|
|
|
|
this.buttonWeightInputMode.RepeatInterval = 200;
|
|
|
|
|
this.buttonWeightInputMode.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonWeightInputMode.SafeInterval = 200;
|
|
|
|
|
this.buttonWeightInputMode.Size = new System.Drawing.Size(90, 57);
|
|
|
|
|
this.buttonWeightInputMode.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonWeightInputMode.TabIndex = 491;
|
|
|
|
|
this.buttonWeightInputMode.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonWeightInputMode.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonWeightInputMode.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonWeightInputMode.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonWeightInputMode.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonWeightInputMode.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonWeightInputMode.UpImage")));
|
|
|
|
|
this.buttonWeightInputMode.Click += new System.EventHandler(this.buttonWeightInputMode_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonUser
|
|
|
|
|
//
|
|
|
|
|
this.buttonUser.BackPictureBox = null;
|
|
|
|
|
this.buttonUser.BackPictureBox1 = null;
|
|
|
|
|
this.buttonUser.BackPictureBox2 = null;
|
|
|
|
|
this.buttonUser.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonUser.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonUser.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonUser.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DisableImage")));
|
|
|
|
|
this.buttonUser.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DownImage")));
|
|
|
|
|
this.buttonUser.GroupID = 0;
|
|
|
|
|
this.buttonUser.InitVisible = false;
|
|
|
|
|
this.buttonUser.Location = new System.Drawing.Point(710, 245);
|
|
|
|
|
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonUser.Name = "buttonUser";
|
|
|
|
|
this.buttonUser.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonUser.OutlinePixel = 1;
|
|
|
|
|
this.buttonUser.RepeatInterval = 200;
|
|
|
|
|
this.buttonUser.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonUser.SafeInterval = 200;
|
|
|
|
|
this.buttonUser.Size = new System.Drawing.Size(90, 57);
|
|
|
|
|
this.buttonUser.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonUser.TabIndex = 466;
|
|
|
|
|
this.buttonUser.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonUser.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonUser.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonUser.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonUser.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonUser.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.UpImage")));
|
|
|
|
|
this.buttonUser.Visible = false;
|
|
|
|
|
this.buttonUser.Click += new System.EventHandler(this.buttonUser_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonDataStat
|
|
|
|
|
//
|
|
|
|
|
this.buttonDataStat.BackPictureBox = null;
|
|
|
|
|
this.buttonDataStat.BackPictureBox1 = null;
|
|
|
|
|
this.buttonDataStat.BackPictureBox2 = null;
|
|
|
|
|
this.buttonDataStat.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonDataStat.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonDataStat.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonDataStat.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStat.DisableImage")));
|
|
|
|
|
this.buttonDataStat.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStat.DownImage")));
|
|
|
|
|
this.buttonDataStat.GroupID = 0;
|
|
|
|
|
this.buttonDataStat.InitVisible = true;
|
|
|
|
|
this.buttonDataStat.Location = new System.Drawing.Point(243, 0);
|
|
|
|
|
this.buttonDataStat.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonDataStat.Name = "buttonDataStat";
|
|
|
|
|
this.buttonDataStat.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonDataStat.OutlinePixel = 1;
|
|
|
|
|
this.buttonDataStat.RepeatInterval = 200;
|
|
|
|
|
this.buttonDataStat.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonDataStat.SafeInterval = 200;
|
|
|
|
|
this.buttonDataStat.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonDataStat.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonDataStat.TabIndex = 510;
|
|
|
|
|
this.buttonDataStat.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonDataStat.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonDataStat.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonDataStat.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonDataStat.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonDataStat.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStat.UpImage")));
|
|
|
|
|
this.buttonDataStat.Click += new System.EventHandler(this.buttonDataStat_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonList
|
|
|
|
|
//
|
|
|
|
|
this.buttonList.BackPictureBox = null;
|
|
|
|
|
this.buttonList.BackPictureBox1 = null;
|
|
|
|
|
this.buttonList.BackPictureBox2 = null;
|
|
|
|
|
this.buttonList.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonList.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonList.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonList.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonList.DisableImage")));
|
|
|
|
|
this.buttonList.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonList.DownImage")));
|
|
|
|
|
this.buttonList.GroupID = 0;
|
|
|
|
|
this.buttonList.InitVisible = true;
|
|
|
|
|
this.buttonList.Location = new System.Drawing.Point(172, 0);
|
|
|
|
|
this.buttonList.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonList.Name = "buttonList";
|
|
|
|
|
this.buttonList.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonList.OutlinePixel = 1;
|
|
|
|
|
this.buttonList.RepeatInterval = 200;
|
|
|
|
|
this.buttonList.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonList.SafeInterval = 200;
|
|
|
|
|
this.buttonList.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonList.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonList.TabIndex = 509;
|
|
|
|
|
this.buttonList.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonList.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonList.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonList.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonList.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonList.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonList.UpImage")));
|
|
|
|
|
this.buttonList.Click += new System.EventHandler(this.buttonList_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonLinegraph
|
|
|
|
|
//
|
|
|
|
|
this.buttonLinegraph.BackPictureBox = null;
|
|
|
|
|
this.buttonLinegraph.BackPictureBox1 = null;
|
|
|
|
|
this.buttonLinegraph.BackPictureBox2 = null;
|
|
|
|
|
this.buttonLinegraph.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonLinegraph.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonLinegraph.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonLinegraph.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLinegraph.DisableImage")));
|
|
|
|
|
this.buttonLinegraph.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLinegraph.DownImage")));
|
|
|
|
|
this.buttonLinegraph.GroupID = 0;
|
|
|
|
|
this.buttonLinegraph.InitVisible = true;
|
|
|
|
|
this.buttonLinegraph.Location = new System.Drawing.Point(101, 0);
|
|
|
|
|
this.buttonLinegraph.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonLinegraph.Name = "buttonLinegraph";
|
|
|
|
|
this.buttonLinegraph.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonLinegraph.OutlinePixel = 1;
|
|
|
|
|
this.buttonLinegraph.RepeatInterval = 200;
|
|
|
|
|
this.buttonLinegraph.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonLinegraph.SafeInterval = 200;
|
|
|
|
|
this.buttonLinegraph.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonLinegraph.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonLinegraph.TabIndex = 508;
|
|
|
|
|
this.buttonLinegraph.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonLinegraph.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonLinegraph.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonLinegraph.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonLinegraph.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonLinegraph.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLinegraph.UpImage")));
|
|
|
|
|
this.buttonLinegraph.Click += new System.EventHandler(this.buttonLinegraph_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonBargraph
|
|
|
|
|
//
|
|
|
|
|
this.buttonBargraph.BackPictureBox = null;
|
|
|
|
|
this.buttonBargraph.BackPictureBox1 = null;
|
|
|
|
|
this.buttonBargraph.BackPictureBox2 = null;
|
|
|
|
|
this.buttonBargraph.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonBargraph.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonBargraph.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonBargraph.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBargraph.DisableImage")));
|
|
|
|
|
this.buttonBargraph.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBargraph.DownImage")));
|
|
|
|
|
this.buttonBargraph.GroupID = 0;
|
|
|
|
|
this.buttonBargraph.InitVisible = true;
|
|
|
|
|
this.buttonBargraph.Location = new System.Drawing.Point(30, 0);
|
|
|
|
|
this.buttonBargraph.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonBargraph.Name = "buttonBargraph";
|
|
|
|
|
this.buttonBargraph.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonBargraph.OutlinePixel = 1;
|
|
|
|
|
this.buttonBargraph.RepeatInterval = 200;
|
|
|
|
|
this.buttonBargraph.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonBargraph.SafeInterval = 200;
|
|
|
|
|
this.buttonBargraph.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonBargraph.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonBargraph.TabIndex = 507;
|
|
|
|
|
this.buttonBargraph.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonBargraph.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonBargraph.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonBargraph.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonBargraph.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonBargraph.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBargraph.UpImage")));
|
|
|
|
|
this.buttonBargraph.Click += new System.EventHandler(this.buttonBargraph_Click);
|
|
|
|
|
//
|
2023-05-24 04:16:07 +00:00
|
|
|
|
// buttonSubMenu
|
|
|
|
|
//
|
|
|
|
|
this.buttonSubMenu.BackPictureBox = null;
|
|
|
|
|
this.buttonSubMenu.BackPictureBox1 = null;
|
|
|
|
|
this.buttonSubMenu.BackPictureBox2 = null;
|
|
|
|
|
this.buttonSubMenu.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonSubMenu.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonSubMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonSubMenu.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSubMenu.DisableImage")));
|
|
|
|
|
this.buttonSubMenu.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSubMenu.DownImage")));
|
|
|
|
|
this.buttonSubMenu.GroupID = 0;
|
|
|
|
|
this.buttonSubMenu.InitVisible = true;
|
|
|
|
|
this.buttonSubMenu.Location = new System.Drawing.Point(314, 0);
|
|
|
|
|
this.buttonSubMenu.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonSubMenu.Name = "buttonSubMenu";
|
|
|
|
|
this.buttonSubMenu.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonSubMenu.OutlinePixel = 1;
|
|
|
|
|
this.buttonSubMenu.RepeatInterval = 200;
|
|
|
|
|
this.buttonSubMenu.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonSubMenu.SafeInterval = 200;
|
|
|
|
|
this.buttonSubMenu.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonSubMenu.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonSubMenu.TabIndex = 506;
|
|
|
|
|
this.buttonSubMenu.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonSubMenu.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonSubMenu.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonSubMenu.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonSubMenu.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonSubMenu.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSubMenu.UpImage")));
|
|
|
|
|
this.buttonSubMenu.Click += new System.EventHandler(this.buttonStartMenu_Click);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.Black;
|
2023-02-23 08:34:29 +00:00
|
|
|
|
this.panel1.Controls.Add(this.buttonModbus);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.panel1.Controls.Add(this.buttonFeedback);
|
|
|
|
|
this.panel1.Controls.Add(this.buttonBargraph);
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.panel1.Controls.Add(this.buttonSubMenu);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.panel1.Controls.Add(this.buttonLinegraph);
|
|
|
|
|
this.panel1.Controls.Add(this.buttonList);
|
|
|
|
|
this.panel1.Controls.Add(this.buttonDataStat);
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 535);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(710, 65);
|
|
|
|
|
//
|
2023-02-27 11:52:59 +00:00
|
|
|
|
// buttonModbus
|
|
|
|
|
//
|
|
|
|
|
this.buttonModbus.BackPictureBox = null;
|
|
|
|
|
this.buttonModbus.BackPictureBox1 = null;
|
|
|
|
|
this.buttonModbus.BackPictureBox2 = null;
|
|
|
|
|
this.buttonModbus.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonModbus.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonModbus.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonModbus.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonModbus.DisableImage")));
|
|
|
|
|
this.buttonModbus.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonModbus.DownImage")));
|
|
|
|
|
this.buttonModbus.GroupID = 0;
|
|
|
|
|
this.buttonModbus.InitVisible = true;
|
|
|
|
|
this.buttonModbus.Location = new System.Drawing.Point(456, 0);
|
|
|
|
|
this.buttonModbus.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonModbus.Name = "buttonModbus";
|
|
|
|
|
this.buttonModbus.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonModbus.OutlinePixel = 1;
|
|
|
|
|
this.buttonModbus.RepeatInterval = 200;
|
|
|
|
|
this.buttonModbus.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonModbus.SafeInterval = 200;
|
|
|
|
|
this.buttonModbus.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonModbus.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonModbus.TabIndex = 553;
|
|
|
|
|
this.buttonModbus.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonModbus.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonModbus.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonModbus.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonModbus.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonModbus.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonModbus.UpImage")));
|
|
|
|
|
this.buttonModbus.Visible = false;
|
|
|
|
|
this.buttonModbus.Click += new System.EventHandler(this.buttonModbus_Click);
|
|
|
|
|
//
|
2020-08-31 02:13:02 +00:00
|
|
|
|
// buttonFeedback
|
|
|
|
|
//
|
|
|
|
|
this.buttonFeedback.BackPictureBox = null;
|
|
|
|
|
this.buttonFeedback.BackPictureBox1 = null;
|
|
|
|
|
this.buttonFeedback.BackPictureBox2 = null;
|
|
|
|
|
this.buttonFeedback.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonFeedback.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonFeedback.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonFeedback.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedback.DisableImage")));
|
|
|
|
|
this.buttonFeedback.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedback.DownImage")));
|
|
|
|
|
this.buttonFeedback.GroupID = 0;
|
|
|
|
|
this.buttonFeedback.InitVisible = true;
|
|
|
|
|
this.buttonFeedback.Location = new System.Drawing.Point(385, 0);
|
|
|
|
|
this.buttonFeedback.Mode = SmartX.SmartButton.BUTTONMODE.RADIO;
|
|
|
|
|
this.buttonFeedback.Name = "buttonFeedback";
|
|
|
|
|
this.buttonFeedback.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonFeedback.OutlinePixel = 1;
|
|
|
|
|
this.buttonFeedback.RepeatInterval = 200;
|
|
|
|
|
this.buttonFeedback.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonFeedback.SafeInterval = 200;
|
|
|
|
|
this.buttonFeedback.Size = new System.Drawing.Size(65, 65);
|
|
|
|
|
this.buttonFeedback.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonFeedback.TabIndex = 548;
|
|
|
|
|
this.buttonFeedback.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonFeedback.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonFeedback.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonFeedback.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonFeedback.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonFeedback.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFeedback.UpImage")));
|
|
|
|
|
this.buttonFeedback.Visible = false;
|
|
|
|
|
this.buttonFeedback.Click += new System.EventHandler(this.buttonFeedback_Click);
|
|
|
|
|
//
|
|
|
|
|
// labelBarcode
|
|
|
|
|
//
|
|
|
|
|
this.labelBarcode.BackColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelBarcode.BackPictureBox = this.smartForm1;
|
|
|
|
|
this.labelBarcode.BackPictureBox1 = null;
|
|
|
|
|
this.labelBarcode.BackPictureBox2 = null;
|
|
|
|
|
this.labelBarcode.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelBarcode.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelBarcode.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
|
|
|
|
this.labelBarcode.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelBarcode.InitVisible = true;
|
|
|
|
|
this.labelBarcode.LineSpacing = 0F;
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.labelBarcode.Location = new System.Drawing.Point(389, 0);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.labelBarcode.Name = "labelBarcode";
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.labelBarcode.Size = new System.Drawing.Size(132, 20);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.labelBarcode.TabIndex = 547;
|
|
|
|
|
this.labelBarcode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
|
|
|
this.labelBarcode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
|
|
|
this.labelBarcode.Visible = false;
|
|
|
|
|
this.labelBarcode.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// buttonMemory
|
|
|
|
|
//
|
|
|
|
|
this.buttonMemory.Location = new System.Drawing.Point(265, 0);
|
|
|
|
|
this.buttonMemory.Name = "buttonMemory";
|
|
|
|
|
this.buttonMemory.Size = new System.Drawing.Size(56, 20);
|
|
|
|
|
this.buttonMemory.TabIndex = 547;
|
|
|
|
|
this.buttonMemory.Text = "Memory";
|
|
|
|
|
this.buttonMemory.Visible = false;
|
|
|
|
|
this.buttonMemory.Click += new System.EventHandler(this.buttonMemory_Click);
|
|
|
|
|
//
|
|
|
|
|
// labelSorterAlarm
|
|
|
|
|
//
|
|
|
|
|
this.labelSorterAlarm.BackColor = System.Drawing.Color.DarkRed;
|
|
|
|
|
this.labelSorterAlarm.BackPictureBox = null;
|
|
|
|
|
this.labelSorterAlarm.BackPictureBox1 = null;
|
|
|
|
|
this.labelSorterAlarm.BackPictureBox2 = null;
|
|
|
|
|
this.labelSorterAlarm.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelSorterAlarm.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelSorterAlarm.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelSorterAlarm.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelSorterAlarm.InitVisible = true;
|
|
|
|
|
this.labelSorterAlarm.LineSpacing = 0F;
|
|
|
|
|
this.labelSorterAlarm.Location = new System.Drawing.Point(140, 125);
|
|
|
|
|
this.labelSorterAlarm.Name = "labelSorterAlarm";
|
|
|
|
|
this.labelSorterAlarm.Size = new System.Drawing.Size(500, 100);
|
|
|
|
|
this.labelSorterAlarm.TabIndex = 540;
|
|
|
|
|
this.labelSorterAlarm.Text = "선별부 에러";
|
|
|
|
|
this.labelSorterAlarm.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelSorterAlarm.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelSorterAlarm.Visible = false;
|
|
|
|
|
this.labelSorterAlarm.Wordwrap = false;
|
|
|
|
|
this.labelSorterAlarm.Click += new System.EventHandler(this.labelSorterAlarm_Click);
|
|
|
|
|
//
|
2023-02-27 11:52:59 +00:00
|
|
|
|
// timerClientConnectCheck
|
2020-08-31 02:13:02 +00:00
|
|
|
|
//
|
2023-02-27 11:52:59 +00:00
|
|
|
|
this.timerClientConnectCheck.Interval = 1000;
|
|
|
|
|
this.timerClientConnectCheck.Tick += new System.EventHandler(this.timerClientConnectCheck_Tick);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
//
|
|
|
|
|
// buttonConveyorUpDown
|
|
|
|
|
//
|
|
|
|
|
this.buttonConveyorUpDown.BackPictureBox = null;
|
|
|
|
|
this.buttonConveyorUpDown.BackPictureBox1 = null;
|
|
|
|
|
this.buttonConveyorUpDown.BackPictureBox2 = null;
|
|
|
|
|
this.buttonConveyorUpDown.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonConveyorUpDown.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonConveyorUpDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonConveyorUpDown.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUpDown.DisableImage")));
|
|
|
|
|
this.buttonConveyorUpDown.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUpDown.DownImage")));
|
|
|
|
|
this.buttonConveyorUpDown.GroupID = 0;
|
|
|
|
|
this.buttonConveyorUpDown.InitVisible = false;
|
|
|
|
|
this.buttonConveyorUpDown.Location = new System.Drawing.Point(710, 368);
|
|
|
|
|
this.buttonConveyorUpDown.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
|
|
|
|
|
this.buttonConveyorUpDown.Name = "buttonConveyorUpDown";
|
|
|
|
|
this.buttonConveyorUpDown.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonConveyorUpDown.OutlinePixel = 1;
|
|
|
|
|
this.buttonConveyorUpDown.RepeatInterval = 200;
|
|
|
|
|
this.buttonConveyorUpDown.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonConveyorUpDown.SafeInterval = 200;
|
|
|
|
|
this.buttonConveyorUpDown.Size = new System.Drawing.Size(90, 57);
|
|
|
|
|
this.buttonConveyorUpDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
|
|
|
this.buttonConveyorUpDown.TabIndex = 547;
|
|
|
|
|
this.buttonConveyorUpDown.TextColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonConveyorUpDown.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonConveyorUpDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonConveyorUpDown.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonConveyorUpDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonConveyorUpDown.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUpDown.UpImage")));
|
|
|
|
|
this.buttonConveyorUpDown.Visible = false;
|
|
|
|
|
this.buttonConveyorUpDown.Click += new System.EventHandler(this.buttonConveyorUpDown_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonHiddenMenu
|
|
|
|
|
//
|
|
|
|
|
this.buttonHiddenMenu.BackPictureBox = null;
|
|
|
|
|
this.buttonHiddenMenu.BackPictureBox1 = null;
|
|
|
|
|
this.buttonHiddenMenu.BackPictureBox2 = null;
|
|
|
|
|
this.buttonHiddenMenu.ButtonColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.buttonHiddenMenu.ButtonImageAutoSize = true;
|
|
|
|
|
this.buttonHiddenMenu.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonHiddenMenu.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonHiddenMenu.DisableImage")));
|
|
|
|
|
this.buttonHiddenMenu.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonHiddenMenu.DownImage")));
|
|
|
|
|
this.buttonHiddenMenu.GroupID = 0;
|
|
|
|
|
this.buttonHiddenMenu.InitVisible = true;
|
|
|
|
|
this.buttonHiddenMenu.Location = new System.Drawing.Point(710, 472);
|
|
|
|
|
this.buttonHiddenMenu.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
|
|
|
this.buttonHiddenMenu.Name = "buttonHiddenMenu";
|
|
|
|
|
this.buttonHiddenMenu.NestedClickEventPrevent = false;
|
|
|
|
|
this.buttonHiddenMenu.OutlinePixel = 1;
|
|
|
|
|
this.buttonHiddenMenu.RepeatInterval = 200;
|
|
|
|
|
this.buttonHiddenMenu.RepeatIntervalAccelerate = null;
|
|
|
|
|
this.buttonHiddenMenu.SafeInterval = 2000;
|
|
|
|
|
this.buttonHiddenMenu.Size = new System.Drawing.Size(90, 57);
|
|
|
|
|
this.buttonHiddenMenu.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.SAFE;
|
|
|
|
|
this.buttonHiddenMenu.TabIndex = 554;
|
|
|
|
|
this.buttonHiddenMenu.Text = " ";
|
|
|
|
|
this.buttonHiddenMenu.TextColor = System.Drawing.Color.Black;
|
|
|
|
|
this.buttonHiddenMenu.TextDownColor = System.Drawing.Color.White;
|
|
|
|
|
this.buttonHiddenMenu.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
|
|
|
this.buttonHiddenMenu.TextLocation = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.buttonHiddenMenu.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
|
|
|
this.buttonHiddenMenu.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonHiddenMenu.UpImage")));
|
|
|
|
|
this.buttonHiddenMenu.Click += new System.EventHandler(this.buttonHiddenMenu_Click);
|
|
|
|
|
//
|
2023-05-24 04:16:07 +00:00
|
|
|
|
// labelExpireOfPassword
|
|
|
|
|
//
|
|
|
|
|
this.labelExpireOfPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelExpireOfPassword.BackPictureBox = null;
|
|
|
|
|
this.labelExpireOfPassword.BackPictureBox1 = null;
|
|
|
|
|
this.labelExpireOfPassword.BackPictureBox2 = null;
|
|
|
|
|
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.labelExpireOfPassword.InitVisible = true;
|
|
|
|
|
this.labelExpireOfPassword.LineSpacing = 0F;
|
|
|
|
|
this.labelExpireOfPassword.Location = new System.Drawing.Point(586, 42);
|
|
|
|
|
this.labelExpireOfPassword.Name = "labelExpireOfPassword";
|
|
|
|
|
this.labelExpireOfPassword.Size = new System.Drawing.Size(100, 16);
|
|
|
|
|
this.labelExpireOfPassword.TabIndex = 589;
|
|
|
|
|
this.labelExpireOfPassword.Text = "Off";
|
|
|
|
|
this.labelExpireOfPassword.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelExpireOfPassword.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelExpireOfPassword.Visible = false;
|
|
|
|
|
this.labelExpireOfPassword.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelUserID
|
|
|
|
|
//
|
|
|
|
|
this.labelUserID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelUserID.BackPictureBox = null;
|
|
|
|
|
this.labelUserID.BackPictureBox1 = null;
|
|
|
|
|
this.labelUserID.BackPictureBox2 = null;
|
|
|
|
|
this.labelUserID.BorderColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelUserID.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelUserID.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.labelUserID.InitVisible = true;
|
|
|
|
|
this.labelUserID.LineSpacing = 0F;
|
|
|
|
|
this.labelUserID.Location = new System.Drawing.Point(586, 2);
|
|
|
|
|
this.labelUserID.Name = "labelUserID";
|
|
|
|
|
this.labelUserID.Size = new System.Drawing.Size(100, 16);
|
|
|
|
|
this.labelUserID.TabIndex = 588;
|
|
|
|
|
this.labelUserID.Text = "L1-Developer";
|
|
|
|
|
this.labelUserID.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelUserID.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelUserID.Wordwrap = false;
|
|
|
|
|
//
|
|
|
|
|
// labelUserLevel
|
|
|
|
|
//
|
|
|
|
|
this.labelUserLevel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
|
|
|
this.labelUserLevel.BackPictureBox = null;
|
|
|
|
|
this.labelUserLevel.BackPictureBox1 = null;
|
|
|
|
|
this.labelUserLevel.BackPictureBox2 = null;
|
|
|
|
|
this.labelUserLevel.BorderColor = System.Drawing.Color.LightGray;
|
|
|
|
|
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelUserLevel.ForeColor = System.Drawing.Color.Red;
|
|
|
|
|
this.labelUserLevel.InitVisible = true;
|
|
|
|
|
this.labelUserLevel.LineSpacing = 0F;
|
|
|
|
|
this.labelUserLevel.Location = new System.Drawing.Point(586, 22);
|
|
|
|
|
this.labelUserLevel.Name = "labelUserLevel";
|
|
|
|
|
this.labelUserLevel.Size = new System.Drawing.Size(100, 16);
|
|
|
|
|
this.labelUserLevel.TabIndex = 587;
|
|
|
|
|
this.labelUserLevel.Text = "L1-Developer";
|
|
|
|
|
this.labelUserLevel.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelUserLevel.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelUserLevel.Wordwrap = false;
|
|
|
|
|
//
|
2023-09-15 08:04:07 +00:00
|
|
|
|
// labelAlarmWindow
|
|
|
|
|
//
|
|
|
|
|
this.labelAlarmWindow.BackColor = System.Drawing.Color.DarkRed;
|
|
|
|
|
this.labelAlarmWindow.BackPictureBox = null;
|
|
|
|
|
this.labelAlarmWindow.BackPictureBox1 = null;
|
|
|
|
|
this.labelAlarmWindow.BackPictureBox2 = null;
|
|
|
|
|
this.labelAlarmWindow.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
this.labelAlarmWindow.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.labelAlarmWindow.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
this.labelAlarmWindow.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelAlarmWindow.InitVisible = true;
|
|
|
|
|
this.labelAlarmWindow.LineSpacing = 0F;
|
|
|
|
|
this.labelAlarmWindow.Location = new System.Drawing.Point(140, 125);
|
|
|
|
|
this.labelAlarmWindow.Name = "labelAlarmWindow";
|
|
|
|
|
this.labelAlarmWindow.Size = new System.Drawing.Size(500, 100);
|
|
|
|
|
this.labelAlarmWindow.TabIndex = 596;
|
|
|
|
|
this.labelAlarmWindow.Text = "선별부 에러";
|
|
|
|
|
this.labelAlarmWindow.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
|
|
|
this.labelAlarmWindow.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
|
|
|
this.labelAlarmWindow.Visible = false;
|
|
|
|
|
this.labelAlarmWindow.Wordwrap = false;
|
|
|
|
|
this.labelAlarmWindow.Click += new System.EventHandler(this.labelAlarmWindow_Click);
|
|
|
|
|
//
|
2020-08-31 02:13:02 +00:00
|
|
|
|
// FormMainDisplay
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
|
this.AutoScroll = true;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
2023-09-15 08:04:07 +00:00
|
|
|
|
this.Controls.Add(this.labelAlarmWindow);
|
2023-05-24 04:16:07 +00:00
|
|
|
|
this.Controls.Add(this.labelExpireOfPassword);
|
|
|
|
|
this.Controls.Add(this.labelUserID);
|
|
|
|
|
this.Controls.Add(this.labelUserLevel);
|
2020-08-31 02:13:02 +00:00
|
|
|
|
this.Controls.Add(this.buttonHiddenMenu);
|
|
|
|
|
this.Controls.Add(this.buttonMemory);
|
|
|
|
|
this.Controls.Add(this.buttonConveyorUpDown);
|
|
|
|
|
this.Controls.Add(this.labelBarcode);
|
|
|
|
|
this.Controls.Add(this.labelSorterAlarm);
|
|
|
|
|
this.Controls.Add(this.buttonExit);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Controls.Add(this.pictureBoxCommunicationStatus);
|
|
|
|
|
this.Controls.Add(this.buttonWeightInputMode);
|
|
|
|
|
this.Controls.Add(this.buttonUser);
|
|
|
|
|
this.Controls.Add(this.pictureBoxIconAlarm);
|
|
|
|
|
this.Controls.Add(this.pictureBoxStart);
|
|
|
|
|
this.Controls.Add(this.buttonMenu);
|
|
|
|
|
this.Controls.Add(this.buttonClear);
|
|
|
|
|
this.Controls.Add(this.buttonPrint);
|
|
|
|
|
this.Controls.Add(this.labelTime);
|
|
|
|
|
this.Controls.Add(this.labelLotNo);
|
|
|
|
|
this.Controls.Add(this.labelProductName);
|
|
|
|
|
this.Controls.Add(this.buttonProductNo);
|
|
|
|
|
this.Controls.Add(this.pictureBoxStop);
|
|
|
|
|
this.Controls.Add(this.buttonZero);
|
|
|
|
|
this.Controls.Add(this.smartForm1);
|
|
|
|
|
this.Name = "FormMainDisplay";
|
|
|
|
|
this.Text = "FormMainDisplay";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
|
|
|
private SmartX.SmartButton buttonMenu;
|
|
|
|
|
private System.Windows.Forms.Button buttonExit;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxStop;
|
|
|
|
|
private SmartX.SmartLabel labelTime;
|
|
|
|
|
private SmartX.SmartLabel labelLotNo;
|
|
|
|
|
private SmartX.SmartLabel labelProductName;
|
|
|
|
|
private SmartX.SmartButton buttonProductNo;
|
|
|
|
|
private SmartX.SmartButton buttonClear;
|
|
|
|
|
private SmartX.SmartButton buttonZero;
|
|
|
|
|
private SmartX.SmartButton buttonPrint;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxStart;
|
|
|
|
|
public System.Windows.Forms.PictureBox pictureBoxCommunicationStatus;
|
|
|
|
|
private System.Windows.Forms.Timer timerPrinting;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxIconAlarm;
|
|
|
|
|
private SmartX.SmartMemory smartMemory1;
|
|
|
|
|
private SmartX.SmartButton buttonWeightInputMode;
|
|
|
|
|
private SmartX.SmartButton buttonUser;
|
|
|
|
|
private SmartX.SmartButton buttonDataStat;
|
|
|
|
|
private SmartX.SmartButton buttonList;
|
|
|
|
|
private SmartX.SmartButton buttonLinegraph;
|
|
|
|
|
private SmartX.SmartButton buttonBargraph;
|
2023-05-24 04:16:07 +00:00
|
|
|
|
private SmartX.SmartButton buttonSubMenu;
|
2020-08-31 02:13:02 +00:00
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private SmartX.SmartLabel labelSorterAlarm;
|
|
|
|
|
public SmartX.SmartLabel labelBarcode;
|
|
|
|
|
private System.Windows.Forms.Button buttonMemory;
|
2023-02-27 11:52:59 +00:00
|
|
|
|
public System.Windows.Forms.Timer timerClientConnectCheck;
|
2020-08-31 02:13:02 +00:00
|
|
|
|
private SmartX.SmartButton buttonFeedback;
|
|
|
|
|
private SmartX.SmartButton buttonConveyorUpDown;
|
|
|
|
|
private SmartX.SmartButton buttonHiddenMenu;
|
2023-02-23 08:34:29 +00:00
|
|
|
|
private SmartX.SmartButton buttonModbus;
|
2023-05-24 04:16:07 +00:00
|
|
|
|
private SmartX.SmartLabel labelExpireOfPassword;
|
|
|
|
|
private SmartX.SmartLabel labelUserID;
|
|
|
|
|
private SmartX.SmartLabel labelUserLevel;
|
2023-09-15 08:04:07 +00:00
|
|
|
|
private SmartX.SmartLabel labelAlarmWindow;
|
2020-08-31 02:13:02 +00:00
|
|
|
|
}
|
|
|
|
|
}
|