summaryrefslogtreecommitdiff
path: root/plugins/Actman30/i_const.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actman30/i_const.inc')
-rw-r--r--plugins/Actman30/i_const.inc31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/Actman30/i_const.inc b/plugins/Actman30/i_const.inc
new file mode 100644
index 0000000000..baf5b5edf3
--- /dev/null
+++ b/plugins/Actman30/i_const.inc
@@ -0,0 +1,31 @@
+{resource constants}
+const
+ // dialogs
+ IDD_ACTION = 1025;
+ IDD_ASK = 1028;
+
+ IDC_ACTION_TYPE = 2005;
+ IDC_STAT_ACTION = 2006;
+
+ IDC_ACTION_LIST = 2007;
+ IDC_ACTION_NEW = 2008;
+ IDC_ACTION_DELETE = 2009;
+ IDC_ACTION_UP = 2010;
+ IDC_ACTION_DOWN = 2011;
+
+ IDC_MACRO_LIST = 2012;
+ IDC_GROUP_NEW = 2015;
+ IDC_GROUP_RELOAD = 2016;
+ IDC_GROUP_DELETE = 2017;
+ IDC_GROUP_TEST = 2018;
+ IDC_GROUP_UP = 2019;
+ IDC_GROUP_DOWN = 2020;
+ IDC_GROUP_EXPORT = 2021;
+ IDC_GROUP_IMPORT = 2022;
+ IDC_ACTION_HELP = 2023;
+
+// Question
+ IDC_ASK = 1025;
+ IDC_YESALL = 1026;
+ IDC_NOALL = 1027;
+ IDC_APPEND = 1028;