Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

icmuihlp.h

Go to the documentation of this file.
00001 // 00002 // Mon-8/4/97 00003 // 00004 // Help ID strings and map numbers for color_cs.rtf 00005 // 00006 // 00007 00008 #include <help.h> 00009 00010 #define WINDOWS_HELP_FILE TEXT("windows.hlp") 00011 00012 // Help topics. 00013 // 00014 // Click to associate the selected device with the profile displayed on the Profile Information tab. 00015 00016 #define IDH_DISABLED (-1) 00017 00018 00019 #define IDH_ASSOCDEVICE_ADD 99990000 // Color Mgt, Associate Device tab on Color Profile property sheet 00020 00021 // Removes the association between the selected device and the profile displayed on the Profile Information tab. 00022 00023 #define IDH_ASSOCDEVICE_REMOVE 99990001 // Color Mgt, Associate Device tab on Color Profile property sheet 00024 00025 #if !defined(_WIN95_) 00026 00027 // Displays the name of the color profile you want to associate to a device. 00028 // 00029 // (Winnt Only) 00030 00031 #define IDH_ASSOCDEVICE_NAME 99990002 // Color Mgt, Associate Device tab on Color Profile property sheet 00032 00033 // Lists the hardware devices on this computer that are associated with this color profile. 00034 // 00035 // (Winnt Only) 00036 00037 #define IDH_ASSOCDEVICE_LIST 99982140 // Color Mgt, Associate Device, List 00038 00039 #endif // !defined(_WIN95_) 00040 00041 // Click to associate a new profile with this printer. 00042 00043 #define IDH_110_132 99810132 // Color Mgt, Printer, Add Button 00044 #define IDH_PRINTERUI_ADD 99810132 00045 00046 // Removes a profile from the list. 00047 00048 #define IDH_110_133 99790133 // Color Mgt, Printer, Remove Button 00049 #define IDH_PRINTERUI_REMOVE 99790133 00050 00051 // Lists all the color profiles currently associated with this printer. 00052 // Click a profile to make it the active profile. 00053 00054 #define IDH_110_141 99960141 // Color Mgt, Printer, List Box, 00055 #define IDH_PRINTERUI_LIST 99960141 00056 00057 00058 // printer ui automatic profile selection radio button 00059 00060 #define IDH_PRINTERUI_AUTOMATIC 99990006 00061 00062 // printer ui manual selection radio button 00063 00064 #define IDH_PRINTERUI_MANUAL 99990007 00065 00066 // Printer UI default text item 00067 00068 #define IDH_PRINTERUI_DEFAULTTEXT 99990008 00069 00070 // Set as default printer ui button. 00071 00072 #define IDH_PRINTERUI_DEFAULTBTN 99990009 00073 00074 00075 // Click to associate a new profile with this monitor. 00076 00077 #define IDH_111_132 99821132 // color mgt, Monitor, Add Button 00078 #define IDH_MONITORUI_ADD 99821132 00079 00080 // Removes a profile from the list. 00081 00082 #define IDH_111_133 99801133 // Color Mgt, Monitor, Remove Button 00083 #define IDH_MONITORUI_REMOVE 99801133 00084 00085 // Makes the selected profile the default profile. 00086 00087 #define IDH_111_134 99781134 // Color Mgt, Set as Default 00088 #define IDH_MONITORUI_DEFAULT 99781134 00089 00090 // Lists all the color profiles currently associated with this monitor. 00091 // Click a profile to make it the active profile. Otherwise, the default profile is the active profile. 00092 00093 #define IDH_111_141 99971141 // Color Mgt, Monitor, List box 00094 #define IDH_MONITORUI_LIST 99971141 00095 00096 // Displays the name of the current monitor. 00097 00098 #define IDH_111_150 99891150 // Color Mgt, Monitor, name here 00099 #define IDH_MONITORUI_DISPLAY 99891150 00100 00101 // Displays the name of the current default profile for this monitor. 00102 00103 #define IDH_111_152 99851152 // Color mgt, Monitor, Edit 00104 #define IDH_MONITORUI_PROFILE 99851152 00105 00106 #if defined(_WIN95_) 00107 00108 // Click to associate the selected device with this color profile. 00109 00110 #define IDH_112_130 99832130 00111 #define IDH_ADDDEVICEUI_ADD 99832130 00112 00113 #else 00114 00115 #define IDH_112_130 IDH_ASSOCDEVICE_ADD 00116 #define IDH_ADDDEVICEUI_ADD IDH_ASSOCDEVICE_ADD 00117 00118 #endif // defined(_WIN95_) 00119 00120 #if defined(_WIN95_) 00121 00122 // Lists all the hardware devices on this computer that can be associated with this color profile. 00123 00124 #define IDH_112_140 99982140 // Color Mgt, Add Device, List Box 00125 #define IDH_ADDDEVICEUI_LIST 99982140 00126 00127 #else 00128 00129 // Lists the hardware devices on this computer that can be associated with this color profile. 00130 00131 #define IDH_112_140 99982141 // Color Mgt, Add Device, List Box 00132 #define IDH_ADDDEVICEUI_LIST 99982141 00133 00134 #endif 00135 00136 #if defined(_WIN95_) 00137 00138 // Saves your changes and leaves the dialog box open. 00139 00140 #define IDH_1548_1024 99861024 00141 #define IDH_ICMUI_APPLY 99861024 00142 00143 #else 00144 00145 #define IDH_ICMUI_APPLY IDH_COMM_APPLYNOW 00146 #define IDH_1548_1024 IDH_COMM_APPLYNOW 00147 00148 #endif // defined(_WIN95_) 00149 00150 // Click to enable color management for this document. 00151 00152 #define IDH_1548_1040 99941040 // Color Mgt, Enable 00153 #define IDH_APPUI_ICM 99941040 00154 00155 #if defined(_WIN95_) 00156 00157 // Lists the profiles you can use with this monitor. 00158 00159 #define IDH_1548_1136 99911136 00160 #define IDH_APPUI_MONITOR 99911136 00161 00162 #else 00163 00164 #define IDH_1548_1136 IDH_MONITORUI_LIST 00165 #define IDH_APPUI_MONITOR IDH_MONITORUI_LIST 00166 00167 #endif // defined(_WIN95_) 00168 00169 #if defined(_WIN95_) 00170 00171 // Lists the profiles you can use with this printer. 00172 00173 #define IDH_1548_1137 99901137 00174 #define IDH_APPUI_PRINTER 99901137 00175 00176 #else 00177 00178 #define IDH_1548_1137 IDH_PRINTERUI_LIST 00179 #define IDH_APPUI_PRINTER IDH_PRINTERUI_LIST 00180 00181 #endif // defined(_WIN95_) 00182 00183 // Lists the rendering intents you can use. 00184 // 00185 // A rendering intent is the approach used to map the colors of an image 00186 // to the color gamut of a monitor or printer. The color gamut is the range 00187 // of color that a device can produce. 00188 // 00189 // Perceptual matching is best for photographic images. 00190 // All the colors of one gamut are scaled to fit within another gamut. 00191 // The relationship between colors is maintained. 00192 // 00193 // Saturation matching is best for graphs and pie charts, 00194 // in which vividness is more important than actual color. The relative 00195 // saturation of colors is maintained from gamut to gamut. Colors outside 00196 // the gamut are changed to colors of the same saturation, but different 00197 // degrees of brightness, at the edge of the gamut. 00198 // 00199 // Relative Colorimetric matching is best for logo images, 00200 // in which a few colors must be matched exactly. The colors that fall 00201 // within the gamuts of both devices are left unchanged. Other colors 00202 // may map to a single color, however, resulting in tone compression. 00203 // 00204 // Absolute Colorimetric matching is used for mapping to a device-independent 00205 // color space. The result is an idealized print viewed on a perfect paper with 00206 // a large dynamic range and color gamut. 00207 00208 #define IDH_1548_1138 99881138 // Color Mgt, Rendering Intent 00209 #define IDH_APPUI_INTENT 99881138 00210 00211 // Lists the profiles you can use to emulate another device on your monitor and printer. 00212 // The profile could represent another monitor or printer, a printing press, color space, 00213 // or any other output device. 00214 00215 #define IDH_1548_1139 99871139 // Color Mgt, Profile other device 00216 #define IDH_APPUI_EMULATE 99871139 00217 00218 // Click to turn on basic color management, which coordinates the way a document's 00219 // colors appear on your monitor and printer. 00220 00221 #define IDH_1548_1056 99771056 // Color Mgt, Basic Color Mgt 00222 #define IDH_APPUI_BASIC 99771056 00223 00224 // Click to turn on proofing, which lets you simulate or emulate 00225 // how colors will appear on a certain printer or monitor. 00226 00227 #define IDH_1548_1057 99991057 // Color Mgt, Proofing 00228 #define IDH_APPUI_PROOF 99991057 00229 00230 // Lists the rendering intents you can use. 00231 // 00232 // A rendering intent is the approach used to map the colors of an image 00233 // to the color gamut of a monitor or printer. The color gamut is the range 00234 // of color that a device can produce. 00235 // 00236 // Perceptual matching is best for photographic images. 00237 // All the colors of one gamut are scaled to fit within another gamut. 00238 // The relationship between colors is maintained. 00239 // 00240 // Saturation matching is best for graphs and pie charts, 00241 // in which vividness is more important than actual color. The relative 00242 // saturation of colors is maintained from gamut to gamut. Colors outside 00243 // the gamut are changed to colors of the same saturation, but different 00244 // brightness, at the edge of the gamut. 00245 // 00246 // Relative Colorimetric matching is best for logo images, 00247 // in which a few colors must be matched exactly. The colors that fall 00248 // within the gamuts of both devices are left unchanged. Other colors 00249 // may map to a single color, however, resulting in tone compression. 00250 // 00251 // Absolute Colorimetric matching is used for mapping to a device-independent 00252 // color space. The result is an idealized print viewed on a perfect paper with 00253 // a large dynamic range and color gamut. 00254 00255 #define IDH_1548_1140 99841140 // Color Mgt, Rendering Intent 00256 #define IDH_APPUI_INTENT2 99841140 // not used (same as above) 00257 00258 #if !defined(_WIN95_) 00259 00260 // Display the name of the color profile being used by this file. 00261 00262 #define IDH_colormanage_profile_name 99990003 // Color Mgt, Imaging, Profile Name 00263 #define IDH_APPUI_SOURCE 99990003 00264 00265 #define IDH_SCANNERUI_LIST 11023 // Color Mgt, list of profiles 00266 #define IDH_SCANNERUI_ADD 11024 // Color Mgt, add button 00267 #define IDH_SCANNERUI_REMOVE 11025 // Color Mgt, remove button 00268 00269 #endif 00270

Generated on Sat May 15 19:40:20 2004 for test by doxygen 1.3.7