home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / icmui.dlg < prev    next >
Text File  |  1998-04-25  |  3KB  |  62 lines

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