mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
53 lines
1.2 KiB
C
53 lines
1.2 KiB
C
![]() |
/*
|
||
|
* COPYRIGHT: See COPYING in the top level directory
|
||
|
* PROJECT: ReactOS Win32 subsystem
|
||
|
* FILE: subsys/csrss/win32csr/resource.h
|
||
|
* PURPOSE: Resource #defines
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define IDD_END_NOW 10
|
||
|
#define IDD_NOT_RESPONDING 11
|
||
|
#define IDD_SWITCH_APP 12
|
||
|
|
||
|
#define IDC_STATIC -1
|
||
|
#define IDC_PROGRESS 101
|
||
|
#define IDC_END_NOW 102
|
||
|
#define IDC_STATIC_CUR_APP 103
|
||
|
|
||
|
|
||
|
#define ID_SYSTEM_EDIT_MARK 1001
|
||
|
#define ID_SYSTEM_EDIT_COPY 1002
|
||
|
#define ID_SYSTEM_EDIT_PASTE 1003
|
||
|
#define ID_SYSTEM_EDIT_SELECTALL 1004
|
||
|
#define ID_SYSTEM_EDIT_SCROLL 1005
|
||
|
#define ID_SYSTEM_EDIT_FIND 1006
|
||
|
#define ID_SYSTEM_DEFAULTS 1007
|
||
|
#define ID_SYSTEM_PROPERTIES 1008
|
||
|
|
||
|
#define NCPOPUP_MENU 103
|
||
|
|
||
|
#define IDS_EDIT 204
|
||
|
#define IDS_MARK 205
|
||
|
#define IDS_COPY 206
|
||
|
#define IDS_PASTE 207
|
||
|
#define IDS_SELECTALL 208
|
||
|
#define IDS_SCROLL 209
|
||
|
#define IDS_FIND 210
|
||
|
#define IDS_DEFAULTS 211
|
||
|
#define IDS_PROPERTIES 212
|
||
|
|
||
|
//scrollbar resource ids
|
||
|
#define IDS_SCROLLHERE 304
|
||
|
#define IDS_SCROLLTOP 305
|
||
|
#define IDS_SCROLLBOTTOM 306
|
||
|
#define IDS_SCROLLPAGE_UP 307
|
||
|
#define IDS_SCROLLPAGE_DOWN 308
|
||
|
#define IDS_SCROLLUP 309
|
||
|
#define IDS_SCROLLDOWN 310
|
||
|
|
||
|
#define IDS_COMMAND_PROMPT 500
|
||
|
|
||
|
/* EOF */
|