You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.2 KiB
52 lines
1.2 KiB
namespace ECMonitor.Page.Name
|
|
{
|
|
public static class ViewsName
|
|
{
|
|
#region MainWindow
|
|
|
|
public static string MainWindow { get; } = "MainWindow";
|
|
|
|
#endregion MainWindow
|
|
|
|
#region CameraMonitor
|
|
|
|
public static string CameraMonitorMain { get; } = "CameraMonitorMain";
|
|
|
|
public static string CameraMonitorTree { get; } = "CameraMonitorTree";
|
|
|
|
public static string CameraMonitorVideo { get; } = "CameraMonitorVideo";
|
|
|
|
public static string CameraMonitorAdjust { get; } = "CameraMonitorAdjust";
|
|
|
|
#endregion CameraMonitor
|
|
|
|
#region SystemSet
|
|
|
|
/// <summary>
|
|
/// 主页面
|
|
/// </summary>
|
|
public static string SystemSetMain { get; } = "SystemSetMain";
|
|
|
|
/// <summary>
|
|
/// 系统设置页面
|
|
/// </summary>
|
|
public static string SystemSetManageSet { get; } = "SystemSetManageSet";
|
|
|
|
/// <summary>
|
|
/// 录像机页面
|
|
/// </summary>
|
|
public static string SystemSetManageNvr { get; } = "SystemSetManageNvr";
|
|
|
|
/// <summary>
|
|
/// 摄像机页面
|
|
/// </summary>
|
|
public static string SystemSetManageIpc { get; } = "SystemSetManageIpc";
|
|
|
|
/// <summary>
|
|
/// 搜索摄像机页面
|
|
/// </summary>
|
|
public static string SystemSetSearchIpc { get; } = "SystemSetSearchIpc";
|
|
|
|
#endregion SystemSet
|
|
}
|
|
}
|