reactos/dll/cpl/appwiz-new/resource.h

100 lines
3.5 KiB
C
Raw Normal View History

#ifndef __CPL_RESOURCE_H
#define __CPL_RESOURCE_H
/* dialog sizes */
#define SHORTCUTDLG_WIDTH 300
#define SHORTCUTDLG_HEIGHT 160
#define WATERMARK_WIDTH 90
/* menus */
#define IDR_POPUP_APP 14000
/* menu items */
#define ID_APP_REMOVE 14100
#define ID_APP_MODIFY 14101
/* icons */
#define IDI_CPLSYSTEM 1500
#define IDI_APPICO 1501
#define IDI_INSTICO 1502
#define IDI_RECBINICO 1503
#define IDI_SEARCH 1504
/* dialogs */
#define IDD_NETINSTALL 100
#define IDD_CREATESHORTCUT 200
#define IDD_SELPROGFOLDER 201
#define IDD_SELPROGTITLE 202
#define IDD_SELPROGICON 203
#define IDD_INSTFROMCD 300
#define IDD_RUNINSTPROG 301
#define IDD_CHANGEUSEROPT 302
#define IDD_FINISHADMINST 304
#define IDD_AFTERINST 305
#define IDD_RUNINSTPROG2 306
#define IDD_WARNING 307
#define IDD_REMSHORTCUTS 400
#define IDD_ADDLATER 12544
/* bitmaps */
#define IDB_WATERMARK 1019
#define IDB_UNDERLINE 10000
#define IDB_ICON 10001
#define IDB_SELECT 10002
/* strings */
#define IDS_CPLSYSTEMNAME 2001
#define IDS_CPLSYSTEMDESCRIPTION 2002
#define IDS_UNABLEOPEN_UNINSTKEY 15000
#define IDS_LIST_TITLE 15001
#define IDS_SIZE_TITLE 15002
#define IDS_LAST_USED 15003
#define IDS_PROGANDUPDATES 15004
#define IDS_PROGRAMS_ONLY 15005
#define IDS_UPDATES_ONLY 15006
#define IDS_WELCOME_TITLE 15007
#define IDS_WELCOME_MSG 15008
#define IDS_SEARCH_TEXT 15009
#define IDS_REMOVE_BTN 15010
#define IDS_MODIFY_BTN 15011
#define IDS_UNABLEREAD_UNINSTSTR 15012
#define IDS_INF_REG_OWNER 15013
#define IDS_INF_PRODUCT_ID 15014
#define IDS_INF_PUBLISHER 15015
#define IDS_INF_VERSION 15016
#define IDS_INF_CONTACT 15017
#define IDS_INF_SUP_INFO 15018
#define IDS_INF_SUP_PHONE 15019
#define IDS_INF_PRODUCT_UPD 15020
#define IDS_INF_README 15021
#define IDS_INF_COMMENTS 15022
#define IDS_NO_INFORMATION 15023
/* controls */
#define IDC_INSTALL 1000
#define IDC_INSTALLRB 1001
#define IDC_LOCATIONITEM 1002
#define IDC_LOCITEMEDIT 1003
#define IDC_LOCBROWSE 1004
#define IDC_INSTFROMCDTEXT 1005
#define IDC_INSTFROMCDICON 1006
#define IDC_NETPROGLIST 1011
#define IDC_HEADTEXT 1012
#define IDC_WARNINGICON 1013
#define IDC_SWITCHUSER 1014
#define IDC_WARNINGTEXT 1017
#define IDC_NAMESCEDIT 1020
#define IDC_SELICONLIST 1021
#define IDC_SELFOLDER 1022
#define IDC_NEWFOLDERBTN 1027
#define IDC_REMOVEBTN 1030
#define IDC_UNINSTLOCTEXT 1031
#define IDC_NETTEXT 1050
#define IDC_NETICON 1051
#define IDC_ADDPROGLATER 12369
#define IDC_NOTADDPROG 12370
#endif /* __CPL_RESOURCE_H */
/* EOF */