WindowsXP-SP1/windows/oleacc/oleacc/strtable.h
2020-09-30 16:53:49 +02:00

74 lines
2.5 KiB
C

// Copyright (c) 1996-1999 Microsoft Corporation
#define STR_CARETNAME 100
#define STR_CURSORNAMEFIRST 110
#define STR_TITLEBAR_NAME 140
#define STR_TITLEBAR_IMEBUTTON_NAME 141
#define STR_TITLEBAR_MINBUTTON_NAME 142
#define STR_TITLEBAR_MAXBUTTON_NAME 143
#define STR_TITLEBAR_HELPBUTTON_NAME 144
#define STR_TITLEBAR_CLOSEBUTTON_NAME 145
#define STR_TITLEBAR_RESTOREBUTTON_NAME 146
#define STR_TITLEBAR_DESCRIPTION 150
#define STR_TITLEBAR_SHORTCUT 160
#define STR_SCROLLBAR_NAME 180
#define STR_SCROLLBAR_DESCRIPTION 200
#define STR_MENUBAR_NAME 250
#define STR_SYSMENU_NAME 251
#define STR_MENUBAR_DESCRIPTION 252
#define STR_SYSMENUBAR_DESCRIPTION 253
#define STR_MENU_SHORTCUT 254
#define STR_MENU_SHORTCUT_FORMAT 255
#define STR_SYSMENU_KEY 256
#define STR_CHILDSYSMENU_KEY 257
#define STR_EXECUTE 258
#define STR_SHIFT 259
#define STR_CONTROL 260
#define STR_ALT STR_MENU_SHORTCUT
#define STR_CHILDSYSMENU_NAME 261
#define STR_STARTBUTTON_SHORTCUT 262
#define STR_CONTEXT_MENU 263
#define STR_DOCMENU_NAME 264
#define STR_DOUBLE_CLICK 265
#define STR_CLICK 266
#define STR_WINDOW_NAME 270
#define STR_STARTBUTTON 271
#define STR_SPIN_GREATER 272
#define STR_SPIN_LESSER 273
#define STR_TRAY 274
#define STR_HOTKEY_NONE 275
#define STR_COMBOBOX_LIST_SHORTCUT 280
#define STR_DROPDOWN_SHOW 285
#define STR_DROPDOWN_HIDE 286
#define STR_ALTTAB_NAME 290
#define STR_ALTTAB_DESCRIPTION 291
#define STR_TAB_SWITCH 292
#define STR_MDICLI_NAME 293
#define STR_DESKTOP_NAME 294
#define STR_PERCENTAGE_FORMAT 295
#define STR_TREE_EXPAND 305
#define STR_TREE_COLLAPSE 306
#define STR_HTML_JUMP 307
#define STR_BUTTON_PUSH 308
#define STR_BUTTON_CHECK 309
#define STR_BUTTON_UNCHECK 310
#define STR_BUTTON_HALFCHECK 311
#define STR_DESC_IP_PART 320
#define STR_STATEFIRST 1000
#define STR_ROLEFIRST 1100