Download Master Thesis

Transcript
optional-statements
These statements can contain any of the following: CAPTION,
CHARACTERISTICS, CLASS, EXSTYLE, FONT, LANGUAGE, MENU, STYLE or
VERSION. Each statement is thoroughly described in the section B.3.
control-statement
A control placed onto the DIALOG. All controls are thoroughly described
in the section B.2.
B.1.4 DIALOGEX
The extended dialog box DIALOGEX has some additional attributes over the
obsolete resource type DIALOG. The syntax, according to the MSDN [36], is as
follows:
nameID DIALOGEX x, y, width, height [ , helpID] [optionalstatements] {control-statements}
helpID
Numeric ID used to identify the dialog box during the WM_HELP message
processing.
Other parameters are the same as in the DIALOG resource defined in the section
B.1.3.
B.1.5 MENU, MENUEX
These resources define function and appearance of an application menu. The
syntax of the MENU resource, according to the MSDN [37], is as follows:
menuID MENU
[optional-statements]
{item-definitions … }
The syntax of the MENUEX resource is according to the MSDN [38] very similar:
menuID MENUEX
{
[{
B-3