From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/Plugins/Library/ml_bookmarks/resource.h | 46 +++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Src/Plugins/Library/ml_bookmarks/resource.h (limited to 'Src/Plugins/Library/ml_bookmarks/resource.h') diff --git a/Src/Plugins/Library/ml_bookmarks/resource.h b/Src/Plugins/Library/ml_bookmarks/resource.h new file mode 100644 index 00000000..037b9841 --- /dev/null +++ b/Src/Plugins/Library/ml_bookmarks/resource.h @@ -0,0 +1,46 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by ml_bookmarks.rc +// +#define IDS_BOOKMARKS 1 +#define IDS_ADD_TO_BOOKMARKS 2 +#define IDS_BOOKMARK_TITLE 3 +#define IDS_BOOKMARK_FN_URL 4 +#define IDS_BROWSE_FOR_BM_ENTRY 5 +#define IDR_MENU1 101 +#define IDD_VIEW_BM 102 +#define IDD_EDITBOOKMARK 103 +#define IDC_CURSOR1 105 +#define IDB_BITMAP1 106 +#define IDR_VIEW_BM_ACCELERATORS 111 +#define IDC_BUTTON_CUSTOM 1000 +#define IDC_LIST 1001 +#define IDC_BUTTON_PLAY 1002 +#define IDC_BUTTON_ENQUEUE 1003 +#define IDB_TREEITEM_BOOKMARKS 1003 +#define IDC_EDITBOOK 1004 +#define IDC_REMOVEBOOK 1005 +#define IDC_TITLE 1006 +#define IDC_FILE 1008 +#define IDC_EDIT_FN 1009 +#define ID_BMWND_PLAYSELECTEDFILES 40001 +#define ID_BMWND_ENQUEUESELECTEDFILES 40002 +#define ID_BMWND_REMOVESELECTEDBOOKMARKS 40003 +#define ID_BMWND_EDITSELECTEDBOOKMARKS 40004 +#define ID_BMWND_SELECTALL 40005 +#define ID_Menu 40006 +#define ID_BMWNDICON_HELP 40007 +#define ID_BMWND_HELP 40008 +#define ID_BMWND_SENDTO 40012 +#define IDS_NULLSOFT_BOOKMARKS 65534 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 114 +#define _APS_NEXT_COMMAND_VALUE 40013 +#define _APS_NEXT_CONTROL_VALUE 1010 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif -- cgit