From 20ced6c686de28ac1968e9f6eca6aa23d14deb1d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 17 Mar 2021 21:44:20 +0300 Subject: =?UTF-8?q?fixes=20#2776=20(Notes=20and=20Reminders:=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BF=D0=BE=D0=B8?= =?UTF-8?q?=D1=81=D0=BA=20=D0=BF=D0=BE=20=D0=BD=D0=B0=D0=BF=D0=BE=D0=BC?= =?UTF-8?q?=D0=B8=D0=BD=D0=B0=D0=BB=D0=BA=D0=B0=D0=BC)=20+=20version=20bum?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NotesAndReminders/res/resource.rc | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) (limited to 'plugins/NotesAndReminders/res') diff --git a/plugins/NotesAndReminders/res/resource.rc b/plugins/NotesAndReminders/res/resource.rc index d9e940b248..01180176d3 100644 --- a/plugins/NotesAndReminders/res/resource.rc +++ b/plugins/NotesAndReminders/res/resource.rc @@ -139,10 +139,11 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "Reminders" FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN - CONTROL "List1",IDC_LISTREMINDERS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,3,4,251,146 - EDITTEXT IDC_REMINDERDATA,3,153,251,69,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL + CONTROL "List1",IDC_LISTREMINDERS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,4,4,250,146 + EDITTEXT IDC_REMINDERDATA,4,153,250,69,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL PUSHBUTTON "Add New",IDC_ADDNEWREMINDER,151,227,50,14 DEFPUSHBUTTON "&Close",IDCANCEL,203,227,50,14 + EDITTEXT IDC_FILTER,4,227,108,14,ES_AUTOHSCROLL END @@ -154,20 +155,34 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_ADDREMINDER ICON "addremin.ico" + IDI_DELETEICON ICON "deleteic.ico" + IDI_NOTEICON ICON "noteicon.ico" + IDI_SHOWHIDE ICON "showhide.ico" + IDI_CAPTIONICON ICON "captioni.ico" + IDI_DELETEREMINDER ICON "deletere.ico" + IDI_VIEWREMINDERS ICON "viewremi.ico" + IDI_CAPTIONICONNOTTOP ICON "captionn.ico" + IDI_HIDENOTE ICON "hidenote.ico" + IDI_REMOVENOTE ICON "removeno.ico" + IDI_REMINDER ICON "reminder.ico" + IDI_BRINGFRONT ICON "bringfront.ico" + IDI_PLAYSOUND ICON "playsound.ico" + IDI_VIEWNOTES ICON "viewnotes.ico" + ///////////////////////////////////////////////////////////////////////////// // // Menu @@ -199,21 +214,21 @@ BEGIN BEGIN POPUP "Background Color" BEGIN - MENUITEM "Custom...", ID_BACKGROUNDCOLOR_CUSTOM + MENUITEM "Custom...", ID_BACKGROUNDCOLOR_CUSTOM MENUITEM SEPARATOR - MENUITEM "Reset", ID_BACKGROUNDCOLOR_RESET + MENUITEM "Reset", ID_BACKGROUNDCOLOR_RESET END POPUP "Text Color" BEGIN - MENUITEM "Custom...", ID_TEXTCOLOR_CUSTOM + MENUITEM "Custom...", ID_TEXTCOLOR_CUSTOM MENUITEM SEPARATOR - MENUITEM "Reset", ID_TEXTCOLOR_RESET + MENUITEM "Reset", ID_TEXTCOLOR_RESET END POPUP "Font" BEGIN - MENUITEM "Custom...", ID_FONT_CUSTOM + MENUITEM "Custom...", ID_FONT_CUSTOM MENUITEM SEPARATOR - MENUITEM "Reset", ID_FONT_RESET + MENUITEM "Reset", ID_FONT_RESET END END MENUITEM "Paste Title", ID_CONTEXTMENUNOTE_PASTETITLE -- cgit v1.2.3