diff options
Diffstat (limited to 'plugins/Watrack/res/i_const.inc')
-rw-r--r-- | plugins/Watrack/res/i_const.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/Watrack/res/i_const.inc b/plugins/Watrack/res/i_const.inc new file mode 100644 index 0000000000..b1cafde523 --- /dev/null +++ b/plugins/Watrack/res/i_const.inc @@ -0,0 +1,27 @@ +const
+ IDC_FIRST = 1025;
+
+{DLG 1 - base}
+const
+ IDC_CODEPAGE = 1025;
+ IDC_TIMER = 1026;
+ IDC_CHECKTIME = 1027;
+ IDC_IMPLANTANT = 1028;
+ IDC_MTHCHECK = 1029;
+ IDC_KEEPOLD = 1030;
+ IDC_STAT_TIMER = 1031;
+ IDC_COVERFN = 1032;
+ IDC_PLAYERLIST = 1033;
+ IDC_FORMATLIST = 1034;
+ IDC_CHK_PLAYER = 1035;
+ IDC_CHK_FORMAT = 1036;
+ IDC_APPCOMMAND = 1037;
+ IDC_CHECKALL = 1038;
+ IDC_TIMEOUT = 1039;
+
+{DLG 0 - modules}
+ IDC_MODULEGROUP = 1025;
+
+{Icons - same as in waticons.inc}
+IDI_PLUGIN_ENABLE = 100;
+IDI_PLUGIN_DISABLE = 101;
|