From 4dce704aaf8587cf3f91cf88f2208315a03c4cbb Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 08 四月 2020 13:54:58 +0800 Subject: [PATCH] 先上传一个版本 --- ZigbeeApp/Shared/R.cs | 84 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 82 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index 34c8a35..69b7488 100755 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -466,6 +466,59 @@ /// 纭畾瑕佸彇娑堣鎴愬憳鎷ユ湁杩滅▼寮�閿佹潈闄愬悧锛� /// </summary> public const int SureCancelAccessToSubaccount = 268; + /// <summary> + /// 鏃跺尯 + /// </summary> + public const int CurZoneText0 = 269; + public const int CurZoneText1 = 270; + public const int CurZoneText2 = 271; + public const int CurZoneText3 = 272; + public const int CurZoneText4 = 273; + public const int CurZoneText5 = 274; + public const int CurZoneText6 = 275; + public const int CurZoneText7 = 276; + public const int CurZoneText8 = 277; + public const int CurZoneText9 = 278; + public const int CurZoneText10 = 279; + public const int CurZoneText11 = 280; + public const int CurZoneText12 = 281; + public const int WestZoneText1 = 282; + public const int WestZoneText2 = 283; + public const int WestZoneText3 = 284; + public const int WestZoneText4 = 285; + public const int WestZoneText5 = 286; + public const int WestZoneText6 = 287; + public const int WestZoneText7 = 288; + public const int WestZoneText8 = 289; + public const int WestZoneText9 = 290; + public const int WestZoneText10 = 291; + public const int WestZoneText11 = 292; + public const int WestZoneText12 = 293; + /// <summary> + /// 鐢熸晥鏃ユ湡涓嶈兘灏忎簬褰撳墠鏃ユ湡 + /// </summary> + public const int ValidTimeNoLessThanCurrentTime = 294; + /// <summary> + /// 鐢熸晥鏃堕棿涓嶈兘澶т簬澶辨晥鏃堕棿 + /// </summary> + public const int ValidTimeNoMoreThanInValidTime = 295; + /// <summary> + /// 澶辨晥鏃堕棿涓嶈兘灏忎簬鐢熸晥鏃堕棿 + /// </summary> + public const int InvalidTimeNoLessThanValidTime = 296; + /// <summary> + /// 澶辨晥鏃堕棿涓嶈兘鐪佺暐 + /// </summary> + public const int InvalidTimeIsEmpty = 297; + /// <summary> + /// 澶辨晥鏃堕棿涓嶈兘澶т簬36灏忔椂 + /// </summary> + public const int InvalidTimeMoreThan36 = 298; + /// <summary> + /// 澶辨晥鏃堕棿涓嶈兘灏忎簬1灏忔椂 + /// </summary> + public const int InvalidTimeLessThan1 = 299; + public readonly static int cancel = 5097; public readonly static int confrim = 5098; @@ -722,6 +775,7 @@ public readonly static int tiplocktextnull = 5379; public readonly static int openmode = 5380; public readonly static int addnull = 5381; + public readonly static int look = 5382; #region 鐧诲綍娉ㄥ唽 /// <summary> @@ -5489,8 +5543,34 @@ /// 鍒嗕韩浣忓畢宸叉洿鏀癸紝璇疯仈绯荤鐞嗗憳锛� /// </summary> public const int uShardResidenceHadDeletePleaseTakeToAdmin = 16080; - - + /// <summary> + /// 鑾峰彇鎵ц鐩爣澶辫触 + /// </summary> + public const int uGetAdjustTargetFail = 16081; + /// <summary> + /// 娌℃湁鍙互娣诲姞鐨勫満鏅� + /// </summary> + public const int uNotHadAddScene = 16082; + /// <summary> + /// 璇锋坊鍔犳墽琛岀洰鏍� + /// </summary> + public const int uPleaseAddAdjustTarget = 16083; + /// <summary> + /// 娣诲姞鎵ц鐩爣澶辫触 + /// </summary> + public const int uAddAdjustTargetFail = 16084; + /// <summary> + /// 涓埆鎵ц鐩爣娣诲姞澶辫触 + /// </summary> + public const int uSomeAdjustTargetAddFail = 16085; + /// <summary> + /// 鍒濆鍖栨墽琛岀洰鏍囧け璐� + /// </summary> + public const int uInitAdjustTargetFail = 16086; + /// <summary> + /// 淇敼鍦烘櫙鍚嶇О澶辫触 + /// </summary> + public const int uEditorSceneNameFail = 16087; //鈽呪槄鈽呪槄涓嬮潰杩欎簺鏄帴鍙g殑杩斿洖淇℃伅缈昏瘧,浠�18000寮�濮嬧槄鈽呪槄鈽� /// <summary> -- Gitblit v1.8.0