diff options
Diffstat (limited to 'plugins/Actman/i_cnst_settings.inc')
-rw-r--r-- | plugins/Actman/i_cnst_settings.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/Actman/i_cnst_settings.inc b/plugins/Actman/i_cnst_settings.inc new file mode 100644 index 0000000000..c8c495a24a --- /dev/null +++ b/plugins/Actman/i_cnst_settings.inc @@ -0,0 +1,12 @@ +{resource constants}
+const
+ IDC_EDIT_FORMAT = 2144;
+ IDC_CNT_FILTER = 2145;
+ IDC_CNT_APPLY = 2146;
+
+ IDC_SERVICELIST = 2150;
+ IDC_SRV_APPLY = 2151;
+
+ IDC_FR_FLAG = 2155;
+ IDC_HC_WPAR = 2156;
+ IDC_VL_FLAG = 2157;
|