diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-02 19:15:39 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-02 19:15:39 +0000 |
commit | a8af2c147a524df5f48e81910331febf042b505f (patch) | |
tree | ae0b880797457fb65bf861b9efd43ca62bdecc79 /plugins/WhenWasIt/resource.h | |
parent | 1d043e03a80e9cc06a33f7c5b53ccf9d0885ca18 (diff) |
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/resource.h')
-rw-r--r-- | plugins/WhenWasIt/resource.h | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/plugins/WhenWasIt/resource.h b/plugins/WhenWasIt/resource.h new file mode 100644 index 0000000000..d04aaf378f --- /dev/null +++ b/plugins/WhenWasIt/resource.h @@ -0,0 +1,81 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by WhenWasIt.rc
+//
+#define IDD_OPT_WWI 101
+#define IDI_BIRTHDAYS 102
+#define IDI_BIRTHDAYS_DLG 102
+#define IDD_BIRTHDAYS 104
+#define IDI_CHECK 106
+#define IDI_LIST 107
+#define IDI_DTB1 108
+#define IDI_DTB9 109
+#define IDI_DTB2 110
+#define IDI_DTB3 111
+#define IDI_DTB4 112
+#define IDI_DTB5 113
+#define IDI_DTB6 114
+#define IDI_DTB7 115
+#define IDI_DTB8 116
+#define IDI_DTB0 117
+#define IDI_DTBMORE 118
+#define IDD_ADD_BIRTHDAY 119
+#define IDI_ICON1 120
+#define IDI_ADD 120
+#define IDB_TTB_CHECK 122
+#define IDI_REFRESH_USERDETAILS 123
+#define IDI_IMPORT 125
+#define IDI_IMPORT_BIRTHDAYS 125
+#define IDI_EXPORT_BIRTHDAYS 126
+#define IDD_ADD_ANNIVERSARY 127
+#define IDD_UPCOMING 128
+#define IDC_USE_POPUPS 1002
+#define IDC_USE_CLISTICON 1003
+#define IDC_USE_DIALOG 1004
+#define IDC_DAYS_IN_ADVANCE 1005
+#define IDC_ADVANCED_ICON 1008
+#define IDC_CHECK_INTERVAL 1009
+#define IDC_POPUP_TIMEOUT 1010
+#define IDC_POPUPS_STATIC 1011
+#define IDC_CLIST_STATIC 1012
+#define IDC_BACKGROUND 1014
+#define IDC_FOREGROUND 1015
+#define IDC_CLOSE 1015
+#define IDC_BIRTHDAYS_LIST 1016
+#define IDC_SHOW_ALL 1017
+#define IDC_DATE 1020
+#define IDC_MBIRTHDAY_COMPATIBILITY 1021
+#define IDC_IGNORE_SUBCONTACTS 1023
+#define IDC_AGE_COMBOBOX 1025
+#define IDC_NOBIRTHDAYS_POPUP 1026
+#define IDC_COMPATIBILITY 1027
+#define IDC_SOUND_NEAR_DAYS_EDIT 1028
+#define IDC_DEFAULT_MODULE 1029
+#define IDC_PREVIEW 1030
+#define IDC_LEFT_CLICK 1031
+#define IDC_RIGHT_CLICK 1032
+#define IDC_ONCE_PER_DAY 1033
+#define IDC_TITLE 1036
+#define IDC_DESCRIPTION 1037
+#define IDC_DELETE 1038
+#define IDC_SAVE 1039
+#define IDC_ANNIVERSARY 1040
+#define IDC_EDIT1 1042
+#define IDC_DLG_TIMEOUT 1042
+#define IDC_UPCOMING_LIST 1043
+#define IDC_DIALOG_STATIC 1044
+#define IDC_NOTIFYFOR 1045
+#define IDC_DAYS_AFTER 1046
+#define IDC_NOFOCUS 1047
+#define IDC_OPENINBACKGROUND 1047
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 129
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1048
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|