mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
b00ecdcab9
From now on for ReactOS related contributions only the organization e-mail shall be used and also reverse the order of my real full name.
47 lines
1.4 KiB
C
47 lines
1.4 KiB
C
/*
|
|
* PROJECT: ReactOS Utility Manager Resources DLL (UManDlg.dll)
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Resource header file
|
|
* COPYRIGHT: Copyright 2019-2020 George Bișoc (george.bisoc@reactos.org)
|
|
*/
|
|
|
|
#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
|
|
|
|
/* About resource strings */
|
|
#define IDS_APP_NAME 700
|
|
#define IDS_AUTHORS 701
|
|
|
|
/* Main dialog resource */
|
|
#define IDD_MAIN_DIALOG 1000
|