Source code of Windows XP (NT5)
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.

11 lines
384 B

  1. 1 DLGINCLUDE "local.H"
  2. IDD_BILLBOARD DIALOG 6, 18, 250, 57
  3. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  4. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | DS_CENTER
  5. CAPTION "Windows NT Setup"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. LTEXT "Upgrading Windows NT printing support ...", -1, 34, 8, 206, 30, SS_NOPREFIX
  9. ICON IDI_SETUP, SETUP_ICON, 8, 8, 18, 20
  10. END