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.

45 lines
2.2 KiB

  1. 1 DLGINCLUDE "uidlg.h"
  2. IDI_WARNING_ICON ICON DISCARDABLE "warning.ico"
  3. IDD_CONFLICTS DIALOG 6, 18, 240, 122
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  6. CAPTION "Incompatible Print Settings"
  7. FONT 8, "MS Shell Dlg"
  8. BEGIN
  9. LTEXT "There are one or more conflicting settings.",
  10. -1, 45, 10, 148, 8
  11. LTEXT "One of the conflicting settings is:",
  12. -1, 45, 23, 148, 8
  13. LTEXT "Feature1:Option1", IDC_FEATURE1, 45, 41, 190, 8
  14. LTEXT "Feature2:Option2", IDC_FEATURE2, 45, 53, 190, 8
  15. AUTORADIOBUTTON "Resolve all conflicts for me automatically.", IDC_RESOLVE, 45, 71, 150, 10
  16. AUTORADIOBUTTON "I will resolve the conflict myself.", IDC_CANCEL_FINAL, 45, 84, 150, 10
  17. AUTORADIOBUTTON "Restore my previous settings.", IDC_CANCEL, 45, 71, 150, 10
  18. AUTORADIOBUTTON "Keep this setting, and I will change it later.", IDC_IGNORE, 45, 84, 148, 10
  19. ICON IDI_WARNING_ICON, -1, 12, 12, 14, 16
  20. PUSHBUTTON "OK", IDOK, 180, 100, 50, 14
  21. END
  22. #ifdef UNIDRV
  23. FONTINST DIALOG 21, 20, 267, 121
  24. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  25. CAPTION "Raster Printer Font Installer"
  26. FONT 8, "MS Shell Dlg"
  27. BEGIN
  28. LTEXT "New Soft Font Di&rectory", TID_FONTDIR, 7, 3, 112, 8
  29. EDITTEXT IDD_FONTDIR, 7, 14, 188, 12, ES_AUTOHSCROLL
  30. PUSHBUTTON "OK", IDOK, 221, 6, 40, 14, WS_GROUP
  31. PUSHBUTTON "Cancel", IDCANCEL, 221, 23, 40, 14
  32. DEFPUSHBUTTON "&Open", IDD_OPEN, 221, 40, 40, 14
  33. PUSHBUTTON "&Add", IDD_ADD, 221, 57, 40, 14, WS_DISABLED
  34. PUSHBUTTON "&Delete", IDD_DELFONT, 221, 74, 40, 14, WS_DISABLED
  35. LTEXT "&New Soft Fonts", TID_NEWFONTS, 7, 30, 100, 8
  36. LISTBOX IDD_NEWFONTS, 7, 43, 93, 66, LBS_SORT | LBS_MULTIPLESEL |
  37. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  38. LTEXT "&Installed Soft Fonts", TID_CURFONTS, 113, 30, 100, 8
  39. LISTBOX IDD_CURFONTS, 113, 43, 93, 66, LBS_SORT |
  40. LBS_MULTIPLESEL | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  41. END
  42. #endif