Breyta

Deila með


Win32 Predefined Symbols

These symbols are defined in the Win32 header files and they support standard Windows application functions and actions. These symbols are mainly used with common UI elements. When you are working with controls in the resource editors, these symbols will appear in the Properties window associated with common controls. For instance, if your toolbar should display the application icon, the icon will be associated with the symbol IDI_SMALL in the Property window.

Name Description
IDABORT (control) Dialog box, Abort button
IDC_STATIC (control) Static text in a dialog box
IDCANCEL (control) Dialog box, Cancel button
IDD_ABOUTBOX (dialog) Product About dialog box
IDI_PROJECTNAME (icon) Current project icon
IDI_SMALL (icon) Current project small icon
IDIGNORE (control) Used with Ignore button on dialogs
IDM_ABOUT (menu item) Used with Help...About...
IDM_EXIT (menu item) Used with File...Exit...
IDNO (control) Dialog box, No button
IDOK (control) Dialog box, OK button
IDRETRY (control) Dialog box, Retry button
IDS_APP_TITLE (string) Current application name
IDYES (control) Dialog box, Yes button

Requirements

Win32

See also

Predefined Symbol IDs
MFC Predefined Symbols
ATL Predefined Symbols