diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-17 06:57:55 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-17 06:57:55 +0000 |
commit | 1ca120b165c2f2d9f521a04bfc31c7956d2ce422 (patch) | |
tree | f56c88f1ffdb865612a3d1e05f047c17deed68ab /plugins/ContactsPlus/src/resource.h | |
parent | eb146b049b43c6fb09e6f8c7716c1bbc88bf2159 (diff) |
ContactsPlus, CountryFlags, CrashDumper: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ContactsPlus/src/resource.h')
-rw-r--r-- | plugins/ContactsPlus/src/resource.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/plugins/ContactsPlus/src/resource.h b/plugins/ContactsPlus/src/resource.h new file mode 100644 index 0000000000..e4ed78f866 --- /dev/null +++ b/plugins/ContactsPlus/src/resource.h @@ -0,0 +1,44 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by contacts.rc
+//
+#define ID_SELECTALL 3
+#define IDDETAILS 5
+#define IDD_SEND 101
+#define IDC_PROTOCOL 1580
+#define IDC_NAME 1009
+#define IDC_ADD 1070
+#define IDC_USERMENU 1071
+#define IDC_DETAILS 1069
+#define IDC_HISTORY 1080
+#define IDB_LOGO 102
+#define IDD_RECEIVE 103
+#define IDD_MSGSENDERROR 104
+#define IDI_CONTACTS 109
+#define IDR_CONTACTMENU 110
+#define ID_POPUP_ADDUSER 111
+#define ID_POPUP_SENDMESSAGE 112
+#define ID_POPUP_USERDETAILS 113
+#define ID_POPUP_USERDETAILS_FAKE 114
+#define IDC_LOGO 1001
+#define IDC_OK 1002
+#define IDC_CANCEL 1003
+#define IDC_BACKIMAGE 1004
+#define IDC_GROUPS 1006
+#define IDC_ENABLEGROUPS 1007
+#define IDC_LIST 1079
+#define IDC_RESULTS 1142
+#define IDC_CONTACTS 1142
+#define IDC_STATUSBAR 1389
+#define IDC_ERRORTEXT 1400
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 114
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1008
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|