⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icmui.dlg

📁 c语言编程软件vc6.0中文绿色版_vc6.0官方下载
💻 DLG
字号:
/*++

Copyright (c) 1990-1997,  Microsoft Corporation  All rights reserved.

Module Name:

    icmui.dlg

Abstract:

    This module contains the resource descriptions for the Win32
    image color matching common dialog.

Revision History:

--*/

//
//  SetupColorMatch Dialogs.
//

NEWOBJECTOPENORD DIALOG DISCARDABLE  0, 0, 350, 190
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Color Management"
FONT 8, "MS Shell Dlg"
BEGIN
    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDFRAME,8,29,334,134
    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,83,11,1
    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,113,11,1
    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDVERT,179,83,1,32
    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,180,97,11,1
    CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,170,143,21,1
    DEFPUSHBUTTON   "OK",IDOK,156,171,60,14
    PUSHBUTTON      "Cancel",IDCANCEL,219,171,60,14
    PUSHBUTTON      "Apply",psh1,282,171,60,14
    LTEXT           "Image, graphic, or text generated by:",IDC_STATIC,8,7,120,8
    EDITTEXT        edt1,128,5,214,12,ES_READONLY | NOT WS_TABSTOP
    CONTROL         "&Enable Color Management",chx1,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,13,25,96,10
    CONTROL         "&Basic color management: Specify how colors appear on your monitor and printer.",
                    rad1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,40,310,10
    CONTROL         "&Proofing: See colors on your monitor and/or printer as they would appear on another device.",
                    rad2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,51,310,10
    LTEXT           "&Monitor Profile: (",stc1,30,68,140,8
    COMBOBOX        cmb1,30,78,138,69,CBS_DROPDOWNLIST | CBS_SORT |
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "Pri&nter Profile: (",stc2,30,98,140,8
    COMBOBOX        cmb2,30,108,138,69,CBS_DROPDOWNLIST | CBS_SORT |
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "&Rendering Intent:",stc3,192,82,138,8
    COMBOBOX        cmb3,192,92,138,69,CBS_DROPDOWNLIST |
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "Em&ulated device profile:",stc4,30,128,140,8
    COMBOBOX        cmb4,30,138,138,69,CBS_DROPDOWNLIST |
                    CBS_SORT | WS_VSCROLL | WS_TABSTOP
    LTEXT           "Ren&dering Intent:",stc5,192,128,138,8
    COMBOBOX        cmb5,192,138,138,69,CBS_DROPDOWNLIST |
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "(Absolute Colorimetric is default for proofing)", stc6, 192,107,144,8
END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -