diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 10:10:23 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 10:10:23 +0000 |
commit | 448c9266f05ecdc571ba12fbfb7056352147bdff (patch) | |
tree | 9463ea0cc0d594597b36867e6fa6d192d5905ce7 /historysweeperlight/resource.h | |
parent | 0a6610f0aa9622a887b861d53173d79a740cc1c1 (diff) |
added: historysweeperlight
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@184 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'historysweeperlight/resource.h')
-rw-r--r-- | historysweeperlight/resource.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/historysweeperlight/resource.h b/historysweeperlight/resource.h new file mode 100644 index 0000000..bfa91d1 --- /dev/null +++ b/historysweeperlight/resource.h @@ -0,0 +1,18 @@ +#ifndef IDC_STATIC
+#define IDC_STATIC (-1)
+#endif
+
+#define IDD_OPT_HISTORYSWEEPER 101
+#define IDI_ACTG 102
+#define IDI_ACT1 103
+#define IDI_ACT2 104
+#define IDI_ACTDEL 105
+#define IDC_LIST 106
+#define IDC_SSOLDER 107
+#define IDC_UNSAFEMODE 108
+#define IDC_SWEEPONCLOSE 109
+#define IDC_SSKEEP 110
+#define IDC_HISTMW 111
+#define IDC_ACT1 112
+#define IDC_ACT2 113
+
|