From 50f0a7ce08531e0c5d37f7da243dd54f8dd2fe7b Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 18 十一月 2020 16:42:12 +0800 Subject: [PATCH] 2020-11-18-1 --- HDL_ON/Common/R.cs | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 0a93830..13c2268 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -2,7 +2,7 @@ namespace HDL_ON { - public static class StringId + public static class StringId { public const int SelectAll = 362; public const int NotAdded = 361; @@ -425,5 +425,31 @@ public const int totalVolume = 5045; public const int volumeAdjustment = 5046; public const int qqMsuicTip = 5047; + + + + public const int newAutomation = 10000; + public const int editAutomation = 10001; + public const int ifCondition = 10002; + public const int whenTheFollowingConditionsAreMet = 10003; + public const int ifOneOfTheseConditionsIsMet = 10004; + public const int isExecuted = 10005; + public const int theFollowingActions = 10006; + public const int cyclic= 10007; + public const int performA = 10008; + public const int days = 10009; + public const int weekly = 10010; + public const int monthly = 10011; + public const int save = 10012; + public const int push = 10013; + public const int notification = 10014; + public const int selectionCondition = 10015; + public const int time = 10016; + public const int selectionTimeCondition = 10017; + public const int hour = 10018; + public const int timeHorizon = 10019; + + + } } \ No newline at end of file -- Gitblit v1.8.0