From b002d7e8709e4d6566124bdf7daa4bc3c3fd05d5 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期四, 16 三月 2023 09:55:20 +0800
Subject: [PATCH] 1.新增大华摄像头dll及相关功能 2.更换LCVideoOnsdk.dll(跟大华摄像头有冲突) 3.修改适配版本为12.2(含有swift,需12.2以上支持)
---
HDL_ON/Common/R.cs | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 50 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index c6a0d9d..b8519cc 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,6 +4,35 @@
{
public static class StringId
{
+
+ /// <summary>
+ /// 鑾峰彇绗笁鏂瑰钩鍙颁俊鎭け璐�
+ /// </summary>
+ public const int Get3tyIotInfoFailed = 585;
+ /// <summary>
+ /// 甯冮槻鐘舵��
+ /// </summary>
+ public const int DeploymentStatus = 584;
+ /// <summary>
+ /// 钀ょ煶鎽勫儚澶�
+ /// </summary>
+ public const int EZVIZ = 583;
+ /// <summary>
+ /// 纭畾鍒犻櫎璇ヨ澶囧悧?
+ /// </summary>
+ public const int AreYouSureToDeleteThisDevice = 582;
+ /// <summary>
+ ///
+ /// </summary>
+ public const int EmptyString = 581;
+ /// <summary>
+ /// 鏄惁纭畾鍒犻櫎缁勫悎璋冨厜
+ /// </summary>
+ public const int DoYouWantDelCombinedDimming = 580;
+ /// <summary>
+ /// 娉ㄩ攢
+ /// </summary>
+ public const int Cancellation = 579;
/// <summary>
/// 鏈烘鑷�
/// </summary>
@@ -3013,7 +3042,27 @@
/// <summary>
/// 瑙嗛閫氳瘽鍛煎彨
/// </summary>
- public const int shipintonghuahujiao = 7163;
+ public const int shipintonghuahujiao = 7163;
+ /// <summary>
+ /// 鏈烘鎵�
+ /// </summary>
+ public const int jixieshou = 7164;
+ /// <summary>
+ /// 鍖哄煙鍏ヤ镜鍛婅
+ /// </summary>
+ public const int quyuruqingaojing = 7165;
+ /// <summary>
+ /// 鎽勫儚澶�
+ /// </summary>
+ public const int shexiangtou = 7166;
+ /// <summary>
+ /// 鎬绘帶寮�鍏�
+ /// </summary>
+ public const int zongkogkaiguan = 7167;
+ /// <summary>
+ /// PM210
+ /// </summary>
+ public const int pm10= 7168;
--
Gitblit v1.8.0