ReactOS 0.4.17-dev-784-g3812a95
resource.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Management Console
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Resource header
5 * COPYRIGHT: Copyright 2006-2007 Thomas Weidenmueller
6 * Copyright 2017-2020 Mark Jansen (mark.jansen@reactos.org)
7 */
8
9#pragma once
10
11#define IDS_APPTITLE 101
12#define IDS_CONSOLETITLE 102
13#define IDS_MODULE 103
14#define IDS_VENDOR 104
15#define IDS_ABOUTTITLE 105
16
17#define IDI_MAINAPP 101
18#define IDI_FOLDERICON 102
19
20#define IDA_MMC 500
21
22#define IDM_CONSOLE_SMALL 1000
23#define IDM_CONSOLE_LARGE 1001
24
25#define IDM_FILE_NEW 1002
26#define IDM_FILE_OPEN 1003
27#define IDM_FILE_SAVE 1004
28#define IDM_FILE_SAVEAS 1005
29#define IDM_FILE_ADD 1006
30#define IDM_FILE_EXIT 1010
31#define IDM_WINDOWS_LIST 2001
32#define IDM_HELP_ABOUT 9001
33
34
35#define IDD_DIALOG_ADD 3000
36#define IDC_BUTTON_ADD 3001
37#define IDC_BUTTON_REMOVE 3002
38#define IDC_LIST_AVAILABLE 3003
39#define IDC_LIST_SELECTED 3004
40#define IDC_DESCRIPTION 3005
41
42#define IDM_MDI_FIRSTCHILD 9500
43
44
45#ifndef IDC_STATIC
46#define IDC_STATIC -1
47#endif