Source code of Windows XP (NT5)
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.

274 lines
8.6 KiB

  1. /*++
  2. Copyright (c) 1990-1998, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. isz.h
  5. Abstract:
  6. This module contains the string resource IDs for the common dialogs.
  7. Revision History:
  8. --*/
  9. //
  10. // 0x0000 - 0x00ff Error codes.
  11. //
  12. //
  13. // MESSAGES: 0x0100 to 0x01ff.
  14. //
  15. #define iszOverwriteCaption 0x0100
  16. #define iszOverwriteQuestion 0x0101
  17. #define iszDefExitCaption 0x0102
  18. #define iszDefExitText 0x0103
  19. #define iszDefaultPitch 0x0104
  20. #define iszFixedPitch 0x0105
  21. #define iszVariablePitch 0x0106
  22. #define iszAnsiCharset 0x0107
  23. #define iszOemCharset 0x0108
  24. #define iszSymbolCharset 0x0109
  25. #define iszDecorativeFamily 0x010a
  26. #define iszUnknownFamily 0x010b
  27. #define iszModernFamily 0x010c
  28. #define iszRomanFamily 0x010d
  29. #define iszScriptFamily 0x010e
  30. #define iszSwissFamily 0x010f
  31. #define iszSystemFont 0x0110
  32. #define iszHelvFont 0x0111
  33. #define iszCourierFont 0x0112
  34. #define iszTmsRmnFont 0x0113
  35. #define iszSymbolFont 0x0114
  36. #define iszRomanFont 0x0115
  37. #define iszScriptFont 0x0116
  38. #define iszModernFont 0x0117
  39. #define iszLastFont iszModernFont
  40. #define iszFileSaveIn 0x0170
  41. #define iszFileSaveButton 0x0171
  42. #define iszFileOpenButton 0x0172
  43. #define iszPrintButton 0x0173
  44. #define iszFileOpenTitle 0x0180
  45. #define iszFileSaveTitle 0x0181
  46. #define iszSaveFileAsType 0x0182
  47. #define iszDriveDoesNotExist 0x0183
  48. #define iszNoDiskInDrive 0x0184
  49. #define iszWrongDiskInDrive 0x0185
  50. #define iszUnformatedDisk 0x0186
  51. #define iszFileNotFound 0x0187
  52. #define iszPathNotFound 0x0188
  53. #define iszInvalidFileName 0x0189
  54. #define iszSharingViolation 0x018A
  55. #define iszNetworkAccessDenied 0x018B
  56. #define iszReadOnly 0x018C
  57. #define iszInt24Error 0x018D
  58. #define iszPortName 0x018E
  59. #define iszWriteProtection 0x018F
  60. #define iszDiskFull 0x0190
  61. #define iszNoFileHandles 0x0191
  62. #define iszCreatePrompt 0x0192
  63. #define iszCreateNoModify 0x0193
  64. #define iszSelectDriveTrouble 0x0194
  65. #define iszNoNetButtonResponse 0x0195
  66. #define iszFileAccessDenied 0x0196
  67. #define iszDirAccessDenied 0x0197
  68. #define iszNoDiskInCDRom 0x0198
  69. #define iszNetworkButtonText 0x0199
  70. #define iszNetworkButtonTextAccel 0x019A
  71. #define iszTooManyFiles 0x019B
  72. #define iszSaveAsType 0x019C
  73. #define iszObjectName 0x01A2
  74. #define iszObjectType 0x01A3
  75. #define iszSaveRestricted 0x01A4
  76. #define iszNoSaveToURL 0x01A5
  77. #define iszPrinterDeleted 0x01A6
  78. #define iszDirSaveAccessDenied 0x01A7
  79. //
  80. // RESOURCES: 0x0200 to 0x020f.
  81. //
  82. // Menus: 0x0200 to 0x020f
  83. // Icons: 0x0210 to 0x021f
  84. // Cursors: 0x0220 to 0x022f
  85. // Accelerators: 0x0230 to 0x023f
  86. // Bitmaps: 0x0240 to 0x024f
  87. // Private: 0x0250 to 0x025f
  88. //
  89. #define ICO_PORTRAIT 0x0210
  90. #define ICO_LANDSCAPE 0x0211
  91. #define ICO_P_NONE 0x0212
  92. #define ICO_L_NONE 0x0213
  93. #define ICO_P_HORIZ 0x0214
  94. #define ICO_L_HORIZ 0x0215
  95. #define ICO_P_VERT 0x0216
  96. #define ICO_L_VERT 0x0217
  97. #define ICO_COLLATE 0x0218
  98. #define ICO_NO_COLLATE 0x0219
  99. #define ICO_P_PSSTAMP 0x021a
  100. #define ICO_L_PSSTAMP 0x021b
  101. #define ICO_PRINTER 0x021c
  102. #define bmpDirDrive 576
  103. //
  104. // DIALOGS: 0x0300 to 0x03ff.
  105. //
  106. #define dlgFileOpen 0x0300
  107. #define dlgFileSave 0x0301
  108. #define dlgExitChanges 0x0302
  109. #define dlgChooseColor 0x0303
  110. #define dlgFindText 0x0304
  111. #define dlgReplaceText 0x0305
  112. #define dlgFormatChar 0x0306
  113. #define dlgFontInfo 0x0307
  114. #define dlgPrintDlg 0x0308
  115. #define dlgPrintSetupDlg 0x0309
  116. #define dlgMultiFileOpen 0x030a
  117. //
  118. // MISC: 0x0400 to 0x06ff.
  119. //
  120. #define BMFONT 38
  121. #define iszClose 0x040d // "Close" text for find/replace
  122. #define iszBlack 0x0410
  123. #define iszDkRed 0x0411
  124. #define iszDkGreen 0x0412
  125. #define iszDkYellow 0x0413
  126. #define iszDkBlue 0x0414
  127. #define iszDkPurple 0x0415
  128. #define iszDkAqua 0x0416
  129. #define iszDkGrey 0x0417
  130. #define iszLtGrey 0x0418
  131. #define iszLtRed 0x0419
  132. #define iszLtGreen 0x041a
  133. #define iszLtYellow 0x041b
  134. #define iszLtBlue 0x041c
  135. #define iszLtPurple 0x041d
  136. #define iszLtAqua 0x041e
  137. #define iszWhite 0x041f
  138. #define iszHighPrnQ 0x0430
  139. #define iszMedPrnQ 0x0431
  140. #define iszLowPrnQ 0x0432
  141. #define iszDraftPrnQ 0x0433
  142. #define iszPrinter 0x0440
  143. #define iszSysPrn 0x0441
  144. #define iszPrnOnPort 0x0442
  145. #define iszDefCurOn 0x0443
  146. #define iszSizeNumber 0x044A
  147. #define iszSizeRange 0x044B
  148. #define iszSynth 0x044C
  149. #define iszTrueType 0x044D
  150. #define iszPrinterFont 0x044E
  151. #define iszGDIFont 0x044F
  152. #ifdef WINNT
  153. #define iszTTOpenType 0x0470
  154. #define iszPSOpenType 0x0471
  155. #define iszType1 0x0472
  156. #endif
  157. #define iszPageRangeError 0x0450
  158. #define iszFromToError 0x0451
  159. #define iszPageFromError 0x0452
  160. #define iszPageToError 0x0453
  161. #define iszBadMarginError 0x0454
  162. #define iszCopiesZero 0x0455
  163. #define iszTooManyCopies 0x0456
  164. #define iszWarningTitle 0x0457
  165. #define iszNoPrnsInstalled 0x0458
  166. #define iszPrnNotFound 0x0459
  167. #define iszMemoryError 0x045A
  168. #define iszGeneralWarning 0x045B
  169. #define iszUnknownDriver 0x045C
  170. #define iszBadPageRange 0x045D
  171. #define iszTooManyPageRanges 0x045E
  172. #define iszBadPageRangeSyntaxOld 0x045F
  173. #define iszBadPageRangeSyntaxNew 0x0460
  174. #define iszNoPrinters 0x0461
  175. // Empty 0x0462
  176. #define iszNoPrinterSelected 0x0463
  177. #define iszDefaultMenuText 0x0464
  178. #define iszNoPrinterAccess 0x0465
  179. #define iszNoFontsTitle 0x0500
  180. #define iszNoFontsMsg 0x0501
  181. #define iszNoFaceSel 0x0502
  182. #define iszNoStyleSel 0x0503
  183. #define iszRegular 0x0504
  184. #define iszBold 0x0505
  185. #define iszItalic 0x0506
  186. #define iszBoldItalic 0x0507
  187. #define iszNoScript 0x0508
  188. //
  189. // CCHSTYLE is the max allowed length of iszRegular to iszBoldItalic strings
  190. //
  191. #define CCHSTYLE 32
  192. #define iszStatusReady 0x0600
  193. #define iszStatusPaused 0x0601
  194. #define iszStatusError 0x0602
  195. #define iszStatusPendingDeletion 0x0603
  196. #define iszStatusPaperJam 0x0604
  197. #define iszStatusPaperOut 0x0605
  198. #define iszStatusManualFeed 0x0606
  199. #define iszStatusPaperProblem 0x0607
  200. #define iszStatusOffline 0x0608
  201. #define iszStatusIOActive 0x0609
  202. #define iszStatusBusy 0x060A
  203. #define iszStatusPrinting 0x060B
  204. #define iszStatusOutputBinFull 0x060C
  205. #define iszStatusNotAvailable 0x060D
  206. #define iszStatusWaiting 0x060E
  207. #define iszStatusProcessing 0x060F
  208. #define iszStatusInitializing 0x0610
  209. #define iszStatusWarmingUp 0x0611
  210. #define iszStatusTonerLow 0x0612
  211. #define iszStatusNoToner 0x0613
  212. #define iszStatusPagePunt 0x0614
  213. #define iszStatusUserIntervention 0x0615
  214. #define iszStatusOutOfMemory 0x0616
  215. #define iszStatusDoorOpen 0x0617
  216. #define iszStatusDocumentsWaiting 0x062F
  217. #define iszStatusDefaultPrinter 0x062E
  218. #define iszPrintRangeAll 0x0630
  219. #define iszMarginsInches 0x0631
  220. #define iszMarginsMillimeters 0x0632
  221. #define iszInches 0x0633
  222. #define iszMillimeters 0x0634
  223. #define iszDefaultSource 0x0635
  224. #define iszGeneralPage 0x0640
  225. #define iszPrintCaption 0x0641
  226. //
  227. // FONT SAMPLES: 0x0700 to 0x07ff.
  228. //
  229. #define iszFontSample 0x0700
  230. //Unicode Font Samples
  231. #define iszUnicode 0x0800