Windows2000/private/shell/ext/tweakui/tweakhlp.h
2020-09-30 17:12:32 +02:00

159 lines
3.0 KiB
C

/*
* Shared help text.
*/
#define IDH_GROUP 1
#define IDH_RESET 5
#define IDH_NONETHOOD 31
/*
* IDD_GENERAL
*/
#define IDH_SPEEDHELP 32
#define IDH_DBLCLK 33
#define IDH_DRAG 34
#define IDH_TEST 37
#define IDH_XMOUSE 39
#define IDH_WHEEL 40
#define IDH_FOLDERNAME 41
#define IDH_IE3ENGINE 42
/*
* These items must be in order; general.c relies on it.
*/
#define IDH_ANIMATE 48
#define IDH_SMOOTHSCROLL 49
#define IDH_BEEP 50
#define IDH_MENUANIMATE 51
#define IDH_COMBOANIMATE 52
#define IDH_LBOXANIMATE 53
#define IDH_MENUUNDERLINES 54
#define IDH_AUTORAISE 55
#define IDH_HOTTRACK 56
/*
* End of section that must be kept in order.
*/
/*
* IDD_EXPLORER
*/
#define IDH_LINKEFFECT 64
#define IDH_PREFIX 65
#define IDH_EXITSAVE 66
#define IDH_BANNER 67
#define IDH_WELCOME 68
#define IDH_TIPSTIP 69
#define IDH_MAKEPRETTY 70
#define IDH_COMPRESSCLR 71
/*
* IDD_DESKTOP
*/
#define IDH_ICONLV 96
#define IDH_CREATENOW 97
/*
* IDD_MYCOMP
*/
#define IDH_MYCOMP 112
/*
* IDD_TOOLS
*/
#define IDH_TEMPLATE 128
#define IDH_TEMPLATEDEL 129
/*
* IDD_BOOT
*/
#define IDH_BOOTKEYS 160
#define IDH_BOOTGUI 161
#define IDH_LOGO 162
#define IDH_BOOTMULTI 163
#define IDH_BOOTMENU 164
#define IDH_BOOTMENUDELAY 165
#define IDH_AUTOSCAN 166
/*
* IDD_ADDREMOVE
*/
#define IDH_UNINSTALL 192
#define IDH_UNINSTALLNEW 193
#define IDH_UNINSTALLDELETE 194
#define IDH_UNINSTALLEDIT 195
/*
* IDD_UNINSTALLEDIT
*/
#define IDH_UNINSTALLEDITDESC 224
#define IDH_UNINSTALLEDITCOMMAND 225
/*
* IDD_REPAIR
*/
#define IDH_REPAIRICON 256
#define IDH_REPAIRFONTFLD 257
#define IDH_REPAIRDLLS 258
#define IDH_REPAIRREGEDIT 259
#define IDH_REPAIRASSOC 260
#define IDH_REPAIRADDRM 261
/*
* IDD_PARANOIA
*/
#define IDH_CLEARLV 288
/*
* These items must be in order; paranoia.c relies on it.
*/
#define IDH_CLEARRUN 289
#define IDH_CLEARFINDDOCS 290
#define IDH_CLEARFINDCOMP 291
#define IDH_CLEARDOC 292
#define IDH_CLEARURL 293
#define IDH_CLEARNETUSE 294
#define IDH_CLEARUSER 295
/*
* End of section that must be kept in order.
*/
#define IDH_CLEARNOW 296
#define IDH_CDROMAUDIO 297
#define IDH_CDROMDATA 298
#define IDH_FAULTLOG 299
/*
* IDD_NETWORK
*/
#define IDH_AUTOLOGON 320
#define IDH_AUTOLOGONUSER 321
#define IDH_AUTOLOGONPASS 322
/*
* IDD_IE4
*/
#define IDH_IE4LV 352
/*
* These items must be in order; IE4.c relies on it.
*/
#define IDH_SHOWINTERNET 353
#define IDH_ADDTODOCSMENU 354
#define IDH_SHOWDOCSMENU 355
#define IDH_ACTIVEDESKTOP 356
#define IDH_CHANGEACTIVEDESKTOP 357
#define IDH_FAVORITESMENU 358
#define IDH_CLEARHISTORIES 359
#define IDH_NEWSHELL 360
/*
* End of section that must be kept in order.
*/