알람 추가

master
CJY 2026-03-12 14:14:08 +09:00
parent 14002c0a5b
commit 7716e3f9b5
7 changed files with 647 additions and 569 deletions

View File

@ -30,9 +30,9 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMainDisplayAlarm));
this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonClose = new SmartX.SmartButton();
this.labelTitle = new SmartX.SmartLabel();
this.listBoxMessage = new SmartX.SmartListBox();
this.labelTitle = new SmartX.SmartLabel();
this.buttonClose = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout();
this.SuspendLayout();
//
@ -57,58 +57,6 @@
this.smartGroupBox1.Text = "smartGroupBox1";
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
//
// 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("New Gulim", 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);
//
// 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(12, 3);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(435, 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;
//
// listBoxMessage
//
this.listBoxMessage.BackColor = System.Drawing.Color.White;
@ -119,7 +67,7 @@
this.listBoxMessage.ColumnDelimiter = '\0';
this.listBoxMessage.ColumnOffsets = null;
this.listBoxMessage.Enabled = false;
this.listBoxMessage.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
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;
@ -144,6 +92,58 @@
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);

View File

@ -42,9 +42,13 @@ namespace INT69DC_7C.Controls
{
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)
{
@ -54,12 +58,12 @@ namespace INT69DC_7C.Controls
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
{
this.labelTitle.Text = " Alarm";
this.labelTitle.Text = "Alarm";
this.buttonClose.Text = "Schließen";
}
else if (this.ParentForm.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
{
this.labelTitle.Text = " アラㅡム";
this.labelTitle.Text = "アラㅡム";
this.buttonClose.Text = "クロㅡズ";
}
else

View File

@ -165,27 +165,28 @@
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABINJREFUeF7t1TENxDAA
ALFwDJ0OQVBMBVIueWWp9BjOgzF4jDE2AISNPefcay0AyDj3fRHe973f9wWAjHOfCAHIEiEAaSIEIE2E
AKSJEIA0EQKQJkIA0kQIQJoIAUgTIQBpIgQgTYQApIkQgDQRApAmQgDSRAhAmggBSBMhAGkiBCBNhACk
iRCANBECkCZCANJECECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQJkIA0v4ivK5rP88DABnnPhECkCVCANJE
CECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQJkIA0kQIQJoIAUgTIQBpIgQgTYQApIkQgDQRApAmQgDSRAhA
mggBSBMhAGkiBCBNhACkiRCANBECkCZCANJECECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQJkIA0kQIQJoI
AUgTIQBpIgQgTYQApIkQgDQRApAmQgDSRAhAmggBSBMhAGkiBCBNhACkiRCANBECkCZCANJECECaCAFI
EyEAaSIEIE2EAKSJEIA0EQKQJkIA0kQIQJoIAUgTIQBpIgQgTYQApIkQgDQRApAmQgDSRAhAmggBSBMh
AGkiBCBNhACkiRCANBECkCZCANJECECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQJkIA0kQIQJoIAUgTIQBp
IgQgTYQApIkQgDQRApAmQgDSRAhAmggBSBMhAGkiBCBNhACkiRCANBECkCZCANJECECaCAFIEyEAaSIE
IE2EAKSJEIA0EQKQJkIA0kQIQJoIAUgTIQBpIgQgTYQApIkQgDQRApAmQgDSRAhAmggBSBMhAGkiBCBN
hACkiRCANBECkCZCANJECECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQJkIA0kQIQJoIAUgTIQBpIgQgTYQA
pIkQgDQRApAmQgDSRAhAmggBSBMhAGkiBCBNhACkiRCANBECkCZCANJECECaCAFIEyEAaSIEIE2EAKSJ
EIA0EQKQJkIA0kQIQJoIAUgTIQBpIgQgTYQApIkQgDQRApAmQgDSRAhAmggBSBMhAGkiBCBNhACkiRCA
NBECkCZCANJECECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQJkIA0kQIQJoIAUgTIQBpIgQgTYQApIkQgDQR
ApAmQgDSRAhAmggBSBMhAGkiBCBNhACkiRCANBECkCZCANJECECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQ
JkIA0kQIQJoIAUgTIQBpIgQgTYQApIkQgDQRApAmQgDSRAhAmggBSBMhAGkiBCBNhACkiRCANBECkCZC
ANJECECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQJkIA0kQIQJoIAUgTIQBpIgQgTYQApIkQgDQRApAmQgDS
RAhAmggBSBMhAGkiBCBNhACkiRCANBECkCZCANJECECaCAFIEyEAaSIEIE2EAKSJEIA0EQKQJkIA0kQI
QJoIAUgTIQBpIgQgTYQApIkQgDQRApAmQgDSRAhAmggBSBMhAGkiBCBNhACk/UU459xrLQDIOPd9EQJA
1Q9LPOudBIuBVQAAAABJRU5ErkJggg==
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">

View File

@ -156,234 +156,6 @@ namespace INT69DC_7C
Moons, // 문스제품
}
public enum _30000_Modbus
{
UnderRange_High = 1010,
UnderRange_Low = 1011,
PassRange_High = 1012,
PassRange_Low = 1013,
OverRange_High = 1014,
OverRange_Low = 1015,
TareRange_High = 1016,
TareRange_Low = 1017,
HighLimit_High = 1018,
HighLimit_Low = 1019,
DeadZoneHighLimit_High = 1020,
DeadZoneHighLimit_Low = 1021,
DeadZoneLowLimit_High = 1022,
DeadZoneLowLimit_Low = 1023,
LowLimit_High = 1024,
LowLimit_Low = 1025,
SampleCount_High = 1026,
SampleCount_Low = 1027,
IgnoreCount_High = 1028,
IgnoreCount_Low = 1029,
_1_Update = 1200,
_1_Grade = 1201,
_1_Weight_High = 1202,
_1_Weight_Low = 1203,
_1_UnderCount_High = 1204,
_1_UnderCount_Low = 1205,
_1_PassCount_High = 1206,
_1_PassCount_Low = 1207,
_1_OverCount_High = 1208,
_1_OverCount_Low = 1209,
_1_NGCount_High = 1210,
_1_NgCount_Low = 1211,
_1_ExNGCount_High = 1212,
_1_ExNgCount_Low = 1213,
_1_TotalCount_High = 1214,
_1_TotalCount_Low = 1215,
_2_Update = 1250,
_2_Grade = 1251,
_2_Weight_High = 1252,
_2_Weight_Low = 1253,
_2_UnderCount_High = 1254,
_2_UnderCount_Low = 1255,
_2_PassCount_High = 1256,
_2_PassCount_Low = 1257,
_2_OverCount_High = 1258,
_2_OverCount_Low = 1259,
_2_NGCount_High = 1260,
_2_NgCount_Low = 1261,
_2_ExNGCount_High = 1262,
_2_ExNgCount_Low = 1263,
_2_TotalCount_High = 1264,
_2_TotalCount_Low = 1265,
_3_Update = 1300,
_3_Grade = 1301,
_3_Weight_High = 1302,
_3_Weight_Low = 1303,
_3_UnderCount_High = 1304,
_3_UnderCount_Low = 1305,
_3_PassCount_High = 1306,
_3_PassCount_Low = 1307,
_3_OverCount_High = 1308,
_3_OverCount_Low = 1309,
_3_NGCount_High = 1310,
_3_NgCount_Low = 1311,
_3_ExNGCount_High = 1312,
_3_ExNgCount_Low = 1313,
_3_TotalCount_High = 1314,
_3_TotalCount_Low = 1315,
_4_Update = 1350,
_4_Grade = 1351,
_4_Weight_High = 1352,
_4_Weight_Low = 1353,
_4_UnderCount_High = 1354,
_4_UnderCount_Low = 1355,
_4_PassCount_High = 1356,
_4_PassCount_Low = 1357,
_4_OverCount_High = 1358,
_4_OverCount_Low = 1359,
_4_NGCount_High = 1360,
_4_NgCount_Low = 1361,
_4_ExNGCount_High = 1362,
_4_ExNgCount_Low = 1363,
_4_TotalCount_High = 1364,
_4_TotalCount_Low = 1365,
_5_Update = 1400,
_5_Grade = 1401,
_5_Weight_High = 1402,
_5_Weight_Low = 1403,
_5_UnderCount_High = 1404,
_5_UnderCount_Low = 1405,
_5_PassCount_High = 1406,
_5_PassCount_Low = 1407,
_5_OverCount_High = 1408,
_5_OverCount_Low = 1409,
_5_NGCount_High = 1410,
_5_NgCount_Low = 1411,
_5_ExNGCount_High = 1412,
_5_ExNgCount_Low = 1413,
_5_TotalCount_High = 1414,
_5_TotalCount_Low = 1415,
_6_Update = 1450,
_6_Grade = 1451,
_6_Weight_High = 1452,
_6_Weight_Low = 1453,
_6_UnderCount_High = 1454,
_6_UnderCount_Low = 1455,
_6_PassCount_High = 1456,
_6_PassCount_Low = 1457,
_6_OverCount_High = 1458,
_6_OverCount_Low = 1459,
_6_NGCount_High = 1460,
_6_NgCount_Low = 1461,
_6_ExNGCount_High = 1462,
_6_ExNgCount_Low = 1463,
_6_TotalCount_High = 1464,
_6_TotalCount_Low = 1465,
_7_Update = 1500,
_7_Grade = 1501,
_7_Weight_High = 1502,
_7_Weight_Low = 1503,
_7_UnderCount_High = 1504,
_7_UnderCount_Low = 1505,
_7_PassCount_High = 1506,
_7_PassCount_Low = 1507,
_7_OverCount_High = 1508,
_7_OverCount_Low = 1509,
_7_NGCount_High = 1510,
_7_NgCount_Low = 1511,
_7_ExNGCount_High = 1512,
_7_ExNgCount_Low = 1513,
_7_TotalCount_High = 1514,
_7_TotalCount_Low = 1515,
_8_Update = 1550,
_8_Grade = 1551,
_8_Weight_High = 1552,
_8_Weight_Low = 1553,
_8_UnderCount_High = 1554,
_8_UnderCount_Low = 1555,
_8_PassCount_High = 1556,
_8_PassCount_Low = 1557,
_8_OverCount_High = 1558,
_8_OverCount_Low = 1559,
_8_NGCount_High = 1560,
_8_NgCount_Low = 1561,
_8_ExNGCount_High = 1562,
_8_ExNgCount_Low = 1563,
_8_TotalCount_High = 1564,
_8_TotalCount_Low = 1565,
_9_Update = 1600,
_9_Grade = 1601,
_9_Weight_High = 1602,
_9_Weight_Low = 1603,
_9_UnderCount_High = 1604,
_9_UnderCount_Low = 1605,
_9_PassCount_High = 1606,
_9_PassCount_Low = 1607,
_9_OverCount_High = 1608,
_9_OverCount_Low = 1609,
_9_NGCount_High = 1610,
_9_NgCount_Low = 1611,
_9_ExNGCount_High = 1612,
_9_ExNgCount_Low = 1613,
_9_TotalCount_High = 1614,
_9_TotalCount_Low = 1615,
_10_Update = 1650,
_10_Grade = 1651,
_10_Weight_High = 1652,
_10_Weight_Low = 1653,
_10_UnderCount_High = 1654,
_10_UnderCount_Low = 1655,
_10_PassCount_High = 1656,
_10_PassCount_Low = 1657,
_10_OverCount_High = 1658,
_10_OverCount_Low = 1659,
_10_NGCount_High = 1660,
_10_NgCount_Low = 1661,
_10_ExNGCount_High = 1662,
_10_ExNgCount_Low = 1663,
_10_TotalCount_High = 1664,
_10_TotalCount_Low = 1665,
_11_Update = 1700,
_11_Grade = 1701,
_11_Weight_High = 1702,
_11_Weight_Low = 1703,
_11_UnderCount_High = 1704,
_11_UnderCount_Low = 1705,
_11_PassCount_High = 1706,
_11_PassCount_Low = 1707,
_11_OverCount_High = 1708,
_11_OverCount_Low = 1709,
_11_NGCount_High = 1710,
_11_NgCount_Low = 1711,
_11_ExNGCount_High = 1712,
_11_ExNgCount_Low = 1713,
_11_TotalCount_High = 1714,
_11_TotalCount_Low = 1715,
_12_Update = 1750,
_12_Grade = 1751,
_12_Weight_High = 1752,
_12_Weight_Low = 1753,
_12_UnderCount_High = 1754,
_12_UnderCount_Low = 1755,
_12_PassCount_High = 1756,
_12_PassCount_Low = 1757,
_12_OverCount_High = 1758,
_12_OverCount_Low = 1759,
_12_NGCount_High = 1760,
_12_NgCount_Low = 1761,
_12_ExNGCount_High = 1762,
_12_ExNgCount_Low = 1763,
_12_TotalCount_High = 1764,
_12_TotalCount_Low = 1765,
}
public enum SerialMode
{
f0_None = 0,
@ -2372,6 +2144,254 @@ namespace INT69DC_7C
#endregion
#region Modbus
public class _39000_ModbusAddressAlarm
{
public const short _9001_Alarm1 = 9000;
public const short _9002_Alarm2 = 9001;
public const short _9003_Alarm3 = 9002;
public const short _9004_Alarm4 = 9003;
public const short _9005_Alarm5 = 9004;
public const short _9006_Alarm6 = 9005;
public const short _9007_Alarm7 = 9006;
public const short _9008_Alarm8 = 9007;
public const short _9009_Alarm9 = 9008;
public const short _9010_Alarm10 = 9009;
public const short _9011_Alarm11 = 9010;
public const short _9012_Alarm12 = 9011;
public const short _9013_Alarm13 = 9012;
public const short _9014_Alarm14 = 9013;
public const short _9015_Alarm15 = 9014;
public const short _9016_Alarm16 = 9015;
public const short _9017_Alarm17 = 9016;
public const short _9018_Alarm18 = 9017;
}
public class _30000_ModbusAddress
{
public const int UnderRange_High = 1010;
public const int UnderRange_Low = 1011;
public const int PassRange_High = 1012;
public const int PassRange_Low = 1013;
public const int OverRange_High = 1014;
public const int OverRange_Low = 1015;
public const int TareRange_High = 1016;
public const int TareRange_Low = 1017;
public const int HighLimit_High = 1018;
public const int HighLimit_Low = 1019;
public const int DeadZoneHighLimit_High = 1020;
public const int DeadZoneHighLimit_Low = 1021;
public const int DeadZoneLowLimit_High = 1022;
public const int DeadZoneLowLimit_Low = 1023;
public const int LowLimit_High = 1024;
public const int LowLimit_Low = 1025;
public const int SampleCount_High = 1026;
public const int SampleCount_Low = 1027;
public const int IgnoreCount_High = 1028;
public const int IgnoreCount_Low = 1029;
public const int _1_Update = 1200;
public const int _1_Grade = 1201;
public const int _1_Weight_High = 1202;
public const int _1_Weight_Low = 1203;
public const int _1_UnderCount_High = 1204;
public const int _1_UnderCount_Low = 1205;
public const int _1_PassCount_High = 1206;
public const int _1_PassCount_Low = 1207;
public const int _1_OverCount_High = 1208;
public const int _1_OverCount_Low = 1209;
public const int _1_NGCount_High = 1210;
public const int _1_NgCount_Low = 1211;
public const int _1_ExNGCount_High = 1212;
public const int _1_ExNgCount_Low = 1213;
public const int _1_TotalCount_High = 1214;
public const int _1_TotalCount_Low = 1215;
public const int _2_Update = 1250;
public const int _2_Grade = 1251;
public const int _2_Weight_High = 1252;
public const int _2_Weight_Low = 1253;
public const int _2_UnderCount_High = 1254;
public const int _2_UnderCount_Low = 1255;
public const int _2_PassCount_High = 1256;
public const int _2_PassCount_Low = 1257;
public const int _2_OverCount_High = 1258;
public const int _2_OverCount_Low = 1259;
public const int _2_NGCount_High = 1260;
public const int _2_NgCount_Low = 1261;
public const int _2_ExNGCount_High = 1262;
public const int _2_ExNgCount_Low = 1263;
public const int _2_TotalCount_High = 1264;
public const int _2_TotalCount_Low = 1265;
public const int _3_Update = 1300;
public const int _3_Grade = 1301;
public const int _3_Weight_High = 1302;
public const int _3_Weight_Low = 1303;
public const int _3_UnderCount_High = 1304;
public const int _3_UnderCount_Low = 1305;
public const int _3_PassCount_High = 1306;
public const int _3_PassCount_Low = 1307;
public const int _3_OverCount_High = 1308;
public const int _3_OverCount_Low = 1309;
public const int _3_NGCount_High = 1310;
public const int _3_NgCount_Low = 1311;
public const int _3_ExNGCount_High = 1312;
public const int _3_ExNgCount_Low = 1313;
public const int _3_TotalCount_High = 1314;
public const int _3_TotalCount_Low = 1315;
public const int _4_Update = 1350;
public const int _4_Grade = 1351;
public const int _4_Weight_High = 1352;
public const int _4_Weight_Low = 1353;
public const int _4_UnderCount_High = 1354;
public const int _4_UnderCount_Low = 1355;
public const int _4_PassCount_High = 1356;
public const int _4_PassCount_Low = 1357;
public const int _4_OverCount_High = 1358;
public const int _4_OverCount_Low = 1359;
public const int _4_NGCount_High = 1360;
public const int _4_NgCount_Low = 1361;
public const int _4_ExNGCount_High = 1362;
public const int _4_ExNgCount_Low = 1363;
public const int _4_TotalCount_High = 1364;
public const int _4_TotalCount_Low = 1365;
public const int _5_Update = 1400;
public const int _5_Grade = 1401;
public const int _5_Weight_High = 1402;
public const int _5_Weight_Low = 1403;
public const int _5_UnderCount_High = 1404;
public const int _5_UnderCount_Low = 1405;
public const int _5_PassCount_High = 1406;
public const int _5_PassCount_Low = 1407;
public const int _5_OverCount_High = 1408;
public const int _5_OverCount_Low = 1409;
public const int _5_NGCount_High = 1410;
public const int _5_NgCount_Low = 1411;
public const int _5_ExNGCount_High = 1412;
public const int _5_ExNgCount_Low = 1413;
public const int _5_TotalCount_High = 1414;
public const int _5_TotalCount_Low = 1415;
public const int _6_Update = 1450;
public const int _6_Grade = 1451;
public const int _6_Weight_High = 1452;
public const int _6_Weight_Low = 1453;
public const int _6_UnderCount_High = 1454;
public const int _6_UnderCount_Low = 1455;
public const int _6_PassCount_High = 1456;
public const int _6_PassCount_Low = 1457;
public const int _6_OverCount_High = 1458;
public const int _6_OverCount_Low = 1459;
public const int _6_NGCount_High = 1460;
public const int _6_NgCount_Low = 1461;
public const int _6_ExNGCount_High = 1462;
public const int _6_ExNgCount_Low = 1463;
public const int _6_TotalCount_High = 1464;
public const int _6_TotalCount_Low = 1465;
public const int _7_Update = 1500;
public const int _7_Grade = 1501;
public const int _7_Weight_High = 1502;
public const int _7_Weight_Low = 1503;
public const int _7_UnderCount_High = 1504;
public const int _7_UnderCount_Low = 1505;
public const int _7_PassCount_High = 1506;
public const int _7_PassCount_Low = 1507;
public const int _7_OverCount_High = 1508;
public const int _7_OverCount_Low = 1509;
public const int _7_NGCount_High = 1510;
public const int _7_NgCount_Low = 1511;
public const int _7_ExNGCount_High = 1512;
public const int _7_ExNgCount_Low = 1513;
public const int _7_TotalCount_High = 1514;
public const int _7_TotalCount_Low = 1515;
public const int _8_Update = 1550;
public const int _8_Grade = 1551;
public const int _8_Weight_High = 1552;
public const int _8_Weight_Low = 1553;
public const int _8_UnderCount_High = 1554;
public const int _8_UnderCount_Low = 1555;
public const int _8_PassCount_High = 1556;
public const int _8_PassCount_Low = 1557;
public const int _8_OverCount_High = 1558;
public const int _8_OverCount_Low = 1559;
public const int _8_NGCount_High = 1560;
public const int _8_NgCount_Low = 1561;
public const int _8_ExNGCount_High = 1562;
public const int _8_ExNgCount_Low = 1563;
public const int _8_TotalCount_High = 1564;
public const int _8_TotalCount_Low = 1565;
public const int _9_Update = 1600;
public const int _9_Grade = 1601;
public const int _9_Weight_High = 1602;
public const int _9_Weight_Low = 1603;
public const int _9_UnderCount_High = 1604;
public const int _9_UnderCount_Low = 1605;
public const int _9_PassCount_High = 1606;
public const int _9_PassCount_Low = 1607;
public const int _9_OverCount_High = 1608;
public const int _9_OverCount_Low = 1609;
public const int _9_NGCount_High = 1610;
public const int _9_NgCount_Low = 1611;
public const int _9_ExNGCount_High = 1612;
public const int _9_ExNgCount_Low = 1613;
public const int _9_TotalCount_High = 1614;
public const int _9_TotalCount_Low = 1615;
public const int _10_Update = 1650;
public const int _10_Grade = 1651;
public const int _10_Weight_High = 1652;
public const int _10_Weight_Low = 1653;
public const int _10_UnderCount_High = 1654;
public const int _10_UnderCount_Low = 1655;
public const int _10_PassCount_High = 1656;
public const int _10_PassCount_Low = 1657;
public const int _10_OverCount_High = 1658;
public const int _10_OverCount_Low = 1659;
public const int _10_NGCount_High = 1660;
public const int _10_NgCount_Low = 1661;
public const int _10_ExNGCount_High = 1662;
public const int _10_ExNgCount_Low = 1663;
public const int _10_TotalCount_High = 1664;
public const int _10_TotalCount_Low = 1665;
public const int _11_Update = 1700;
public const int _11_Grade = 1701;
public const int _11_Weight_High = 1702;
public const int _11_Weight_Low = 1703;
public const int _11_UnderCount_High = 1704;
public const int _11_UnderCount_Low = 1705;
public const int _11_PassCount_High = 1706;
public const int _11_PassCount_Low = 1707;
public const int _11_OverCount_High = 1708;
public const int _11_OverCount_Low = 1709;
public const int _11_NGCount_High = 1710;
public const int _11_NgCount_Low = 1711;
public const int _11_ExNGCount_High = 1712;
public const int _11_ExNgCount_Low = 1713;
public const int _11_TotalCount_High = 1714;
public const int _11_TotalCount_Low = 1715;
public const int _12_Update = 1750;
public const int _12_Grade = 1751;
public const int _12_Weight_High = 1752;
public const int _12_Weight_Low = 1753;
public const int _12_UnderCount_High = 1754;
public const int _12_UnderCount_Low = 1755;
public const int _12_PassCount_High = 1756;
public const int _12_PassCount_Low = 1757;
public const int _12_OverCount_High = 1758;
public const int _12_OverCount_Low = 1759;
public const int _12_NGCount_High = 1760;
public const int _12_NgCount_Low = 1761;
public const int _12_ExNGCount_High = 1762;
public const int _12_ExNgCount_Low = 1763;
public const int _12_TotalCount_High = 1764;
public const int _12_TotalCount_Low = 1765;
}
public class _30000_ModbusData
{
#region Field
@ -4561,6 +4581,8 @@ namespace INT69DC_7C
public class AlarmList
{
#region Field
private bool m_Flag;
private bool m_IsEntrySensorError;
private bool m_IsLoadcellError;
private bool m_IsEmergencyStop;
@ -4578,6 +4600,12 @@ namespace INT69DC_7C
#endregion
#region Property
public bool Flag
{
get { return this.m_Flag; }
set { this.m_Flag = value; }
}
public bool IsEntrySensorError
{
get { return this.m_IsEntrySensorError; }
@ -4607,6 +4635,8 @@ namespace INT69DC_7C
#region Method
private void Initialize()
{
this.Flag = false;
this.IsEntrySensorError = false;
this.IsLoadcellError = false;
this.IsEmergencyStop = false;
@ -4747,22 +4777,12 @@ namespace INT69DC_7C
}
}
#endregion
#region 알람 1-입력센서 에러
#region 알람 1-
if (sValue1[3] == '0')
{
if (this.IsEntrySensorError != false)
{
this.IsEntrySensorError = false;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a1_EntrySensorError, "OFF");
}
}
else
{
if (this.IsEntrySensorError != true)
{
this.IsEntrySensorError = true;
this.EventAlarmStateChange(DataStore.TrackingAlarm.a1_EntrySensorError, "ON");
}
}
#endregion
}

File diff suppressed because it is too large Load Diff

View File

@ -711,7 +711,7 @@
this.groupBoxJudgment.Controls.Add(this.labelStaticDoubleDelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime);
this.groupBoxJudgment.Controls.Add(this.labelStaticFilter);
this.groupBoxJudgment.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxJudgment.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.groupBoxJudgment.ForeColor = System.Drawing.Color.White;
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
@ -819,7 +819,7 @@
this.labelStaticJudgmentCount.BackPictureBox2 = null;
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentCount.ForeColor = System.Drawing.Color.White;
this.labelStaticJudgmentCount.InitVisible = true;
this.labelStaticJudgmentCount.LineSpacing = 0F;
@ -840,7 +840,7 @@
this.labelStaticDoubleDelayTime.BackPictureBox2 = null;
this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticDoubleDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticDoubleDelayTime.InitVisible = true;
this.labelStaticDoubleDelayTime.LineSpacing = 0F;
@ -861,7 +861,7 @@
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticJudgmentDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticJudgmentDelayTime.InitVisible = true;
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
@ -882,7 +882,7 @@
this.labelStaticFilter.BackPictureBox2 = null;
this.labelStaticFilter.BorderColor = System.Drawing.Color.Black;
this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFilter.ForeColor = System.Drawing.Color.White;
this.labelStaticFilter.InitVisible = true;
this.labelStaticFilter.LineSpacing = 0F;
@ -910,7 +910,7 @@
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
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.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxConveyor.FrameLineThickness = 1;
@ -933,7 +933,7 @@
this.labelStaticFeedingConveyor.BackPictureBox2 = null;
this.labelStaticFeedingConveyor.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingConveyor.ForeColor = System.Drawing.Color.White;
this.labelStaticFeedingConveyor.InitVisible = true;
this.labelStaticFeedingConveyor.LineSpacing = 0F;
@ -954,7 +954,7 @@
this.labelStaticRejectConveyor.BackPictureBox2 = null;
this.labelStaticRejectConveyor.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyor.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyor.ForeColor = System.Drawing.Color.White;
this.labelStaticRejectConveyor.InitVisible = true;
this.labelStaticRejectConveyor.LineSpacing = 0F;
@ -1038,7 +1038,7 @@
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticRejectConveyorDelayTime.InitVisible = true;
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
@ -1080,7 +1080,7 @@
this.labelStaticFeedingRunTime.BackPictureBox2 = null;
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingRunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticFeedingRunTime.InitVisible = true;
this.labelStaticFeedingRunTime.LineSpacing = 0F;
@ -1101,7 +1101,7 @@
this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticFeedingDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticFeedingDelayTime.InitVisible = true;
this.labelStaticFeedingDelayTime.LineSpacing = 0F;
@ -1122,7 +1122,7 @@
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticRejectConveyorRunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticRejectConveyorRunTime.InitVisible = true;
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
@ -1153,7 +1153,7 @@
this.groupBoxSorter.Controls.Add(this.labelSorterDelayTime);
this.groupBoxSorter.Controls.Add(this.labelStaticSorterDelayTime);
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.FrameLineColor2 = System.Drawing.Color.Black;
this.groupBoxSorter.FrameLineThickness = 1;
@ -1218,7 +1218,7 @@
this.labelStaticSorterDelayTime.BackPictureBox2 = null;
this.labelStaticSorterDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorterDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorterDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorterDelayTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorterDelayTime.InitVisible = true;
this.labelStaticSorterDelayTime.LineSpacing = 0F;
@ -1239,7 +1239,7 @@
this.labelStaticSorterRunTime.BackPictureBox2 = null;
this.labelStaticSorterRunTime.BorderColor = System.Drawing.Color.Black;
this.labelStaticSorterRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorterRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelStaticSorterRunTime.ForeColor = System.Drawing.Color.White;
this.labelStaticSorterRunTime.InitVisible = true;
this.labelStaticSorterRunTime.LineSpacing = 0F;
@ -1276,6 +1276,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);
//
// panelAlarmMessageBox2
//
@ -1300,7 +1301,7 @@
this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonDown.DisableImage = null;
this.buttonDown.DownImage = null;
this.buttonDown.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonDown.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonDown.GroupID = 0;
this.buttonDown.InitVisible = true;
this.buttonDown.Location = new System.Drawing.Point(397, 80);
@ -1333,7 +1334,7 @@
this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonUp.DisableImage = null;
this.buttonUp.DownImage = null;
this.buttonUp.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.buttonUp.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.buttonUp.GroupID = 0;
this.buttonUp.InitVisible = true;
this.buttonUp.Location = new System.Drawing.Point(397, 33);
@ -1364,7 +1365,7 @@
this.smartListBox1.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
this.smartListBox1.ColumnDelimiter = '\0';
this.smartListBox1.ColumnOffsets = null;
this.smartListBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.smartListBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.smartListBox1.FontColor = System.Drawing.Color.Black;
this.smartListBox1.InitVisible = true;
this.smartListBox1.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
@ -1403,7 +1404,7 @@
this.labelAlarm2ErrorCode.BackPictureBox2 = null;
this.labelAlarm2ErrorCode.BorderColor = System.Drawing.Color.Black;
this.labelAlarm2ErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelAlarm2ErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
this.labelAlarm2ErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
this.labelAlarm2ErrorCode.InitVisible = true;
this.labelAlarm2ErrorCode.LineSpacing = 0F;
this.labelAlarm2ErrorCode.Location = new System.Drawing.Point(11, 4);
@ -1464,7 +1465,7 @@
this.labelMessage1.BackPictureBox2 = null;
this.labelMessage1.BorderColor = System.Drawing.Color.Black;
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.LineSpacing = 0F;
this.labelMessage1.Location = new System.Drawing.Point(75, 62);
@ -1483,7 +1484,7 @@
this.smartLabel2.BackPictureBox2 = null;
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel2.Font = new System.Drawing.Font("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.LineSpacing = 0F;
this.smartLabel2.Location = new System.Drawing.Point(11, 4);
@ -1568,7 +1569,7 @@
this.buttonCut.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonCut.DisableImage = null;
this.buttonCut.DownImage = null;
this.buttonCut.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
this.buttonCut.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.buttonCut.ForeColor = System.Drawing.Color.White;
this.buttonCut.GroupID = 0;
this.buttonCut.InitVisible = true;
@ -1632,7 +1633,7 @@
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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserLevel.ForeColor = System.Drawing.Color.Black;
this.labelUserLevel.InitVisible = true;
this.labelUserLevel.LineSpacing = 0F;
@ -1653,7 +1654,7 @@
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("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelUserID.InitVisible = true;
this.labelUserID.LineSpacing = 0F;
this.labelUserID.Location = new System.Drawing.Point(661, 9);
@ -1672,7 +1673,7 @@
this.labelTitleTotalCount.BackPictureBox2 = null;
this.labelTitleTotalCount.BorderColor = System.Drawing.Color.Black;
this.labelTitleTotalCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleTotalCount.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
this.labelTitleTotalCount.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelTitleTotalCount.InitVisible = true;
this.labelTitleTotalCount.LineSpacing = 0F;
this.labelTitleTotalCount.Location = new System.Drawing.Point(23, 703);
@ -1692,7 +1693,7 @@
this.labelTitleNGCount.BackPictureBox2 = null;
this.labelTitleNGCount.BorderColor = System.Drawing.Color.Black;
this.labelTitleNGCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleNGCount.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
this.labelTitleNGCount.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
this.labelTitleNGCount.InitVisible = true;
this.labelTitleNGCount.LineSpacing = 0F;
this.labelTitleNGCount.Location = new System.Drawing.Point(268, 703);
@ -1712,7 +1713,7 @@
this.labelTitleScreen.BackPictureBox2 = null;
this.labelTitleScreen.BorderColor = System.Drawing.Color.Black;
this.labelTitleScreen.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleScreen.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleScreen.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelTitleScreen.InitVisible = true;
this.labelTitleScreen.LineSpacing = 0F;
this.labelTitleScreen.Location = new System.Drawing.Point(664, 583);
@ -1811,7 +1812,7 @@
this.smartLabel3.BackPictureBox2 = null;
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.smartLabel3.InitVisible = true;
this.smartLabel3.LineSpacing = 0F;
this.smartLabel3.Location = new System.Drawing.Point(363, 8);
@ -1884,7 +1885,7 @@
this.labelStaticAlarmContinuousNG.BackPictureBox2 = null;
this.labelStaticAlarmContinuousNG.BorderColor = System.Drawing.Color.Black;
this.labelStaticAlarmContinuousNG.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticAlarmContinuousNG.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticAlarmContinuousNG.InitVisible = true;
this.labelStaticAlarmContinuousNG.LineSpacing = 0F;
this.labelStaticAlarmContinuousNG.Location = new System.Drawing.Point(207, 8);
@ -1934,7 +1935,7 @@
this.labelTitleBypass.BackPictureBox2 = null;
this.labelTitleBypass.BorderColor = System.Drawing.Color.Black;
this.labelTitleBypass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelTitleBypass.Font = new System.Drawing.Font("Gulim", 14F, System.Drawing.FontStyle.Bold);
this.labelTitleBypass.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
this.labelTitleBypass.InitVisible = true;
this.labelTitleBypass.LineSpacing = 0F;
this.labelTitleBypass.Location = new System.Drawing.Point(35, 8);
@ -2105,7 +2106,7 @@
this.labelStaticATPC.BackPictureBox2 = null;
this.labelStaticATPC.BorderColor = System.Drawing.Color.Black;
this.labelStaticATPC.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticATPC.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC.InitVisible = true;
this.labelStaticATPC.LineSpacing = 0F;
this.labelStaticATPC.Location = new System.Drawing.Point(26, 8);
@ -2197,7 +2198,7 @@
this.labelMessage3.BackPictureBox2 = null;
this.labelMessage3.BorderColor = System.Drawing.Color.Black;
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.LineSpacing = 0F;
this.labelMessage3.Location = new System.Drawing.Point(75, 30);
@ -2216,7 +2217,7 @@
this.smartLabel4.BackPictureBox2 = null;
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
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.LineSpacing = 0F;
this.smartLabel4.Location = new System.Drawing.Point(11, 4);
@ -2293,7 +2294,7 @@
this.buttonATPC_Reset.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonATPC_Reset.DisableImage = 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.InitVisible = true;
this.buttonATPC_Reset.Location = new System.Drawing.Point(337, 42);
@ -2323,7 +2324,7 @@
this.labelStaticATPC_Lack.BackPictureBox2 = null;
this.labelStaticATPC_Lack.BorderColor = System.Drawing.Color.Black;
this.labelStaticATPC_Lack.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticATPC_Lack.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC_Lack.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC_Lack.InitVisible = true;
this.labelStaticATPC_Lack.LineSpacing = 0F;
this.labelStaticATPC_Lack.Location = new System.Drawing.Point(522, 8);
@ -2363,7 +2364,7 @@
this.labelStaticATPC_Pass.BackPictureBox2 = null;
this.labelStaticATPC_Pass.BorderColor = System.Drawing.Color.Black;
this.labelStaticATPC_Pass.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticATPC_Pass.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC_Pass.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC_Pass.InitVisible = true;
this.labelStaticATPC_Pass.LineSpacing = 0F;
this.labelStaticATPC_Pass.Location = new System.Drawing.Point(416, 8);
@ -2402,7 +2403,7 @@
this.labelStaticATPC_Count.BackPictureBox2 = null;
this.labelStaticATPC_Count.BorderColor = System.Drawing.Color.Black;
this.labelStaticATPC_Count.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelStaticATPC_Count.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC_Count.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
this.labelStaticATPC_Count.InitVisible = true;
this.labelStaticATPC_Count.LineSpacing = 0F;
this.labelStaticATPC_Count.Location = new System.Drawing.Point(231, 8);
@ -2450,7 +2451,7 @@
this.labelExpireOfPassword.BackPictureBox2 = null;
this.labelExpireOfPassword.BorderColor = System.Drawing.Color.LightGray;
this.labelExpireOfPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelExpireOfPassword.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
this.labelExpireOfPassword.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
this.labelExpireOfPassword.ForeColor = System.Drawing.Color.Black;
this.labelExpireOfPassword.InitVisible = true;
this.labelExpireOfPassword.LineSpacing = 0F;

View File

@ -3244,6 +3244,18 @@ namespace INT69DC_7C.Forms
this.ParentForm.TransferData(CommunicationCommand.Start, CommunicationID.MainBoard);
}
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 buttonProductNo_Click(object sender, EventArgs e)
{
string before = "", after = "";