diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-10 19:18:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-10 19:18:57 +0000 |
commit | 2e57f9842aa2da2985bfc36bcc85d1124f2dbb3f (patch) | |
tree | aaca197aeb5f9add7e7512d5ae44964e6aa0d393 /plugins/Clist_modern/icons_pack/src | |
parent | 830077ee04dcb829232e847df58e92c47168bb30 (diff) |
folders structure standartization
git-svn-id: http://svn.miranda-ng.org/main/trunk@2280 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/icons_pack/src')
-rw-r--r-- | plugins/Clist_modern/icons_pack/src/icon_resource.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/plugins/Clist_modern/icons_pack/src/icon_resource.h b/plugins/Clist_modern/icons_pack/src/icon_resource.h new file mode 100644 index 0000000000..c9f5c0f94a --- /dev/null +++ b/plugins/Clist_modern/icons_pack/src/icon_resource.h @@ -0,0 +1,32 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by resources.rc
+//
+#define IDI_MAINMENU 100
+#define IDI_STATUSMENU 105
+#define IDI_HIDEOFFLINE 110
+#define IDI_SHOWOFFLINE 111
+#define IDI_BOOKMARKS 120
+#define IDI_DBEDITOR 130
+#define IDI_FINDUSER 140
+#define IDI_OPTIONS 150
+
+#define IDI_GROUPS_OFF 160
+#define IDI_GROUPS_ON 161
+#define IDI_SOUNDS_OFF 170
+#define IDI_SOUNDS_ON 171
+#define IDI_MINIMIZE 180
+#define IDI_ACCMGR 282
+
+
+#define IDS_IDENTIFY 10
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 190
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1026
+#define _APS_NEXT_SYMED_VALUE 1000
+#endif
+#endif
|