Leaked source code of windows server 2003
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.
 
 
 
 
 
 

441 B

#include <windows.h>

#include "resource.h"
#include "readme.rcv"

IDD_README DIALOG DISCARDABLE 0, 0, 285, 241
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "More Information on Microsoft Internet Explorer 6"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,119,220,50,14
EDITTEXT IDC_README,7,7,271,207,ES_MULTILINE | ES_AUTOVSCROLL |
ES_READONLY | WS_VSCROLL
END