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.

28 lines
781 B

  1. DLGINCLUDE RCDATA DISCARDABLE
  2. BEGIN
  3. "GUTILSRC.H\0"
  4. END
  5. GABRTDLG DIALOG 38, 18, 128, 83
  6. STYLE WS_POPUP | WS_CAPTION
  7. FONT 8, "MS Shell Dlg"
  8. CAPTION "Printing"
  9. BEGIN
  10. CTEXT "Printing Table", 101, 23, 18, 87, 8
  11. LTEXT "Page 1 of 1", IDC_LPAGENR, 45, 30, 43, 9, NOT WS_GROUP
  12. DEFPUSHBUTTON "Cancel", IDCANCEL, 41, 44, 51, 14
  13. END
  14. STRINGINPUT DIALOG 6, 18, 160, 78
  15. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  16. FONT 8, "MS Shell Dlg"
  17. CAPTION "Set Options"
  18. BEGIN
  19. LTEXT "Prompt goes here", IDD_LABEL, 9, 12, 140, 8
  20. EDITTEXT IDD_FILE, 18, 30, 101, 12, ES_AUTOHSCROLL
  21. DEFPUSHBUTTON "OK", IDOK, 63, 55, 40, 14
  22. PUSHBUTTON "Cancel", IDCANCEL, 108, 55, 40, 14
  23. END