initial commit
This commit is contained in:
37
Viewer/TrendViewer/Class/StructAndEnum.cs
Normal file
37
Viewer/TrendViewer/Class/StructAndEnum.cs
Normal file
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace vmsnet
|
||||
{
|
||||
|
||||
// struct SCell
|
||||
//{
|
||||
// public string name;
|
||||
// public Color backcolor;
|
||||
// public short idx;
|
||||
// public string group;
|
||||
//}
|
||||
|
||||
enum rCommand
|
||||
{
|
||||
ValueUpdate,
|
||||
DisableUIItems,
|
||||
EnableUIItems,
|
||||
StateMessage,
|
||||
UpdateAlarmSetting,
|
||||
SaveGroupClass,
|
||||
DAQConnected,
|
||||
DAQDisconnected,
|
||||
DAQTryConnect,
|
||||
RefreshChart,
|
||||
}
|
||||
enum ConnState
|
||||
{
|
||||
Disconnected,
|
||||
Connected,
|
||||
TryConnect,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user