- 알람 기능 추가
SA000 : 1-입력센서(작동X), 2-로드셀, 8-비상정지 Part11 : TrackingAlarm history 추가master V6.7.0
parent
68ace6daf3
commit
3bc3cf92f6
|
|
@ -0,0 +1,167 @@
|
||||||
|
namespace INT69DB_2A.Controls
|
||||||
|
{
|
||||||
|
partial class ControlMainDisplayAlarm
|
||||||
|
{
|
||||||
|
/// <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(ControlMainDisplayAlarm));
|
||||||
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
||||||
|
this.listBoxMessage = new SmartX.SmartListBox();
|
||||||
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
|
this.buttonClose = new SmartX.SmartButton();
|
||||||
|
this.smartGroupBox1.SuspendLayout();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// smartGroupBox1
|
||||||
|
//
|
||||||
|
this.smartGroupBox1.BackPictureBox = null;
|
||||||
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
|
this.smartGroupBox1.Controls.Add(this.listBoxMessage);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.labelTitle);
|
||||||
|
this.smartGroupBox1.Controls.Add(this.buttonClose);
|
||||||
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
|
this.smartGroupBox1.FrameLineThickness = 1;
|
||||||
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
||||||
|
this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image")));
|
||||||
|
this.smartGroupBox1.InitVisible = true;
|
||||||
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
||||||
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||||
|
this.smartGroupBox1.RoundRadius = 5;
|
||||||
|
this.smartGroupBox1.Size = new System.Drawing.Size(450, 300);
|
||||||
|
this.smartGroupBox1.TabIndex = 1;
|
||||||
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||||
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
|
//
|
||||||
|
// listBoxMessage
|
||||||
|
//
|
||||||
|
this.listBoxMessage.BackColor = System.Drawing.Color.White;
|
||||||
|
this.listBoxMessage.BackPictureBox = null;
|
||||||
|
this.listBoxMessage.BackPictureBox1 = null;
|
||||||
|
this.listBoxMessage.BackPictureBox2 = null;
|
||||||
|
this.listBoxMessage.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
||||||
|
this.listBoxMessage.ColumnDelimiter = '\0';
|
||||||
|
this.listBoxMessage.ColumnOffsets = null;
|
||||||
|
this.listBoxMessage.Enabled = false;
|
||||||
|
this.listBoxMessage.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.listBoxMessage.FontColor = System.Drawing.Color.Black;
|
||||||
|
this.listBoxMessage.InitVisible = true;
|
||||||
|
this.listBoxMessage.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
||||||
|
this.listBoxMessage.ItemOffsetGap = 5;
|
||||||
|
this.listBoxMessage.ItemOffsetX = 2;
|
||||||
|
this.listBoxMessage.ItemOffsetY = 2;
|
||||||
|
this.listBoxMessage.Location = new System.Drawing.Point(19, 40);
|
||||||
|
this.listBoxMessage.MouseMoveEventSpace = 3;
|
||||||
|
this.listBoxMessage.MouseMoveSpace = 10;
|
||||||
|
this.listBoxMessage.Name = "listBoxMessage";
|
||||||
|
this.listBoxMessage.OutLineColor = System.Drawing.SystemColors.ControlText;
|
||||||
|
this.listBoxMessage.SelectColor = System.Drawing.Color.Blue;
|
||||||
|
this.listBoxMessage.SelectFilled = true;
|
||||||
|
this.listBoxMessage.SelectFontColor = System.Drawing.Color.White;
|
||||||
|
this.listBoxMessage.SelectItemIndex = -1;
|
||||||
|
this.listBoxMessage.SeparationlineColor1 = System.Drawing.Color.Gray;
|
||||||
|
this.listBoxMessage.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
||||||
|
this.listBoxMessage.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.None;
|
||||||
|
this.listBoxMessage.SeparationlineVisibleBottom = true;
|
||||||
|
this.listBoxMessage.SeparationlineVisibleTop = true;
|
||||||
|
this.listBoxMessage.Size = new System.Drawing.Size(416, 212);
|
||||||
|
this.listBoxMessage.TabIndex = 2;
|
||||||
|
this.listBoxMessage.Text = "smartListBox1";
|
||||||
|
//
|
||||||
|
// labelTitle
|
||||||
|
//
|
||||||
|
this.labelTitle.BackColor = System.Drawing.Color.Gainsboro;
|
||||||
|
this.labelTitle.BackPictureBox = null;
|
||||||
|
this.labelTitle.BackPictureBox1 = null;
|
||||||
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitle.InitVisible = true;
|
||||||
|
this.labelTitle.LineSpacing = 0F;
|
||||||
|
this.labelTitle.Location = new System.Drawing.Point(22, 3);
|
||||||
|
this.labelTitle.Name = "labelTitle";
|
||||||
|
this.labelTitle.Size = new System.Drawing.Size(420, 31);
|
||||||
|
this.labelTitle.TabIndex = 1;
|
||||||
|
this.labelTitle.Text = "Alarm";
|
||||||
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitle.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// buttonClose
|
||||||
|
//
|
||||||
|
this.buttonClose.BackPictureBox = null;
|
||||||
|
this.buttonClose.BackPictureBox1 = null;
|
||||||
|
this.buttonClose.BackPictureBox2 = null;
|
||||||
|
this.buttonClose.ButtonColor = System.Drawing.Color.WhiteSmoke;
|
||||||
|
this.buttonClose.ButtonImageAutoSize = true;
|
||||||
|
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
|
this.buttonClose.DisableImage = null;
|
||||||
|
this.buttonClose.DownImage = null;
|
||||||
|
this.buttonClose.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.buttonClose.GroupID = 0;
|
||||||
|
this.buttonClose.InitVisible = true;
|
||||||
|
this.buttonClose.Location = new System.Drawing.Point(335, 264);
|
||||||
|
this.buttonClose.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
|
this.buttonClose.Name = "buttonClose";
|
||||||
|
this.buttonClose.NestedClickEventPrevent = false;
|
||||||
|
this.buttonClose.OutlinePixel = 1;
|
||||||
|
this.buttonClose.RepeatInterval = 200;
|
||||||
|
this.buttonClose.RepeatIntervalAccelerate = null;
|
||||||
|
this.buttonClose.SafeInterval = 200;
|
||||||
|
this.buttonClose.Size = new System.Drawing.Size(100, 25);
|
||||||
|
this.buttonClose.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
|
this.buttonClose.TabIndex = 0;
|
||||||
|
this.buttonClose.Text = "Close";
|
||||||
|
this.buttonClose.TextColor = System.Drawing.Color.Black;
|
||||||
|
this.buttonClose.TextDownColor = System.Drawing.Color.White;
|
||||||
|
this.buttonClose.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
|
this.buttonClose.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
|
this.buttonClose.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
|
this.buttonClose.UpImage = null;
|
||||||
|
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
||||||
|
//
|
||||||
|
// ControlMainDisplayAlarm
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
|
this.Controls.Add(this.smartGroupBox1);
|
||||||
|
this.Name = "ControlMainDisplayAlarm";
|
||||||
|
this.Size = new System.Drawing.Size(450, 300);
|
||||||
|
this.smartGroupBox1.ResumeLayout(false);
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private SmartX.SmartGroupBox smartGroupBox1;
|
||||||
|
public SmartX.SmartListBox listBoxMessage;
|
||||||
|
private SmartX.SmartLabel labelTitle;
|
||||||
|
private SmartX.SmartButton buttonClose;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,87 @@
|
||||||
|
using System;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Data;
|
||||||
|
using System.Text;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
using INT69DB_2A.Forms;
|
||||||
|
|
||||||
|
namespace INT69DB_2A.Controls
|
||||||
|
{
|
||||||
|
public partial class ControlMainDisplayAlarm : UserControl
|
||||||
|
{
|
||||||
|
#region Field
|
||||||
|
private FormMainDisplay m_ParentForm;
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Constructor
|
||||||
|
public ControlMainDisplayAlarm(FormMainDisplay parent)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
|
||||||
|
this.ParentForm = parent;
|
||||||
|
|
||||||
|
this.InitializeDesign();
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Property
|
||||||
|
public FormMainDisplay ParentForm
|
||||||
|
{
|
||||||
|
get { return this.m_ParentForm; }
|
||||||
|
private set { this.m_ParentForm = value; }
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Method
|
||||||
|
|
||||||
|
private void InitializeDesign()
|
||||||
|
{
|
||||||
|
if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||||
|
{
|
||||||
|
this.labelTitle.Text = "알람";
|
||||||
|
this.buttonClose.Text = "닫기";
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
|
{
|
||||||
|
this.labelTitle.Text = "Alarm";
|
||||||
|
this.buttonClose.Text = "Close";
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
|
||||||
|
{
|
||||||
|
this.labelTitle.Text = "Alarm";
|
||||||
|
this.buttonClose.Text = "Schließen";
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
|
||||||
|
{
|
||||||
|
this.labelTitle.Text = "アラㅡム";
|
||||||
|
this.buttonClose.Text = "クロㅡズ";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void DisplayRefresh()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Event Handler
|
||||||
|
private void buttonClose_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
this.Visible = false;
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,195 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="smartGroupBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
|
||||||
|
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
|
||||||
|
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
|
||||||
|
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABKpJREFUeF7t1UENhDAA
|
||||||
|
AEE81g6PKkATQvDSu35I0LCzyWjY498CgLBjjTHWnBMAMvb73hFe17We5wGAjP0+IwQgywgBSDNCANKM
|
||||||
|
EIA0IwQgzQgBSDNCANKMEIA0IwQgzQgBSDNCANKMEIA0IwQgzQgBSDNCANKMEIA0IwQgzQgBSDNCANKM
|
||||||
|
EIA0IwQgzQgBSDNCANKMEIA0IwQgzQgBSDNCANKMEIA0IwQgzQgBSDNCANI+IzzPc933DQAZ+31GCECW
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECaEQKQZoQApBkhAGlGCECa
|
||||||
|
EQKQZoQApBkhAGlGCECaEQKQZoQApH1GOMZYc04AyNjve0cIAE3H+gFLPOud1+N91QAAAABJRU5ErkJg
|
||||||
|
gg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||||
|
<value>WEBPAD</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
||||||
|
|
@ -10,6 +10,8 @@ namespace INT69DB_2A
|
||||||
{
|
{
|
||||||
public class DataStore
|
public class DataStore
|
||||||
{
|
{
|
||||||
|
public delegate void EventHandlerAlarmStateChange(DataStore.TrackingAlarm alarm, string status);
|
||||||
|
|
||||||
#region Enum
|
#region Enum
|
||||||
public enum EquipmentStatus
|
public enum EquipmentStatus
|
||||||
{
|
{
|
||||||
|
|
@ -517,12 +519,13 @@ namespace INT69DB_2A
|
||||||
public enum TrackingAlarm
|
public enum TrackingAlarm
|
||||||
{
|
{
|
||||||
None,
|
None,
|
||||||
a1_PressureError,
|
a1_EntrySensorError,
|
||||||
a2_LoadcellError,
|
a2_LoadcellError,
|
||||||
a3_EntrySensorError,
|
a3_PressureError,
|
||||||
a4_ServoTorqueAlarm,
|
a4_ServoTorqueAlarm,
|
||||||
a5_ServoAlarm,
|
a5_ServoAlarm,
|
||||||
a6_ServoOff,
|
a6_ServoOff,
|
||||||
|
a8_EmergencyStop,
|
||||||
}
|
}
|
||||||
public enum E_UserGroup_FileIndex
|
public enum E_UserGroup_FileIndex
|
||||||
{
|
{
|
||||||
|
|
@ -4204,4 +4207,217 @@ namespace INT69DB_2A
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region AlarmList
|
||||||
|
public class AlarmList
|
||||||
|
{
|
||||||
|
#region Field
|
||||||
|
private bool m_Flag;
|
||||||
|
|
||||||
|
private bool m_IsEntrySensorError;
|
||||||
|
private bool m_IsLoadcellError;
|
||||||
|
private bool m_IsEmergencyStop;
|
||||||
|
|
||||||
|
private bool m_IsBuzzerStatus;
|
||||||
|
|
||||||
|
public event DataStore.EventHandlerAlarmStateChange EventAlarmStateChange;
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Constructor
|
||||||
|
public AlarmList()
|
||||||
|
{
|
||||||
|
this.Initialize();
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Property
|
||||||
|
public bool Flag
|
||||||
|
{
|
||||||
|
get { return this.m_Flag; }
|
||||||
|
set { this.m_Flag = value; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool IsEntrySensorError
|
||||||
|
{
|
||||||
|
get { return this.m_IsEntrySensorError; }
|
||||||
|
set { this.m_IsEntrySensorError = value; }
|
||||||
|
}
|
||||||
|
public bool IsLoadcellError
|
||||||
|
{
|
||||||
|
get { return this.m_IsLoadcellError; }
|
||||||
|
set { this.m_IsLoadcellError = value; }
|
||||||
|
}
|
||||||
|
public bool IsEmergencyStop
|
||||||
|
{
|
||||||
|
get { return this.m_IsEmergencyStop; }
|
||||||
|
set { this.m_IsEmergencyStop = value; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 현재 부자가 동작하고 있는지 상태
|
||||||
|
/// </summary>
|
||||||
|
public bool IsBuzzerStatus
|
||||||
|
{
|
||||||
|
get { return this.m_IsBuzzerStatus; }
|
||||||
|
set { this.m_IsBuzzerStatus = value; }
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region Method
|
||||||
|
private void Initialize()
|
||||||
|
{
|
||||||
|
this.Flag = false;
|
||||||
|
|
||||||
|
this.IsEntrySensorError = false;
|
||||||
|
this.IsLoadcellError = false;
|
||||||
|
this.IsEmergencyStop = false;
|
||||||
|
|
||||||
|
this.IsBuzzerStatus = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetAlarm(string alarm)
|
||||||
|
{
|
||||||
|
string sValue1 = "", sValue2 = "", sValue3 = "", sValue4 = "", sValue5 = "", sValue6 = "", sValue7 = "", sValue8 = "";
|
||||||
|
|
||||||
|
if (alarm.Length != 8)
|
||||||
|
return;
|
||||||
|
|
||||||
|
sValue1 = Convert.ToString(Convert.ToInt16(alarm.Substring(0, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
|
||||||
|
sValue2 = Convert.ToString(Convert.ToInt16(alarm.Substring(1, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
|
||||||
|
sValue3 = Convert.ToString(Convert.ToInt16(alarm.Substring(2, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
|
||||||
|
sValue4 = Convert.ToString(Convert.ToInt16(alarm.Substring(3, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
|
||||||
|
sValue5 = Convert.ToString(Convert.ToInt16(alarm.Substring(4, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
|
||||||
|
sValue6 = Convert.ToString(Convert.ToInt16(alarm.Substring(5, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
|
||||||
|
sValue7 = Convert.ToString(Convert.ToInt16(alarm.Substring(6, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
|
||||||
|
sValue8 = Convert.ToString(Convert.ToInt16(alarm.Substring(7, 1), 16), 2).PadLeft((4 <= 1) ? 1 : 4, '0');
|
||||||
|
|
||||||
|
#region 알람 16-
|
||||||
|
if (sValue4[0] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 15-
|
||||||
|
if (sValue4[1] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 14-
|
||||||
|
if (sValue4[2] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 13-
|
||||||
|
if (sValue4[3] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region 알람 12-
|
||||||
|
if (sValue3[0] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 11-
|
||||||
|
if (sValue3[1] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 10-
|
||||||
|
if (sValue3[2] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 9-
|
||||||
|
if (sValue3[3] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region 알람 8-비상정지
|
||||||
|
if (sValue2[0] == '0')
|
||||||
|
{
|
||||||
|
if (this.IsEmergencyStop != false)
|
||||||
|
{
|
||||||
|
this.IsEmergencyStop = false;
|
||||||
|
this.EventAlarmStateChange(DataStore.TrackingAlarm.a8_EmergencyStop, "OFF");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (this.IsEmergencyStop != true)
|
||||||
|
{
|
||||||
|
this.IsEmergencyStop = true;
|
||||||
|
this.EventAlarmStateChange(DataStore.TrackingAlarm.a8_EmergencyStop, "ON");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
#region 알람 7-
|
||||||
|
if (sValue2[1] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 6-
|
||||||
|
if (sValue2[2] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 5-
|
||||||
|
if (sValue2[3] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region 알람 4-
|
||||||
|
if (sValue1[0] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 3-
|
||||||
|
if (sValue1[1] == '0')
|
||||||
|
{ }
|
||||||
|
else
|
||||||
|
{ }
|
||||||
|
#endregion
|
||||||
|
#region 알람 2-셀 에러
|
||||||
|
if (sValue1[2] == '0')
|
||||||
|
{
|
||||||
|
if (this.IsLoadcellError != false)
|
||||||
|
{
|
||||||
|
this.IsLoadcellError = false;
|
||||||
|
this.EventAlarmStateChange(DataStore.TrackingAlarm.a2_LoadcellError, "OFF");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (this.IsLoadcellError != true)
|
||||||
|
{
|
||||||
|
this.IsLoadcellError = true;
|
||||||
|
this.EventAlarmStateChange(DataStore.TrackingAlarm.a2_LoadcellError, "ON");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
#region 알람 1-
|
||||||
|
if (sValue1[3] == '0')
|
||||||
|
{
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
private void DefaultSetting()
|
private void DefaultSetting()
|
||||||
{
|
{
|
||||||
this.labelDisplayVer.Text = "6.6.2";
|
this.labelDisplayVer.Text = "6.7.0";
|
||||||
this.labelUserMgerVer.Text = "";
|
this.labelUserMgerVer.Text = "";
|
||||||
this.labelAes128Ver.Text = "";
|
this.labelAes128Ver.Text = "";
|
||||||
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
|
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,10 @@ namespace INT69DB_2A.Forms
|
||||||
public List<string> ListDllUserName;
|
public List<string> ListDllUserName;
|
||||||
// Dataviewer Filter
|
// Dataviewer Filter
|
||||||
public DataViewerFilter CurrentDataViewerFilter;
|
public DataViewerFilter CurrentDataViewerFilter;
|
||||||
|
// 알람
|
||||||
|
public static int CurrentAlarmCount = 32;
|
||||||
|
private AlarmList CurrentAlarmList;
|
||||||
|
public List<short> CurrentAlarm;
|
||||||
|
|
||||||
// Collection
|
// Collection
|
||||||
private Collection<int> CollectionGraphData; // 판정설정 그래프 데이터
|
private Collection<int> CollectionGraphData; // 판정설정 그래프 데이터
|
||||||
|
|
@ -482,6 +486,13 @@ namespace INT69DB_2A.Forms
|
||||||
this.ListDllUserName = new List<string>();
|
this.ListDllUserName = new List<string>();
|
||||||
this.ListDllUserName.Clear();
|
this.ListDllUserName.Clear();
|
||||||
|
|
||||||
|
this.CurrentAlarmList = new AlarmList();
|
||||||
|
this.CurrentAlarmList.EventAlarmStateChange += new DataStore.EventHandlerAlarmStateChange(this.CurrentAlarmList_Change);
|
||||||
|
this.CurrentAlarm = new List<short>();
|
||||||
|
this.CurrentAlarm.Clear();
|
||||||
|
for (int i = 0; i < CurrentAlarmCount; i++)
|
||||||
|
this.CurrentAlarm.Add(0);
|
||||||
|
|
||||||
// SystemFile1 폴더 생성
|
// SystemFile1 폴더 생성
|
||||||
if (Directory.Exists(this.PathSystemFileFolder1) == false)
|
if (Directory.Exists(this.PathSystemFileFolder1) == false)
|
||||||
Directory.CreateDirectory(this.PathSystemFileFolder1);
|
Directory.CreateDirectory(this.PathSystemFileFolder1);
|
||||||
|
|
@ -4403,6 +4414,10 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
switch (cmd)
|
switch (cmd)
|
||||||
{
|
{
|
||||||
|
case "SA0":
|
||||||
|
if ((ret = this.ReceiveCommandSA0(lane, receiveData)) != 0)
|
||||||
|
return ret;
|
||||||
|
break;
|
||||||
case "SN0":
|
case "SN0":
|
||||||
if ((ret = this.ReceiveCommandSN0(lane, receiveData)) != 0)
|
if ((ret = this.ReceiveCommandSN0(lane, receiveData)) != 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
@ -6291,6 +6306,26 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
// 알람
|
||||||
|
private int ReceiveCommandSA0(string lane, string receiveData)
|
||||||
|
{
|
||||||
|
int ret = 0;
|
||||||
|
|
||||||
|
switch (lane)
|
||||||
|
{
|
||||||
|
case "0":
|
||||||
|
#region Value Assign
|
||||||
|
this.CurrentAlarmList.SetAlarm(receiveData.Substring(0, 8));
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
this.ChildFormMainDisplay.UpdateDisplayAlarmView(this.CurrentAlarmList);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region OPC, Modbus
|
#region OPC, Modbus
|
||||||
|
|
@ -9070,6 +9105,23 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void CurrentAlarmList_Change(DataStore.TrackingAlarm alarm, string status)
|
||||||
|
{
|
||||||
|
if (this.SystemConfig.IsPart11 == false)
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (status == "ON")
|
||||||
|
{
|
||||||
|
this.CurrentAlarm[(short)alarm - 1] = 1;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.CurrentAlarm[(short)alarm - 1] = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.SetTrackingHistoryData(alarm, status);
|
||||||
|
}
|
||||||
|
|
||||||
#region DLL_SerialportEvent
|
#region DLL_SerialportEvent
|
||||||
private void Serialport_ReceiveDataEvent(string data)
|
private void Serialport_ReceiveDataEvent(string data)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -123,12 +123,13 @@
|
||||||
this.smartLabel3 = new SmartX.SmartLabel();
|
this.smartLabel3 = new SmartX.SmartLabel();
|
||||||
this.buttonAlarm4OK = new SmartX.SmartButton();
|
this.buttonAlarm4OK = new SmartX.SmartButton();
|
||||||
this.panelSubMenu3 = new System.Windows.Forms.Panel();
|
this.panelSubMenu3 = new System.Windows.Forms.Panel();
|
||||||
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
|
||||||
this.labelCutInterval = new SmartX.SmartLabel();
|
|
||||||
this.smartLabel13 = new SmartX.SmartLabel();
|
|
||||||
this.buttonCutRun = new SmartX.SmartButton();
|
this.buttonCutRun = new SmartX.SmartButton();
|
||||||
this.buttonCutOnce = new SmartX.SmartButton();
|
this.buttonCutOnce = new SmartX.SmartButton();
|
||||||
|
this.labelCutInterval = new SmartX.SmartLabel();
|
||||||
|
this.smartLabel13 = new SmartX.SmartLabel();
|
||||||
|
this.pictureBox5 = new System.Windows.Forms.PictureBox();
|
||||||
this.smartTimerCut = new SmartX.SmartTimer(this.components);
|
this.smartTimerCut = new SmartX.SmartTimer(this.components);
|
||||||
|
this.pictureBoxAlarm = new System.Windows.Forms.PictureBox();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.panelSetting.SuspendLayout();
|
this.panelSetting.SuspendLayout();
|
||||||
this.groupBoxConveyor.SuspendLayout();
|
this.groupBoxConveyor.SuspendLayout();
|
||||||
|
|
@ -337,7 +338,7 @@
|
||||||
this.labelProductName.LineSpacing = 0F;
|
this.labelProductName.LineSpacing = 0F;
|
||||||
this.labelProductName.Location = new System.Drawing.Point(96, 27);
|
this.labelProductName.Location = new System.Drawing.Point(96, 27);
|
||||||
this.labelProductName.Name = "labelProductName";
|
this.labelProductName.Name = "labelProductName";
|
||||||
this.labelProductName.Size = new System.Drawing.Size(250, 30);
|
this.labelProductName.Size = new System.Drawing.Size(272, 30);
|
||||||
this.labelProductName.TabIndex = 180;
|
this.labelProductName.TabIndex = 180;
|
||||||
this.labelProductName.Text = "Product";
|
this.labelProductName.Text = "Product";
|
||||||
this.labelProductName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
this.labelProductName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
|
@ -396,7 +397,7 @@
|
||||||
this.labelTitleTotalCount.BackPictureBox2 = null;
|
this.labelTitleTotalCount.BackPictureBox2 = null;
|
||||||
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleTotalCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleTotalCount.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
|
this.labelTitleTotalCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleTotalCount.InitVisible = true;
|
this.labelTitleTotalCount.InitVisible = true;
|
||||||
this.labelTitleTotalCount.LineSpacing = 0F;
|
this.labelTitleTotalCount.LineSpacing = 0F;
|
||||||
|
|
@ -418,7 +419,7 @@
|
||||||
this.labelTitleNGCount.BackPictureBox2 = null;
|
this.labelTitleNGCount.BackPictureBox2 = null;
|
||||||
this.labelTitleNGCount.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleNGCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleNGCount.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleNGCount.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleNGCount.ForeColor = System.Drawing.Color.White;
|
this.labelTitleNGCount.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleNGCount.InitVisible = true;
|
this.labelTitleNGCount.InitVisible = true;
|
||||||
this.labelTitleNGCount.LineSpacing = 0F;
|
this.labelTitleNGCount.LineSpacing = 0F;
|
||||||
|
|
@ -478,7 +479,7 @@
|
||||||
this.labelTime.LineSpacing = 0F;
|
this.labelTime.LineSpacing = 0F;
|
||||||
this.labelTime.Location = new System.Drawing.Point(96, 6);
|
this.labelTime.Location = new System.Drawing.Point(96, 6);
|
||||||
this.labelTime.Name = "labelTime";
|
this.labelTime.Name = "labelTime";
|
||||||
this.labelTime.Size = new System.Drawing.Size(150, 15);
|
this.labelTime.Size = new System.Drawing.Size(165, 16);
|
||||||
this.labelTime.TabIndex = 579;
|
this.labelTime.TabIndex = 579;
|
||||||
this.labelTime.Text = "2013-08-08 12:00:00";
|
this.labelTime.Text = "2013-08-08 12:00:00";
|
||||||
this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
|
@ -493,16 +494,16 @@
|
||||||
this.labelLotNo.BackPictureBox2 = null;
|
this.labelLotNo.BackPictureBox2 = null;
|
||||||
this.labelLotNo.BorderColor = System.Drawing.Color.LightGray;
|
this.labelLotNo.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelLotNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelLotNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelLotNo.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelLotNo.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelLotNo.ForeColor = System.Drawing.Color.White;
|
this.labelLotNo.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelLotNo.InitVisible = true;
|
this.labelLotNo.InitVisible = true;
|
||||||
this.labelLotNo.LineSpacing = 0F;
|
this.labelLotNo.LineSpacing = 0F;
|
||||||
this.labelLotNo.Location = new System.Drawing.Point(352, 27);
|
this.labelLotNo.Location = new System.Drawing.Point(267, 6);
|
||||||
this.labelLotNo.Name = "labelLotNo";
|
this.labelLotNo.Name = "labelLotNo";
|
||||||
this.labelLotNo.Size = new System.Drawing.Size(140, 30);
|
this.labelLotNo.Size = new System.Drawing.Size(101, 16);
|
||||||
this.labelLotNo.TabIndex = 588;
|
this.labelLotNo.TabIndex = 588;
|
||||||
this.labelLotNo.Text = "ABCDEFGHJKLMNO";
|
this.labelLotNo.Text = "ABCDEFGHJKLMNO";
|
||||||
this.labelLotNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
this.labelLotNo.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
this.labelLotNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelLotNo.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelLotNo.Wordwrap = false;
|
this.labelLotNo.Wordwrap = false;
|
||||||
//
|
//
|
||||||
|
|
@ -518,7 +519,7 @@
|
||||||
this.labelIconBypassMode.ForeColor = System.Drawing.Color.White;
|
this.labelIconBypassMode.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelIconBypassMode.InitVisible = true;
|
this.labelIconBypassMode.InitVisible = true;
|
||||||
this.labelIconBypassMode.LineSpacing = 0F;
|
this.labelIconBypassMode.LineSpacing = 0F;
|
||||||
this.labelIconBypassMode.Location = new System.Drawing.Point(298, 6);
|
this.labelIconBypassMode.Location = new System.Drawing.Point(408, 7);
|
||||||
this.labelIconBypassMode.Name = "labelIconBypassMode";
|
this.labelIconBypassMode.Name = "labelIconBypassMode";
|
||||||
this.labelIconBypassMode.Size = new System.Drawing.Size(27, 15);
|
this.labelIconBypassMode.Size = new System.Drawing.Size(27, 15);
|
||||||
this.labelIconBypassMode.TabIndex = 606;
|
this.labelIconBypassMode.TabIndex = 606;
|
||||||
|
|
@ -562,7 +563,7 @@
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
|
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
|
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
|
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
|
||||||
this.groupBoxConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.groupBoxConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxConveyor.FrameLineThickness = 1;
|
this.groupBoxConveyor.FrameLineThickness = 1;
|
||||||
|
|
@ -649,7 +650,7 @@
|
||||||
this.labelStaticFeedingConveyor.BackPictureBox2 = null;
|
this.labelStaticFeedingConveyor.BackPictureBox2 = null;
|
||||||
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticFeedingConveyor.ForeColor = System.Drawing.Color.White;
|
this.labelStaticFeedingConveyor.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticFeedingConveyor.InitVisible = true;
|
this.labelStaticFeedingConveyor.InitVisible = true;
|
||||||
this.labelStaticFeedingConveyor.LineSpacing = 0F;
|
this.labelStaticFeedingConveyor.LineSpacing = 0F;
|
||||||
|
|
@ -670,7 +671,7 @@
|
||||||
this.labelStaticRejectConveyor.BackPictureBox2 = null;
|
this.labelStaticRejectConveyor.BackPictureBox2 = null;
|
||||||
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticRejectConveyor.ForeColor = System.Drawing.Color.White;
|
this.labelStaticRejectConveyor.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticRejectConveyor.InitVisible = true;
|
this.labelStaticRejectConveyor.InitVisible = true;
|
||||||
this.labelStaticRejectConveyor.LineSpacing = 0F;
|
this.labelStaticRejectConveyor.LineSpacing = 0F;
|
||||||
|
|
@ -691,7 +692,7 @@
|
||||||
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
|
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticRejectConveyorDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticRejectConveyorDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticRejectConveyorDelayTime.InitVisible = true;
|
this.labelStaticRejectConveyorDelayTime.InitVisible = true;
|
||||||
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
|
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
|
||||||
|
|
@ -733,7 +734,7 @@
|
||||||
this.labelStaticFeedingRunTime.BackPictureBox2 = null;
|
this.labelStaticFeedingRunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticFeedingRunTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticFeedingRunTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticFeedingRunTime.InitVisible = true;
|
this.labelStaticFeedingRunTime.InitVisible = true;
|
||||||
this.labelStaticFeedingRunTime.LineSpacing = 0F;
|
this.labelStaticFeedingRunTime.LineSpacing = 0F;
|
||||||
|
|
@ -754,7 +755,7 @@
|
||||||
this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
|
this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticFeedingDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticFeedingDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticFeedingDelayTime.InitVisible = true;
|
this.labelStaticFeedingDelayTime.InitVisible = true;
|
||||||
this.labelStaticFeedingDelayTime.LineSpacing = 0F;
|
this.labelStaticFeedingDelayTime.LineSpacing = 0F;
|
||||||
|
|
@ -775,7 +776,7 @@
|
||||||
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
|
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("New Gulim", 11F, System.Drawing.FontStyle.Bold);
|
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("새굴림", 11F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticRejectConveyorRunTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticRejectConveyorRunTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticRejectConveyorRunTime.InitVisible = true;
|
this.labelStaticRejectConveyorRunTime.InitVisible = true;
|
||||||
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
|
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
|
||||||
|
|
@ -798,7 +799,7 @@
|
||||||
this.groupBoxSorter.Controls.Add(this.labelSorterDelayTime);
|
this.groupBoxSorter.Controls.Add(this.labelSorterDelayTime);
|
||||||
this.groupBoxSorter.Controls.Add(this.labelStaticSorterDelayTime);
|
this.groupBoxSorter.Controls.Add(this.labelStaticSorterDelayTime);
|
||||||
this.groupBoxSorter.Controls.Add(this.labelStaticSorterRunTime);
|
this.groupBoxSorter.Controls.Add(this.labelStaticSorterRunTime);
|
||||||
this.groupBoxSorter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.groupBoxSorter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxSorter.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxSorter.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxSorter.FrameLineThickness = 1;
|
this.groupBoxSorter.FrameLineThickness = 1;
|
||||||
|
|
@ -872,7 +873,7 @@
|
||||||
this.labelStaticSorterDelayTime.BackPictureBox2 = null;
|
this.labelStaticSorterDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticSorterDelayTime.InitVisible = true;
|
this.labelStaticSorterDelayTime.InitVisible = true;
|
||||||
this.labelStaticSorterDelayTime.LineSpacing = 0F;
|
this.labelStaticSorterDelayTime.LineSpacing = 0F;
|
||||||
|
|
@ -893,7 +894,7 @@
|
||||||
this.labelStaticSorterRunTime.BackPictureBox2 = null;
|
this.labelStaticSorterRunTime.BackPictureBox2 = null;
|
||||||
this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.White;
|
this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticSorterRunTime.InitVisible = true;
|
this.labelStaticSorterRunTime.InitVisible = true;
|
||||||
this.labelStaticSorterRunTime.LineSpacing = 0F;
|
this.labelStaticSorterRunTime.LineSpacing = 0F;
|
||||||
|
|
@ -918,7 +919,7 @@
|
||||||
this.labelIconSerial3.ForeColor = System.Drawing.Color.White;
|
this.labelIconSerial3.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelIconSerial3.InitVisible = true;
|
this.labelIconSerial3.InitVisible = true;
|
||||||
this.labelIconSerial3.LineSpacing = 0F;
|
this.labelIconSerial3.LineSpacing = 0F;
|
||||||
this.labelIconSerial3.Location = new System.Drawing.Point(252, 6);
|
this.labelIconSerial3.Location = new System.Drawing.Point(374, 6);
|
||||||
this.labelIconSerial3.Name = "labelIconSerial3";
|
this.labelIconSerial3.Name = "labelIconSerial3";
|
||||||
this.labelIconSerial3.Size = new System.Drawing.Size(28, 15);
|
this.labelIconSerial3.Size = new System.Drawing.Size(28, 15);
|
||||||
this.labelIconSerial3.TabIndex = 616;
|
this.labelIconSerial3.TabIndex = 616;
|
||||||
|
|
@ -1029,7 +1030,7 @@
|
||||||
this.smartLabel5.BackPictureBox2 = null;
|
this.smartLabel5.BackPictureBox2 = null;
|
||||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel5.ForeColor = System.Drawing.Color.White;
|
this.smartLabel5.ForeColor = System.Drawing.Color.White;
|
||||||
this.smartLabel5.InitVisible = true;
|
this.smartLabel5.InitVisible = true;
|
||||||
this.smartLabel5.LineSpacing = 0F;
|
this.smartLabel5.LineSpacing = 0F;
|
||||||
|
|
@ -1215,11 +1216,11 @@
|
||||||
this.labelUserID.BackPictureBox2 = null;
|
this.labelUserID.BackPictureBox2 = null;
|
||||||
this.labelUserID.BorderColor = System.Drawing.Color.Black;
|
this.labelUserID.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
this.labelUserID.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelUserID.ForeColor = System.Drawing.Color.White;
|
this.labelUserID.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelUserID.InitVisible = true;
|
this.labelUserID.InitVisible = true;
|
||||||
this.labelUserID.LineSpacing = 0F;
|
this.labelUserID.LineSpacing = 0F;
|
||||||
this.labelUserID.Location = new System.Drawing.Point(511, 6);
|
this.labelUserID.Location = new System.Drawing.Point(437, 6);
|
||||||
this.labelUserID.Name = "labelUserID";
|
this.labelUserID.Name = "labelUserID";
|
||||||
this.labelUserID.Size = new System.Drawing.Size(126, 15);
|
this.labelUserID.Size = new System.Drawing.Size(126, 15);
|
||||||
this.labelUserID.TabIndex = 654;
|
this.labelUserID.TabIndex = 654;
|
||||||
|
|
@ -1235,11 +1236,11 @@
|
||||||
this.labelUserLevel.BackPictureBox2 = null;
|
this.labelUserLevel.BackPictureBox2 = null;
|
||||||
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
|
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelUserLevel.ForeColor = System.Drawing.Color.White;
|
this.labelUserLevel.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelUserLevel.InitVisible = true;
|
this.labelUserLevel.InitVisible = true;
|
||||||
this.labelUserLevel.LineSpacing = 0F;
|
this.labelUserLevel.LineSpacing = 0F;
|
||||||
this.labelUserLevel.Location = new System.Drawing.Point(511, 24);
|
this.labelUserLevel.Location = new System.Drawing.Point(437, 24);
|
||||||
this.labelUserLevel.Name = "labelUserLevel";
|
this.labelUserLevel.Name = "labelUserLevel";
|
||||||
this.labelUserLevel.Size = new System.Drawing.Size(126, 15);
|
this.labelUserLevel.Size = new System.Drawing.Size(126, 15);
|
||||||
this.labelUserLevel.TabIndex = 655;
|
this.labelUserLevel.TabIndex = 655;
|
||||||
|
|
@ -1323,7 +1324,7 @@
|
||||||
this.labelStaticAlarmContinuousNG.BackPictureBox2 = null;
|
this.labelStaticAlarmContinuousNG.BackPictureBox2 = null;
|
||||||
this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticAlarmContinuousNG.ForeColor = System.Drawing.Color.White;
|
this.labelStaticAlarmContinuousNG.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticAlarmContinuousNG.InitVisible = true;
|
this.labelStaticAlarmContinuousNG.InitVisible = true;
|
||||||
this.labelStaticAlarmContinuousNG.LineSpacing = 0F;
|
this.labelStaticAlarmContinuousNG.LineSpacing = 0F;
|
||||||
|
|
@ -1381,7 +1382,7 @@
|
||||||
this.labelTitleBypass.BackPictureBox2 = null;
|
this.labelTitleBypass.BackPictureBox2 = null;
|
||||||
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleBypass.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelTitleBypass.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleBypass.ForeColor = System.Drawing.Color.White;
|
this.labelTitleBypass.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitleBypass.InitVisible = true;
|
this.labelTitleBypass.InitVisible = true;
|
||||||
this.labelTitleBypass.LineSpacing = 0F;
|
this.labelTitleBypass.LineSpacing = 0F;
|
||||||
|
|
@ -1546,11 +1547,11 @@
|
||||||
this.labelExpireOfPassword.BackPictureBox2 = null;
|
this.labelExpireOfPassword.BackPictureBox2 = null;
|
||||||
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.Black;
|
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelExpireOfPassword.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.White;
|
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelExpireOfPassword.InitVisible = true;
|
this.labelExpireOfPassword.InitVisible = true;
|
||||||
this.labelExpireOfPassword.LineSpacing = 0F;
|
this.labelExpireOfPassword.LineSpacing = 0F;
|
||||||
this.labelExpireOfPassword.Location = new System.Drawing.Point(511, 42);
|
this.labelExpireOfPassword.Location = new System.Drawing.Point(437, 42);
|
||||||
this.labelExpireOfPassword.Name = "labelExpireOfPassword";
|
this.labelExpireOfPassword.Name = "labelExpireOfPassword";
|
||||||
this.labelExpireOfPassword.Size = new System.Drawing.Size(126, 15);
|
this.labelExpireOfPassword.Size = new System.Drawing.Size(126, 15);
|
||||||
this.labelExpireOfPassword.TabIndex = 680;
|
this.labelExpireOfPassword.TabIndex = 680;
|
||||||
|
|
@ -1587,7 +1588,7 @@
|
||||||
this.buttonATPC_Reset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonATPC_Reset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonATPC_Reset.DisableImage = null;
|
this.buttonATPC_Reset.DisableImage = null;
|
||||||
this.buttonATPC_Reset.DownImage = null;
|
this.buttonATPC_Reset.DownImage = null;
|
||||||
this.buttonATPC_Reset.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.buttonATPC_Reset.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.buttonATPC_Reset.GroupID = 0;
|
this.buttonATPC_Reset.GroupID = 0;
|
||||||
this.buttonATPC_Reset.InitVisible = true;
|
this.buttonATPC_Reset.InitVisible = true;
|
||||||
this.buttonATPC_Reset.Location = new System.Drawing.Point(353, 31);
|
this.buttonATPC_Reset.Location = new System.Drawing.Point(353, 31);
|
||||||
|
|
@ -1617,7 +1618,7 @@
|
||||||
this.labelStaticATPC_Lack.BackPictureBox2 = null;
|
this.labelStaticATPC_Lack.BackPictureBox2 = null;
|
||||||
this.labelStaticATPC_Lack.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticATPC_Lack.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticATPC_Lack.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticATPC_Lack.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticATPC_Lack.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticATPC_Lack.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticATPC_Lack.ForeColor = System.Drawing.Color.White;
|
this.labelStaticATPC_Lack.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticATPC_Lack.InitVisible = true;
|
this.labelStaticATPC_Lack.InitVisible = true;
|
||||||
this.labelStaticATPC_Lack.LineSpacing = 0F;
|
this.labelStaticATPC_Lack.LineSpacing = 0F;
|
||||||
|
|
@ -1665,7 +1666,7 @@
|
||||||
this.labelStaticATPC_Pass.BackPictureBox2 = null;
|
this.labelStaticATPC_Pass.BackPictureBox2 = null;
|
||||||
this.labelStaticATPC_Pass.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticATPC_Pass.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticATPC_Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticATPC_Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticATPC_Pass.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticATPC_Pass.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticATPC_Pass.ForeColor = System.Drawing.Color.White;
|
this.labelStaticATPC_Pass.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticATPC_Pass.InitVisible = true;
|
this.labelStaticATPC_Pass.InitVisible = true;
|
||||||
this.labelStaticATPC_Pass.LineSpacing = 0F;
|
this.labelStaticATPC_Pass.LineSpacing = 0F;
|
||||||
|
|
@ -1705,7 +1706,7 @@
|
||||||
this.labelStaticATPC_Count.BackPictureBox2 = null;
|
this.labelStaticATPC_Count.BackPictureBox2 = null;
|
||||||
this.labelStaticATPC_Count.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticATPC_Count.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticATPC_Count.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticATPC_Count.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticATPC_Count.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticATPC_Count.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticATPC_Count.ForeColor = System.Drawing.Color.White;
|
this.labelStaticATPC_Count.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticATPC_Count.InitVisible = true;
|
this.labelStaticATPC_Count.InitVisible = true;
|
||||||
this.labelStaticATPC_Count.LineSpacing = 0F;
|
this.labelStaticATPC_Count.LineSpacing = 0F;
|
||||||
|
|
@ -1798,7 +1799,7 @@
|
||||||
this.labelStaticATPC.BackPictureBox2 = null;
|
this.labelStaticATPC.BackPictureBox2 = null;
|
||||||
this.labelStaticATPC.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticATPC.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticATPC.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticATPC.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticATPC.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticATPC.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticATPC.ForeColor = System.Drawing.Color.White;
|
this.labelStaticATPC.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelStaticATPC.InitVisible = true;
|
this.labelStaticATPC.InitVisible = true;
|
||||||
this.labelStaticATPC.LineSpacing = 0F;
|
this.labelStaticATPC.LineSpacing = 0F;
|
||||||
|
|
@ -1829,7 +1830,7 @@
|
||||||
this.labelMessage1.BackPictureBox2 = null;
|
this.labelMessage1.BackPictureBox2 = null;
|
||||||
this.labelMessage1.BorderColor = System.Drawing.Color.Black;
|
this.labelMessage1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage1.InitVisible = true;
|
this.labelMessage1.InitVisible = true;
|
||||||
this.labelMessage1.LineSpacing = 0F;
|
this.labelMessage1.LineSpacing = 0F;
|
||||||
this.labelMessage1.Location = new System.Drawing.Point(75, 62);
|
this.labelMessage1.Location = new System.Drawing.Point(75, 62);
|
||||||
|
|
@ -1855,7 +1856,7 @@
|
||||||
this.smartLabel2.BackPictureBox2 = null;
|
this.smartLabel2.BackPictureBox2 = null;
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel2.InitVisible = true;
|
this.smartLabel2.InitVisible = true;
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.smartLabel2.LineSpacing = 0F;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(11, 4);
|
this.smartLabel2.Location = new System.Drawing.Point(11, 4);
|
||||||
|
|
@ -1916,7 +1917,7 @@
|
||||||
this.labelMessage3.BackPictureBox2 = null;
|
this.labelMessage3.BackPictureBox2 = null;
|
||||||
this.labelMessage3.BorderColor = System.Drawing.Color.Black;
|
this.labelMessage3.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMessage3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelMessage3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMessage3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage3.InitVisible = true;
|
this.labelMessage3.InitVisible = true;
|
||||||
this.labelMessage3.LineSpacing = 0F;
|
this.labelMessage3.LineSpacing = 0F;
|
||||||
this.labelMessage3.Location = new System.Drawing.Point(75, 30);
|
this.labelMessage3.Location = new System.Drawing.Point(75, 30);
|
||||||
|
|
@ -1942,7 +1943,7 @@
|
||||||
this.smartLabel4.BackPictureBox2 = null;
|
this.smartLabel4.BackPictureBox2 = null;
|
||||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel4.InitVisible = true;
|
this.smartLabel4.InitVisible = true;
|
||||||
this.smartLabel4.LineSpacing = 0F;
|
this.smartLabel4.LineSpacing = 0F;
|
||||||
this.smartLabel4.Location = new System.Drawing.Point(11, 4);
|
this.smartLabel4.Location = new System.Drawing.Point(11, 4);
|
||||||
|
|
@ -2003,7 +2004,7 @@
|
||||||
this.labelMessage4.BackPictureBox2 = null;
|
this.labelMessage4.BackPictureBox2 = null;
|
||||||
this.labelMessage4.BorderColor = System.Drawing.Color.Black;
|
this.labelMessage4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMessage4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelMessage4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMessage4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage4.InitVisible = true;
|
this.labelMessage4.InitVisible = true;
|
||||||
this.labelMessage4.LineSpacing = 0F;
|
this.labelMessage4.LineSpacing = 0F;
|
||||||
this.labelMessage4.Location = new System.Drawing.Point(75, 30);
|
this.labelMessage4.Location = new System.Drawing.Point(75, 30);
|
||||||
|
|
@ -2029,7 +2030,7 @@
|
||||||
this.smartLabel3.BackPictureBox2 = null;
|
this.smartLabel3.BackPictureBox2 = null;
|
||||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel3.InitVisible = true;
|
this.smartLabel3.InitVisible = true;
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
this.smartLabel3.LineSpacing = 0F;
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(11, 4);
|
this.smartLabel3.Location = new System.Drawing.Point(11, 4);
|
||||||
|
|
@ -2084,54 +2085,6 @@
|
||||||
this.panelSubMenu3.Size = new System.Drawing.Size(572, 70);
|
this.panelSubMenu3.Size = new System.Drawing.Size(572, 70);
|
||||||
this.panelSubMenu3.Visible = false;
|
this.panelSubMenu3.Visible = false;
|
||||||
//
|
//
|
||||||
// pictureBox5
|
|
||||||
//
|
|
||||||
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
|
|
||||||
this.pictureBox5.Location = new System.Drawing.Point(0, 0);
|
|
||||||
this.pictureBox5.Name = "pictureBox5";
|
|
||||||
this.pictureBox5.Size = new System.Drawing.Size(572, 70);
|
|
||||||
//
|
|
||||||
// labelCutInterval
|
|
||||||
//
|
|
||||||
this.labelCutInterval.BackColor = System.Drawing.Color.White;
|
|
||||||
this.labelCutInterval.BackPictureBox = null;
|
|
||||||
this.labelCutInterval.BackPictureBox1 = null;
|
|
||||||
this.labelCutInterval.BackPictureBox2 = null;
|
|
||||||
this.labelCutInterval.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelCutInterval.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelCutInterval.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelCutInterval.InitVisible = true;
|
|
||||||
this.labelCutInterval.LineSpacing = 0F;
|
|
||||||
this.labelCutInterval.Location = new System.Drawing.Point(136, 8);
|
|
||||||
this.labelCutInterval.Name = "labelCutInterval";
|
|
||||||
this.labelCutInterval.Size = new System.Drawing.Size(100, 25);
|
|
||||||
this.labelCutInterval.TabIndex = 703;
|
|
||||||
this.labelCutInterval.Text = "9999";
|
|
||||||
this.labelCutInterval.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelCutInterval.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelCutInterval.Wordwrap = false;
|
|
||||||
this.labelCutInterval.Click += new System.EventHandler(this.labelCutInterval_Click);
|
|
||||||
//
|
|
||||||
// smartLabel13
|
|
||||||
//
|
|
||||||
this.smartLabel13.BackPictureBox = this.pictureBox5;
|
|
||||||
this.smartLabel13.BackPictureBox1 = null;
|
|
||||||
this.smartLabel13.BackPictureBox2 = null;
|
|
||||||
this.smartLabel13.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.smartLabel13.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel13.ForeColor = System.Drawing.Color.White;
|
|
||||||
this.smartLabel13.InitVisible = true;
|
|
||||||
this.smartLabel13.LineSpacing = 0F;
|
|
||||||
this.smartLabel13.Location = new System.Drawing.Point(10, 20);
|
|
||||||
this.smartLabel13.Name = "smartLabel13";
|
|
||||||
this.smartLabel13.Size = new System.Drawing.Size(120, 30);
|
|
||||||
this.smartLabel13.TabIndex = 690;
|
|
||||||
this.smartLabel13.Text = "CUT";
|
|
||||||
this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel13.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// buttonCutRun
|
// buttonCutRun
|
||||||
//
|
//
|
||||||
this.buttonCutRun.BackPictureBox = null;
|
this.buttonCutRun.BackPictureBox = null;
|
||||||
|
|
@ -2194,6 +2147,54 @@
|
||||||
this.buttonCutOnce.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCutOnce.UpImage")));
|
this.buttonCutOnce.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCutOnce.UpImage")));
|
||||||
this.buttonCutOnce.Click += new System.EventHandler(this.buttonCutOnce_Click);
|
this.buttonCutOnce.Click += new System.EventHandler(this.buttonCutOnce_Click);
|
||||||
//
|
//
|
||||||
|
// labelCutInterval
|
||||||
|
//
|
||||||
|
this.labelCutInterval.BackColor = System.Drawing.Color.White;
|
||||||
|
this.labelCutInterval.BackPictureBox = null;
|
||||||
|
this.labelCutInterval.BackPictureBox1 = null;
|
||||||
|
this.labelCutInterval.BackPictureBox2 = null;
|
||||||
|
this.labelCutInterval.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelCutInterval.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelCutInterval.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelCutInterval.InitVisible = true;
|
||||||
|
this.labelCutInterval.LineSpacing = 0F;
|
||||||
|
this.labelCutInterval.Location = new System.Drawing.Point(136, 8);
|
||||||
|
this.labelCutInterval.Name = "labelCutInterval";
|
||||||
|
this.labelCutInterval.Size = new System.Drawing.Size(100, 25);
|
||||||
|
this.labelCutInterval.TabIndex = 703;
|
||||||
|
this.labelCutInterval.Text = "9999";
|
||||||
|
this.labelCutInterval.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelCutInterval.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelCutInterval.Wordwrap = false;
|
||||||
|
this.labelCutInterval.Click += new System.EventHandler(this.labelCutInterval_Click);
|
||||||
|
//
|
||||||
|
// smartLabel13
|
||||||
|
//
|
||||||
|
this.smartLabel13.BackPictureBox = this.pictureBox5;
|
||||||
|
this.smartLabel13.BackPictureBox1 = null;
|
||||||
|
this.smartLabel13.BackPictureBox2 = null;
|
||||||
|
this.smartLabel13.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.smartLabel13.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.smartLabel13.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.smartLabel13.ForeColor = System.Drawing.Color.White;
|
||||||
|
this.smartLabel13.InitVisible = true;
|
||||||
|
this.smartLabel13.LineSpacing = 0F;
|
||||||
|
this.smartLabel13.Location = new System.Drawing.Point(10, 20);
|
||||||
|
this.smartLabel13.Name = "smartLabel13";
|
||||||
|
this.smartLabel13.Size = new System.Drawing.Size(120, 30);
|
||||||
|
this.smartLabel13.TabIndex = 690;
|
||||||
|
this.smartLabel13.Text = "CUT";
|
||||||
|
this.smartLabel13.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.smartLabel13.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.smartLabel13.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// pictureBox5
|
||||||
|
//
|
||||||
|
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
|
||||||
|
this.pictureBox5.Location = new System.Drawing.Point(0, 0);
|
||||||
|
this.pictureBox5.Name = "pictureBox5";
|
||||||
|
this.pictureBox5.Size = new System.Drawing.Size(572, 70);
|
||||||
|
//
|
||||||
// smartTimerCut
|
// smartTimerCut
|
||||||
//
|
//
|
||||||
this.smartTimerCut.EndTime = ((long)(100000000000));
|
this.smartTimerCut.EndTime = ((long)(100000000000));
|
||||||
|
|
@ -2203,12 +2204,23 @@
|
||||||
this.smartTimerCut.StartTime = ((long)(0));
|
this.smartTimerCut.StartTime = ((long)(0));
|
||||||
this.smartTimerCut.Tick += new System.EventHandler(this.smartTimerCut_Tick);
|
this.smartTimerCut.Tick += new System.EventHandler(this.smartTimerCut_Tick);
|
||||||
//
|
//
|
||||||
|
// pictureBoxAlarm
|
||||||
|
//
|
||||||
|
this.pictureBoxAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
||||||
|
this.pictureBoxAlarm.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAlarm.Image")));
|
||||||
|
this.pictureBoxAlarm.Location = new System.Drawing.Point(587, 7);
|
||||||
|
this.pictureBoxAlarm.Name = "pictureBoxAlarm";
|
||||||
|
this.pictureBoxAlarm.Size = new System.Drawing.Size(50, 50);
|
||||||
|
this.pictureBoxAlarm.Visible = false;
|
||||||
|
this.pictureBoxAlarm.Click += new System.EventHandler(this.pictureBoxAlarm_Click);
|
||||||
|
//
|
||||||
// FormMainDisplay
|
// FormMainDisplay
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
this.AutoScroll = true;
|
this.AutoScroll = true;
|
||||||
this.ClientSize = new System.Drawing.Size(800, 600);
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
||||||
|
this.Controls.Add(this.pictureBoxAlarm);
|
||||||
this.Controls.Add(this.panelSubMenu3);
|
this.Controls.Add(this.panelSubMenu3);
|
||||||
this.Controls.Add(this.panelAlarmMessageBox4);
|
this.Controls.Add(this.panelAlarmMessageBox4);
|
||||||
this.Controls.Add(this.panelAlarmMessageBox3);
|
this.Controls.Add(this.panelAlarmMessageBox3);
|
||||||
|
|
@ -2368,5 +2380,6 @@
|
||||||
private SmartX.SmartLabel smartLabel13;
|
private SmartX.SmartLabel smartLabel13;
|
||||||
private System.Windows.Forms.PictureBox pictureBox5;
|
private System.Windows.Forms.PictureBox pictureBox5;
|
||||||
private SmartX.SmartTimer smartTimerCut;
|
private SmartX.SmartTimer smartTimerCut;
|
||||||
|
private System.Windows.Forms.PictureBox pictureBoxAlarm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -34,6 +34,8 @@ namespace INT69DB_2A.Forms
|
||||||
private DataStore.E_TotalCnt Mode_TotalCnt;
|
private DataStore.E_TotalCnt Mode_TotalCnt;
|
||||||
private DataStore.E_TotalCntNG Mode_TotalCntNG;
|
private DataStore.E_TotalCntNG Mode_TotalCntNG;
|
||||||
|
|
||||||
|
private ControlMainDisplayAlarm MainDisplayAlarmList;
|
||||||
|
|
||||||
private ControlMainDisplayDotGraph2 MainDisplayDotGraph2;
|
private ControlMainDisplayDotGraph2 MainDisplayDotGraph2;
|
||||||
private ControlMainDisplayDotGraph3 MainDisplayDotGraph3;
|
private ControlMainDisplayDotGraph3 MainDisplayDotGraph3;
|
||||||
private ControlMainDisplayDotGraph4 MainDisplayDotGraph4;
|
private ControlMainDisplayDotGraph4 MainDisplayDotGraph4;
|
||||||
|
|
@ -314,6 +316,8 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
private void InitializeControl()
|
private void InitializeControl()
|
||||||
{
|
{
|
||||||
|
int x = 0, y = 0;
|
||||||
|
|
||||||
if (this.ParentForm.IsBootingComplete == false)
|
if (this.ParentForm.IsBootingComplete == false)
|
||||||
this.buttonProductNo.Text = "**";
|
this.buttonProductNo.Text = "**";
|
||||||
else
|
else
|
||||||
|
|
@ -365,6 +369,14 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelCutInterval.Text = "1200";
|
this.labelCutInterval.Text = "1200";
|
||||||
this.smartTimerCut.Interval = 1200;
|
this.smartTimerCut.Interval = 1200;
|
||||||
|
|
||||||
|
// AlarmListBox
|
||||||
|
this.MainDisplayAlarmList = new ControlMainDisplayAlarm(this);
|
||||||
|
x = Screen.PrimaryScreen.Bounds.Width / 2 - this.MainDisplayAlarmList.Width / 2;
|
||||||
|
y = Screen.PrimaryScreen.Bounds.Height / 2 - this.MainDisplayAlarmList.Height / 2;
|
||||||
|
this.MainDisplayAlarmList.Location = new Point(x, y);
|
||||||
|
this.Controls.Add(this.MainDisplayAlarmList);
|
||||||
|
this.MainDisplayAlarmList.Visible = false;
|
||||||
|
|
||||||
switch (this.ParentForm.SystemConfig.EquipmentColumns)
|
switch (this.ParentForm.SystemConfig.EquipmentColumns)
|
||||||
{
|
{
|
||||||
case 2:
|
case 2:
|
||||||
|
|
@ -1256,6 +1268,25 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
public void UpdateDisplayAlarmView(AlarmList alarm)
|
||||||
|
{
|
||||||
|
if (alarm.IsEntrySensorError == true || alarm.IsLoadcellError == true || alarm.IsEmergencyStop == true)
|
||||||
|
this.pictureBoxAlarm.Visible = true;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.pictureBoxAlarm.Visible = false;
|
||||||
|
this.MainDisplayAlarmList.Visible = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.MainDisplayAlarmList.listBoxMessage.Items.Clear();
|
||||||
|
|
||||||
|
if (alarm.IsEntrySensorError == true)
|
||||||
|
this.MainDisplayAlarmList.listBoxMessage.AddItem("Entry Sensor Error");
|
||||||
|
if (alarm.IsLoadcellError == true)
|
||||||
|
this.MainDisplayAlarmList.listBoxMessage.AddItem("LoadCell Error");
|
||||||
|
if (alarm.IsEmergencyStop == true)
|
||||||
|
this.MainDisplayAlarmList.listBoxMessage.AddItem("Emergency Stop");
|
||||||
|
}
|
||||||
|
|
||||||
public void Clear()
|
public void Clear()
|
||||||
{
|
{
|
||||||
|
|
@ -3861,6 +3892,17 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
private void pictureBoxAlarm_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (this.MainDisplayAlarmList.Visible == true)
|
||||||
|
this.MainDisplayAlarmList.Visible = false;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.MainDisplayAlarmList.DisplayRefresh();
|
||||||
|
this.MainDisplayAlarmList.BringToFront();
|
||||||
|
this.MainDisplayAlarmList.Visible = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
private void buttonAlarm1Ok_Click(object sender, EventArgs e)
|
private void buttonAlarm1Ok_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
// Automatic Logout Reset
|
// Automatic Logout Reset
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -139,6 +139,12 @@
|
||||||
<Compile Include="Controls\ControlMainDisplay2.Designer.cs">
|
<Compile Include="Controls\ControlMainDisplay2.Designer.cs">
|
||||||
<DependentUpon>ControlMainDisplay2.cs</DependentUpon>
|
<DependentUpon>ControlMainDisplay2.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayAlarm.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="Controls\ControlMainDisplayAlarm.designer.cs">
|
||||||
|
<DependentUpon>ControlMainDisplayAlarm.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Controls\ControlMainDisplayDotGraph10.cs">
|
<Compile Include="Controls\ControlMainDisplayDotGraph10.cs">
|
||||||
<SubType>UserControl</SubType>
|
<SubType>UserControl</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|
@ -532,6 +538,10 @@
|
||||||
<DependentUpon>ControlMainDisplay2.cs</DependentUpon>
|
<DependentUpon>ControlMainDisplay2.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Controls\ControlMainDisplayAlarm.resx">
|
||||||
|
<DependentUpon>ControlMainDisplayAlarm.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph10.resx">
|
<EmbeddedResource Include="Controls\ControlMainDisplayDotGraph10.resx">
|
||||||
<DependentUpon>ControlMainDisplayDotGraph10.cs</DependentUpon>
|
<DependentUpon>ControlMainDisplayDotGraph10.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,13 @@
|
||||||
멀티형 2~6열 스틱 계량기
|
멀티형 2~6열 스틱 계량기
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ Ver 6.7.0 by CJY
|
||||||
|
- 2026.03.16
|
||||||
|
- Ver 6.6.2 Modify
|
||||||
|
- 알람 기능 추가
|
||||||
|
SA000 : 1-입력센서(작동X), 2-로드셀, 8-비상정지
|
||||||
|
Part11 : TrackingAlarm history 추가
|
||||||
|
|
||||||
@ Ver 6.6.2 by CJY
|
@ Ver 6.6.2 by CJY
|
||||||
- 2026.03.12
|
- 2026.03.12
|
||||||
- Ver 6.6.1 Modify
|
- Ver 6.6.1 Modify
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue