mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
463 B
13 lines
463 B
|
|
CONTROLABOUT DIALOG LOADONCALL MOVEABLE DISCARDABLE 12, 18, 199, 85
|
|
CAPTION "About Control Panel"
|
|
STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU
|
|
FONT 8 "MS Shell Dlg"
|
|
BEGIN
|
|
CTEXT "Microsoft Windows NT", -1, 0, 5, 197, 8
|
|
CTEXT "Control Panel", -1, 0, 16, 197, 8
|
|
CTEXT "Copyright © 1985-1992 Microsoft Corp.", -1, 0, 47, 197, 9
|
|
DEFPUSHBUTTON "OK", IDCANCEL, 79, 62, 38, 14, WS_TABSTOP | WS_GROUP
|
|
ICON MMCPL, -1, 30, 11, 16, 26
|
|
END
|
|
|