Files
Program-Manager-II/progmgr/resource.h

59 lines
3.0 KiB
C
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* * * * * * * *\
RESOURCE.H -
Copyright (c) 2023 freedom7341, Freedom Desktop
DESCRIPTION -
Program Manager's resource collection.
** NO DEPENDENCIES **
LICENSE INFORMATION -
MIT License, see LICENSE.txt in the root folder
\* * * * * * * */
/* Pragmas */
#pragma once
/* Primary Icon Library */
#define IDI_PROGMGR 1
#define IDI_PROGGRP 2
#define IDI_PROGITM 3
/* Secondary Icon Library */
/* Menus and Commands */
// Context Menus and Accelerators
#define IDM_MAIN 100
#define IDM_ITEM 101
#define IDM_GROUP 102
#define IDA_ACCELS 103
// File, 110-119
#define IDM_FILE 110
#define IDM_FILE_NEW 111
#define IDM_FILE_OPEN 112
#define IDM_FILE_MOVE 113
#define IDM_FILE_COPY 114
#define IDM_FILE_DELETE 115
#define IDM_FILE_PROPS 116
#define IDM_FILE_RUN 117
#define IDM_FILE_SHUTDOWN 118
// Options, 130-149
#define IDM_OPTIONS 130
#define IDM_OPTIONS_AUTOARRANGE 131
#define IDM_OPTIONS_MINONRUN 132
#define IDM_OPTIONS_SAVESETTINGS 133
#define IDM_OPTIONS_SAVENOW 134
// Window, 170-999
#define IDM_WINDOW 170
#define IDM_WINDOW_CASCADE 171
#define IDM_WINDOW_TILE 172
#define IDM_WINDOW_TILEHORIZONTALLY 173
#define IDM_WINDOW_ARRANGEICONS 174
#define IDM_WINDOW_CHILDSTART 175
// Help, 150-169
#define IDM_HELP 150
#define IDM_HELP_INDEX 151
#define IDM_HELP_ABOUT 152
/* String Table */
#define IDS_APPTITLE 1
#define IDS_PMCLASS 2
#define IDS_WEBSITE 3