|
|
@@ -18,10 +18,34 @@ namespace BPASmartClient.MessageName |
|
|
|
#region XX消息 |
|
|
|
/// <summary> |
|
|
|
/// xxx消息 |
|
|
|
/// |
|
|
|
/// </summary> |
|
|
|
[Category("消息分组"),Description("消息备注"),Browsable(true)] |
|
|
|
public static string xxx = "xxx"; |
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
|
|
#region 滚动线消息事件管理中心 |
|
|
|
/// <summary> |
|
|
|
/// 滚动线控制滚动消息 |
|
|
|
/// </summary> |
|
|
|
[Category("滚动线"), Description("滚动线控制滚动"), Browsable(true)] |
|
|
|
public static string ConveyorBeltIsRun = "ConveyorBeltIsRun"; |
|
|
|
/// <summary> |
|
|
|
/// 滚动线控制左转 |
|
|
|
/// </summary> |
|
|
|
[Category("滚动线"), Description("滚动线控制左转"), Browsable(true)] |
|
|
|
public static string ConveyorBeltLeft = "ConveyorBeltLeft"; |
|
|
|
/// <summary> |
|
|
|
/// 滚动线控制右转 |
|
|
|
/// </summary> |
|
|
|
[Category("滚动线"), Description("滚动线控制右转"), Browsable(true)] |
|
|
|
public static string ConveyorBeltRight = "ConveyorBeltRight"; |
|
|
|
/// <summary> |
|
|
|
/// 滚动线控制停止 |
|
|
|
/// </summary> |
|
|
|
[Category("滚动线"), Description("滚动线控制停止"), Browsable(true)] |
|
|
|
public static string ConveyorBeltStop = "ConveyorBeltStop"; |
|
|
|
#endregion |
|
|
|
|
|
|
|
} |
|
|
|
} |