blob: dcb67a72f6b48078dd4926784017169c46b50b17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by w:\miranda-ng\plugins\NotesAndReminders\res\resource.rc
//
#define IDD_STNOTEOPTIONS 101
#define IDD_ADDREMINDER 102
#define IDD_NOTIFYREMINDER 103
#define IDD_LISTREMINDERS 104
#define IDI_ADDREMINDER 110
#define IDI_DELETEICON 111
#define IDI_NOTEICON 112
#define IDI_SHOWHIDE 113
#define IDI_CAPTIONICON 114
#define IDI_DELETEREMINDER 115
#define IDI_VIEWREMINDERS 116
#define IDI_CAPTIONICONNOTTOP 117
#define IDI_HIDENOTE 118
#define IDI_REMOVENOTE 119
#define IDI_REMINDER 120
#define IDI_BRINGFRONT 121
#define IDI_PLAYSOUND 122
#define IDI_VIEWNOTES 123
#define IDC_REMDATA 1000
#define IDC_DISMISS 1001
#define IDC_REMINDERDATA 1001
#define IDC_REMINDAGAIN 1002
#define IDC_ADDREMINDER 1002
#define IDC_ADDNEWREMINDER 1002
#define IDC_REMINDAGAININ 1003
#define IDC_AFTER 1004
#define IDC_REMINDER 1004
#define IDC_ONDATE 1005
#define IDC_DATEAGAIN 1006
#define IDC_BUTTON_RESET 1007
#define IDC_TIMEAGAIN 1007
#define IDC_VIEWREMINDERS 1007
#define IDC_NONE 1008
#define IDC_DAILY 1009
#define IDC_CHECK_HIDENOTES 1010
#define IDC_WEEKLY 1010
#define IDC_MONTHLY 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_STATIC_DATE 1025
#define IDC_STATIC_TIME 1026
#define IDC_COMBO_REPEATSND 1028
#define IDC_COMBO_SOUND 1029
#define IDC_BTN_PLAYSOUND 1030
#define IDC_EDIT_ALTBROWSER 1031
#define IDC_BTN_BROWSEBROWSER 1032
#define IDC_CHECK_REPEAT 1033
#define IDC_LISTREMINDERS_HEADER 1034
#define IDC_EDIT1 1034
#define IDC_FILTER 1034
#define IDC_DATE 1035
#define IDC_LISTREMINDERS 1036
#define ID_CONTEXTMENUREMINDER_NEW 40001
#define ID_CONTEXTMENUNOTE_REMOVENOTE 40001
#define ID_CONTEXTMENUREMINDER_DELETE 40002
#define ID_CONTEXTMENUNOTE_HIDENOTE 40002
#define ID_CONTEXTMENUREMINDER_DELETEALL 40003
#define ID_CONTEXTMENUNOTE_TOGGLEONTOP 40003
#define ID_CONTEXTMENUREMINDER_EDIT 40004
#define ID_CONTEXTMENUNOTE_UNDO 40004
#define ID_CONTEXTMENUNOTE_COPY 40005
#define ID_CONTEXTMENUNOTE_PASTE 40006
#define ID_CONTEXTMENUNOTE_CUT 40007
#define ID_CONTEXTMENUNOTE_CLEAR 40008
#define ID_CONTEXTMENUNOTE_NEWNOTE 40009
#define ID_CONTEXTMENUNOTE_BRINGALLTOTOP 40010
#define ID_CONTEXTMENUNOTE_APPEARANCE 40011
#define ID_CONTEXTMENUNOTE_PASTETITLE 40012
#define ID_CONTEXTMENUNOTE_RESETTITLE 40013
#define ID_CONTEXTMENUNOTE_EDITNOTE 40014
#define ID_CONTEXTMENUNOTE_SHOW 40015
#define ID_CONTEXTMENUNOTE_DELETEALLNOTES 40016
#define ID_CONTEXTMENUNOTE_VIEWNOTES 40017
#define ID_CONTEXTMENUNOTE_TOGGLEVISIBILITY 40018
#define ID_BACKGROUNDCOLOR_CUSTOM 40019
#define ID_BACKGROUNDCOLOR_RESET 40020
#define ID_TEXTCOLOR_CUSTOM 40021
#define ID_TEXTCOLOR_RESET 40022
#define ID_FONT_CUSTOM 40023
#define ID_FONT_RESET 40024
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40030
#define _APS_NEXT_CONTROL_VALUE 1035
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|