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.

13 lines
441 B

  1. #include <windows.h>
  2. #include "resource.h"
  3. #include "readme.rcv"
  4. IDD_README DIALOG DISCARDABLE 0, 0, 285, 241
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  6. CAPTION "More Information on Microsoft Internet Explorer 6"
  7. FONT 8, "MS Sans Serif"
  8. BEGIN
  9. DEFPUSHBUTTON "OK",IDOK,119,220,50,14
  10. EDITTEXT IDC_README,7,7,271,207,ES_MULTILINE | ES_AUTOVSCROLL |
  11. ES_READONLY | WS_VSCROLL
  12. END