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.

61 lines
2.7 KiB

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. icmui.dlg
  5. Abstract:
  6. This module contains the resource descriptions for the Win32
  7. image color matching common dialog.
  8. Revision History:
  9. --*/
  10. //
  11. // SetupColorMatch Dialogs.
  12. //
  13. COLORMGMTDLGORD DIALOG DISCARDABLE 0, 0, 350, 190
  14. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
  15. CAPTION "Color Management"
  16. FONT 8, "MS Shell Dlg"
  17. BEGIN
  18. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,83,11,1
  19. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,113,11,1
  20. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,179,83,1,32
  21. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,180,97,11,1
  22. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,143,21,1
  23. CONTROL "&Basic color management: Specify how colors appear on your monitor and printer.",
  24. rad1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP,23,40,310,10
  25. CONTROL "&Proofing: See colors on your monitor and/or printer as they would appear on another device.",
  26. rad2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,51,310,10
  27. LTEXT "&Monitor Profile: (",stc1,30,68,148,8
  28. COMBOBOX cmb1,30,78,138,69,CBS_DROPDOWNLIST |
  29. CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP
  30. LTEXT "Pri&nter Profile: (",stc2,30,98,148,8
  31. COMBOBOX cmb2,30,108,138,69,CBS_DROPDOWNLIST |
  32. CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP
  33. LTEXT "&Rendering Intent:",stc3,192,82,138,8
  34. COMBOBOX cmb3,192,92,138,69,CBS_DROPDOWNLIST |
  35. WS_VSCROLL | WS_TABSTOP | WS_GROUP
  36. LTEXT "Em&ulated device profile:",stc4,30,128,140,8
  37. COMBOBOX cmb4,30,138,138,69,CBS_DROPDOWNLIST |
  38. CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP
  39. LTEXT "(Match intent is default for proofing)", stc6, 192,107,144,8
  40. LTEXT "Ren&dering Intent:",stc5,192,128,138,8
  41. COMBOBOX cmb5,192,138,138,69,CBS_DROPDOWNLIST |
  42. WS_VSCROLL | WS_TABSTOP | WS_GROUP
  43. LTEXT "Image, graphic, or text generated by:",stc7,8,7,120,8
  44. EDITTEXT edt1,128,5,214,12,ES_READONLY | NOT WS_TABSTOP | WS_GROUP
  45. DEFPUSHBUTTON "OK",IDOK,156,171,60,14
  46. PUSHBUTTON "Cancel",IDCANCEL,219,171,60,14
  47. PUSHBUTTON "&Apply",psh1,282,171,60,14
  48. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,8,29,334,134
  49. CONTROL "&Enable Color Management",
  50. chx1,"Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_GROUP,13,25,96,10
  51. END