home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / icmui.dlg < prev    next >
Text File  |  2000-02-01  |  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. COLORMGMTDLGORD DIALOG DISCARDABLE  0, 0, 350, 190
  23. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
  24. CAPTION "Color Management"
  25. FONT 8, "MS Shell Dlg"
  26. BEGIN
  27.     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,83,11,1
  28.     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,113,11,1
  29.     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDVERT,179,83,1,32
  30.     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,180,97,11,1
  31.     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,143,21,1
  32.     CONTROL         "&Basic color management: Specify how colors appear on your monitor and printer.",
  33.                     rad1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP | WS_GROUP,23,40,310,10
  34.     CONTROL         "&Proofing: See colors on your monitor and/or printer as they would appear on another device.",
  35.                     rad2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,51,310,10
  36.     LTEXT           "&Monitor Profile: (",stc1,30,68,148,8
  37.     COMBOBOX        cmb1,30,78,138,69,CBS_DROPDOWNLIST | 
  38.                     CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP
  39.     LTEXT           "Pri&nter Profile: (",stc2,30,98,148,8
  40.     COMBOBOX        cmb2,30,108,138,69,CBS_DROPDOWNLIST |
  41.                     CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP
  42.     LTEXT           "&Rendering Intent:",stc3,192,82,138,8
  43.     COMBOBOX        cmb3,192,92,138,69,CBS_DROPDOWNLIST |
  44.                     WS_VSCROLL | WS_TABSTOP | WS_GROUP
  45.     LTEXT           "Em&ulated device profile:",stc4,30,128,140,8
  46.     COMBOBOX        cmb4,30,138,138,69,CBS_DROPDOWNLIST |
  47.                     CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP
  48.     LTEXT           "(Match intent is default for proofing)", stc6, 192,107,144,8
  49.     LTEXT           "Ren&dering Intent:",stc5,192,128,138,8
  50.     COMBOBOX        cmb5,192,138,138,69,CBS_DROPDOWNLIST |
  51.                     WS_VSCROLL | WS_TABSTOP | WS_GROUP
  52.     LTEXT           "Image, graphic, or text generated by:",stc7,8,7,120,8
  53.     EDITTEXT        edt1,128,5,214,12,ES_READONLY | NOT WS_TABSTOP | WS_GROUP
  54.     DEFPUSHBUTTON   "OK",IDOK,156,171,60,14
  55.     PUSHBUTTON      "Cancel",IDCANCEL,219,171,60,14
  56.     PUSHBUTTON      "&Apply",psh1,282,171,60,14
  57.     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDFRAME,8,29,334,134
  58.     CONTROL         "&Enable Color Management",
  59.                     chx1,"Button", BS_AUTOCHECKBOX | WS_TABSTOP | WS_GROUP,13,25,96,10
  60.  
  61. END
  62.