diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-24 16:15:56 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-24 16:15:56 +0000 |
commit | f1653a584862800b23353c88e3ffd4b98cbe3a57 (patch) | |
tree | d3707de28f9abf1b883644e178794de25af6f00b /plugins/NotesAndReminders/src/resource.h | |
parent | 9df3eaf9a55fcc5e6a751395b1e87cb5dbc79884 (diff) |
Fixed Apply button
git-svn-id: http://svn.miranda-ng.org/main/trunk@2464 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders/src/resource.h')
-rw-r--r-- | plugins/NotesAndReminders/src/resource.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/plugins/NotesAndReminders/src/resource.h b/plugins/NotesAndReminders/src/resource.h index 0ddf8b4031..e899809bc4 100644 --- a/plugins/NotesAndReminders/src/resource.h +++ b/plugins/NotesAndReminders/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by resource.rc
+// Used by C:\Users\xx\Documents\Visual Studio 2010\Projects\myranda\plugins\NotesAndReminders\res\resource.rc
//
#define IDD_STNOTEOPTIONS 101
#define IDD_ADDREMINDER 102
@@ -20,10 +20,19 @@ #define IDI_BRINGFRONT 121
#define IDI_PLAYSOUND 122
#define IDI_VIEWNOTES 123
-
+#define IDC_CHECK_HIDENOTES 1010
+#define IDC_CHECK_MENUS 1011
+#define IDC_EDIT_WIDTH 1012
+#define IDC_EDIT_HEIGHT 1013
+#define IDC_SLIDER_TRANSPARENCY 1014
+#define IDC_EDIT_EMAILSMS 1017
+#define IDC_CHECK_SCROLLBARS 1018
+#define IDC_CHECK_BUTTONS 1019
+#define IDC_CHECK_CLOSE 1020
#define IDC_COMBODATE 1021
#define IDC_COMBOTIME 1022
#define IDC_COMBOREMINDERTIME 1023
+#define IDC_CHECK_MSI 1023
#define IDC_REFTIME 1024
#define IDC_STATIC_DATE 1025
#define IDC_STATIC_TIME 1026
|