2020-04-17 10:42:47 +00:00
|
|
|
/*
|
|
|
|
* PROJECT: ReactOS Utility Manager Resources DLL (UManDlg.dll)
|
|
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
|
|
* PURPOSE: Resource header file
|
2021-02-22 15:26:55 +00:00
|
|
|
* COPYRIGHT: Copyright 2019-2020 George Bișoc (george.bisoc@reactos.org)
|
2020-04-17 10:42:47 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define IDC_STATIC -1
|
|
|
|
|
|
|
|
/* List box resource */
|
|
|
|
#define IDC_LISTBOX 60
|
|
|
|
|
|
|
|
/* Utility tools name strings */
|
|
|
|
#define IDS_OSK 100
|
|
|
|
#define IDS_MAGNIFIER 101
|
|
|
|
|
|
|
|
/* Utility state strings */
|
|
|
|
#define IDS_NOTRUNNING 150
|
|
|
|
#define IDS_RUNNING 151
|
|
|
|
|
|
|
|
/* Groupbox option title */
|
|
|
|
#define IDC_GROUPBOX 200
|
|
|
|
#define IDS_GROUPBOX_OPTIONS_TITLE 201
|
|
|
|
|
|
|
|
/* Button resources */
|
|
|
|
#define IDC_START 300
|
|
|
|
#define IDC_STOP 301
|
|
|
|
#define IDC_OK 302
|
|
|
|
#define IDC_CANCEL 303
|
|
|
|
#define IDC_HELP_TOPICS 304
|
|
|
|
|
|
|
|
/* Checkbox resources */
|
|
|
|
#define IDC_START_LOG_IN 400
|
|
|
|
#define IDC_START_DESKTOP 401
|
|
|
|
#define IDC_START_UTILMAN 402
|
|
|
|
|
|
|
|
/* System menu (About) resource */
|
|
|
|
#define IDM_ABOUT 600
|
|
|
|
|
2020-05-07 11:01:36 +00:00
|
|
|
/* About resource strings */
|
|
|
|
#define IDS_APP_NAME 700
|
|
|
|
#define IDS_AUTHORS 701
|
|
|
|
|
2020-04-17 10:42:47 +00:00
|
|
|
/* Main dialog resource */
|
|
|
|
#define IDD_MAIN_DIALOG 1000
|