You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
namespace CompressorXN_Model.Enums
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 所有窗体的枚举,小于临界窗体为固定窗体(即不关闭窗体)
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public enum FormNameEnum
|
|
|
|
|
|
{
|
|
|
|
|
|
集中监控,
|
|
|
|
|
|
临界窗体,
|
|
|
|
|
|
数据查询,
|
|
|
|
|
|
机型管理,
|
|
|
|
|
|
协议配置,
|
|
|
|
|
|
密码修改
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|