reactos/reactos/dll/cpl/sysdm/resource.h

103 lines
3.2 KiB
C
Raw Normal View History

#ifndef __CPL_RESOURCE_H
#define __CPL_RESOURCE_H
#define IDC_STATIC -1
#define IDI_CPLSYSTEM 50
#define IDI_DEVMGR 51
#define IDC_ICON1 52
#define IDB_ROSBMP 53
#define IDS_CPLSYSTEMNAME 60
#define IDS_CPLSYSTEMDESCRIPTION 61
/* propsheet - general */
#define IDD_PROPPAGEGENERAL 100
#define IDC_PROCESSORMANUFACTURER 101
#define IDC_PROCESSOR 102
#define IDC_PROCESSORSPEED 103
#define IDC_SYSTEMMEMORY 104
#define IDC_LICENCE 105
#define IDC_ROSIMG 106
/* propsheet - computer name */
#define IDD_PROPPAGECOMPUTER 200
#define IDC_COMPDESC 201
#define IDC_COMPUTERNAME 202
#define IDC_WORKGROUPDOMAIN_NAME 203
#define IDC_WORKGROUPDOMAIN 204
#define IDC_NETWORK_ID 205
#define IDC_NETWORK_PROPERTY 206
/* propsheet - hardware */
#define IDD_PROPPAGEHARDWARE 300
#define IDC_HARDWARE_WIZARD 207
#define IDC_HARDWARE_PROFILE 209
#define IDC_HARDWARE_DRIVER_SIGN 210
#define IDC_HARDWARE_DEVICE_MANAGER 211
/* propsheet - advanced */
#define IDD_PROPPAGEADVANCED 400
#define IDC_ENVVAR 401
#define IDC_STAREC 402
#define IDC_PERFOR 403
#define IDC_USERPROFILE 404
#define IDC_ERRORREPORT 405
/* user profiles */
#define IDD_USERPROFILE 500
#define IDC_USERPROFILE_LIST 501
#define IDC_USERPROFILE_CHANGE 503
#define IDC_CUST_LINK 504
/* environment variables */
#define IDD_ENVIRONMENT_VARIABLES 600
#define IDC_USER_VARIABLE_LIST 601
#define IDC_USER_VARIABLE_NEW 602
#define IDC_USER_VARIABLE_EDIT 603
#define IDC_USER_VARIABLE_DELETE 604
#define IDC_SYSTEM_VARIABLE_LIST 605
#define IDC_SYSTEM_VARIABLE_NEW 606
#define IDC_SYSTEM_VARIABLE_EDIT 607
#define IDC_SYSTEM_VARIABLE_DELETE 608
/* edit environment variables */
#define IDD_EDIT_VARIABLE 700
#define IDC_VARIABLE_NAME 701
#define IDC_VARIABLE_VALUE 702
/* Virtual memory */
#define IDD_VIRTMEM 900
#define IDC_PAGEFILELIST 901
#define IDC_DRIVEGROUP 902
#define IDC_DRIVE 903
#define IDC_SPACEAVAIL 904
#define IDC_CUSTOM 905
#define IDC_INITIALSIZE 906
#define IDC_MAXSIZE 907
#define IDC_SYSMANSIZE 908
#define IDC_NOPAGEFILE 909
#define IDC_SET 910
#define IDC_TOTALGROUP 911
#define IDC_MINIMUM 912
#define IDC_RECOMMENDED 913
#define IDC_CURRENT 914
/* licence */
#define IDD_LICENCE 1000
#define IDC_LICENCEEDIT 1001
#define RC_LICENSE 1002
#define RTDATA 1003
#endif /* __CPL_RESOURCE_H */