41 lines
1.8 KiB
C
41 lines
1.8 KiB
C
// Don't use numbers lower than 20000. These are used by the DS component
|
|
// of msgina.
|
|
|
|
// UI host failure
|
|
#define IDS_UIHOST_FAILURE 20000
|
|
#define IDS_GENERIC_CAPTION 20001
|
|
#define IDS_RECONNECT_FAILURE 20005
|
|
|
|
#define IDD_GINA_TURNOFFCOMPUTER 20050
|
|
#define IDD_GINA_RETURNTOWELCOME 20051
|
|
|
|
#define IDD_TURNOFFCOMPUTER 20100
|
|
#define IDC_TITLE_FLAG 20101
|
|
#define IDC_TITLE_TURNOFF 20102
|
|
#define IDC_BUTTON_TURNOFF 20103
|
|
#define IDC_BUTTON_STANDBY 20104
|
|
#define IDC_BUTTON_RESTART 20105
|
|
#define IDC_BUTTON_HIBERNATE 20106
|
|
#define IDC_TEXT_TURNOFF 20107
|
|
#define IDC_TEXT_STANDBY 20108
|
|
#define IDC_TEXT_RESTART 20109
|
|
#define IDC_TEXT_HIBERNATE 20110
|
|
|
|
#define IDS_TURNOFF_TITLE_FACENAME 20125
|
|
#define IDS_TURNOFF_TITLE_FACESIZE 20126
|
|
#define IDS_TURNOFF_BUTTON_FACENAME 20127
|
|
#define IDS_TURNOFF_BUTTON_FACESIZE 20128
|
|
#define IDS_TURNOFF_TOOLTIP_TEXT_TURNOFF 20129
|
|
#define IDS_TURNOFF_TOOLTIP_TEXT_STANDBY 20130
|
|
#define IDS_TURNOFF_TOOLTIP_TEXT_STANDBY_HIBERNATE 20131
|
|
#define IDS_TURNOFF_TOOLTIP_TEXT_RESTART 20132
|
|
#define IDS_TURNOFF_TOOLTIP_TEXT_HIBERNATE 20133
|
|
|
|
#define IDB_BACKGROUND_8 20140
|
|
#define IDB_FLAG_8 20141
|
|
#define IDB_BACKGROUND_24 20142
|
|
#define IDB_FLAG_24 20143
|
|
|
|
#define IDB_BUTTONS 20150
|
|
|