diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/HistorySweeperLight/resource.h | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/resource.h')
-rw-r--r-- | plugins/HistorySweeperLight/resource.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/HistorySweeperLight/resource.h b/plugins/HistorySweeperLight/resource.h new file mode 100644 index 0000000000..bfa91d1d4e --- /dev/null +++ b/plugins/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
+
|