mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
93c68a7ed6
property sheet.
17 lines
496 B
Plaintext
17 lines
496 B
Plaintext
#include "winuser.h"
|
|
#include "propsheet.h"
|
|
|
|
|
|
IDD_PROPSHEET DIALOG DISCARDABLE 0, 0, 292, 159
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Properties for "
|
|
FONT 8, "MS Sans Serif"
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK", IDOK,72,138,50,14
|
|
PUSHBUTTON "Cancel", IDCANCEL,127,138,50,14
|
|
PUSHBUTTON "&Apply", IDC_APPLY_BUTTON,181,138,50,14
|
|
PUSHBUTTON "Help", IDHELP,235,138,50,14
|
|
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS,7,7,278,125
|
|
END
|
|
|