diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-06 20:15:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-06 20:15:39 +0300 |
commit | 7baaf1a88423366fe2a23b01c62d154b4fec973b (patch) | |
tree | 3269b2b18222204f7f174093a4cdde33aa0018c5 /plugins/NotesAndReminders/res/resource.rc | |
parent | a716ef2bcd976387000014ad2bdd7c94df396624 (diff) |
code cleaning
Diffstat (limited to 'plugins/NotesAndReminders/res/resource.rc')
-rw-r--r-- | plugins/NotesAndReminders/res/resource.rc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/NotesAndReminders/res/resource.rc b/plugins/NotesAndReminders/res/resource.rc index 0d492b5352..86a4060828 100644 --- a/plugins/NotesAndReminders/res/resource.rc +++ b/plugins/NotesAndReminders/res/resource.rc @@ -99,10 +99,6 @@ BEGIN GROUPBOX "Reminder Note:",1006,4,58,230,99
EDITTEXT IDC_REMINDER,9,70,220,81,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
GROUPBOX "",IDC_STATIC,4,157,228,22,NOT WS_VISIBLE
- CONTROL "None",IDC_NONE,"Button",BS_AUTORADIOBUTTON | NOT WS_VISIBLE | WS_TABSTOP,13,167,45,8
- CONTROL "Daily",IDC_DAILY,"Button",BS_AUTORADIOBUTTON | NOT WS_VISIBLE | WS_TABSTOP,68,167,45,8
- CONTROL "Weekly",IDC_WEEKLY,"Button",BS_AUTORADIOBUTTON | NOT WS_VISIBLE | WS_TABSTOP,124,167,45,8
- CONTROL "Monthly",IDC_MONTHLY,"Button",BS_AUTORADIOBUTTON | NOT WS_VISIBLE | WS_TABSTOP,178,167,45,8
LTEXT "Repeat Alert Sound",IDC_STATIC,31,166,90,8,0,WS_EX_RIGHT
COMBOBOX IDC_COMBO_REPEATSND,126,163,107,81,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Use Sound",IDC_STATIC,31,185,90,8,0,WS_EX_RIGHT
@@ -129,7 +125,7 @@ BEGIN LTEXT "Time",IDC_STATIC_TIME,10,125,24,8
COMBOBOX IDC_TIMECOMBO,39,123,107,198,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "&Remind Again",IDC_REMINDAGAIN,161,92,75,14
- PUSHBUTTON "&Create Note",IDC_NONE,161,111,75,14
+ PUSHBUTTON "&Create Note",IDC_CREATE_NOTE,161,111,75,14
PUSHBUTTON "&Dismiss",IDC_DISMISS,161,129,75,14
END
|