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.

36 lines
1.6 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. blt.dlg
  7. DIALOG box for the blt package
  8. FILE HISTORY:
  9. terryk 08-Apr-1991 creation
  10. Johnl 16-Apr-1991 Added SS_NOPREFIX to MSGPOPUP text
  11. terryk 11-Sep-1991 Change caption from LAN Manager to Windows NT
  12. beng 20-Feb-1992 Uses numeric resource ID
  13. beng 16-Jun-1992 Uses standard button sizes
  14. */
  15. #ifndef _BLT_DLG_
  16. #define _BLT_DLG_
  17. IDD_BLT_HELPMSG DIALOG LOADONCALL MOVEABLE DISCARDABLE 29, 9, 208, 104
  18. CAPTION "Windows"
  19. FONT 8, "MS Shell Dlg"
  20. STYLE WS_SYSMENU | WS_BORDER | WS_CAPTION | WS_DLGFRAME | DS_MODALFRAME | DS_NOIDLEMSG | WS_POPUP
  21. BEGIN
  22. CONTROL "OK", IDOK, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 28, 84, 40, 14
  23. CONTROL "&Yes", IDYES, "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 100, 84, 40, 14
  24. CONTROL "&No", IDNO, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 136, 84, 40, 14
  25. CONTROL "Cancel", IDCANCEL, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 64, 84, 40, 14
  26. CONTROL "&Help", IDHELPBLT, "button", BS_PUSHBUTTON | WS_TABSTOP | WS_CHILD, 172, 84, 40, 14
  27. CONTROL "Text", IDC_MSGPOPUPICON, "static", SS_ICON | WS_CHILD, 24, 36, 16, 20
  28. CONTROL "Help text goes here", IDC_MSGPOPUPTEXT, "static", SS_LEFT | SS_NOPREFIX | WS_CHILD, 39, 13, 94, 39
  29. END
  30. #endif