Leaked source code of windows server 2003
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.

3193 lines
150 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif\r\n"
  45. "#include ""res\\MiniDev.Rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#include ""afxprint.rc"" // printing/print preview resources\r\n"
  48. "#endif\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME ICON DISCARDABLE "res\\MiniDev.ico"
  58. IDR_MINIWSTYPE ICON DISCARDABLE "res\\ProjRec.ico"
  59. IDR_GLYPHMAP ICON DISCARDABLE "res\\GlyphMap.ico"
  60. IDR_FONT_VIEWER ICON DISCARDABLE "res\\FontView.ico"
  61. IDR_GPD_VIEWER ICON DISCARDABLE "res\\GPDView.ico"
  62. IDI_BrowseArrow ICON DISCARDABLE "res\\Magnify.ico"
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Bitmap
  66. //
  67. IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\Toolbar.bmp"
  68. IDB_Wizard BITMAP DISCARDABLE "res\\Wizard.bmp"
  69. IDB_LIGHTBULB BITMAP DISCARDABLE "res\\litebulb.bmp"
  70. IDR_GPD_VIEWER BITMAP DISCARDABLE "res\\GPDView.bmp"
  71. IDB_FONT_VIEWER BITMAP DISCARDABLE "res\\bitmap5.bmp"
  72. IDB_GLYPHMAP BITMAP DISCARDABLE "res\\bitmap4.bmp"
  73. IDB_GPD_VIEWER BITMAP DISCARDABLE "res\\bitmap3.bmp"
  74. IDB_MAINFRAME BITMAP DISCARDABLE "res\\bitmap2.bmp"
  75. IDB_MINIWSTYPE BITMAP DISCARDABLE "res\\bmp00001.bmp"
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // Toolbar
  79. //
  80. IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15
  81. BEGIN
  82. BUTTON ID_FILE_NEW
  83. BUTTON ID_FILE_OPEN
  84. BUTTON ID_FILE_SAVE
  85. SEPARATOR
  86. BUTTON ID_EDIT_CUT
  87. BUTTON ID_EDIT_COPY
  88. BUTTON ID_EDIT_PASTE
  89. SEPARATOR
  90. BUTTON ID_FILE_PRINT
  91. BUTTON ID_HELP_FINDER
  92. END
  93. IDR_GPD_VIEWER TOOLBAR DISCARDABLE 16, 15
  94. BEGIN
  95. BUTTON ID_FILE_PARSE
  96. SEPARATOR
  97. BUTTON ID_BOGUS_SBOX
  98. SEPARATOR
  99. BUTTON ID_SrchNextBtn
  100. BUTTON ID_SrchPrevBtn
  101. END
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Menu
  105. //
  106. IDR_MAINFRAME MENU PRELOAD DISCARDABLE
  107. BEGIN
  108. POPUP "&File"
  109. BEGIN
  110. MENUITEM "&New\tCtrl+N", ID_FILE_NEW
  111. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  112. MENUITEM SEPARATOR
  113. MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
  114. MENUITEM SEPARATOR
  115. MENUITEM "E&xit", ID_APP_EXIT
  116. END
  117. POPUP "&View"
  118. BEGIN
  119. MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
  120. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  121. END
  122. POPUP "&Help"
  123. BEGIN
  124. MENUITEM "&Help Topics", ID_HELP_FINDER
  125. MENUITEM SEPARATOR
  126. MENUITEM "&About the tool...", ID_APP_ABOUT
  127. END
  128. END
  129. IDR_MINIWSTYPE MENU PRELOAD DISCARDABLE
  130. BEGIN
  131. POPUP "&File"
  132. BEGIN
  133. MENUITEM "&New\tCtrl+N", ID_FILE_NEW
  134. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  135. MENUITEM "&Close", ID_FILE_CLOSE
  136. MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
  137. MENUITEM "Save &As...", ID_FILE_SAVE_AS
  138. MENUITEM SEPARATOR
  139. MENUITEM "Chec&k Syntax of all GPDs\tF7", ID_FILE_PARSE
  140. MENUITEM "Check &Workspace\tF8", ID_FILE_CheckWS
  141. MENUITEM SEPARATOR
  142. MENUITEM "&Generate INF...\tF9", ID_FILE_INF
  143. MENUITEM SEPARATOR
  144. MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
  145. MENUITEM SEPARATOR
  146. MENUITEM "E&xit", ID_APP_EXIT
  147. END
  148. POPUP "&Edit"
  149. BEGIN
  150. MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
  151. MENUITEM SEPARATOR
  152. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  153. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  154. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  155. END
  156. POPUP "&View"
  157. BEGIN
  158. MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
  159. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  160. END
  161. POPUP "&Window"
  162. BEGIN
  163. MENUITEM "&Cascade", ID_WINDOW_CASCADE
  164. MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
  165. MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
  166. END
  167. POPUP "&Help"
  168. BEGIN
  169. MENUITEM "&Help Topics", ID_HELP_FINDER
  170. MENUITEM SEPARATOR
  171. MENUITEM "&About the tool...", ID_APP_ABOUT
  172. END
  173. END
  174. IDR_GLYPHMAP MENU DISCARDABLE
  175. BEGIN
  176. POPUP "&File"
  177. BEGIN
  178. MENUITEM "&New\tCtrl+N", ID_FILE_NEW
  179. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  180. MENUITEM "&Close", ID_FILE_CLOSE
  181. MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
  182. MENUITEM "Save &As...", ID_FILE_SAVE_AS
  183. MENUITEM SEPARATOR
  184. MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
  185. MENUITEM SEPARATOR
  186. MENUITEM "E&xit", ID_APP_EXIT
  187. END
  188. POPUP "&Edit"
  189. BEGIN
  190. MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
  191. MENUITEM SEPARATOR
  192. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  193. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  194. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  195. END
  196. POPUP "&View"
  197. BEGIN
  198. MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
  199. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  200. END
  201. POPUP "&Window"
  202. BEGIN
  203. MENUITEM "&Cascade", ID_WINDOW_CASCADE
  204. MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
  205. MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
  206. END
  207. POPUP "&Help"
  208. BEGIN
  209. MENUITEM "&Help Topics", ID_HELP_FINDER
  210. MENUITEM SEPARATOR
  211. MENUITEM "&About the tool...", ID_APP_ABOUT
  212. END
  213. END
  214. IDR_FONT_VIEWER MENU DISCARDABLE
  215. BEGIN
  216. POPUP "&File"
  217. BEGIN
  218. MENUITEM "&New\tCtrl+N", ID_FILE_NEW
  219. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  220. MENUITEM "&Close", ID_FILE_CLOSE
  221. MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
  222. MENUITEM "Save &As...", ID_FILE_SAVE_AS
  223. MENUITEM SEPARATOR
  224. MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
  225. MENUITEM SEPARATOR
  226. MENUITEM "E&xit", ID_APP_EXIT
  227. END
  228. POPUP "&Edit"
  229. BEGIN
  230. MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
  231. MENUITEM SEPARATOR
  232. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  233. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  234. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  235. END
  236. POPUP "&View"
  237. BEGIN
  238. MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
  239. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  240. END
  241. POPUP "&Window"
  242. BEGIN
  243. MENUITEM "&Cascade", ID_WINDOW_CASCADE
  244. MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
  245. MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
  246. END
  247. POPUP "&Help"
  248. BEGIN
  249. MENUITEM "&Help Topics", ID_HELP_FINDER
  250. MENUITEM SEPARATOR
  251. MENUITEM "&About the tool...", ID_APP_ABOUT
  252. END
  253. END
  254. IDR_INF_FILE_VIEWER MENU DISCARDABLE
  255. BEGIN
  256. POPUP "&File"
  257. BEGIN
  258. MENUITEM "&New\tCtrl+N", ID_FILE_NEW
  259. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  260. MENUITEM "&Close", ID_FILE_CLOSE
  261. MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
  262. MENUITEM "Save &As...", ID_FILE_SAVE_AS
  263. MENUITEM SEPARATOR
  264. MENUITEM "Change INF...\tF9", ID_FILE_Change_INF
  265. MENUITEM "Check INF\tF8", ID_FILE_Check_INF
  266. MENUITEM SEPARATOR
  267. MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
  268. MENUITEM SEPARATOR
  269. MENUITEM "E&xit", ID_APP_EXIT
  270. END
  271. POPUP "&Edit"
  272. BEGIN
  273. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  274. END
  275. POPUP "&View"
  276. BEGIN
  277. MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
  278. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  279. END
  280. POPUP "&Window"
  281. BEGIN
  282. MENUITEM "&Cascade", ID_WINDOW_CASCADE
  283. MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
  284. MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
  285. END
  286. POPUP "&Help"
  287. BEGIN
  288. MENUITEM "&Help Topics", ID_HELP_FINDER
  289. MENUITEM SEPARATOR
  290. MENUITEM "&About the tool...", ID_APP_ABOUT
  291. END
  292. END
  293. IDR_GPD_VIEWER MENU DISCARDABLE
  294. BEGIN
  295. POPUP "&File"
  296. BEGIN
  297. MENUITEM "&New\tCtrl+N", ID_FILE_NEW
  298. MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
  299. MENUITEM "&Close", ID_FILE_CLOSE
  300. MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
  301. MENUITEM "Save &As...", ID_FILE_SAVE_AS
  302. MENUITEM SEPARATOR
  303. MENUITEM "Chec&k Syntax\tF7", ID_FILE_PARSE
  304. MENUITEM "Set Error &Level...", ID_FILE_ERROR_LEVEL
  305. MENUITEM SEPARATOR
  306. MENUITEM "&Generate INF...\tF9", ID_FILE_INF
  307. MENUITEM SEPARATOR
  308. MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
  309. MENUITEM SEPARATOR
  310. MENUITEM "E&xit", ID_APP_EXIT
  311. END
  312. POPUP "&Edit"
  313. BEGIN
  314. MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
  315. MENUITEM SEPARATOR
  316. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  317. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  318. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  319. MENUITEM SEPARATOR
  320. MENUITEM "&Find...\tCtrl+F", ID_EDIT_FIND
  321. MENUITEM "Find &Next \tF3", ID_EDIT_REPEAT
  322. MENUITEM "R&eplace \tCtrl+H", ID_EDIT_REPLACE
  323. MENUITEM SEPARATOR
  324. MENUITEM "&Go To...\tCtrl+G", ID_EDIT_GOTO
  325. MENUITEM "Editing &Aids", ID_EDIT_ENABLE_AIDS, CHECKED
  326. END
  327. POPUP "&View"
  328. BEGIN
  329. MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
  330. MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
  331. END
  332. POPUP "&Window"
  333. BEGIN
  334. MENUITEM "&Cascade", ID_WINDOW_CASCADE
  335. MENUITEM "&Tile", ID_WINDOW_TILE_HORZ
  336. MENUITEM "&Arrange Icons", ID_WINDOW_ARRANGE
  337. END
  338. POPUP "&Help"
  339. BEGIN
  340. MENUITEM "&Help Topics", ID_HELP_FINDER
  341. MENUITEM SEPARATOR
  342. MENUITEM "&About the tool...", ID_APP_ABOUT
  343. END
  344. END
  345. /////////////////////////////////////////////////////////////////////////////
  346. //
  347. // Accelerator
  348. //
  349. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  350. BEGIN
  351. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  352. "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
  353. "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
  354. "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
  355. "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
  356. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  357. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  358. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  359. VK_F1, ID_HELP, VIRTKEY, NOINVERT
  360. VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
  361. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
  362. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  363. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  364. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  365. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  366. END
  367. IDR_GPD_VIEWER ACCELERATORS DISCARDABLE
  368. BEGIN
  369. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  370. "F", ID_EDIT_FIND, VIRTKEY, CONTROL, NOINVERT
  371. "G", ID_EDIT_GOTO, VIRTKEY, CONTROL, NOINVERT
  372. "H", ID_EDIT_REPLACE, VIRTKEY, CONTROL, NOINVERT
  373. "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
  374. "N", IDC_Next, VIRTKEY, ALT, NOINVERT
  375. "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
  376. "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
  377. "P", IDC_Previous, VIRTKEY, ALT, NOINVERT
  378. "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
  379. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  380. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  381. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  382. VK_F1, ID_HELP, VIRTKEY, NOINVERT
  383. VK_F3, ID_EDIT_REPEAT, VIRTKEY, NOINVERT
  384. VK_F4, IDC_Next, VIRTKEY, NOINVERT
  385. VK_F4, IDC_Previous, VIRTKEY, SHIFT, NOINVERT
  386. VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
  387. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
  388. VK_F7, ID_FILE_PARSE, VIRTKEY, NOINVERT
  389. VK_F9, ID_FILE_INF, VIRTKEY, NOINVERT
  390. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  391. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  392. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  393. "X", IDC_RemoveError, VIRTKEY, ALT, NOINVERT
  394. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  395. END
  396. IDR_MINIWSTYPE ACCELERATORS DISCARDABLE
  397. BEGIN
  398. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  399. "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
  400. "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
  401. "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
  402. "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
  403. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  404. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  405. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  406. VK_F1, ID_HELP, VIRTKEY, NOINVERT
  407. VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
  408. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
  409. VK_F7, ID_FILE_PARSE, VIRTKEY, NOINVERT
  410. VK_F8, ID_FILE_CheckWS, VIRTKEY, NOINVERT
  411. VK_F9, ID_FILE_INF, VIRTKEY, NOINVERT
  412. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  413. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  414. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  415. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  416. END
  417. IDR_FONT_VIEWER ACCELERATORS PRELOAD MOVEABLE PURE
  418. BEGIN
  419. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  420. "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
  421. "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
  422. "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
  423. "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
  424. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  425. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  426. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  427. VK_F1, ID_HELP, VIRTKEY, NOINVERT
  428. VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
  429. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
  430. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  431. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  432. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  433. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  434. END
  435. IDR_GLYPHMAP ACCELERATORS PRELOAD MOVEABLE PURE
  436. BEGIN
  437. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  438. "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
  439. "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
  440. "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
  441. "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
  442. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  443. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  444. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  445. VK_F1, ID_HELP, VIRTKEY, NOINVERT
  446. VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
  447. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
  448. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  449. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  450. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  451. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  452. END
  453. IDR_STRINGEDITOR ACCELERATORS PRELOAD MOVEABLE PURE
  454. BEGIN
  455. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  456. "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
  457. "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
  458. "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
  459. "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
  460. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  461. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  462. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  463. VK_F1, ID_HELP, VIRTKEY, NOINVERT
  464. VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
  465. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
  466. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  467. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  468. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  469. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  470. END
  471. IDR_INF_FILE_VIEWER ACCELERATORS PRELOAD MOVEABLE PURE
  472. BEGIN
  473. "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  474. "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
  475. "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
  476. "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
  477. "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
  478. "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
  479. VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
  480. VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
  481. VK_F1, ID_HELP, VIRTKEY, NOINVERT
  482. VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
  483. VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
  484. VK_F8, ID_FILE_Check_INF, VIRTKEY, NOINVERT
  485. VK_F9, ID_FILE_Change_INF, VIRTKEY, NOINVERT
  486. VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
  487. VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
  488. "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
  489. "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
  490. END
  491. /////////////////////////////////////////////////////////////////////////////
  492. //
  493. // Dialog
  494. //
  495. IDD_ABOUTBOX DIALOGEX 0, 0, 285, 114
  496. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  497. EXSTYLE WS_EX_CONTEXTHELP
  498. CAPTION "About the Minidriver Development Tool"
  499. FONT 8, "MS Shell Dlg"
  500. BEGIN
  501. ICON IDR_MINIWSTYPE,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
  502. SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
  503. WS_EX_STATICEDGE
  504. LTEXT "Microsoft Minidriver Development Tool - Version 1.5",
  505. IDC_STATIC,40,10,204,8,SS_NOPREFIX
  506. LTEXT "Copyright� 1997-2003 by Microsoft Corporation. All Rights Reserved.",
  507. IDC_STATIC,40,23,280,8
  508. DEFPUSHBUTTON "OK",IDOK,121,93,32,14,WS_GROUP
  509. LTEXT "Static",IDC_PhysicalMemory,76,41,177,8
  510. LTEXT "Static",IDC_FreeDiskSpace,76,54,177,8
  511. LTEXT "Static",IDC_CodePages,76,67,177,8
  512. ICON IDR_FONT_VIEWER,IDC_STATIC,7,34,20,20,SS_REALSIZEIMAGE |
  513. SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
  514. WS_EX_STATICEDGE
  515. ICON IDR_GLYPHMAP,IDC_STATIC,7,60,20,20,SS_REALSIZEIMAGE |
  516. SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
  517. WS_EX_STATICEDGE
  518. END
  519. IDD_FirstPageNewWizard DIALOG DISCARDABLE 0, 0, 275, 175
  520. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  521. CAPTION "Minidriver Conversion Wizard - Begin"
  522. FONT 8, "MS Shell Dlg"
  523. BEGIN
  524. LTEXT "Welcome to the Microsoft Minidriver Conversion Wizard.\n\nThis wizard will convert Windows 3.1, Windows 95/98, and older Windows NT minidrivers to Windows 2000 minidrivers.",
  525. IDC_STATIC,91,7,177,47
  526. LTEXT "Press the ""Next"" button to continue or the ""Cancel"" button to exit the wizard.",
  527. IDC_STATIC,91,132,177,18
  528. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  529. SS_SUNKEN,7,7,81,166
  530. LTEXT "You will be asked to select a W31 or RC file on which to base the conversion.\n\nPlease Note: To convert a Windows NT minidriver, you must select its W31 file; not its RC file. Select an RC file to convert any other drivers.",
  531. IDC_STATIC,91,62,177,59
  532. END
  533. IDD_INFW_Welcome DIALOG DISCARDABLE 0, 0, 275, 175
  534. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  535. CAPTION "INF File Generation Wizard - Step 1 of 13"
  536. FONT 8, "MS Shell Dlg"
  537. BEGIN
  538. LTEXT "Welcome to the Microsoft INF File Generation Wizard.\n\nThis wizard will build an INF file that can be used to install the code and data needed to print on selected printer models in this printer driver.",
  539. IDC_STATIC,98,7,177,47
  540. LTEXT "Press the ""Next"" button to continue or the ""Cancel"" button to exit the wizard.",
  541. IDC_STATIC,98,132,177,18
  542. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  543. SS_SUNKEN,7,7,81,166
  544. LTEXT "You will be asked to select the printer models to include, questions about those models, and questions about the printer driver.\n\nA summary of your responses will be displayed before the INF file is generated.",
  545. IDC_STATIC,98,62,177,59
  546. END
  547. IDD_INFW_ChooseModels DIALOG DISCARDABLE 0, 0, 275, 175
  548. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  549. CAPTION "INF File Generation Wizard - Step 2 of 13"
  550. FONT 8, "MS Shell Dlg"
  551. BEGIN
  552. LTEXT "Choose the printer models you want to include in the INF file.\n\n\nSelect or deselect a model by double-clicking on it.",
  553. IDC_STATIC,98,7,177,43
  554. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  555. SS_SUNKEN,7,7,81,166
  556. CONTROL "List1",IDC_ModelsList,"SysListView32",LVS_REPORT |
  557. WS_BORDER | WS_TABSTOP,98,52,177,115
  558. END
  559. IDD_INFW_ModelPnPIDS DIALOG DISCARDABLE 0, 0, 275, 175
  560. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  561. CAPTION "INF File Generation Wizard - Step 3 of 13"
  562. FONT 8, "MS Shell Dlg"
  563. BEGIN
  564. LTEXT "Enter the PnP ID for each model.\n\nIf you do not enter an ID for a model, the wizard will generate a pseudo PnP ID for it.",
  565. IDC_STATIC,98,7,177,43
  566. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  567. SS_SUNKEN,7,7,81,166
  568. CONTROL "List1",IDC_ModelsPnPIDList,"SysListView32",LVS_REPORT |
  569. WS_BORDER | WS_TABSTOP,98,52,177,115
  570. END
  571. IDD_INFW_MfgName DIALOG DISCARDABLE 0, 0, 275, 175
  572. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  573. CAPTION "INF File Generation Wizard - Step 10 of 13"
  574. FONT 8, "MS Shell Dlg"
  575. BEGIN
  576. LTEXT "The INF file must include the printer manufacturer's name and an abbreviation for that name. The wizard has tried to determine these values.\n\nPlease confirm or correct the values determined by the wizard.",
  577. IDC_STATIC,98,7,177,47
  578. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  579. SS_SUNKEN,7,7,81,166
  580. LTEXT "&Manufacturer:",IDC_STATIC,98,71,149,9
  581. EDITTEXT IDC_ManufacturerBox,98,82,177,12,ES_AUTOHSCROLL
  582. LTEXT "&Abbreviation (Provider):",IDC_STATIC,98,118,164,9
  583. EDITTEXT IDC_ProviderBox,98,129,177,12,ES_AUTOHSCROLL
  584. END
  585. IDD_INFW_BiDi DIALOG DISCARDABLE 0, 0, 275, 175
  586. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  587. CAPTION "INF File Generation Wizard - Step 4 of 13"
  588. FONT 8, "MS Shell Dlg"
  589. BEGIN
  590. LTEXT "Which of the selected models refer to BI-DI printers?\n\n\n\nDouble-click on each BI-DI model.",
  591. IDC_STATIC,98,7,177,42
  592. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  593. SS_SUNKEN,7,7,81,166
  594. CONTROL "List1",IDC_ModelsList,"SysListView32",LVS_REPORT |
  595. WS_BORDER | WS_TABSTOP,98,52,177,115
  596. END
  597. IDD_INFW_ICMProfiles DIALOG DISCARDABLE 0, 0, 275, 175
  598. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  599. CAPTION "INF File Generation Wizard - Step 5 of 13"
  600. FONT 8, "MS Shell Dlg"
  601. BEGIN
  602. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  603. SS_SUNKEN,7,7,81,166
  604. LTEXT "Which of the selected printer models require ICM profiles?",
  605. IDC_STATIC,98,7,177,18
  606. LTEXT "For each model that requires ICM profile files:\n o Select the model in the list box.\n o Enter the ICM profile filespecs in the grid control\n one per line. You can browse for filespecs, too.",
  607. IDC_STATIC,98,27,177,34
  608. LTEXT "&Models:",IDC_STATIC,98,66,49,9
  609. LISTBOX IDC_ModelsLst,98,77,177,36,LBS_NOINTEGRALHEIGHT |
  610. WS_VSCROLL | WS_TABSTOP
  611. CONTROL "List1",IDC_ICMFSpecsLst,"SysListView32",LVS_REPORT |
  612. WS_BORDER | WS_TABSTOP,98,120,177,51
  613. PUSHBUTTON "&Browse...",IDC_BrowseBtn,23,157,50,14,WS_DISABLED
  614. END
  615. IDD_INFW_IncludeFiles DIALOG DISCARDABLE 0, 0, 275, 175
  616. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  617. CAPTION "INF File Generation Wizard - Step 6 of 13"
  618. FONT 8, "MS Shell Dlg"
  619. BEGIN
  620. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  621. SS_SUNKEN,7,7,81,166
  622. LTEXT "What file should be referenced in each model's ""Include"" statement?",
  623. IDC_STATIC,98,7,177,18
  624. LTEXT "The default file is ""NTPRINT.INF"" and rarely needs to change.",
  625. IDC_STATIC,98,27,177,18
  626. LTEXT "For each model that requires a different Include file:\n o Select the model in the list box.\n o Enter the Include file name for the model in that edit\n box.",
  627. IDC_STATIC,98,50,177,42
  628. LTEXT "&Models:",IDC_STATIC,98,95,49,9
  629. LISTBOX IDC_ModelsLst,98,106,177,36,LBS_NOINTEGRALHEIGHT |
  630. WS_VSCROLL | WS_TABSTOP
  631. LTEXT "&Include File:",IDC_STATIC,98,148,49,9
  632. EDITTEXT IDC_IncludeFileBox,98,159,177,12,ES_AUTOHSCROLL |
  633. WS_DISABLED
  634. END
  635. IDD_INFW_ExtraFiles DIALOG DISCARDABLE 0, 0, 275, 175
  636. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  637. CAPTION "INF File Generation Wizard - Step 9 of 13"
  638. FONT 8, "MS Shell Dlg"
  639. BEGIN
  640. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  641. SS_SUNKEN,7,7,81,166
  642. LTEXT "Which of the selected printer models require nonstandard files to be installed?",
  643. IDC_STATIC,98,7,177,18
  644. LTEXT "For each model that requires nonstandard files:\n o Select the model in the list box.\n o Enter the filespecs in the grid control one per\n line. You can browse for filespecs, too.",
  645. IDC_STATIC,98,27,177,34
  646. LTEXT "&Models:",IDC_STATIC,98,66,49,9
  647. LISTBOX IDC_ModelLst,98,77,177,36,LBS_NOINTEGRALHEIGHT |
  648. WS_VSCROLL | WS_TABSTOP
  649. CONTROL "List1",IDC_ExtraFSpecsLst,"SysListView32",LVS_REPORT |
  650. WS_BORDER | WS_TABSTOP,98,120,177,51
  651. PUSHBUTTON "&Browse...",IDC_BrowsBtn,23,157,50,14,WS_DISABLED
  652. END
  653. IDD_INFW_NonStdElements DIALOG DISCARDABLE 0, 0, 275, 175
  654. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  655. CAPTION "INF File Generation Wizard - Step 11 of 13"
  656. FONT 8, "MS Shell Dlg"
  657. BEGIN
  658. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  659. SS_SUNKEN,7,7,81,166
  660. LTEXT "Is there any nonstandard information you would like to add to the INF file?",
  661. IDC_STATIC,98,7,177,18
  662. LTEXT "To add nonstandard information to the INF file:\n o Select an INF file section in the list box.\n o Enter key && value pairs for the section in the\n grid control one per line. (Eg, key=value)",
  663. IDC_STATIC,98,27,177,34
  664. LTEXT "&Sections:",IDC_STATIC,98,66,49,9
  665. LISTBOX IDC_SectionLst,98,77,177,36,LBS_NOINTEGRALHEIGHT |
  666. WS_VSCROLL | WS_TABSTOP
  667. CONTROL "List1",IDC_KeyValueLst,"SysListView32",LVS_REPORT |
  668. WS_BORDER | WS_TABSTOP,98,120,177,51
  669. PUSHBUTTON "&New Section...",IDC_NewSectionBtn,23,157,50,14
  670. END
  671. IDD_INFW_NonStdModelSecs DIALOG DISCARDABLE 0, 0, 275, 175
  672. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  673. CAPTION "INF File Generation Wizard - Step 12 of 13"
  674. FONT 8, "MS Shell Dlg"
  675. BEGIN
  676. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  677. SS_SUNKEN,7,7,81,166
  678. LTEXT "Do you want the files in a nonstandard section to be installed with a model?",
  679. IDC_STATIC,98,7,177,18
  680. LTEXT "To add a section to a model's CopyFiles statement:\n o Select an INF file section in the list box.\n o Double-click on each model that needs the section.",
  681. IDC_STATIC,98,27,177,34
  682. LTEXT "&Sections:",IDC_STATIC,98,66,49,9
  683. LISTBOX IDC_SectionLst,98,77,177,36,LBS_NOINTEGRALHEIGHT |
  684. WS_VSCROLL | WS_TABSTOP
  685. CONTROL "List1",IDC_ModelSectionLst,"SysListView32",LVS_REPORT |
  686. WS_DISABLED | WS_BORDER | WS_TABSTOP,98,120,177,51
  687. END
  688. IDD_INFW_Summary DIALOG DISCARDABLE 0, 0, 275, 175
  689. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  690. CAPTION "INF File Generation Wizard - Step 13 of 13"
  691. FONT 8, "MS Shell Dlg"
  692. BEGIN
  693. LTEXT "You have entered all of the information needed to complete the INF file. The information is displayed below. Please review it.\n\nPress the Finish button if everything is ok. Use the Back button if changes are needed.",
  694. IDC_STATIC,98,7,177,51
  695. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  696. SS_SUNKEN,7,7,81,166
  697. EDITTEXT IDC_SummaryBox,98,62,177,103,ES_MULTILINE |
  698. ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY |
  699. ES_WANTRETURN | WS_VSCROLL | WS_HSCROLL
  700. END
  701. IDD_NPWSelectDest DIALOG DISCARDABLE 0, 0, 275, 175
  702. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  703. CAPTION "Minidriver Conversion Wizard - Select Destination"
  704. FONT 8, "MS Shell Dlg"
  705. BEGIN
  706. LTEXT "The Windows 2000 minidriver files will be built in the following base directory.",
  707. IDC_STATIC,91,7,177,31
  708. LTEXT "Windows &2000 Minidriver Files:",IDC_STATIC,91,51,97,8
  709. EDITTEXT IDC_W2000Destination,91,60,149,14,ES_AUTOHSCROLL
  710. PUSHBUTTON "",IDC_BrowseW2000,243,57,25,20,BS_ICON | BS_NOTIFY
  711. LTEXT "Windows NT &4.0 Minidriver Files:",IDC_STATIC,171,117,
  712. 97,8,NOT WS_VISIBLE
  713. EDITTEXT IDC_NT40Destination,7,130,149,14,ES_AUTOHSCROLL | NOT
  714. WS_VISIBLE
  715. PUSHBUTTON "",IDC_BrowseNT40,204,131,25,20,BS_ICON | BS_NOTIFY |
  716. NOT WS_VISIBLE
  717. LTEXT "Windows NT &3.x Minidriver Files:",IDC_STATIC,114,143,
  718. 66,8,NOT WS_VISIBLE
  719. EDITTEXT IDC_NT3xDestination,86,154,149,14,ES_AUTOHSCROLL | NOT
  720. WS_VISIBLE
  721. PUSHBUTTON "",IDC_BrowseNT3x,243,148,25,20,BS_ICON | BS_NOTIFY |
  722. NOT WS_VISIBLE
  723. LTEXT "Windows 95/3.1 Minidriver Files",IDC_STATIC,13,143,94,8,
  724. NOT WS_VISIBLE
  725. EDITTEXT IDC_Win95Destination,7,154,149,14,ES_READONLY | NOT
  726. WS_VISIBLE | NOT WS_BORDER
  727. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  728. SS_SUNKEN,7,7,18,20
  729. END
  730. IDD_NPWSelectTargets DIALOG DISCARDABLE 0, 0, 275, 175
  731. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  732. CAPTION "Minidriver Conversion Wizard- Select Target Environments"
  733. FONT 8, "MS Shell Dlg"
  734. BEGIN
  735. LTEXT "The Conversion Wizard will create minidrivers for the Windows NT versions you select below.",
  736. IDC_STATIC,91,25,177,23
  737. LTEXT "Type the new minidriver's name. This name will be used to identify the minidriver's workspace and device fonts.",
  738. IDC_STATIC,90,95,178,24
  739. CONTROL "Windows NT version &4.0",IDC_TargetNT40,"Button",
  740. BS_AUTOCHECKBOX,109,56,94,10
  741. CONTROL "Windows NT version &3.1, 3.5, or 3.51",IDC_TargetNT3x,
  742. "Button",BS_AUTOCHECKBOX,109,77,134,10
  743. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  744. SS_SUNKEN,7,7,81,140
  745. LTEXT "Driver &Name:",IDC_STATIC,90,135,42,8
  746. EDITTEXT IDC_DriverName,133,132,135,14,ES_AUTOHSCROLL
  747. END
  748. IDD_RunUniTool DIALOG DISCARDABLE 0, 0, 275, 175
  749. STYLE WS_CHILD | WS_CAPTION | WS_SYSMENU
  750. CAPTION "Minidriver Conversion Wizard- Run UniTool"
  751. FONT 8, "MS Shell Dlg"
  752. BEGIN
  753. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  754. SS_SUNKEN,7,7,18,20
  755. LTEXT "At least one of the Windows NT versions you selected requires you to edit printer model and font data, using the Windows 3.1 UniTool.",
  756. IDC_STATIC,94,7,168,31
  757. LTEXT "Press this button to start the Windows 3.1 UniTool.",
  758. IDC_STATIC,94,82,168,21
  759. PUSHBUTTON "&Run UniTool",IDC_RunUniTool,129,62,85,14
  760. END
  761. IDD_ConvertFiles DIALOG DISCARDABLE 0, 0, 275, 175
  762. STYLE WS_CHILD | WS_CAPTION
  763. CAPTION "Minidriver Conversion Wizard- Convert Files"
  764. FONT 8, "MS Shell Dlg"
  765. BEGIN
  766. PUSHBUTTON "&Convert Files...",IDC_ConvertFiles,112,148,50,14,
  767. WS_GROUP
  768. GROUPBOX "GPC Display Name Conversion",IDC_STATIC,90,65,178,77,
  769. WS_GROUP
  770. CONTROL "&Write Strings into GPD file",IDC_Direct,"Button",
  771. BS_AUTORADIOBUTTON | WS_TABSTOP,92,74,147,14
  772. CONTROL "Use &Standard Macro Names",IDC_Macros,"Button",
  773. BS_AUTORADIOBUTTON,92,90,157,14
  774. CONTROL "&Use Predefined Stringtable IDs",IDC_Common,"Button",
  775. BS_AUTORADIOBUTTON,92,106,115,14
  776. CONTROL "&Predefined Bin Names, Paper Names from Spooler",
  777. IDC_SpoolerNames,"Button",BS_AUTORADIOBUTTON,92,122,174,
  778. 14
  779. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  780. SS_SUNKEN,7,7,18,20
  781. LTEXT "It is now time to create minidriver files for each operating system you selected.",
  782. IDC_STATIC,90,7,178,21
  783. LTEXT "Select a GPD conversion option and press ENTER.",
  784. IDC_STATIC,90,40,178,11
  785. END
  786. IDD_GPCEditor DIALOG DISCARDABLE 0, 0, 275, 175
  787. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  788. CAPTION "Minidriver Conversion Wizard- Generate NT.GPC File(s)"
  789. FONT 8, "MS Shell Dlg"
  790. BEGIN
  791. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  792. SS_SUNKEN,7,7,18,20
  793. LTEXT "To finish creating Windows NT 3.x and 4.0 minidrivers, you must now run a program that creates a GPC file.",
  794. IDC_STATIC,91,7,177,27
  795. DEFPUSHBUTTON "&Windows NT GPC Editor...",IDC_RunNtGpcEdit,108,89,89,
  796. 14
  797. END
  798. IDD_ProjectForm DIALOGEX 0, 0, 186, 158
  799. STYLE WS_CHILD
  800. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  801. BEGIN
  802. CONTROL "Tree1",IDC_DriverView,"SysTreeView32",TVS_HASBUTTONS |
  803. TVS_HASLINES | TVS_LINESATROOT | TVS_EDITLABELS |
  804. TVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,54,172,97
  805. ICON IDR_MINIWSTYPE,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
  806. SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
  807. WS_EX_STATICEDGE
  808. CTEXT "Minidriver Workspace Component View\n\nDouble-click a component to open it.\nRight-click to view a context menu.",
  809. IDC_ProjectLabel,37,7,142,44,SS_SUNKEN
  810. END
  811. IDD_GlyphMappings DIALOG DISCARDABLE 0, 0, 317, 181
  812. STYLE WS_CHILD | WS_CAPTION
  813. CAPTION "Code Points and Encodings"
  814. FONT 8, "MS Shell Dlg"
  815. BEGIN
  816. CONTROL "List1",IDC_GlyphMapping,"SysListView32",LVS_REPORT |
  817. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_EDITLABELS |
  818. WS_BORDER | WS_TABSTOP,7,48,288,127
  819. LTEXT "The Glyph Translation Table contains the code points listed below.\nTo add, delete, or modify a code point, right-click on it.",
  820. IDC_STATIC,42,7,251,23,SS_SUNKEN
  821. ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
  822. SS_SUNKEN
  823. CONTROL "Progress1",IDC_Banner,"msctls_progress32",0x0,7,34,286,
  824. 14
  825. END
  826. IDD_NPWCodePageSelection DIALOG DISCARDABLE 0, 0, 275, 175
  827. STYLE WS_CHILD | WS_CAPTION
  828. CAPTION "Minidriver Conversion Wizard- Code Page Selection"
  829. FONT 8, "MS Shell Dlg"
  830. BEGIN
  831. LTEXT "All Windows NT drivers use Unicode for glyph mapping, while the CTT files in your source driver use an SBCS code page.",
  832. IDC_STATIC,91,10,177,27
  833. LTEXT "The list below shows the code page assigned to each glyph translation table. To assign a different code page to a table, select the table and press Change Page.",
  834. IDC_STATIC,91,41,178,25
  835. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  836. SS_SUNKEN,7,7,32,20
  837. LTEXT "Table -> Code Page",IDC_STATIC,91,78,92,8
  838. LISTBOX IDC_TableToPage,91,90,177,60,LBS_SORT |
  839. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  840. PUSHBUTTON "&Change Page...",IDC_ChangeCodePage,111,153,54,14
  841. END
  842. IDD_NPWDefaultCodePageSel DIALOG DISCARDABLE 0, 0, 275, 175
  843. STYLE WS_CHILD | WS_CAPTION
  844. CAPTION "Minidriver Conversion Wizard- Code Page Selection"
  845. FONT 8, "MS Shell Dlg"
  846. BEGIN
  847. LTEXT "You need to select a Windows code page for the MDT to use when it converts the driver.",
  848. IDC_STATIC,91,10,177,27
  849. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  850. SS_SUNKEN,7,7,32,20
  851. LTEXT "&Select a code page from the following list of code pages available on this computer:",
  852. IDC_STATIC,91,52,177,18
  853. LISTBOX IDC_CodePageList,91,74,177,73,LBS_SORT |
  854. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  855. END
  856. IDD_SelectPage DIALOGEX 0, 0, 225, 109
  857. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  858. EXSTYLE WS_EX_CONTEXTHELP
  859. CAPTION "Select the code page for"
  860. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  861. BEGIN
  862. LISTBOX IDC_SupportedPages,7,34,211,50,LBS_SORT |
  863. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  864. DEFPUSHBUTTON "OK",IDOK,54,88,50,14
  865. PUSHBUTTON "Cancel",IDCANCEL,120,88,50,14
  866. ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
  867. SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
  868. WS_EX_STATICEDGE
  869. CTEXT "Select a code page from the list below.",IDC_STATIC,38,
  870. 7,180,26,SS_CENTERIMAGE | SS_SUNKEN
  871. END
  872. IDD_PredefinedPage DIALOG DISCARDABLE 0, 0, 300, 125
  873. STYLE WS_CHILD | WS_CAPTION
  874. CAPTION "Predefined Tables"
  875. FONT 8, "MS Shell Dlg"
  876. BEGIN
  877. ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_SUNKEN
  878. LTEXT "Select a predefined translation table from the set below, or ""No Predefined table used"". Changing this setting will cause new code points to appear on the ""Code Points and Encodings"" tab.",
  879. IDC_STATIC,34,7,259,27,SS_SUNKEN
  880. LTEXT "&Predefined Maps",IDC_STATIC,114,37,54,8
  881. LISTBOX IDC_PredefinedList,112,47,181,71,LBS_SORT |
  882. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  883. GROUPBOX "Overstrike usage",IDC_STATIC,5,40,100,78
  884. LTEXT "Check the box below if some characters are produced by overstriking.",
  885. IDC_STATIC,7,54,91,29
  886. CONTROL "Overstrike used",IDC_Overstrike,"Button",
  887. BS_AUTOCHECKBOX | WS_TABSTOP,11,85,65,10
  888. END
  889. IDD_AddCodePoints DIALOGEX 0, 0, 186, 184
  890. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  891. EXSTYLE WS_EX_ACCEPTFILES | WS_EX_CONTEXTHELP
  892. CAPTION "Add code points:"
  893. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  894. BEGIN
  895. CONTROL "&Unused Code Points:",IDC_STATIC,"Static",
  896. SS_LEFTNOWORDWRAP | WS_GROUP,7,58,68,8
  897. LISTBOX IDC_GlyphList,7,74,172,80,LBS_SORT |
  898. LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
  899. WS_TABSTOP
  900. DEFPUSHBUTTON "OK",IDOK,35,164,50,14
  901. PUSHBUTTON "Cancel",IDCANCEL,101,164,50,14
  902. ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
  903. SS_SUNKEN,WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
  904. WS_EX_STATICEDGE
  905. LTEXT "Each unused code point, along with its default code page, is listed below. To add one or more of these code points to the glyph translation table, select them and press OK.",
  906. IDC_STATIC,38,7,141,46,SS_SUNKEN
  907. CONTROL "Progress1",IDC_Banner,"msctls_progress32",WS_BORDER,7,
  908. 57,172,14
  909. END
  910. IDD_TIP DIALOG DISCARDABLE 0, 0, 231, 164
  911. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  912. CAPTION "Today's Development Tip"
  913. FONT 8, "MS Shell Dlg"
  914. BEGIN
  915. CONTROL "",-1,"Static",SS_BLACKFRAME,12,11,207,123
  916. LTEXT "Some String",IDC_TIPSTRING,28,50,177,73
  917. CONTROL "&Show Tips on StartUp",IDC_STARTUP,"Button",
  918. BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,13,146,85,10
  919. PUSHBUTTON "&Next Tip",IDC_NEXTTIP,109,143,50,14,WS_GROUP
  920. DEFPUSHBUTTON "&Close",IDOK,168,143,50,14,WS_GROUP
  921. CONTROL "",IDC_BULB,"Static",SS_BITMAP,20,17,190,111
  922. END
  923. IDD_UFM1_Dlg DIALOGEX 0, 0, 210, 214
  924. STYLE WS_CHILD | WS_CAPTION
  925. CAPTION "Headers"
  926. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  927. BEGIN
  928. GROUPBOX "UNIDRVINFO",IDC_STATIC,7,79,197,128
  929. LTEXT "ulDefaultCodepage",IDC_STATIC,22,29,63,10
  930. LTEXT "dwGlyphSetDataRCID",IDC_STATIC,22,45,76,9
  931. EDITTEXT IDC_ebUFM1_DefaultCodepage,102,27,47,13,ES_AUTOHSCROLL |
  932. ES_NUMBER,WS_EX_RIGHT
  933. EDITTEXT IDC_ebUFM1_GlyphSetDataRCID,102,43,47,13,ES_AUTOHSCROLL |
  934. ES_NUMBER,WS_EX_RIGHT
  935. GROUPBOX "UNIFM_HDR",IDC_STATIC,7,13,157,52
  936. LISTBOX IDC_lb_Strings,21,116,169,78,LBS_USETABSTOPS |
  937. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  938. EDITTEXT IDC_eb_Fields,21,104,65,13,ES_AUTOHSCROLL | ES_READONLY
  939. EDITTEXT IDC_eb_Values,86,104,104,13,ES_AUTOHSCROLL
  940. LTEXT "Fields",IDC_STATIC,22,93,39,8
  941. LTEXT "Values",IDC_STATIC,117,94,39,8
  942. ICON IDR_FONT_VIEWER,IDC_STATIC,180,7,20,20,SS_REALSIZEIMAGE |
  943. SS_SUNKEN
  944. END
  945. IDD_GPDActionBar DIALOG DISCARDABLE 0, 0, 369, 88
  946. STYLE WS_CHILD
  947. FONT 8, "MS Shell Dlg"
  948. BEGIN
  949. LTEXT "0 &errors and warnings in this GPD:",IDC_ErrorLabel,1,1,
  950. 318,8
  951. LISTBOX IDC_ErrorLst,1,10,368,77,LBS_NOINTEGRALHEIGHT | NOT
  952. WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  953. END
  954. IDD_KerningPairs DIALOG DISCARDABLE 0, 0, 210, 234
  955. STYLE WS_CHILD | WS_CAPTION
  956. CAPTION "Kerning Pairs"
  957. FONT 8, "MS Shell Dlg"
  958. BEGIN
  959. LTEXT "To add, delete, or modify kerning pairs, right-click inside the list.",
  960. IDC_STATIC,45,7,125,18
  961. ICON IDR_FONT_VIEWER,IDC_STATIC,180,7,20,20,SS_SUNKEN
  962. CONTROL "List1",IDC_KerningTree,"SysListView32",LVS_REPORT |
  963. LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,17,34,176,193
  964. END
  965. IDD_FontSimulations DIALOG DISCARDABLE 0, 0, 223, 215
  966. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  967. CAPTION "IFIMETRICS Font Simulations Dialog"
  968. FONT 8, "MS Shell Dlg"
  969. BEGIN
  970. CONTROL "&Enabled",IDC_EnableItalicSim,"Button",BS_AUTOCHECKBOX |
  971. BS_LEFTTEXT | WS_TABSTOP,14,58,42,10
  972. LTEXT "&Weight:",IDC_STATIC,103,60,26,8
  973. EDITTEXT IDC_ItalicWeight,135,55,19,14,ES_AUTOHSCROLL | ES_NUMBER
  974. LTEXT "&Maximum Width:",IDC_STATIC,14,76,53,8
  975. EDITTEXT IDC_IMaxWidth,70,72,19,14,ES_AUTOHSCROLL | ES_NUMBER
  976. LTEXT "&Average:",IDC_STATIC,103,76,30,8
  977. EDITTEXT IDC_IAverage,135,72,19,14,ES_AUTOHSCROLL | ES_NUMBER
  978. LTEXT "&Slant:",IDC_STATIC,168,61,19,8
  979. EDITTEXT IDC_ItalicSlant,168,72,30,14,ES_AUTOHSCROLL | ES_NUMBER
  980. CONTROL "E&nabled",IDC_EnableBoldSim,"Button",BS_AUTOCHECKBOX |
  981. BS_LEFTTEXT | WS_TABSTOP,14,114,42,10
  982. LTEXT "We&ight:",IDC_STATIC,103,114,26,8
  983. EDITTEXT IDC_BoldWeight,135,110,19,14,ES_AUTOHSCROLL | ES_NUMBER
  984. LTEXT "Ma&ximum Width:",IDC_STATIC,14,131,53,8
  985. EDITTEXT IDC_BMaxWidth,70,128,19,14,ES_AUTOHSCROLL | ES_NUMBER
  986. LTEXT "A&verage:",IDC_STATIC,103,131,30,8
  987. EDITTEXT IDC_BAverage,135,128,19,14,ES_AUTOHSCROLL | ES_NUMBER
  988. CONTROL "Ena&bled",IDC_EnableBISim,"Button",BS_AUTOCHECKBOX |
  989. BS_LEFTTEXT | WS_TABSTOP,14,168,42,10
  990. LTEXT "Wei&ght:",IDC_STATIC,103,168,26,8
  991. EDITTEXT IDC_BIWeight,135,165,19,14,ES_AUTOHSCROLL | ES_NUMBER
  992. LTEXT "Maxim&um Width:",IDC_STATIC,14,186,53,8
  993. EDITTEXT IDC_BIMaxWidth,70,183,19,14,ES_AUTOHSCROLL | ES_NUMBER
  994. LTEXT "Ave&rage:",IDC_STATIC,103,186,30,8
  995. EDITTEXT IDC_BIAverage,135,183,19,14,ES_AUTOHSCROLL | ES_NUMBER
  996. LTEXT "Slan&t:",IDC_STATIC,168,172,19,8
  997. EDITTEXT IDC_BoldItalicSlant,168,183,30,14,ES_AUTOHSCROLL |
  998. ES_NUMBER
  999. ICON IDR_FONT_VIEWER,IDC_STATIC,7,11,20,20,SS_SUNKEN
  1000. GROUPBOX "Italic Simulation",IDC_STATIC,7,43,208,50
  1001. GROUPBOX "Bold Simulation",IDC_STATIC,7,99,208,49
  1002. GROUPBOX "Bold Italic Simulation",IDC_STATIC,7,154,208,50
  1003. LTEXT "Enable the font simulations the printer can perform, and specify how the simulated font differs from the normal version.",
  1004. IDC_STATIC,34,7,142,24
  1005. DEFPUSHBUTTON "OK",IDOK,188,8,27,11
  1006. PUSHBUTTON "Cancel",IDCANCEL,188,22,27,11
  1007. END
  1008. IDD_UFM2S_FontSims DIALOG DISCARDABLE 0, 0, 223, 215
  1009. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  1010. CAPTION "IFIMETRICS Font Simulations Dialog"
  1011. FONT 8, "MS Shell Dlg"
  1012. BEGIN
  1013. LTEXT "Enable the font simulations the printer can perform, and specify how the simulated font differs from the normal version.",
  1014. IDC_STATIC,34,7,142,24
  1015. CONTROL "&Enabled",IDC_EnableItalicSim,"Button",BS_AUTOCHECKBOX |
  1016. BS_LEFTTEXT | WS_TABSTOP,14,58,42,10
  1017. LTEXT "&Weight:",IDC_STATIC,103,60,26,8
  1018. EDITTEXT IDC_ItalicWeight,135,55,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1019. LTEXT "&Maximum Width:",IDC_STATIC,14,76,53,8
  1020. EDITTEXT IDC_IMaxWidth,70,72,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1021. LTEXT "&Average:",IDC_STATIC,103,76,30,8
  1022. EDITTEXT IDC_IAverage,135,72,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1023. LTEXT "&Slant:",IDC_STATIC,168,61,19,8
  1024. EDITTEXT IDC_ItalicSlant,168,72,30,14,ES_AUTOHSCROLL | ES_NUMBER
  1025. CONTROL "E&nabled",IDC_EnableBoldSim,"Button",BS_AUTOCHECKBOX |
  1026. BS_LEFTTEXT | WS_TABSTOP,14,114,42,10
  1027. LTEXT "We&ight:",IDC_STATIC,103,114,26,8
  1028. EDITTEXT IDC_BoldWeight,135,110,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1029. LTEXT "Ma&ximum Width:",IDC_STATIC,14,131,53,8
  1030. EDITTEXT IDC_BMaxWidth,70,128,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1031. LTEXT "A&verage:",IDC_STATIC,103,131,30,8
  1032. EDITTEXT IDC_BAverage,135,128,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1033. CONTROL "Ena&bled",IDC_EnableBISim,"Button",BS_AUTOCHECKBOX |
  1034. BS_LEFTTEXT | WS_TABSTOP,14,168,42,10
  1035. LTEXT "Wei&ght:",IDC_STATIC,103,168,26,8
  1036. EDITTEXT IDC_BIWeight,135,165,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1037. LTEXT "Maxim&um Width:",IDC_STATIC,14,186,53,8
  1038. EDITTEXT IDC_BIMaxWidth,70,183,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1039. LTEXT "Ave&rage:",IDC_STATIC,103,186,30,8
  1040. EDITTEXT IDC_BIAverage,135,183,19,14,ES_AUTOHSCROLL | ES_NUMBER
  1041. LTEXT "Slan&t:",IDC_STATIC,168,172,19,8
  1042. EDITTEXT IDC_BoldItalicSlant,168,183,30,14,ES_AUTOHSCROLL |
  1043. ES_NUMBER
  1044. ICON IDR_FONT_VIEWER,IDC_STATIC,7,11,20,20,SS_SUNKEN
  1045. GROUPBOX "Italic Simulation",IDC_STATIC,7,43,208,50
  1046. GROUPBOX "Bold Simulation",IDC_STATIC,7,99,208,49
  1047. GROUPBOX "Bold Italic Simulation",IDC_STATIC,7,154,208,50
  1048. DEFPUSHBUTTON "OK",IDOK,188,8,27,11
  1049. PUSHBUTTON "Cancel",IDCANCEL,188,22,27,11
  1050. END
  1051. IDD_UFM3_Dlg DIALOG DISCARDABLE 0, 0, 210, 234
  1052. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1053. CAPTION "EXT METRIC"
  1054. FONT 8, "MS Shell Dlg"
  1055. BEGIN
  1056. LISTBOX IDC_lb_Strings,7,65,195,161,LBS_USETABSTOPS |
  1057. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1058. EDITTEXT IDC_eb_Fields,7,51,124,14,ES_AUTOHSCROLL | ES_READONLY
  1059. EDITTEXT IDC_eb_Values,131,51,71,14,ES_AUTOHSCROLL
  1060. LTEXT "Fields",IDC_STATIC,31,40,39,8
  1061. LTEXT "Values",IDC_STATIC,148,41,22,8
  1062. LTEXT "EXTTEXTMETRICS Data",IDC_STATIC,52,7,83,8
  1063. ICON IDR_FONT_VIEWER,IDC_STATIC,180,7,20,20,SS_REALSIZEIMAGE |
  1064. SS_SUNKEN
  1065. CONTROL "Save On Close",IDC_CHECK1,"Button",BS_AUTOCHECKBOX |
  1066. WS_TABSTOP,8,22,60,10
  1067. END
  1068. IDD_UFM3_ExtMetrics DIALOG DISCARDABLE 0, 0, 210, 234
  1069. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  1070. CAPTION "EXT METRIC"
  1071. FONT 8, "MS Shell Dlg"
  1072. BEGIN
  1073. LTEXT "EXTTEXTMETRICS Data",IDC_STATIC,52,7,83,8
  1074. ICON IDR_FONT_VIEWER,IDC_STATIC,180,7,20,20,SS_REALSIZEIMAGE |
  1075. SS_SUNKEN
  1076. CONTROL "Save On Close",IDC_SaveCloseChk,"Button",
  1077. BS_AUTOCHECKBOX | WS_TABSTOP,7,22,60,10
  1078. CONTROL "List1",IDC_ExtMetricsLst,"SysListView32",LVS_REPORT |
  1079. WS_BORDER | WS_TABSTOP,7,37,195,192
  1080. END
  1081. IDD_UFM2_PANOSE_DLG DIALOG DISCARDABLE 0, 0, 203, 154
  1082. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1083. CAPTION "UFM PANOSE DIALOG"
  1084. FONT 8, "MS Shell Dlg"
  1085. BEGIN
  1086. DEFPUSHBUTTON "OK",IDOK_Subclassed,146,7,50,14
  1087. PUSHBUTTON "Cancel",IDCANCEL,146,24,50,14
  1088. LISTBOX IDC_lb_Strings,15,41,110,85,LBS_USETABSTOPS |
  1089. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1090. WS_TABSTOP
  1091. EDITTEXT IDC_eb_Fields,15,27,67,14,ES_AUTOHSCROLL | ES_READONLY
  1092. EDITTEXT IDC_eb_Values,82,27,43,14,ES_AUTOHSCROLL
  1093. LTEXT "Field Names",IDC_STATIC,19,16,39,8
  1094. LTEXT "Values (0 - 255)",IDC_STATIC,73,16,50,8
  1095. GROUPBOX "",IDC_STATIC,6,3,129,142
  1096. LTEXT "Numeric data only",IDC_STATIC,37,129,63,10
  1097. END
  1098. IDD_UFM2S_Panose DIALOG DISCARDABLE 0, 0, 203, 154
  1099. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1100. CAPTION "UFM PANOSE DIALOG"
  1101. FONT 8, "MS Shell Dlg"
  1102. BEGIN
  1103. DEFPUSHBUTTON "OK",IDOK,146,7,50,14
  1104. PUSHBUTTON "Cancel",IDCANCEL,146,24,50,14
  1105. GROUPBOX "",IDC_STATIC,6,3,135,142
  1106. LTEXT "Numeric data only",IDC_STATIC,37,129,63,10
  1107. CONTROL "List1",IDC_PanoseLst,"SysListView32",LVS_REPORT |
  1108. WS_BORDER | WS_TABSTOP,11,15,124,108
  1109. END
  1110. IDD_RECT_DLG DIALOG DISCARDABLE 0, 0, 143, 91
  1111. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1112. CAPTION "Rectangle Dialog"
  1113. FONT 8, "MS Shell Dlg"
  1114. BEGIN
  1115. DEFPUSHBUTTON "OK",IDOK_Subclassed,102,7,34,12
  1116. PUSHBUTTON "Cancel",IDCANCEL,102,24,34,12
  1117. LISTBOX IDC_lb_Strings,19,39,60,37,LBS_USETABSTOPS |
  1118. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1119. WS_TABSTOP
  1120. EDITTEXT IDC_eb_Fields,19,25,33,14,ES_AUTOHSCROLL | ES_READONLY
  1121. EDITTEXT IDC_eb_Values,52,25,27,14,ES_AUTOHSCROLL
  1122. LTEXT "Sides",IDC_STATIC,22,13,28,8
  1123. LTEXT "Values",IDC_STATIC,56,13,22,8
  1124. GROUPBOX "",IDC_STATIC,7,3,83,81
  1125. END
  1126. IDD_UFM2S_Rect DIALOG DISCARDABLE 0, 0, 143, 91
  1127. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1128. CAPTION "Rectangle Dialog"
  1129. FONT 8, "MS Shell Dlg"
  1130. BEGIN
  1131. CONTROL "List1",IDC_RectLst,"SysListView32",LVS_REPORT |
  1132. WS_BORDER | WS_TABSTOP,15,14,68,63
  1133. GROUPBOX "",IDC_STATIC,7,3,83,81
  1134. DEFPUSHBUTTON "OK",IDOK,102,7,34,12
  1135. PUSHBUTTON "Cancel",IDCANCEL,102,24,34,12
  1136. END
  1137. IDD_POINT_DLG DIALOG DISCARDABLE 0, 0, 143, 76
  1138. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1139. CAPTION "Point Dialog"
  1140. FONT 8, "MS Shell Dlg"
  1141. BEGIN
  1142. DEFPUSHBUTTON "OK",IDOK_Subclassed,102,7,34,12
  1143. PUSHBUTTON "Cancel",IDCANCEL,102,24,34,12
  1144. LISTBOX IDC_lb_Strings,19,39,60,22,LBS_USETABSTOPS |
  1145. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1146. WS_TABSTOP
  1147. EDITTEXT IDC_eb_Fields,19,25,33,14,ES_AUTOHSCROLL | ES_READONLY
  1148. EDITTEXT IDC_eb_Values,52,25,27,14,ES_AUTOHSCROLL
  1149. LTEXT "Points",IDC_STATIC,22,13,28,8
  1150. LTEXT "Values",IDC_STATIC,56,13,22,8
  1151. GROUPBOX "",IDC_STATIC,7,3,83,66
  1152. END
  1153. IDD_UFM2S_Point DIALOG DISCARDABLE 0, 0, 143, 76
  1154. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1155. CAPTION "Point Dialog"
  1156. FONT 8, "MS Shell Dlg"
  1157. BEGIN
  1158. CONTROL "List1",IDC_PointsLst,"SysListView32",LVS_REPORT |
  1159. WS_BORDER | WS_TABSTOP,10,7,71,48
  1160. DEFPUSHBUTTON "OK",IDOK,102,7,34,12
  1161. PUSHBUTTON "Cancel",IDCANCEL,102,24,34,12
  1162. END
  1163. IDD_BASE_DIALOG DIALOG DISCARDABLE 0, 0, 186, 95
  1164. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1165. CAPTION "Dialog"
  1166. FONT 8, "MS Shell Dlg"
  1167. BEGIN
  1168. DEFPUSHBUTTON "OK",IDOK,129,7,50,14
  1169. PUSHBUTTON "Cancel",IDCANCEL,129,24,50,14
  1170. END
  1171. IDD_UFM2_flINFO_DIALOG DIALOGEX 0, 0, 290, 306
  1172. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1173. CAPTION "IFIMETRICS fINFO Dialog"
  1174. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1175. BEGIN
  1176. DEFPUSHBUTTON "OK",IDOK_Subclassed,227,7,50,14
  1177. PUSHBUTTON "Cancel",IDCANCEL,227,24,50,14
  1178. LISTBOX IDC_lb_Strings,14,32,199,260,LBS_USETABSTOPS |
  1179. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1180. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1181. LTEXT "Value (x = set)",IDC_STATIC,156,20,52,8
  1182. LTEXT "Flag Names",IDC_STATIC,17,20,38,8
  1183. LTEXT "to change",IDC_STATIC,222,136,35,10
  1184. LTEXT "Double click",IDC_STATIC,222,127,40,8
  1185. LTEXT "Select any",IDC_STATIC,222,73,34,8
  1186. LTEXT "combination",IDC_STATIC,222,83,39,8
  1187. LTEXT "of flags",IDC_STATIC,222,93,24,8
  1188. END
  1189. IDD_UFM2S_Info DIALOGEX 0, 0, 290, 306
  1190. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1191. CAPTION "IFIMETRICS fINFO Dialog"
  1192. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1193. BEGIN
  1194. LTEXT " Flag Name",IDC_STATIC,14,20,36,8
  1195. LTEXT "Value ",IDC_STATIC,161,20,52,8,0,WS_EX_RIGHT
  1196. LISTBOX IDC_FlagsLst,14,32,199,260,LBS_USETABSTOPS |
  1197. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1198. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1199. DEFPUSHBUTTON "OK",IDOK,227,7,50,14
  1200. PUSHBUTTON "Cancel",IDCANCEL,227,24,50,14
  1201. LTEXT "to change",IDC_STATIC,222,136,35,10
  1202. LTEXT "Double click",IDC_STATIC,222,127,40,8
  1203. LTEXT "Select any",IDC_STATIC,222,73,34,8
  1204. LTEXT "combination",IDC_STATIC,222,83,39,8
  1205. LTEXT "of flags",IDC_STATIC,222,93,24,8
  1206. END
  1207. IDD_UFM2_fsSelection_Dlg DIALOGEX 0, 0, 210, 109
  1208. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1209. CAPTION "IFIMETRICS Selection Flags Dialog"
  1210. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1211. BEGIN
  1212. DEFPUSHBUTTON "OK",IDOK_Subclassed,153,2,50,14
  1213. PUSHBUTTON "Cancel",IDCANCEL,153,19,50,14
  1214. LISTBOX IDC_lb_Strings,7,37,136,62,LBS_USETABSTOPS |
  1215. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1216. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1217. LTEXT "Value (x = set)",IDC_STATIC,90,26,52,8
  1218. LTEXT "Flag Names",IDC_STATIC,9,26,38,8
  1219. LTEXT "Select any of the first five flags and either Bold or Regular.",
  1220. IDC_STATIC,147,38,56,36
  1221. LTEXT "Double-click to change flag's state.",IDC_STATIC,147,73,
  1222. 56,29
  1223. END
  1224. IDD_UFM2S_Selection DIALOGEX 0, 0, 210, 109
  1225. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1226. CAPTION "IFIMETRICS Selection Flags Dialog"
  1227. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1228. BEGIN
  1229. LTEXT " Flag Names",IDC_STATIC,7,26,40,8
  1230. LTEXT "Value ",IDC_STATIC,91,26,52,8,0,WS_EX_RIGHT
  1231. LISTBOX IDC_FlagsLst,7,37,136,62,LBS_USETABSTOPS |
  1232. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1233. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1234. DEFPUSHBUTTON "OK",IDOK,153,2,50,14
  1235. PUSHBUTTON "Cancel",IDCANCEL,153,19,50,14
  1236. LTEXT "Select any of the first five flags and either Bold or Regular.",
  1237. IDC_STATIC,147,38,56,36
  1238. LTEXT "Double-click to change flag's state.",IDC_STATIC,147,73,
  1239. 56,29
  1240. END
  1241. IDD_UFM2_jWinPitchAndFamily_Dlg DIALOGEX 0, 0, 211, 138
  1242. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1243. CAPTION "IFIMETRICS jWinPitchAndFamily"
  1244. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1245. BEGIN
  1246. DEFPUSHBUTTON "OK",IDOK_Subclassed,154,7,50,14
  1247. PUSHBUTTON "Cancel",IDCANCEL,154,24,50,14
  1248. LISTBOX IDC_lb_Strings,7,31,136,69,LBS_USETABSTOPS |
  1249. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1250. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1251. LTEXT "Value (x = set)",IDC_STATIC,90,19,52,8
  1252. LTEXT "Flag Names",IDC_STATIC,12,19,38,8
  1253. LTEXT "to change",IDC_STATIC,147,74,37,10
  1254. LTEXT "Double click",IDC_STATIC,146,64,40,8
  1255. LTEXT "Select either FIXED_PITCH or VARIABLE_PITCH",IDC_STATIC,
  1256. 7,107,167,10
  1257. LTEXT "Select any one of the styles",IDC_STATIC,7,119,167,10
  1258. END
  1259. IDD_UFM2S_WinPitchFamily DIALOGEX 0, 0, 211, 138
  1260. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1261. CAPTION "IFIMETRICS jWinPitchAndFamily"
  1262. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1263. BEGIN
  1264. LTEXT " Flag Names",IDC_STATIC,7,19,40,8
  1265. LTEXT "Value ",IDC_STATIC,91,19,52,8,0,WS_EX_RIGHT
  1266. LISTBOX IDC_FlagsLst,7,31,136,69,LBS_USETABSTOPS |
  1267. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1268. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1269. DEFPUSHBUTTON "OK",IDOK,154,7,50,14
  1270. PUSHBUTTON "Cancel",IDCANCEL,154,24,50,14
  1271. LTEXT "to change",IDC_STATIC,147,74,37,10
  1272. LTEXT "Double click",IDC_STATIC,146,64,40,8
  1273. LTEXT "Select either FIXED_PITCH or VARIABLE_PITCH",IDC_STATIC,
  1274. 7,107,167,10
  1275. LTEXT "Select any one of the styles",IDC_STATIC,7,119,167,10
  1276. END
  1277. IDD_UFM2_jWinCharSet_Dlg DIALOGEX 0, 0, 205, 112
  1278. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1279. CAPTION "IFIMETRICS jWinCharSet Dialog"
  1280. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1281. BEGIN
  1282. DEFPUSHBUTTON "OK",IDOK_Subclassed,153,7,50,14
  1283. PUSHBUTTON "Cancel",IDCANCEL,153,24,50,14
  1284. LISTBOX IDC_lb_Strings,9,48,135,51,LBS_USETABSTOPS |
  1285. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1286. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1287. LTEXT "Value (x = set)",IDC_STATIC,90,25,52,8
  1288. LTEXT "Character Sets",IDC_STATIC,8,25,48,8
  1289. LTEXT "to change",IDC_STATIC,152,89,37,10
  1290. LTEXT "Double click",IDC_STATIC,151,79,40,8
  1291. LTEXT "Select any one",IDC_STATIC,150,49,48,8
  1292. LTEXT "character set",IDC_STATIC,157,58,42,8
  1293. END
  1294. IDD_UFM2S_WinCharSet DIALOGEX 0, 0, 212, 175
  1295. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1296. CAPTION "IFIMETRICS jWinCharSet Dialog"
  1297. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1298. BEGIN
  1299. LTEXT " Character Sets",IDC_STATIC,7,25,48,8
  1300. LTEXT "Value ",IDC_STATIC,91,25,52,8,0,WS_EX_RIGHT
  1301. LISTBOX IDC_FlagsLst,7,37,137,132,LBS_USETABSTOPS |
  1302. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1303. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1304. DEFPUSHBUTTON "OK",IDOK,153,7,50,14
  1305. PUSHBUTTON "Cancel",IDCANCEL,153,24,50,14
  1306. LTEXT "to change",IDC_STATIC,156,82,37,10
  1307. LTEXT "Double click",IDC_STATIC,151,74,40,8
  1308. LTEXT "Select any one",IDC_STATIC,150,49,48,8
  1309. LTEXT "character set",IDC_STATIC,157,58,42,8
  1310. END
  1311. IDD_UFM2_Dlg DIALOG DISCARDABLE 0, 0, 210, 234
  1312. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  1313. CAPTION "IFIMETRICS"
  1314. FONT 8, "MS Shell Dlg"
  1315. BEGIN
  1316. LTEXT "IFIMETRICS Data",IDC_STATIC,33,24,71,8
  1317. ICON IDR_FONT_VIEWER,IDC_STATIC,180,7,20,20,SS_REALSIZEIMAGE |
  1318. SS_SUNKEN
  1319. LISTBOX IDC_lb_Strings,7,71,195,155,LBS_USETABSTOPS |
  1320. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1321. WS_TABSTOP
  1322. EDITTEXT IDC_eb_Fields,7,57,84,14,ES_AUTOHSCROLL | ES_READONLY
  1323. EDITTEXT IDC_eb_Values,91,57,111,14,ES_AUTOHSCROLL
  1324. LTEXT "Fields",IDC_STATIC,12,46,39,8
  1325. LTEXT "Values",IDC_STATIC,136,46,22,8
  1326. END
  1327. IDD_UFM2_IFIMetrics DIALOG DISCARDABLE 0, 0, 210, 234
  1328. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  1329. CAPTION "IFIMETRICS"
  1330. FONT 8, "MS Shell Dlg"
  1331. BEGIN
  1332. LTEXT "IFIMETRICS Data",IDC_STATIC,69,7,71,8
  1333. ICON IDR_FONT_VIEWER,IDC_STATIC,180,7,20,20,SS_REALSIZEIMAGE |
  1334. SS_SUNKEN
  1335. CONTROL "List1",IDC_IFIMetricsLst,"SysListView32",LVS_REPORT |
  1336. WS_BORDER | WS_TABSTOP,7,30,195,199
  1337. END
  1338. IDD_UFM1_fCaps_Dlg DIALOG DISCARDABLE 0, 0, 250, 121
  1339. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1340. CAPTION "UNIDRVINFO fCaps Dialog"
  1341. FONT 8, "MS Shell Dlg"
  1342. BEGIN
  1343. DEFPUSHBUTTON "OK",IDOK_Subclassed,193,7,50,14
  1344. PUSHBUTTON "Cancel",IDCANCEL,193,24,50,14
  1345. LISTBOX IDC_lb_Strings,7,35,158,61,LBS_USETABSTOPS |
  1346. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1347. WS_TABSTOP
  1348. LTEXT "Flag Names",IDC_STATIC,14,24,39,8
  1349. LTEXT "Value (x = set)",IDC_STATIC,111,24,52,8
  1350. LTEXT "to change",IDC_STATIC,173,74,37,10
  1351. LTEXT "Double click",IDC_STATIC,172,64,40,8
  1352. LTEXT "Select any combination of flags",IDC_STATIC,33,99,107,
  1353. 10
  1354. END
  1355. IDD_UFM1S_Caps DIALOGEX 0, 0, 250, 121
  1356. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1357. CAPTION "UNIDRVINFO fCaps Dialog"
  1358. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1359. BEGIN
  1360. DEFPUSHBUTTON "OK",IDOK,193,7,50,14
  1361. PUSHBUTTON "Cancel",IDCANCEL,193,24,50,14
  1362. LISTBOX IDC_FlagsLst,7,35,158,60,LBS_USETABSTOPS |
  1363. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1364. LTEXT " Flag Names",IDC_STATIC,7,24,39,8
  1365. LTEXT "Value ",IDC_STATIC,111,24,52,8,0,WS_EX_RIGHT
  1366. LTEXT "to change",IDC_STATIC,173,74,37,10
  1367. LTEXT "Double click",IDC_STATIC,172,64,40,8
  1368. LTEXT "Select any combination of flags",IDC_STATIC,33,99,107,
  1369. 10
  1370. END
  1371. IDD_UFM1_wType_Dlg DIALOGEX 0, 0, 208, 98
  1372. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1373. CAPTION "UNIDRVINFO wType Dialog"
  1374. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1375. BEGIN
  1376. DEFPUSHBUTTON "OK",IDOK_Subclassed,151,7,50,14
  1377. PUSHBUTTON "Cancel",IDCANCEL,151,24,50,14
  1378. LISTBOX IDC_lb_Strings,6,37,136,54,LBS_USETABSTOPS |
  1379. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1380. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1381. LTEXT "Value (x = set)",IDC_STATIC,90,26,52,8
  1382. LTEXT "Flag Names",IDC_STATIC,13,26,38,8
  1383. LTEXT "to change",IDC_STATIC,156,83,37,10
  1384. LTEXT "Double click",IDC_STATIC,151,75,40,8
  1385. LTEXT "Select any",IDC_STATIC,150,50,34,8
  1386. LTEXT "one flag",IDC_STATIC,154,58,26,8
  1387. END
  1388. IDD_UFM1S_Types DIALOGEX 0, 0, 208, 98
  1389. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1390. CAPTION "UNIDRVINFO wType Dialog"
  1391. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1392. BEGIN
  1393. DEFPUSHBUTTON "OK",IDOK,151,7,50,14
  1394. PUSHBUTTON "Cancel",IDCANCEL,151,24,50,14
  1395. LISTBOX IDC_FlagsLst,6,37,136,54,LBS_USETABSTOPS |
  1396. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1397. LTEXT "Value ",IDC_STATIC,90,26,52,8,0,WS_EX_RIGHT
  1398. LTEXT " Flag Names",IDC_STATIC,6,26,40,8
  1399. LTEXT "to change",IDC_STATIC,156,83,37,10
  1400. LTEXT "Double click",IDC_STATIC,151,75,40,8
  1401. LTEXT "Select any",IDC_STATIC,150,50,34,8
  1402. LTEXT "one flag",IDC_STATIC,154,58,26,8
  1403. END
  1404. IDD_CharWidths DIALOG DISCARDABLE 0, 0, 210, 234
  1405. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1406. CAPTION "Widths"
  1407. FONT 8, "MS Shell Dlg"
  1408. BEGIN
  1409. CONTROL "List1",IDC_CharacterWidths,"SysListView32",LVS_REPORT |
  1410. LVS_SINGLESEL | LVS_EDITLABELS | WS_BORDER | WS_TABSTOP,
  1411. 17,34,176,193
  1412. ICON IDR_FONT_VIEWER,IDC_STATIC,180,7,20,20,SS_SUNKEN
  1413. LTEXT "To change a character width, select it and press F2.",
  1414. IDC_STATIC,45,7,118,17
  1415. END
  1416. IDD_UFM1_flGenFlags_Dlg DIALOG DISCARDABLE 0, 0, 213, 134
  1417. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1418. CAPTION "UNIDRVINFO flGenFlags Dialog"
  1419. FONT 8, "MS Shell Dlg"
  1420. BEGIN
  1421. DEFPUSHBUTTON "OK",IDOK_Subclassed,156,7,50,14
  1422. PUSHBUTTON "Cancel",IDCANCEL,156,24,50,14
  1423. LISTBOX IDC_lb_Strings,7,35,131,28,LBS_USETABSTOPS |
  1424. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1425. WS_TABSTOP
  1426. LTEXT "Flag Names",IDC_STATIC,14,24,39,8
  1427. LTEXT "Value (x = set)",IDC_STATIC,85,24,52,8
  1428. LTEXT "to change",IDC_STATIC,144,59,37,10
  1429. LTEXT "Double click",IDC_STATIC,143,51,40,8
  1430. LTEXT "UFM_SOFT Softfont, thus needs downloading",
  1431. IDC_STATIC,9,94,191,8
  1432. LTEXT "Select Softfont or Cartridge font, and/or set scalability",
  1433. IDC_STATIC,22,69,107,16
  1434. LTEXT "UFM_CART This is a cartridge font",
  1435. IDC_STATIC,9,104,185,8
  1436. LTEXT "UFM_SCALABLE Font is scalable",IDC_STATIC,9,114,
  1437. 170,8
  1438. GROUPBOX "",IDC_STATIC,7,87,199,39
  1439. END
  1440. IDD_UFM1S_GenFlags DIALOGEX 0, 0, 213, 134
  1441. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1442. CAPTION "UNIDRVINFO flGenFlags Dialog"
  1443. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1444. BEGIN
  1445. DEFPUSHBUTTON "OK",IDOK,156,7,50,14
  1446. PUSHBUTTON "Cancel",IDCANCEL,156,24,50,14
  1447. LISTBOX IDC_FlagsLst,7,35,131,28,LBS_USETABSTOPS |
  1448. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1449. WS_TABSTOP
  1450. LTEXT " Flag Names",IDC_STATIC,7,24,52,8
  1451. LTEXT "Value ",IDC_STATIC,90,24,48,8,0,WS_EX_RIGHT
  1452. LTEXT "to change",IDC_STATIC,144,59,37,10
  1453. LTEXT "Double click",IDC_STATIC,143,51,40,8
  1454. LTEXT "UFM_SOFT\tSoftfont, thus needs downloading",IDC_STATIC,
  1455. 9,94,191,8
  1456. LTEXT "Select Softfont or Cartridge font, and/or set scalability",
  1457. IDC_STATIC,22,69,107,16
  1458. LTEXT "UFM_CART\tThis is a cartridge font",IDC_STATIC,9,104,
  1459. 185,8
  1460. LTEXT "UFM_SCALABLE\tFont is scalable",IDC_STATIC,9,114,170,8
  1461. GROUPBOX "",IDC_STATIC,7,87,199,39
  1462. END
  1463. IDD_UFM2_Family_Dlg DIALOG DISCARDABLE 0, 0, 207, 114
  1464. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1465. CAPTION "IFIMETRICS Family Names Dialog"
  1466. FONT 8, "MS Shell Dlg"
  1467. BEGIN
  1468. DEFPUSHBUTTON "OK",IDOK,150,7,50,14
  1469. PUSHBUTTON "Cancel",IDCANCEL,150,24,50,14
  1470. COMBOBOX IDC_cb_UFM2_Family,19,49,109,53,CBS_SIMPLE | WS_VSCROLL |
  1471. WS_TABSTOP
  1472. PUSHBUTTON "Add New",IDC_pb_UFM2_Family_Add,19,31,38,13
  1473. PUSHBUTTON "Remove",IDC_pb_UFM2_Family_Remove,90,31,38,13
  1474. GROUPBOX "dpwszFamilyName",IDC_STATIC,7,7,132,100
  1475. END
  1476. IDD_UFM2S_Family DIALOG DISCARDABLE 0, 0, 207, 114
  1477. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1478. CAPTION "IFIMETRICS Family Names Dialog"
  1479. FONT 8, "MS Shell Dlg"
  1480. BEGIN
  1481. GROUPBOX "dpwszFamilyName",IDC_STATIC,7,3,132,108
  1482. LTEXT "Press INS or DEL to add or remove a name. Double click on a name to edit it.",
  1483. IDC_STATIC,13,14,121,29
  1484. CONTROL "List1",IDC_NamesLst,"SysListView32",LVS_REPORT |
  1485. WS_BORDER | WS_TABSTOP,19,49,109,54
  1486. DEFPUSHBUTTON "OK",IDOK,150,7,50,14
  1487. PUSHBUTTON "Cancel",IDCANCEL,150,24,50,14
  1488. END
  1489. IDD_AddKernPair DIALOGEX 0, 0, 186, 141
  1490. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1491. EXSTYLE WS_EX_CONTEXTHELP
  1492. CAPTION "Add a kerning pair"
  1493. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1494. BEGIN
  1495. LTEXT "&First:",IDC_STATIC,52,23,16,8
  1496. COMBOBOX IDC_KernFirst,48,34,48,98,CBS_DROPDOWNLIST | WS_VSCROLL |
  1497. WS_TABSTOP
  1498. LTEXT "&Second:",IDC_STATIC,119,23,28,8
  1499. COMBOBOX IDC_KernSecond,115,34,48,98,CBS_DROPDOWNLIST |
  1500. WS_VSCROLL | WS_TABSTOP
  1501. LTEXT "&Kern Amount (in font units):",IDC_STATIC,49,75,86,8
  1502. EDITTEXT IDC_KernAmount,55,94,40,14,ES_AUTOHSCROLL
  1503. DEFPUSHBUTTON "OK",IDOK,35,115,50,14
  1504. PUSHBUTTON "Cancel",IDCANCEL,101,115,50,14
  1505. ICON IDR_FONT_VIEWER,IDC_STATIC,7,7,20,20,SS_SUNKEN,
  1506. WS_EX_DLGMODALFRAME | WS_EX_CLIENTEDGE |
  1507. WS_EX_STATICEDGE
  1508. GROUPBOX "Characters in the Pair",IDC_STATIC,38,7,141,57
  1509. END
  1510. IDD_CopyItem DIALOG DISCARDABLE 0, 0, 212, 107
  1511. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1512. CAPTION "Minidriver Development Tool - Copy"
  1513. FONT 8, "MS Shell Dlg"
  1514. BEGIN
  1515. EDITTEXT IDC_CopyName,14,27,184,12,ES_AUTOHSCROLL
  1516. DEFPUSHBUTTON "OK",IDOK,49,75,50,14
  1517. PUSHBUTTON "Cancel",IDCANCEL,112,76,50,14
  1518. LTEXT "IDS_CopyPrompt",IDC_CopyPrompt,14,13,184,11
  1519. END
  1520. IDD_ChangeID DIALOG DISCARDABLE 0, 0, 204, 119
  1521. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1522. CAPTION "Minidriver Development Tool - Change ID"
  1523. FONT 8, "MS Shell Dlg"
  1524. BEGIN
  1525. EDITTEXT IDC_NewResID,81,59,99,12,ES_AUTOHSCROLL
  1526. DEFPUSHBUTTON "OK",IDOK,34,98,50,14
  1527. PUSHBUTTON "Cancel",IDCANCEL,98,98,50,14
  1528. LTEXT "IDS_ResourceLabel",IDC_ResourceLabel,15,15,54,10
  1529. EDITTEXT IDC_ResourceName,81,13,99,12,ES_AUTOHSCROLL |
  1530. WS_DISABLED
  1531. LTEXT "Current RC ID:",IDC_ResIDLabel,15,34,54,10
  1532. EDITTEXT IDC_CurResID,81,32,99,12,ES_AUTOHSCROLL | WS_DISABLED
  1533. LTEXT "New RC ID:",IDC_STATIC,15,61,54,10
  1534. END
  1535. IDD_DeleteQuery DIALOG DISCARDABLE 0, 0, 186, 95
  1536. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1537. CAPTION "Minidriver Development Tool - Confirm Delete"
  1538. FONT 8, "MS Shell Dlg"
  1539. BEGIN
  1540. CONTROL "&Remove the file from my drive, as well.",IDC_Remove,
  1541. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,48,153,10
  1542. DEFPUSHBUTTON "&Yes",IDYES,35,74,50,14
  1543. PUSHBUTTON "&No",IDNO,101,74,50,14
  1544. LTEXT "IDS_DeletePrompt",IDC_DeletePrompt,7,7,172,27
  1545. END
  1546. IDD_FILEOPENORD DIALOG DISCARDABLE 36, 24, 250, 206
  1547. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1548. CAPTION "Select Minidriver Directory"
  1549. FONT 8, "MS Shell Dlg"
  1550. BEGIN
  1551. LTEXT "File &name:",1090,335,4,76,9
  1552. EDITTEXT 1152,335,16,90,12,ES_AUTOHSCROLL | ES_OEMCONVERT
  1553. LISTBOX 1120,335,31,90,59,LBS_SORT | LBS_OWNERDRAWFIXED |
  1554. LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_VSCROLL |
  1555. WS_TABSTOP
  1556. LTEXT "List files of &type:",1089,335,93,90,9
  1557. COMBOBOX 1136,335,106,90,36,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL |
  1558. WS_BORDER | WS_VSCROLL | WS_TABSTOP
  1559. LTEXT "&Folders:",-1,6,6,176,9
  1560. LTEXT "",1088,6,18,176,10,SS_NOPREFIX
  1561. LISTBOX 1121,6,32,176,132,LBS_SORT | LBS_OWNERDRAWFIXED |
  1562. LBS_HASSTRINGS | LBS_DISABLENOSCROLL | WS_VSCROLL |
  1563. WS_TABSTOP
  1564. LTEXT "Dri&ves:",1091,6,167,176,9
  1565. COMBOBOX 1137,6,179,176,68,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED |
  1566. CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER |
  1567. WS_VSCROLL | WS_TABSTOP
  1568. DEFPUSHBUTTON "OK",IDOK,196,6,50,14,WS_GROUP
  1569. PUSHBUTTON "Cancel",IDCANCEL,196,25,50,14,WS_GROUP
  1570. PUSHBUTTON "&Help",1038,196,46,50,14,WS_GROUP
  1571. CHECKBOX "&Read only",1040,196,68,50,12,WS_GROUP
  1572. PUSHBUTTON "Net&work...",1037,196,130,50,14,WS_GROUP
  1573. END
  1574. IDD_UFM2_dpCharSets_Dlg DIALOGEX 0, 0, 207, 127
  1575. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1576. CAPTION "IFIMETRICS dpCharSets Dialog"
  1577. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1578. BEGIN
  1579. DEFPUSHBUTTON "OK",IDOK_Subclassed,151,7,50,14
  1580. PUSHBUTTON "Cancel",IDCANCEL,151,24,50,14
  1581. LISTBOX IDC_lb_Strings,2,34,140,78,LBS_USETABSTOPS |
  1582. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1583. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1584. LTEXT "Value (x = set)",IDC_STATIC,90,25,52,8
  1585. LTEXT "Character Sets",IDC_STATIC,8,25,48,8
  1586. LTEXT "to change",IDC_STATIC,153,82,37,10
  1587. LTEXT "Double click",IDC_STATIC,148,74,40,8
  1588. LTEXT "Select any combination of character sets",IDC_STATIC,7,
  1589. 115,129,8
  1590. END
  1591. IDD_UFM2S_CharSets DIALOGEX 0, 0, 208, 132
  1592. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1593. CAPTION "IFIMETRICS dpCharSets Dialog"
  1594. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1595. BEGIN
  1596. LTEXT " Character Set",IDC_STATIC,6,8,48,8
  1597. LTEXT "Value ",IDC_STATIC,90,8,52,8,0,WS_EX_RIGHT
  1598. LISTBOX IDC_FlagsLst,6,17,136,96,LBS_USETABSTOPS |
  1599. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  1600. WS_TABSTOP,WS_EX_CLIENTEDGE | WS_EX_STATICEDGE
  1601. DEFPUSHBUTTON "OK",IDOK,152,7,50,14
  1602. PUSHBUTTON "Cancel",IDCANCEL,151,24,50,14
  1603. LTEXT "to change",IDC_STATIC,153,82,37,10
  1604. LTEXT "Double click",IDC_STATIC,148,74,40,8
  1605. LTEXT "Select any combination of character sets",IDC_STATIC,7,
  1606. 116,129,8
  1607. END
  1608. IDD_NPWGPDSelection DIALOG DISCARDABLE 0, 0, 275, 175
  1609. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  1610. CAPTION "Minidriver Conversion Wizard - GPD Selection"
  1611. FONT 8, "MS Shell Dlg"
  1612. BEGIN
  1613. LISTBOX IDC_ECList,91,91,177,76,LBS_USETABSTOPS |
  1614. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1615. LTEXT "&File Name:",IDC_STATIC,209,67,34,8
  1616. EDITTEXT IDC_ECValue,209,77,59,14,ES_AUTOHSCROLL
  1617. PUSHBUTTON "&Select All",IDC_GPDSelBtn,13,153,50,14
  1618. LTEXT "You can convert some or all of the GPCs to GPDs.\n\nSelect a model for conversion by entering a file name for it. The file name can be up to 8 characters long. (The extension "".GPD"" will be added to the name you provide.)",
  1619. IDC_STATIC,91,7,178,56
  1620. LTEXT "Model Name:",IDC_STATIC,91,67,42,8
  1621. EDITTEXT IDC_ECName,91,77,117,14,ES_AUTOHSCROLL | ES_READONLY |
  1622. WS_DISABLED
  1623. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  1624. SS_SUNKEN,7,7,61,114
  1625. END
  1626. IDD_WSCheck DIALOG DISCARDABLE 0, 0, 346, 121
  1627. STYLE WS_CHILD
  1628. FONT 8, "MS Shell Dlg"
  1629. BEGIN
  1630. LTEXT "&The following errors and warnings were found:",
  1631. IDC_WSCLabel,7,7,208,10
  1632. LISTBOX IDC_ErrWrnLstBox,7,18,332,95,LBS_NOINTEGRALHEIGHT |
  1633. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  1634. END
  1635. IDD_INFCheck DIALOG DISCARDABLE 0, 0, 346, 121
  1636. STYLE WS_CHILD
  1637. FONT 8, "MS Shell Dlg"
  1638. BEGIN
  1639. LTEXT "&The following errors and warnings were found:",
  1640. IDC_INFCLabel,7,7,329,10
  1641. LISTBOX IDC_ErrWrnLstBox,7,18,332,95,LBS_NOINTEGRALHEIGHT |
  1642. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
  1643. END
  1644. IDD_StringEditor DIALOG DISCARDABLE 0, 0, 346, 200
  1645. STYLE WS_CHILD
  1646. FONT 8, "MS Shell Dlg"
  1647. BEGIN
  1648. CONTROL "List1",IDC_SELstCtrl,"SysListView32",LVS_REPORT |
  1649. LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,28,332,142
  1650. EDITTEXT IDC_SEGotoBox,60,180,47,12,ES_AUTOHSCROLL
  1651. PUSHBUTTON "&Goto RC ID:",IDC_SEGotoBtn,7,179,50,14
  1652. EDITTEXT IDC_SESearchBox,203,180,136,12,ES_AUTOHSCROLL
  1653. PUSHBUTTON "&Search For:",IDC_SESearchBtn,150,179,50,14
  1654. LTEXT "Press INS to add or insert a new string.\tDouble click an item or press ENTER to begin editing.",
  1655. IDC_SELabel1,7,7,332,10
  1656. LTEXT "Press DEL to delete the selected strings.\tPress TAB to move between columns when editing.",
  1657. IDC_SELabel2,7,17,332,10
  1658. END
  1659. IDD_FORMVIEW DIALOG DISCARDABLE 0, 0, 286, 209
  1660. STYLE WS_CHILD
  1661. FONT 8, "MS Shell Dlg"
  1662. BEGIN
  1663. LISTBOX IDC_LIST1,41,32,62,56,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  1664. WS_VSCROLL | WS_TABSTOP
  1665. LISTBOX IDC_LIST2,169,103,71,64,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  1666. WS_VSCROLL | WS_TABSTOP
  1667. PUSHBUTTON "Button1",IDC_BUTTON1,179,30,68,31
  1668. PUSHBUTTON "Button2",IDC_BUTTON2,29,126,109,52
  1669. EDITTEXT IDC_EDIT1,180,70,70,9,ES_AUTOHSCROLL
  1670. EDITTEXT IDC_EDIT2,26,100,105,18,ES_AUTOHSCROLL
  1671. END
  1672. IDD_GotoLine DIALOG DISCARDABLE 0, 0, 152, 76
  1673. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1674. CAPTION "Goto GPD Line Number"
  1675. FONT 8, "MS Shell Dlg"
  1676. BEGIN
  1677. LTEXT "&Line Number:",IDC_STATIC,38,26,46,8
  1678. EDITTEXT IDC_GotoBox,89,24,25,12,ES_AUTOHSCROLL
  1679. DEFPUSHBUTTON "OK",IDOK,18,55,50,14
  1680. PUSHBUTTON "Cancel",IDCANCEL,85,55,50,14
  1681. END
  1682. IDD_ErrorLevel DIALOG DISCARDABLE 0, 0, 187, 87
  1683. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1684. CAPTION "Set Error Level"
  1685. FONT 8, "MS Shell Dlg"
  1686. BEGIN
  1687. LTEXT "&Error Level:",IDC_STATIC,33,24,40,8
  1688. COMBOBOX IDC_ErrorLevelLst,75,22,21,50,CBS_DROPDOWNLIST |
  1689. WS_VSCROLL | WS_TABSTOP
  1690. DEFPUSHBUTTON "OK",IDOK,130,7,50,14
  1691. PUSHBUTTON "Cancel",IDCANCEL,130,24,50,14
  1692. END
  1693. IDD_UpgDefCPage DIALOG DISCARDABLE 0, 0, 187, 131
  1694. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1695. CAPTION "Select Code Page"
  1696. FONT 8, "MS Shell Dlg"
  1697. BEGIN
  1698. LTEXT "Select a code page to use as this driver's default code page.",
  1699. IDC_STATIC,8,7,172,21
  1700. LTEXT "&Installed code pages:",IDC_STATIC,8,32,116,9
  1701. LISTBOX IDC_CodePageList,8,42,115,53,LBS_SORT |
  1702. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1703. DEFPUSHBUTTON "OK",IDOK,37,111,50,14
  1704. PUSHBUTTON "Cancel",IDCANCEL,101,111,50,14
  1705. END
  1706. IDD_INFW_Sub_NewSection DIALOG DISCARDABLE 0, 0, 187, 98
  1707. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1708. CAPTION "New INF Section"
  1709. FONT 8, "MS Shell Dlg"
  1710. BEGIN
  1711. LTEXT "Enter a new INF file section name:",IDC_STATIC,12,24,
  1712. 163,10
  1713. EDITTEXT IDC_NewSectionBox,12,34,163,12,ES_AUTOHSCROLL
  1714. DEFPUSHBUTTON "OK",IDOK,38,76,50,14
  1715. PUSHBUTTON "Cancel",IDCANCEL,99,76,50,14
  1716. END
  1717. IDD_WidthKernCheckResults DIALOG DISCARDABLE 0, 0, 197, 234
  1718. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  1719. CAPTION "Widths and Kerning Table Checker"
  1720. FONT 8, "MS Shell Dlg"
  1721. BEGIN
  1722. DEFPUSHBUTTON "OK",IDOK,73,214,50,14
  1723. CONTROL "List1",IDC_BadKerningPairs,"SysListView32",LVS_REPORT |
  1724. LVS_EDITLABELS | WS_DISABLED | WS_BORDER | WS_TABSTOP,10,
  1725. 139,176,65
  1726. LTEXT "Static",IDC_WidthTblResults,10,6,176,59
  1727. LTEXT "Static",IDC_KernTblResults,10,74,176,59
  1728. END
  1729. IDD_INFW_InstallSections DIALOG DISCARDABLE 0, 0, 275, 175
  1730. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  1731. CAPTION "INF File Generation Wizard - Step 7 of 13"
  1732. FONT 8, "MS Shell Dlg"
  1733. BEGIN
  1734. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  1735. SS_SUNKEN,7,7,81,166
  1736. LTEXT "Which Include file, Install Sections are needed for each printer model?",
  1737. IDC_STATIC,98,3,177,18
  1738. LTEXT "For each model:\n o Select the model in the list box.\n o Review the sections selected by the wizard.\n o Make whatever changes that are needed.\n o Default Install Section is UNIDRV.OEM",
  1739. IDC_STATIC,98,22,177,41
  1740. LTEXT "&Models:",IDC_STATIC,98,66,49,9
  1741. LISTBOX IDC_ModelsLst,98,77,177,36,LBS_NOINTEGRALHEIGHT |
  1742. WS_VSCROLL | WS_TABSTOP
  1743. GROUPBOX "&Install Sections",IDC_STATIC,98,121,177,51
  1744. CONTROL "&UNIDRV.OEM",IDC_UnidrvChk,"Button",BS_AUTOCHECKBOX |
  1745. WS_DISABLED | WS_TABSTOP,102,133,72,8
  1746. CONTROL "&PSCRIPT.OEM",IDC_PscriptChk,"Button",BS_AUTOCHECKBOX |
  1747. WS_DISABLED | WS_TABSTOP,191,133,72,8
  1748. CONTROL "UNIDRV_&BIDI.OEM",IDC_UnidrvBidiChk,"Button",
  1749. BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,102,146,80,8
  1750. CONTROL "&TTFSUB.OEM",IDC_TtfsubChk,"Button",BS_AUTOCHECKBOX |
  1751. WS_DISABLED | WS_TABSTOP,191,146,72,8
  1752. CONTROL "&Other:",IDC_OtherChk,"Button",BS_AUTOCHECKBOX |
  1753. WS_DISABLED | WS_TABSTOP,102,159,36,8
  1754. EDITTEXT IDC_OtherBox,144,157,127,12,ES_AUTOHSCROLL | WS_DISABLED
  1755. END
  1756. IDD_INFW_DataSections DIALOG DISCARDABLE 0, 0, 275, 175
  1757. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION | WS_SYSMENU
  1758. CAPTION "INF File Generation Wizard - Step 8 of 13"
  1759. FONT 8, "MS Shell Dlg"
  1760. BEGIN
  1761. CONTROL 156,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE |
  1762. SS_SUNKEN,7,7,81,166
  1763. LTEXT "Which Include file, Data Sections are needed for each printer model?",
  1764. IDC_STATIC,98,3,177,18
  1765. LTEXT "For each model:\n o Select the model in the list box.\n o Review the sections selected by the wizard.\n o Make whatever changes that are needed.\n o Default Data Section is UNIDRV_DATA",
  1766. IDC_STATIC,98,23,177,41
  1767. LTEXT "&Models:",IDC_STATIC,98,66,49,9
  1768. LISTBOX IDC_ModelsLst,98,77,177,36,LBS_NOINTEGRALHEIGHT |
  1769. WS_VSCROLL | WS_TABSTOP
  1770. GROUPBOX "&Data Sections",IDC_STATIC,98,121,177,51
  1771. CONTROL "&UNIDRV_DATA",IDC_UnidrvChk,"Button",BS_AUTOCHECKBOX |
  1772. WS_DISABLED | WS_TABSTOP,102,133,72,8
  1773. CONTROL "&PSCRIPT_DATA",IDC_PscriptChk,"Button",BS_AUTOCHECKBOX |
  1774. WS_DISABLED | WS_TABSTOP,191,133,72,8
  1775. CONTROL "UNIDRV_&BIDI_DATA",IDC_UnidrvBidiChk,"Button",
  1776. BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,102,146,87,8
  1777. CONTROL "&Other:",IDC_OtherChk,"Button",BS_AUTOCHECKBOX |
  1778. WS_DISABLED | WS_TABSTOP,102,159,36,8
  1779. EDITTEXT IDC_OtherBox,144,157,127,12,ES_AUTOHSCROLL | WS_DISABLED
  1780. END
  1781. IDD_CodePageView DIALOG DISCARDABLE 0, 0, 302, 166
  1782. STYLE WS_CHILD | WS_CAPTION
  1783. CAPTION "Code Pages Used"
  1784. FONT 8, "MS Shell Dlg"
  1785. BEGIN
  1786. LTEXT "&Select:",IDC_STATIC,37,26,23,8
  1787. EDITTEXT IDC_SelectString,65,23,94,14,ES_AUTOHSCROLL
  1788. LTEXT "&Deselect:",IDC_STATIC,167,26,31,8
  1789. EDITTEXT IDC_DeselectString,199,23,94,14,ES_AUTOHSCROLL
  1790. LTEXT "&Code Pages:",IDC_STATIC,7,39,42,8
  1791. LISTBOX IDC_CodePageList,7,55,286,70,LBS_SORT |
  1792. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  1793. PUSHBUTTON "&Add Page...",IDC_AddPage,45,135,53,14
  1794. PUSHBUTTON "&Replace Page...",IDC_RemovePage,121,135,54,14
  1795. LTEXT "Page:",IDC_STATIC,37,10,20,8
  1796. EDITTEXT IDC_CurrentPage,65,7,228,14,ES_READONLY | ES_NUMBER |
  1797. NOT WS_TABSTOP
  1798. ICON IDR_GLYPHMAP,IDC_STATIC,7,7,20,20,SS_REALSIZEIMAGE |
  1799. SS_SUNKEN
  1800. PUSHBUTTON "&Remove Page...",IDC_DeletePage,197,135,55,14
  1801. END
  1802. IDD_UFM1_Header DIALOGEX 0, 0, 210, 214
  1803. STYLE WS_CHILD | WS_CAPTION
  1804. CAPTION "Headers"
  1805. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  1806. BEGIN
  1807. GROUPBOX "UNIDRVINFO",IDC_STATIC,7,79,197,128
  1808. LTEXT "ulDefaultCodepage",IDC_STATIC,22,29,63,10
  1809. LTEXT "dwGlyphSetDataRCID",IDC_STATIC,22,45,76,9
  1810. EDITTEXT IDC_DefaultCodepageBox,102,27,47,13,ES_AUTOHSCROLL |
  1811. ES_NUMBER,WS_EX_RIGHT
  1812. EDITTEXT IDC_GlyphSetDataRCIDBox,102,43,47,13,ES_AUTOHSCROLL,
  1813. WS_EX_RIGHT
  1814. GROUPBOX "UNIFM_HDR",IDC_STATIC,7,13,157,52
  1815. ICON IDR_FONT_VIEWER,IDC_STATIC,180,7,20,20,SS_REALSIZEIMAGE |
  1816. SS_SUNKEN
  1817. CONTROL "List1",IDC_UniDrvLst,"SysListView32",LVS_REPORT |
  1818. WS_BORDER | WS_TABSTOP,12,90,187,111
  1819. END
  1820. IDD_NewConvert DIALOG DISCARDABLE 0, 0, 237, 159
  1821. STYLE WS_CHILD | WS_CAPTION
  1822. CAPTION "Converters"
  1823. FONT 8, "MS Shell Dlg"
  1824. BEGIN
  1825. PUSHBUTTON "Project",IDC_CONV_PRJ,35,30,80,20
  1826. PUSHBUTTON "PFM",IDC_CONV_PFM,35,70,80,20
  1827. PUSHBUTTON "CTT",IDC_CONV_CTT,35,110,80,20
  1828. END
  1829. IDD_NewFile DIALOG DISCARDABLE 0, 0, 276, 214
  1830. STYLE WS_CHILD | WS_CAPTION | WS_THICKFRAME
  1831. CAPTION "Files"
  1832. FONT 8, "MS Shell Dlg"
  1833. BEGIN
  1834. CONTROL "List1",IDC_NEWFILES_LIST,"SysListView32",LVS_SINGLESEL |
  1835. LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | WS_BORDER |
  1836. WS_TABSTOP,10,30,100,120
  1837. EDITTEXT IDC_NEWFILENAME,120,60,102,14,ES_AUTOHSCROLL
  1838. EDITTEXT IDC_FILE_LOC,120,110,101,13,ES_AUTOHSCROLL
  1839. LTEXT "File Name",IDC_STATIC,120,45,71,12
  1840. LTEXT "Location",IDC_STATIC,120,95,78,10
  1841. PUSHBUTTON "...",IDC_Browser,225,110,11,14
  1842. END
  1843. #ifndef _MAC
  1844. /////////////////////////////////////////////////////////////////////////////
  1845. //
  1846. // Version
  1847. //
  1848. VS_VERSION_INFO VERSIONINFO
  1849. FILEVERSION 1,0,0,1
  1850. PRODUCTVERSION 1,0,0,1
  1851. FILEFLAGSMASK 0x3fL
  1852. #ifdef _DEBUG
  1853. FILEFLAGS 0x1L
  1854. #else
  1855. FILEFLAGS 0x0L
  1856. #endif
  1857. FILEOS 0x4L
  1858. FILETYPE 0x1L
  1859. FILESUBTYPE 0x0L
  1860. BEGIN
  1861. BLOCK "StringFileInfo"
  1862. BEGIN
  1863. BLOCK "040904b0"
  1864. BEGIN
  1865. VALUE "CompanyName", "Microsoft Corporation\0"
  1866. VALUE "FileDescription", "Minidriver Development Tool\0"
  1867. VALUE "FileVersion", "1, 0, 0, 1\0"
  1868. VALUE "InternalName", "Minidriver Developmetn Tool\0"
  1869. VALUE "LegalCopyright", "Copyright� 1997-2003 by Microsoft Corporation. All Rights Reserved.\0"
  1870. VALUE "OriginalFilename", "MiniDev.Exe\0"
  1871. VALUE "ProductName", "Minidriver Development Tool\0"
  1872. VALUE "ProductVersion", "1, 0, 0, 1\0"
  1873. END
  1874. END
  1875. BLOCK "VarFileInfo"
  1876. BEGIN
  1877. VALUE "Translation", 0x409, 1200
  1878. END
  1879. END
  1880. #endif // !_MAC
  1881. /////////////////////////////////////////////////////////////////////////////
  1882. //
  1883. // Dialog Info
  1884. //
  1885. IDD_FONTMETRICS DLGINIT
  1886. BEGIN
  1887. IDC_FamilyBits, 0x403, 21, 0
  1888. 0x6f4d, 0x6564, 0x6e72, 0x2820, 0x6946, 0x6578, 0x2064, 0x6950, 0x6374,
  1889. 0x2968, "\000"
  1890. IDC_FamilyBits, 0x403, 15, 0
  1891. 0x6f52, 0x616d, 0x206e, 0x5328, 0x7265, 0x6669, 0x2973, "\000"
  1892. IDC_FamilyBits, 0x403, 18, 0
  1893. 0x7753, 0x7369, 0x2073, 0x4e28, 0x206f, 0x6553, 0x6972, 0x7366, 0x0029,
  1894. IDC_FamilyBits, 0x403, 21, 0
  1895. 0x6353, 0x6972, 0x7470, 0x2820, 0x6148, 0x646e, 0x7277, 0x7469, 0x6e69,
  1896. 0x2967, "\000"
  1897. IDC_FamilyBits, 0x403, 30, 0
  1898. 0x6544, 0x6f63, 0x6172, 0x6974, 0x6576, 0x2820, 0x6f4e, 0x6576, 0x746c,
  1899. 0x2c79, 0x5320, 0x6d79, 0x6f62, 0x736c, 0x0029,
  1900. IDC_FamilyBits, 0x403, 6, 0
  1901. 0x744f, 0x6568, 0x0072,
  1902. IDC_CharSet, 0x403, 5, 0
  1903. 0x4e41, 0x4953, "\000"
  1904. IDC_CharSet, 0x403, 7, 0
  1905. 0x7953, 0x626d, 0x6c6f, "\000"
  1906. IDC_CharSet, 0x403, 9, 0
  1907. 0x614a, 0x6170, 0x656e, 0x6573, "\000"
  1908. IDC_CharSet, 0x403, 7, 0
  1909. 0x6f4b, 0x6572, 0x6e61, "\000"
  1910. IDC_CharSet, 0x403, 22, 0
  1911. 0x6843, 0x6e69, 0x7365, 0x2065, 0x5428, 0x6172, 0x6964, 0x6974, 0x6e6f,
  1912. 0x6c61, 0x0029,
  1913. IDC_CharSet, 0x403, 21, 0
  1914. 0x6843, 0x6e69, 0x7365, 0x2065, 0x5328, 0x6d69, 0x6c70, 0x6669, 0x6569,
  1915. 0x2964, "\000"
  1916. IDC_CharSet, 0x403, 4, 0
  1917. 0x454f, 0x004d,
  1918. 0
  1919. END
  1920. IDD_FONTGENERALPAGE2 DLGINIT
  1921. BEGIN
  1922. IDC_FontLocation, 0x403, 28, 0
  1923. 0x6552, 0x6973, 0x6564, 0x746e, 0x2820, 0x7270, 0x6e69, 0x6574, 0x2072,
  1924. 0x6966, 0x6d72, 0x6177, 0x6572, 0x0029,
  1925. IDC_FontLocation, 0x403, 35, 0
  1926. 0x6f53, 0x7466, 0x4620, 0x6e6f, 0x2074, 0x6428, 0x776f, 0x6c6e, 0x616f,
  1927. 0x6164, 0x6c62, 0x2065, 0x6964, 0x6b73, 0x6620, 0x6c69, 0x2965, "\000"
  1928. IDC_FontLocation, 0x403, 28, 0
  1929. 0x7250, 0x6d69, 0x7261, 0x2079, 0x6f66, 0x746e, 0x6920, 0x206e, 0x2061,
  1930. 0x6163, 0x7472, 0x6972, 0x6764, 0x0065,
  1931. IDC_FontLocation, 0x403, 30, 0
  1932. 0x6553, 0x6f63, 0x646e, 0x7261, 0x2079, 0x6f46, 0x746e, 0x6920, 0x206e,
  1933. 0x2061, 0x6163, 0x7472, 0x6972, 0x6764, 0x0065,
  1934. IDC_FontTechnology, 0x403, 26, 0
  1935. 0x5048, 0x4920, 0x746e, 0x6c65, 0x696c, 0x6f46, 0x746e, 0x5420, 0x6365,
  1936. 0x6e68, 0x6c6f, 0x676f, 0x0079,
  1937. IDC_FontTechnology, 0x403, 29, 0
  1938. 0x7254, 0x6575, 0x7974, 0x6570, 0x2820, 0x5048, 0x5020, 0x4c43, 0x5445,
  1939. 0x4f54, 0x2f20, 0x4c20, 0x204a, 0x2934, "\000"
  1940. IDC_FontTechnology, 0x403, 24, 0
  1941. 0x654c, 0x6d78, 0x7261, 0x206b, 0x5050, 0x5344, 0x2820, 0x6373, 0x6c61,
  1942. 0x6261, 0x656c, 0x0029,
  1943. IDC_FontTechnology, 0x403, 23, 0
  1944. 0x6143, 0x6f6e, 0x206e, 0x4143, 0x5350, 0x204c, 0x7328, 0x6163, 0x616c,
  1945. 0x6c62, 0x2965, "\000"
  1946. IDC_FontTechnology, 0x403, 25, 0
  1947. 0x454f, 0x204d, 0x6353, 0x6c61, 0x6261, 0x656c, 0x7420, 0x7079, 0x2065,
  1948. 0x2031, 0x6f46, 0x746e, "\000"
  1949. IDC_FontTechnology, 0x403, 25, 0
  1950. 0x454f, 0x204d, 0x6353, 0x6c61, 0x6261, 0x656c, 0x5420, 0x7079, 0x2065,
  1951. 0x2032, 0x6f46, 0x746e, "\000"
  1952. 0
  1953. END
  1954. IDD_ErrorLevel DLGINIT
  1955. BEGIN
  1956. IDC_ErrorLevelLst, 0x403, 2, 0
  1957. 0x0030,
  1958. IDC_ErrorLevelLst, 0x403, 2, 0
  1959. 0x0031,
  1960. IDC_ErrorLevelLst, 0x403, 2, 0
  1961. 0x0032,
  1962. IDC_ErrorLevelLst, 0x403, 2, 0
  1963. 0x0033,
  1964. IDC_ErrorLevelLst, 0x403, 2, 0
  1965. 0x0034,
  1966. 0
  1967. END
  1968. /////////////////////////////////////////////////////////////////////////////
  1969. //
  1970. // DESIGNINFO
  1971. //
  1972. #ifdef APSTUDIO_INVOKED
  1973. GUIDELINES DESIGNINFO DISCARDABLE
  1974. BEGIN
  1975. IDD_GPDActionBar, DIALOG
  1976. BEGIN
  1977. RIGHTMARGIN, 346
  1978. END
  1979. IDD_UFM2_jWinCharSet_Dlg, DIALOG
  1980. BEGIN
  1981. RIGHTMARGIN, 203
  1982. BOTTOMMARGIN, 99
  1983. END
  1984. IDD_UFM2_dpCharSets_Dlg, DIALOG
  1985. BEGIN
  1986. RIGHTMARGIN, 201
  1987. BOTTOMMARGIN, 123
  1988. END
  1989. IDD_WSCheck, DIALOG
  1990. BEGIN
  1991. LEFTMARGIN, 7
  1992. RIGHTMARGIN, 339
  1993. TOPMARGIN, 7
  1994. BOTTOMMARGIN, 114
  1995. END
  1996. IDD_StringEditor, DIALOG
  1997. BEGIN
  1998. LEFTMARGIN, 7
  1999. RIGHTMARGIN, 339
  2000. TOPMARGIN, 7
  2001. BOTTOMMARGIN, 193
  2002. END
  2003. IDD_FORMVIEW, DIALOG
  2004. BEGIN
  2005. LEFTMARGIN, 7
  2006. RIGHTMARGIN, 279
  2007. TOPMARGIN, 7
  2008. BOTTOMMARGIN, 202
  2009. END
  2010. IDD_GotoLine, DIALOG
  2011. BEGIN
  2012. LEFTMARGIN, 7
  2013. RIGHTMARGIN, 145
  2014. TOPMARGIN, 7
  2015. BOTTOMMARGIN, 69
  2016. END
  2017. IDD_ErrorLevel, DIALOG
  2018. BEGIN
  2019. LEFTMARGIN, 7
  2020. RIGHTMARGIN, 180
  2021. TOPMARGIN, 7
  2022. BOTTOMMARGIN, 80
  2023. END
  2024. IDD_UpgDefCPage, DIALOG
  2025. BEGIN
  2026. LEFTMARGIN, 7
  2027. RIGHTMARGIN, 180
  2028. TOPMARGIN, 7
  2029. BOTTOMMARGIN, 124
  2030. END
  2031. IDD_INFW_Sub_NewSection, DIALOG
  2032. BEGIN
  2033. LEFTMARGIN, 7
  2034. RIGHTMARGIN, 180
  2035. TOPMARGIN, 7
  2036. BOTTOMMARGIN, 91
  2037. END
  2038. IDD_WidthKernCheckResults, DIALOG
  2039. BEGIN
  2040. LEFTMARGIN, 7
  2041. RIGHTMARGIN, 190
  2042. TOPMARGIN, 7
  2043. BOTTOMMARGIN, 227
  2044. END
  2045. IDD_NewConvert, DIALOG
  2046. BEGIN
  2047. LEFTMARGIN, 7
  2048. RIGHTMARGIN, 230
  2049. TOPMARGIN, 7
  2050. BOTTOMMARGIN, 152
  2051. END
  2052. IDD_NewFile, DIALOG
  2053. BEGIN
  2054. LEFTMARGIN, 7
  2055. RIGHTMARGIN, 269
  2056. TOPMARGIN, 7
  2057. BOTTOMMARGIN, 207
  2058. END
  2059. END
  2060. #endif // APSTUDIO_INVOKED
  2061. /////////////////////////////////////////////////////////////////////////////
  2062. //
  2063. // String Table
  2064. //
  2065. STRINGTABLE PRELOAD DISCARDABLE
  2066. BEGIN
  2067. IDR_MAINFRAME "Minidriver Development Tool"
  2068. IDR_MINIWSTYPE "\n\nMinidriver Workspace\nMinidriver Workspaces (*.mdw)\n.MDW\nMiniDev.Document\nMiniWs Document"
  2069. IDR_GLYPHMAP "\n\nGlyph Translation Table\nGlyph Translation Tables (*.gtt)\n.GTT\nGlyph.Table\nGlyph Table"
  2070. END
  2071. STRINGTABLE PRELOAD DISCARDABLE
  2072. BEGIN
  2073. AFX_IDS_APP_TITLE "Minidriver Development Tool"
  2074. AFX_IDS_IDLEMESSAGE "For Help, press F1."
  2075. AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"
  2076. END
  2077. STRINGTABLE DISCARDABLE
  2078. BEGIN
  2079. ID_INDICATOR_EXT "EXT"
  2080. ID_INDICATOR_CAPS "CAP"
  2081. ID_INDICATOR_NUM "NUM"
  2082. ID_INDICATOR_SCRL "SCRL"
  2083. ID_INDICATOR_OVR "OVR"
  2084. ID_INDICATOR_REC "REC"
  2085. END
  2086. STRINGTABLE DISCARDABLE
  2087. BEGIN
  2088. ID_FILE_NEW "Create a new document\nNew"
  2089. ID_FILE_OPEN "Open an existing document\nOpen"
  2090. ID_FILE_CLOSE "Close the active document\nClose"
  2091. ID_FILE_SAVE "Save the active document\nSave"
  2092. ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
  2093. ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
  2094. ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
  2095. ID_FILE_PRINT "Print the active document\nPrint"
  2096. ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview"
  2097. END
  2098. STRINGTABLE DISCARDABLE
  2099. BEGIN
  2100. ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
  2101. ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
  2102. ID_HELP_INDEX "Opens Help\nHelp Topics"
  2103. ID_HELP_FINDER "List Help topics\nHelp Topics"
  2104. ID_HELP_USING "Display instructions about how to use help\nHelp"
  2105. ID_CONTEXT_HELP "Display help for clicked on buttons, menus and windows\nHelp"
  2106. ID_HELP "Display help for current task or command\nHelp"
  2107. END
  2108. STRINGTABLE DISCARDABLE
  2109. BEGIN
  2110. ID_FILE_MRU_FILE1 "Open this document"
  2111. ID_FILE_MRU_FILE2 "Open this document"
  2112. ID_FILE_MRU_FILE3 "Open this document"
  2113. ID_FILE_MRU_FILE4 "Open this document"
  2114. ID_FILE_MRU_FILE5 "Open this document"
  2115. ID_FILE_MRU_FILE6 "Open this document"
  2116. ID_FILE_MRU_FILE7 "Open this document"
  2117. ID_FILE_MRU_FILE8 "Open this document"
  2118. ID_FILE_MRU_FILE9 "Open this document"
  2119. ID_FILE_MRU_FILE10 "Open this document"
  2120. ID_FILE_MRU_FILE11 "Open this document"
  2121. ID_FILE_MRU_FILE12 "Open this document"
  2122. ID_FILE_MRU_FILE13 "Open this document"
  2123. ID_FILE_MRU_FILE14 "Open this document"
  2124. ID_FILE_MRU_FILE15 "Open this document"
  2125. ID_FILE_MRU_FILE16 "Open this document"
  2126. END
  2127. STRINGTABLE DISCARDABLE
  2128. BEGIN
  2129. ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
  2130. ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
  2131. END
  2132. STRINGTABLE DISCARDABLE
  2133. BEGIN
  2134. ID_WINDOW_NEW "Open another window for the active document\nNew Window"
  2135. ID_WINDOW_ARRANGE "Arrange icons at the bottom of the window\nArrange Icons"
  2136. ID_WINDOW_CASCADE "Arrange windows so they overlap\nCascade Windows"
  2137. ID_WINDOW_TILE_HORZ "Arrange windows as non-overlapping tiles\nTile Windows"
  2138. ID_WINDOW_TILE_VERT "Arrange windows as non-overlapping tiles\nTile Windows"
  2139. ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
  2140. END
  2141. STRINGTABLE DISCARDABLE
  2142. BEGIN
  2143. ID_EDIT_CLEAR "Erase the selection\nErase"
  2144. ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
  2145. ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
  2146. ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
  2147. ID_EDIT_FIND "Find the specified text\nFind"
  2148. ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
  2149. ID_EDIT_REPEAT "Repeat the last action\nRepeat"
  2150. ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
  2151. ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
  2152. ID_EDIT_UNDO "Undo the last action\nUndo"
  2153. ID_EDIT_REDO "Redo the previously undone action\nRedo"
  2154. END
  2155. STRINGTABLE DISCARDABLE
  2156. BEGIN
  2157. ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar"
  2158. ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
  2159. END
  2160. STRINGTABLE DISCARDABLE
  2161. BEGIN
  2162. AFX_IDS_SCSIZE "Change the window size"
  2163. AFX_IDS_SCMOVE "Change the window position"
  2164. AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
  2165. AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
  2166. AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
  2167. AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
  2168. AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
  2169. END
  2170. STRINGTABLE DISCARDABLE
  2171. BEGIN
  2172. AFX_IDS_SCRESTORE "Restore the window to normal size"
  2173. AFX_IDS_SCTASKLIST "Activate Task List"
  2174. AFX_IDS_MDICHILD "Activate this window"
  2175. END
  2176. STRINGTABLE DISCARDABLE
  2177. BEGIN
  2178. AFX_IDS_PREVIEW_CLOSE "Close print preview mode\nCancel Preview"
  2179. END
  2180. STRINGTABLE DISCARDABLE
  2181. BEGIN
  2182. NewProjectWizardTitle "New Project /New Minidriver Wizard"
  2183. OpenRCDialogTitle "Minidriver Conversion Wizard - Select Driver Source File"
  2184. IDP_UnitoolNotRun "Unable to start UniTool."
  2185. IDP_RCLoadFailed "Unable to interpret the RC file from UniTool. Correct all of the reported errors and try again."
  2186. IDS_Unimplemented "This function is unimplemented but will be available in the final production version."
  2187. IDP_CannotMakeDirectory "Unable to create the highlighted directory structure. Try a different directory name."
  2188. IDS_Atlas "GTTs"
  2189. IDS_FontList "UFMs"
  2190. ID_RenameItem "&Rename"
  2191. ID_ExpandBranch "E&xpand"
  2192. ID_CollapseBranch "&Collapse"
  2193. ID_OpenItem "&Open"
  2194. IDS_MapColumn0 "Selection String"
  2195. IDS_MapColumn1 "Code Point"
  2196. IDS_MapColumn2 "Code Page"
  2197. END
  2198. STRINGTABLE DISCARDABLE
  2199. BEGIN
  2200. IDS_InvalidCTTFormat "The CTT file has an invalid format for encodings (not direct, paired, or composed)."
  2201. IDS_WaitToFill "Filling- please wait..."
  2202. IDS_NoGPCData "This is not a 16-bit minidriver RC file."
  2203. IDS_RCFindPrompt "The %s driver's RC file was not found in the expected directory; %s. This may be because the driver files or the workspace file have been moved.\n\nDo you want to tell the program where to find the RC file?"
  2204. IDS_Resources "Resources"
  2205. IDS_Strings "Strings"
  2206. CG_IDS_PHYSICAL_MEM "System Memory: %lu KB of %lu KB free"
  2207. CG_IDS_DISK_SPACE "Disk Usage: %lu KB Free on %c:"
  2208. CG_IDS_DISK_SPACE_UNAVAIL "Disk Usage Statistics Unavailable"
  2209. IDS_GPDSelInitFailed "The GPD Selection part of the Conversion Wizard could not be initialized so the wizard cannot continue."
  2210. IDS_DupGPDFName "Duplicate GPD file names were found. List elements %d and %d have the same name; '%s'. You must change one of them before you can continue."
  2211. CG_IDS_TIPOFTHEDAY "Displays a Tip of the Day."
  2212. CG_IDS_TIPOFTHEDAYMENU "Ti&p of the Day..."
  2213. CG_IDS_DIDYOUKNOW "Did you know..."
  2214. CG_IDS_FILE_ABSENT "Tips file does not exist in the prescribed directory."
  2215. CG_IDP_FILE_CORRUPT "Trouble reading the tips file."
  2216. END
  2217. STRINGTABLE DISCARDABLE
  2218. BEGIN
  2219. ID_FILE_GENERATEMAPS "Generate ANSI to Unicode mapping tables for new code pages on your system"
  2220. ID_FILE_PARSE "Check the source file for syntax errors\nGPD Syntax Check (F7)"
  2221. ID_FILE_INF "Generate an INF file for selected printer models"
  2222. ID_FILE_CheckWS "Check workspace for completeness and tidiness\nCheck Workspace"
  2223. ID_EDIT_GOTO "Move to a specified line in the GPD"
  2224. ID_EDIT_ENABLE_AIDS "Enable or disable GPD editing aids"
  2225. ID_FILE_ERROR_LEVEL "Set error level for GPD syntax checking"
  2226. ID_BOGUS_SBOX "Activates the find tool\nFind"
  2227. END
  2228. STRINGTABLE DISCARDABLE
  2229. BEGIN
  2230. IDS_NoPredefined "No predefined table used"
  2231. IDS_NoErrorsAnywhere "No problems found. "
  2232. ID_ChangeInvocation "Change &Selection String"
  2233. ID_ChangeCodePage "&Change Code Page"
  2234. ID_DeleteItem "&Delete..."
  2235. IDS_DeleteItemQuery "Do you really want to delete the selected item?"
  2236. ID_GenerateOne "&Generate File..."
  2237. 23 "Wansung"
  2238. 24 "Shift-JIS"
  2239. 25 "GB 2312"
  2240. 26 "Big-5 (Traditional Chinese) to TCA (Taiwan Computer Asociation) codes"
  2241. 27 "Big 5 (Traditional Chinese) to NSA86 codes"
  2242. 28 "JIS with no ANK"
  2243. 29 "JIS (Japanese Industrial Standard)"
  2244. 30 "Korean Industrial Standard Code"
  2245. 31 "Big 5 (Traditional Chinese)"
  2246. END
  2247. STRINGTABLE DISCARDABLE
  2248. BEGIN
  2249. 38 "Code Page 863"
  2250. 39 "Code Page 850 - MS-DOS Latin I OEM (Europe)"
  2251. 40 "Code Page 437- MS-DOS US OEM page"
  2252. IDS_DefaultPage "Use user's current ANSI Code page for encodings."
  2253. ID_AddItem "&Add..."
  2254. IDP_NoUnmappedGlyphs "All of the available code points in your current code page set have definitions. To select additional glyphs, you must add an additional code page covering a different set of glyphs."
  2255. IDS_LengthMismatch "The amount of data read from '%s' did not match its reported length."
  2256. IDS_LoadFailure "Unable to interpret and load '%s'. This must be corrected before you can continue."
  2257. IDS_Models "GPDs"
  2258. IDP_ConversionErrors "One or more of the GPD files in this workspace contain errors. Do you want to open these files now?"
  2259. END
  2260. STRINGTABLE DISCARDABLE
  2261. BEGIN
  2262. CG_IDS_TIPOFTHEDAYHELP "&Help"
  2263. IDS_SelectAll "&Select All"
  2264. IDS_DeselectAll "&Deselect All"
  2265. END
  2266. STRINGTABLE DISCARDABLE
  2267. BEGIN
  2268. IDC_FamilyNames "LOGFONT name(s) for this font."
  2269. IDC_FaceName "Face name (family name plus subfamily or style name) for this font."
  2270. IDC_UniqueName "Unique name- commonly the printer name plus the face name."
  2271. IDC_FixedPitch "All characters have exactly the same width (monospaced or fixed pitch)."
  2272. IDC_VariablePitch "Each character can have a different width, as in a proportional font."
  2273. IDC_Italic "All characters are italic or oblique."
  2274. IDC_Underline "All characters are underlined by printer."
  2275. IDC_StrikeOut "All characters have a line drawn through them by the printer."
  2276. IDC_AddFamily "Adds the name typed in the family name control to the list of family names for this font."
  2277. IDC_RemoveFamily "Removes the selected family name from the list of recognized family names for this font."
  2278. IDC_StyleName "Style name- e.g., 'Italic', 'Bold Oblique'"
  2279. END
  2280. STRINGTABLE DISCARDABLE
  2281. BEGIN
  2282. IDC_CodePageList "These are the code pages supported by this table."
  2283. IDC_CurrentPage "This is the page selected below. The select and deselect strings are for this page."
  2284. IDC_SelectString "This character string (shown in C-style encoding) is sent to the printer to select the above code page."
  2285. IDC_DeselectString "This string is sent to the printer to end using the above code page."
  2286. IDC_AddPage "Press this button to add a code page to the set used in this table."
  2287. IDC_RemovePage "Press this button to remove the above code page from the set of available pages."
  2288. END
  2289. STRINGTABLE DISCARDABLE
  2290. BEGIN
  2291. IDR_FONT_VIEWER "\n\nDevice Font Information\nDevice Font Information (*.ufm)\n.UFM\nUFM\nUFM"
  2292. IDR_GPD_VIEWER "\n\nGeneric Printer Description\nGeneric Printer Descriptions (*.gpd)\n.GPD\nGPD.File\nGPD File"
  2293. END
  2294. STRINGTABLE DISCARDABLE
  2295. BEGIN
  2296. IDS_FileName "File Name: "
  2297. IDS_InvalidFilename "The file name%s is not valid, or is being used by an open file, or read-only file. Please use a different name, or close the file."
  2298. IDS_OverwritePrompt "\n\nDo you want to replace the existing file?"
  2299. ID_Import "&Add..."
  2300. IDS_FileOpenError "Unable to open the file %s."
  2301. IDS_GPCConversionError "Unable to convert the GPC model data for %s."
  2302. IDS_BadFileChars "The file name '%s' contains at least one invalid character. You must remove or replace those characters before continuing."
  2303. IDS_UnusedFont "The PFM file '%s' is not used by any of the models in the GPC data..\n"
  2304. IDS_ResourceID "Resource ID of %d"
  2305. IDS_WidthColumn0 "Width"
  2306. IDS_WidthColumn1 "Character (Unicode)"
  2307. IDS_KernColumn0 "Kern Amount"
  2308. IDS_KernColumn1 "1st Char"
  2309. IDS_KernColumn2 "2nd Char"
  2310. IDS_InvalidNumberFormat "Invalid Number Format. Please enter a valid unsigned decimal number."
  2311. ID_ChangeAmount "&Change Kern Amount"
  2312. END
  2313. STRINGTABLE DISCARDABLE
  2314. BEGIN
  2315. IDC_FamilyBits "Select the appropriate ""family"", as encoded in LOGFONT lfPitchAndFamily."
  2316. IDC_CharSet "Select the appropriate character set for the font (as used in LOGFONT lfCharSet)."
  2317. IDC_FontWeight "A value from 0 (light) -1000 (heavy). Same as LOGFONT lfWeight."
  2318. IDC_FontHeight "Height of the character cell in master units (pixels at maximum resolution of printer)."
  2319. IDC_FontWidth "Maximum width of the character cell, in master units (pixels at maximum device resolution)."
  2320. IDC_SpecialMetric "Select a special metric here- its value will be displayed and animated above."
  2321. IDC_FontSpecialValue "The value entered here is for the selected special metric, and will be shown above."
  2322. IDC_SpinFontSpecial "Spins the special metric value up or down."
  2323. END
  2324. STRINGTABLE DISCARDABLE
  2325. BEGIN
  2326. IDC_Scalable "Select this if the printer can scale this font through a range of point sizes."
  2327. IDC_MasterDevice "The height of the ""unscaled"" font in pixels at the maximum device resolution."
  2328. IDC_MasterFont "The height of the ""unscaled"" font in ""font units"" (arbitrary design units of the font)."
  2329. IDC_PortraitFont "Click this if the font can be scaled during portrait printing."
  2330. IDC_LandscapeFont "Select this if the font can be scaled during landscape printing."
  2331. IDC_MinimumScale "The minimum size to which the printer is to scale this font."
  2332. IDC_MaximumScale "The maximum size to which the printer is to scale this font."
  2333. IDC_ScalePoints "Select this to show the maximum and minimum sizes in points (1/72nd of an inch)."
  2334. IDC_ScaleDevice "Select this to show the maximum and minimum sizes in master units (pixels at maximum resolution)."
  2335. IDC_KerningTree "This shows how the printer kerns specific pairs of characters. Right-click to edit this information."
  2336. IDC_CharacterWidths "Hold the left button down after selecting to edit. Use the column headers to sort."
  2337. IDC_FirstCharacter "The lowest character code in the font (MBCS or Unicode as selected to the right)."
  2338. IDC_LastCharacter "The highest character code in the font (MBCS or Unicode as selected to the right)."
  2339. IDC_DefaultCharacter "The character code used when an invalid code is requested (MBCS or Unicode as selected to the right)."
  2340. END
  2341. STRINGTABLE DISCARDABLE
  2342. BEGIN
  2343. IDC_BreakCharacter "The ""space"" or ""break"" character code (MBCS or Unicode as selected to the right)."
  2344. IDC_ShowANSI "Select this to show the single or double-byte encodings for the characters to your left."
  2345. IDC_UnicodeShown "Select this to show the Unicode encodings for the characters to your left."
  2346. IDC_EnableItalicSim "Click this if the printer can provide an italic version of this font."
  2347. IDC_EnableBoldSim "Click this if the printer is capable of printing a bold version of this font."
  2348. IDC_EnableBISim "Click this if the printer provides a bold italic version of this font."
  2349. IDC_ItalicWeight "Weight (0 - 1000) of the italic version of the font- should be close to the unitalicized weight."
  2350. IDC_IMaxWidth "Maximum character width for the italic version of this font."
  2351. IDC_IAverage "Average width of the italic version of this font."
  2352. IDC_ItalicSlant "The angle, (in 10ths of a degree) at which the font slants from the ascender."
  2353. IDC_BoldWeight "Weight (0-1000) of the bold font. Usually much higher than that of the normal version of the font."
  2354. IDC_BMaxWidth "Maximum width of the bold font. This is often more than that of the normal font."
  2355. IDC_BAverage "Average width of the Bold version of the font. Typically slightly larger than the normal version."
  2356. IDC_BIWeight "Weight (0-1000) of the Bold Italic font. Should be heavier than the normal version of the font."
  2357. IDC_BIMaxWidth "Maximum Width of the Bold Italic font. This will often be larger than the maximum width of the normal font."
  2358. END
  2359. STRINGTABLE DISCARDABLE
  2360. BEGIN
  2361. IDC_BIAverage "Average wight of the Bold ITalic font. Should be slightly more than that of the normal font."
  2362. IDC_BoldItalicSlant "The angle, (in 10ths of a degree) at which the font slants from the ascender."
  2363. IDC_FontSelector "Codes sent to the printer to cause this font to be used (C-style encoding)."
  2364. IDC_FontUnselector "Codes sent to the printer to cease using this font (if any)- C-style encoding."
  2365. IDC_FontLocation "Select the place where the font's definition resides from this list."
  2366. IDC_FontTechnology "If this font is scalable, select the font technology used from this list."
  2367. IDC_VerticalResolution "Enter the vertical resolution (dpi) for which the font was designed."
  2368. IDC_HorizontalResolution
  2369. "Enter the horizontal resolution (dpi) for which the font was designed."
  2370. IDC_PreAdjustY "Enter the amount by which to move the Windows Baseline to match the font baseline before printing."
  2371. IDC_PostAdjustY "Enter the amount to move the font baseline after printing to resotre the original GDI baseline."
  2372. IDC_CenteringAdjustment "Enter the amount by which characters are off-center in the bounding box for this font."
  2373. IDC_PrivateData "Enter any 16-bit value (decimal). This value may be used by your driver, at your option."
  2374. IDC_GTTDescription "This describes the Glyph Translation Table used for this font."
  2375. IDC_ItalicSim "Select this if the printer provides an italicized version of this font."
  2376. IDC_CanUnderline "Select this if the printer provides an underlined simulation of this font."
  2377. IDC_CROK "Select this if a carriage return character is needed after this font is used."
  2378. END
  2379. STRINGTABLE DISCARDABLE
  2380. BEGIN
  2381. IDC_BoldSim "Select this if the printer provides a bold version of this font."
  2382. IDC_DoubleUnderline "Select this if the printer provides a double-underlined version of the font."
  2383. IDC_StrikeThru "Select this if the printer provides a strike-thru version of this font."
  2384. IDC_Backspace "Select this if it is safe to use a backspace character with this font."
  2385. END
  2386. STRINGTABLE DISCARDABLE
  2387. BEGIN
  2388. IDS_CapH "Capital H height"
  2389. IDS_LowerX "Lowercase x height"
  2390. IDS_SuperSizeX "Superscript width"
  2391. IDS_SuperSizeY "Superscript height"
  2392. IDS_SubSizeX "Subscript width"
  2393. IDS_SubSizeY "Subscript height"
  2394. IDS_SuperMoveX "Superscript X-Offset"
  2395. IDS_SuperMoveY "Superscript Y-Offset"
  2396. IDS_SubMoveX "Subscript X-Offset"
  2397. IDS_SubMoveY "Subscript Y-Offset"
  2398. IDS_ItalicAngle "Italic Slant ( 0.1 degrees clockwise)"
  2399. IDS_UnderSize "Underline Thickness"
  2400. IDS_UnderOffset "Underline offset"
  2401. IDS_StrikeSize "Strike-thru thickness"
  2402. IDS_StrikeOffset "Strike-Thru offset"
  2403. IDS_Baseline "Baseline (Ascender height)"
  2404. END
  2405. STRINGTABLE DISCARDABLE
  2406. BEGIN
  2407. IDS_InterlineGap "External Leading"
  2408. IDS_Lowerp "Lowercase p descender"
  2409. IDS_Lowerd "Lowercase d ascender"
  2410. IDS_InternalLeading "Internal Leading"
  2411. IDS_Overweight "The font weight must be between 0 and 1000.\n\nPlease enter a proper value."
  2412. IDS_InvalidCharSet "The character set you have selected conflicts with the Glyph Translation Table used with this font. \n\nYou will not be allowed to make this selection."
  2413. IDS_InvalidCharacter "The character code you have entered does not exist in the translation table for this font."
  2414. IDS_NoDBCS "The unicode value you have entered becomes a double-byte code when translated. This field only allows single-byte codes."
  2415. IDS_LimitsSwapped "The maximum size must be greater then the minimum. They cannot be equal.\nPlease enter a different value or undo this edit."
  2416. IDS_NotWindowed "The nominal point size of the font, as represented by the Master unit size in ""Units and Sizes"" above, must be between the maximum and minimum sizes.\n\n Please enter a conforming value."
  2417. IDS_ScaleReversed "The Font Unit / Device Unit ratio must be at least 1:1. Otherwise your metrics will lack precision.\n\nPlease adjust these values accordingly."
  2418. IDS_WidthReversed "The maximum width must be greater than or equal to the average width.\n\nTey again!"
  2419. IDS_AngleTooBig "The italic angle must be less than 90 degrees (900 tenths)."
  2420. IDS_BadCTTID "The PFM file %s references a bad CTT. No such CTT exists in your Win16 minidriver.\n"
  2421. IDS_NoSyntaxErrors "No errors or warnings were found in this file."
  2422. IDS_NoUnicodePoint "The character with hex code %X cannot be converted in code page %u. Select a different code page."
  2423. END
  2424. STRINGTABLE DISCARDABLE
  2425. BEGIN
  2426. IDS_Unknown "Unknown"
  2427. IDS_RCUFM "RC_UFM ID: %s"
  2428. IDS_RCGTT "RC_GTT ID: %s"
  2429. IDS_RCUNK "RC UNK ID: %s"
  2430. ID_CopyItem "Co&py..."
  2431. ID_ChangeID "Change &ID..."
  2432. IDS_FontDir "UFM\\"
  2433. IDS_GTTDir "GTT\\"
  2434. IDS_AddCopyFailed "Unable to copy %s into the workspace directory; %s. There may already be a file with the same name in that directory. The new file will not be added to the workspace."
  2435. IDS_AddDupError "The file %s is already a part of the workspace. It will not be added again."
  2436. IDS_RCWriteError "The driver's RC file needed to be saved too but this operation failed. Because of this, the workspace file could not be saved either."
  2437. IDS_CopyCopyFailed "Unable to copy %s to %s. There may already be a file with the same name in that workspace directory; %s. The new file will not be added to the workspace."
  2438. IDS_CopyNameError "'%s' is an invalid destination name for the copy operation."
  2439. IDS_CopyPrompt "Copy %s to:"
  2440. IDS_GPDReminder "Don't forget to edit the new GPD (%s) and change the ModuleName field in it. Each GPD must have a unique ModuleName."
  2441. IDS_ResourceLabel "%s Name:"
  2442. END
  2443. STRINGTABLE DISCARDABLE
  2444. BEGIN
  2445. IDS_IDNotUnique "The RC ID you entered (%d) is not a unique %s ID. The ID will not be changed."
  2446. IDS_DeletePrompt "Do you wish to remove the %s data for %s from the driver workspace?"
  2447. ID_CheckWS "Check Workspace"
  2448. IDS_FILE_CheckWS "Check workspace for completeness and tidiness\nCheck Workspace"
  2449. IDS_RCExt ".rc"
  2450. IDS_W31Ext ".w31"
  2451. IDS_RCTables "RC_TABLES"
  2452. IDS_RCTabID "2"
  2453. IDS_RCTabFile "nt.gpc"
  2454. IDS_SwitchToW31 "%s is an NT 4.0 RC file. NT 4.0 minidriver conversions must be W31 file based.\n\nWould you like to use %s instead?"
  2455. IDS_BadNT4File "%s is an NT 4.0 RC file. NT 4.0 minidriver conversions must be W31 file based.\n\nYou must select a different file to continue."
  2456. IDS_NoGPDsPrompt "You did not select any GPDs. Do you want to select GPDs?"
  2457. IDS_DupInvRCID "The following input RC line contains a duplicate or invalid RC ID: '%s'.\n"
  2458. IDS_NoFSpecInRCLine "The following input RC line does not contain a filespec at the end of it so it will be skipped: '%s'.\n"
  2459. IDS_ORangeRCID "The following input RC line contains an RC ID that is out of range or invalid: '%s'.\n"
  2460. IDS_GTTSetName "Could not create the GTT file called '%s'. Cannot continue.\n"
  2461. END
  2462. STRINGTABLE DISCARDABLE
  2463. BEGIN
  2464. IDS_UFMSetName "Could not create the UFM file called '%s'. Cannot continue.\n"
  2465. IDS_ConvErrors "Conversion errors were detected and logged in %s. The conversion will continue if the errors are not fatal."
  2466. IDS_FileReadError "Error opening or reading %s.\n"
  2467. IDS_UnicodeConvFailed "The data in %s could not be converted to Unicode using the selected code page.\n"
  2468. IDS_Invalid2CTTFormat "The CTT file %s has an invalid format for encodings (not direct, paired, or composed).\n"
  2469. IDS_PFMTooSmall "%s is too small to be a valid PFM.\n"
  2470. IDS_PFMCharError "In %s's PFM header, m_bLastChar is less than m_bFirstChar.\n"
  2471. IDS_BadPFMInfoOffset "The PFM %s contains an invalid driver info offset.\n"
  2472. IDS_BadPFMInfoVersion "The PFM %s contains an invalid info version.\n"
  2473. IDS_FileWriteError "Error opening or writing %s.\n"
  2474. IDS_UFMGenError "Could not generate %s.\n"
  2475. IDS_FatalConvErrors "Conversion errors were detected and logged in %s."
  2476. IDS_UFMCompError "Error: The UFM '%s' contains a GTT RC ID (%d) that does not match any GTT in the workspace."
  2477. IDS_GTTTidyWarning "Warning: The GTT named %s with RC ID = %d is not referenced by any UFM."
  2478. IDS_BadGPDError "Error: Resource IDs in the '%s' GPD could not be checked because of problems in the GPD."
  2479. IDS_GPDUFMCompError "The GPD for '%s' contains a resource ID (%d) for a nonexistent UFM."
  2480. END
  2481. STRINGTABLE DISCARDABLE
  2482. BEGIN
  2483. IDS_UFMTidyWarning "Warning: The UFM '%s' with resource ID %d is not referenced by any GPD."
  2484. IDS_GPDStrCompError "The GPD for '%s' contains a resource ID (%d) for a nonexistent string."
  2485. IDS_StrTidyWarning "Warning: The string '%s' with resource ID %d is not referenced by any GPD."
  2486. IDS_GPDModNameCompError "Error: GPD #%d's model name (%s) is not unique."
  2487. IDS_GPDFileNameCompError "Error: GPD #%d's file name (%s) is not unique."
  2488. IDR_WSCHECK "\n\n\n\n\n\n"
  2489. IDS_WSCloseCheckPrmt "At least one workspace consistency error or warning was found in the %s driver.\n\nDo you want to view the problem(s) that were found?"
  2490. IDS_WSCheckTitle "%s: Workspace Consistency Check Results"
  2491. IDS_NoWSProblems "No consistency errors were found in the %s workspace."
  2492. IDS_NoVersionError "Warning: The %s workspace you just opened does not contain any version information. This means that the workspace is missing important information that can effect the validity of the corresponding RC file.\n\nYou should reconvert the driver in this workspace to fix this problem."
  2493. IDS_RCRewriteQuestion "Warning: Changes have been made to the %s workspace that would normally require %s to be rewritten. The problem is that this workspace contains no string table info so rewriting the RC file will corrupt it. \n\nAre you sure you want to rewrite the RC file?"
  2494. IDS_UFMSetGTTID "Warning: The UFM '%s' contained a GTT IDD == 0 so it was changed to -1.\n"
  2495. IDR_STRINGEDITOR "\n\n\n\n.STR\n\n"
  2496. IDS_StringEditorTitle "%s: RC File String Editor "
  2497. IDS_StrEditRCIDColLab "RC ID"
  2498. IDS_StrEditStringColLab "String"
  2499. END
  2500. STRINGTABLE DISCARDABLE
  2501. BEGIN
  2502. IDS_XXXUnexpectedCPError "Unexpected parsing or conversion error: %s"
  2503. END
  2504. STRINGTABLE DISCARDABLE
  2505. BEGIN
  2506. 1250 "1250- Windows 3.1 Eastern European (ANSI)"
  2507. 1251 "1251- Windows 3.1 Cyrillic (ANSI)"
  2508. 1252 "1252- Windows 3.1 Latin 1 (USA, Western Europe) (ANSI)"
  2509. 1253 "1253- Windows 3.1 Greek (ANSI)"
  2510. 1254 "1254- Windows 3.1 Turkish (ANSI)"
  2511. 1255 "1255- Hebrew (ANSI)"
  2512. 1256 "1256- Arabic (ANSI)"
  2513. 1257 "1257- Baltic (ANSI)"
  2514. END
  2515. STRINGTABLE DISCARDABLE
  2516. BEGIN
  2517. 864 "864- Arabic (OEM)"
  2518. 865 "865- MS-DOS Nordic (OEM)"
  2519. 866 "866- MS-DOS Russian (OEM)"
  2520. 869 "869- IBM Modern Greek (OEM)"
  2521. 874 "874- Thai (OEM, ANSI)"
  2522. END
  2523. STRINGTABLE DISCARDABLE
  2524. BEGIN
  2525. 932 "932- Japan (OEM, ANSI)"
  2526. 936 "936- Simplified Chinese (PRC, Singapore) (OEM, ANSI)"
  2527. END
  2528. STRINGTABLE DISCARDABLE
  2529. BEGIN
  2530. 949 "949- Korean (OEM, ANSI)"
  2531. 950 "950- Traditional Chinese (Taiwan, Hong Kong) (OEM, ANSI)"
  2532. END
  2533. STRINGTABLE DISCARDABLE
  2534. BEGIN
  2535. 1200 "1200 - Unicode (ISO 10646 Bitmaps)"
  2536. END
  2537. STRINGTABLE DISCARDABLE
  2538. BEGIN
  2539. 437 "437- MS-DOS USA (OEM)"
  2540. END
  2541. STRINGTABLE DISCARDABLE
  2542. BEGIN
  2543. 708 "708- Arabic (ASMO 708) (OEM)"
  2544. 709 "709- Arabic (ASMO 449+, BCON V4) (OEM)"
  2545. 710 "710- Arabic (Transparent Arabic) (OEM)"
  2546. END
  2547. STRINGTABLE DISCARDABLE
  2548. BEGIN
  2549. 720 "720- Arabic (Transparent ASMO) (OEM)"
  2550. END
  2551. STRINGTABLE DISCARDABLE
  2552. BEGIN
  2553. 737 "737- Greek (OEM)"
  2554. END
  2555. STRINGTABLE DISCARDABLE
  2556. BEGIN
  2557. 775 "775- Baltic (OEM)"
  2558. END
  2559. STRINGTABLE DISCARDABLE
  2560. BEGIN
  2561. 850 "850- MS-DOS Multilingual (Latin 1) (OEM)"
  2562. 852 "852- MS-DOS Slavic (Latin II) (OEM)"
  2563. 855 "855- IBM Cyrillic (OEM)"
  2564. 857 "857- IBM Turkish (OEM)"
  2565. 860 "860- MS-DOS Portugese (OEM)"
  2566. 861 "861- MS-DOS Icelandic (OEM)"
  2567. 862 "862- Hebrew (OEM)"
  2568. 863 "863- MS-DOS Canadian-French (OEM)"
  2569. END
  2570. STRINGTABLE DISCARDABLE
  2571. BEGIN
  2572. 1361 "1361- Korean (Johab) (OEM)"
  2573. END
  2574. STRINGTABLE DISCARDABLE
  2575. BEGIN
  2576. 10000 "10000- Macintosh Roman (OEM)"
  2577. END
  2578. STRINGTABLE DISCARDABLE
  2579. BEGIN
  2580. IDS_ReqOSError "The Minidriver Development Tool must be run on Microsoft Windows NT 2000+. Cannot continue."
  2581. IDS_Delete2ItemQuery "Do you really want to delete the selected item(s)?"
  2582. IDS_StandAloneFontLoad "Because no GTT was found for '%s', changes made to the UFM cannot be saved.\n\nContinue?"
  2583. IDS_CantStoreStandAlone "This UFM was loaded without its corresponding GTT. Because of this, changes made to the UFM cannot be saved."
  2584. IDS_GPDStringSearchFailed "Cannot find the string '%s'."
  2585. IDS_MDWUpgradeMsg1 "The %s workspace needs to be upgraded."
  2586. IDS_MDWUpgradeMsg2 "\n\nUpgrade now?"
  2587. IDS_RCFileChanging " The RC file needs to be rewritten, too."
  2588. IDS_RCRepFailed1 "An RC file parsing error occurred so the workspace cannot be upgraded."
  2589. IDS_RCCommentHdr1 "/******************************************************************************\n\n"
  2590. IDS_RCCommentHdr2 " RC file generated by the Minidriver Development Tool"
  2591. IDS_RCCommentHdr3 "\n\n******************************************************************************/\n\n"
  2592. IDS_StdIncludeFile1 "<Minidrv.H>"
  2593. IDS_StdIncludeFile2 "<Common.RC>"
  2594. IDS_StdIncludeFile3 "<Windows.H>"
  2595. IDS_StdIncludeFile4 "<NTVerP.H>"
  2596. END
  2597. STRINGTABLE DISCARDABLE
  2598. BEGIN
  2599. IDS_BadGotoRCID """%s"" is not a valid RC ID."
  2600. IDS_NoGotoRCID "There is no string with RC ID = %s in this string table."
  2601. IDS_BadSearchString "You must enter a search string before a search can be performed."
  2602. IDS_NoSearchString "The search string ""%s"" is not in the string table."
  2603. IDS_SaveStrTabPrompt "Save changes to the %s string table?"
  2604. IDS_InvalidRCID "All RC IDs must be >= 1."
  2605. IDS_DuplicateRCID "All RC IDs must be unique."
  2606. IDS_EmptyStringInStrTab "Strings in the string table cannot be empty."
  2607. IDS_UnusualError "Unusual and Fatal Error: Syntax Checker failed!"
  2608. IDS_ErrorLabel "%d &errors and warnings in this GPD:"
  2609. IDS_BadGotoLineNum """%s"" is not a valid line number in this GPD."
  2610. IDS_GPDBackupFailed "%s could not be backed up. Should it be saved anyway?"
  2611. IDS_HeapCFailed "HeapCreate() failed while trying to convert the following CTT: %s."
  2612. IDS_ConvCTTFailed "BConvertCTT2GTT() failed while trying to convert %s."
  2613. IDS_RCForUFMPrompt "The resource file for the driver containing '%s' must be read to find the UFM's GTT. \n\nDo you want to tell the program where to find the resource file?"
  2614. IDS_UFMCompWarning "Warning: The UFM '%s' contains a GTT RC ID (%d), MDT load MDT default GTT."
  2615. END
  2616. STRINGTABLE DISCARDABLE
  2617. BEGIN
  2618. ID_BOGUS_NBTN "Find Next"
  2619. ID_BOGUS_PBTN "Find Previous"
  2620. ID_SrchNextBtn "Finds the next occurrence of the specified text\nFind Next"
  2621. ID_SrchPrevBtn "Finds the previous occurrence of the specified text\nFind Previous"
  2622. ID_BUTTON32788 "Now is the time"
  2623. END
  2624. STRINGTABLE DISCARDABLE
  2625. BEGIN
  2626. IDS_StdIncludeFile5 """common.ver"""
  2627. IDS_IncStmt "#include %s\n"
  2628. IDS_OldIncludeFile1 "<mindrvrc.h>"
  2629. IDS_MDWTooNewError "The workspace in %s was written for version %d of the Minidriver Development Tool (MDT). You are running MDT version %d. Because of this, the workspace cannot be loaded."
  2630. IDS_UpdateRCFile "%s was changed outside of the MDT. The MDT should reprocess the RC file to make sure those changes are not lost.\n\nReprocess the RC file now?"
  2631. IDS_MustSelCP "You must select one of the code pages in the list box before continuing."
  2632. IDS_HeapInGLoad "HeapCreate() failed during GTT load."
  2633. IDS_PGetFailedInGLoad "PGetDefaultGlyphset() failed in CGlyphMap::Load()."
  2634. IDS_INFWizTitle "INF File Generation Wizard"
  2635. IDS_INFModelsColLab "Models"
  2636. IDS_INFIncludesColLab "Included Status"
  2637. IDS_INFModelsToggleStr " * Included *"
  2638. IDS_INFNoModelsSel "You need to select at least one model to include in the INF file."
  2639. IDS_INFBiDiColLab "BI-DI Status"
  2640. IDS_INFBiDiToggleStr " * BI-DI *"
  2641. IDS_INFICMColLab "ICM Profile Filespecs"
  2642. END
  2643. STRINGTABLE DISCARDABLE
  2644. BEGIN
  2645. IDS_CommonRCFile "RC File (*.rc)|*.rc||"
  2646. IDS_CommonICMFile "ICM Profile File (*.icm)|*.icm|ICM Profile File (*.icc)|*.icc|ICM Profile File (*.*)|*.*||"
  2647. IDS_INFExFilesColLab "File Specifications"
  2648. IDS_CommonExtraFile "Extra File (*.*)|*.*||"
  2649. IDS_NoMfgError "You must enter a name for the manufacturer before continuing."
  2650. IDS_NoMfgAbbrevError "You must enter a two letter abbreviation for the manufacturer's name before continuing."
  2651. IDS_NonStdColLab "Key=Value Pairs"
  2652. IDS_ModelsSumTxt "Models selected for the INF file:\r\n"
  2653. IDS_BIDISumTxt "\r\nModels for BI-DI printers:\r\n"
  2654. IDS_NoneSumTxt "\tNone\r\n"
  2655. IDS_ICMSumTxt "\r\nICM profile files by model:\r\n"
  2656. IDS_NonStdFilesSumTxt "\r\nNonstandard files by model:\r\n"
  2657. IDS_MfgSumTxt "\r\nManufacturer:\t%s\r\n"
  2658. IDS_ProvSumTxt "Provider:\t\t%s\r\n"
  2659. IDS_NonStdSecSumTxt "\r\nNonstandard INF file sections:\r\n"
  2660. IDR_INF_FILE_VIEWER "\nINF File\n\nINF File (*.inf)\n.INF\n\n"
  2661. END
  2662. STRINGTABLE DISCARDABLE
  2663. BEGIN
  2664. ID_FILE_Check_INF "Check for existence of files referenced in the INF\nCheck INF"
  2665. ID_FILE_Change_INF "Use the wizard to modify the contents of the INF file\nChange INF"
  2666. IDS_INFText_HeaderCmt ";\r\n;\tPrinter Installation File\r\n;\r\n;\t List of supported printers, manufacturers\r\n;\r\n\r\n"
  2667. IDS_INFText_Version "[Version]\r\nSignature=""$Windows NT$""\r\nProvider=%%%s%%\r\nClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}\r\nClass=Printer\r\n"
  2668. IDS_INFText_PCAddr "[printer_class_addreg]\r\nHKR,,,,%PrinterClassName%\r\nHKR,,Icon,,""-4""\r\nHKR,,Installer32,,""ntprint.dll,ClassInstall32""\r\nHKR,,NoDisplayClass,,1\r\nHKR,,EnumPropPages32,,""printui.dll,PrinterPropPageProvider""\r\n"
  2669. IDS_INFText_MfgCmt ";\r\n; Manufacturer section.\r\n;\r\n; This section lists all of the manufacturers\r\n; that we will display in the Dialog box\r\n;\r\n\r\n"
  2670. IDS_INFText_Manufacturer "[Manufacturer]\r\n""%s""\r\n"
  2671. IDS_INFText_ClInst32 "[ClassInstall32.NT]\r\nAddReg=printer_class_addreg\r\n"
  2672. IDS_INFText_ModCmt ";\r\n; Model Specifications Section\r\n;\r\n\r\n"
  2673. IDS_INFText_CopySecCmt ";\r\n; Copy sections\r\n;\r\n\r\n"
  2674. IDS_INFText_CopyKey "CopyFiles="
  2675. IDS_INFText_CopyDataEntry "DataSection=UNIDRV_DATA\r\n"
  2676. IDS_INFText_UnidrvSec "[UNIDRV]\r\nUNIDRV.DLL\r\nUNIRES.DLL\r\nGPDPARSE.DLL\r\nUNIDRVUI.DLL\r\nSTDNAMES.GPD\r\nUNIDRV.HLP\r\n"
  2677. IDS_INFText_UnidrvDataSec
  2678. "[UNIDRV_DATA]\r\nDriverFile=UNIDRV.DLL\r\nConfigFile=UNIDRVUI.DLL\r\nHelpFile=UNIDRV.HLP\r\n"
  2679. IDS_INFText_InstallCmt ";\r\n; Installer section(s) referenced above.\r\n;\r\n\r\n"
  2680. END
  2681. STRINGTABLE DISCARDABLE
  2682. BEGIN
  2683. IDS_INFFile "OEMPRINT INF File"
  2684. IDS_INFGPDReadError "The INF Wizard could not read %s so the CopyFiles entry in that GPD's Install section may not be complete."
  2685. IDS_INFNoModelsError "No INF files can be generated for this project because it contains no models (GPDs)."
  2686. IDS_INFOpenError "Opening an INF file is not supported at this time."
  2687. IDR_INFCHECK "\n\n\n\n\n\n"
  2688. IDS_INFChk_NoModErr "Model %s: The GPD file ""%s"" does not exist."
  2689. IDS_INFChk_NoIncFileErr "Model %s: ""%s"" does not exist. It is referenced in an include statement in ""%s""."
  2690. IDS_INFChk_GPDReadErr """%s"" could not be read so the existince of the include files referenced it it cannot be checked."
  2691. IDS_INFChk_NoICMFileErr "Model %s: Missing ICM file ""%s""."
  2692. IDS_INFChk_NoNonStdFileErr "Model %s: Missing nonstandard file ""%s""."
  2693. IDS_INFChk_NoResDLLErr "Driver %s: Could not find the resource DLL ""%s""."
  2694. IDS_INFChecksOK "No INF consistency problems were found. All files checked exist."
  2695. IDS_INFCheckTitle "%s: INF Consistency Check Results"
  2696. IDS_UFMTooSmallError "%s is too small to contain a correctly formed UFM so it cannot be loaded."
  2697. IDS_ReservedRCIDUsed "RC IDs in the range 10,000 - 20,000 are reserved. They can only be used by unidriv."
  2698. IDS_BadKernPairError "Duplicate kerning pair found; pair #%d, amount = %d. first char = 0x%X, second char = 0x%X."
  2699. END
  2700. STRINGTABLE DISCARDABLE
  2701. BEGIN
  2702. IDS_INFText_DestDirs "[DestinationDirs]\r\nDefaultDestDir=66000\r\n"
  2703. IDS_INFText_SrcDiskNamesI
  2704. "[SourceDisksNames.x86]\r\n1 = %disk1%,,,\\i386\r\n"
  2705. IDS_INFTextSrcDiskFilesHdr "[SourceDisksFiles]\r\n"
  2706. IDS_INFText_CtrlFlags "[ControlFlags]\r\nExcludeFromSelect = 2369\r\n"
  2707. IDS_INFText_Strings "[Strings]\r\nPrinterClassName=""Printers""\r\n%s=""%s""\r\ndisk1=""%s Printer Driver Setup Disk""\r\n"
  2708. IDS_INFText_SrcDiskFilesEntry "%s = 1\r\n"
  2709. IDS_INFText_UnidrvSrcDskFiles
  2710. "UNIDRV.DLL = 1\r\nUNIRES.DLL = 1\r\nGPDPARSE.DLL = 1\r\nUNIDRVUI.DLL = 1\r\nSTDNAMES.GPD = 1\r\nUNIDRV.HLP = 1\r\n"
  2711. END
  2712. STRINGTABLE DISCARDABLE
  2713. BEGIN
  2714. IDS_NoFamilyNamesError "Error: There must be at least one family name."
  2715. IDS_MissingFieldError "Error: Blank field values are not allowed."
  2716. IDS_LessEqZeroError "The %s %s field is <= 0. It should be > 0.\n\nDo you want to fix it now?"
  2717. IDS_EmptyStrError "The %s %s field is empty. It should contain a string.\n\nDo you want to fix it now?"
  2718. IDS_LessZeroError "The %s %s field is < 0. It should be >= 0.\n\nDo you want to fix it now?"
  2719. IDS_GrterEqZeroError "The %s %s field is >= 0. It should be < 0.\n\nDo you want to fix it now?"
  2720. IDS_EqualsZeroError "The %s %s field is = 0. It should be nonzero.\n\nDo you want to fix it now?"
  2721. IDS_EqFieldsError "The %s and %s fields are the same. They should be different.\n\nDo you want to fix the problem now?"
  2722. IDS_BadWidth "Width #%d is <= 0. All widths should be > 0.\n\nDo you want to fix the problem now?"
  2723. IDS_NoGTTForUFMError "Warning: No GTT or code page could be found or loaded for the following UFM: %s. You should edit the UFM to set a valid GTT ID and/or code page. Then save the UFM. Only changes to the GTT ID and code page will be saved."
  2724. IDS_NoGTTForUFMFatalError
  2725. "%s could not be loaded because no GTT or code page could be found or loaded for it."
  2726. IDS_GTTCPChangedMsg "You changed the UFM's %s. Because of this, some of the data in the UFM's Width and/or Kerning table may have been invalidated. The UFM must be saved and reloaded to update those tables.\n\nShould this be done?"
  2727. IDS_CPID "default code page"
  2728. IDS_GTTID "GTT"
  2729. IDS_WidthsTableOK "Widths Table Checking Results:\n\nThe program could not find any obvious problems. Be that as it may, there are many problems the program cannot detect so you should still check the table yourself."
  2730. IDS_WidthsTableTooBig "Widths Table Checking Results:\n\nThe widths table has too many entries in it. The extra data is not displayed. It probably means there are a lot of problems in the table. Check it thoroughly. Any edit will remove the extra entries."
  2731. END
  2732. STRINGTABLE DISCARDABLE
  2733. BEGIN
  2734. IDS_KerningTableBadEnts "Kerning Pairs Table Checking Results:\n\nThe entries in the following table do not correspond to valid code points. They should be removed and the rest of the table checked for additional problems."
  2735. IDS_KerningTableOK "Kerning Pairs Table Checking Results:\n\nThe program could not find any obvious problems. Be that as it may, there are many problems the program cannot detect so you should still check the table yourself."
  2736. IDS_DefINFIncFile "NTPRINT.INF"
  2737. IDS_INFMissingIncError "Error: There is no include file for '%s'. Please add one before continuing."
  2738. IDS_INFMissingInstSecError
  2739. "Error: '%s' must have at least one of the following sections selected: UNIDRV.OEM, UNIDRV_BIDI.OEM, PSCRIPT.OEM, and Other."
  2740. IDS_INFNoOtherStrError "Error: You have indicated that '%s' requires other sections but none were specified."
  2741. IDS_IncFilesSumTxt "\r\nInclude files by model:\r\n"
  2742. IDS_InstSecsSumTxt "\r\nInstall sections by model:\r\n"
  2743. IDS_DataSecsSumTxt "\r\nData sections by model:\r\n"
  2744. IDS_InstSecUni "UNIDRV.OEM"
  2745. IDS_InstSecUniBiDi "UNIDRV_BIDI.OEM"
  2746. IDS_InstSecPScript "PSCRIPT.OEM"
  2747. IDS_InstSecTtf "TTFSUB.OEM"
  2748. IDS_DataSecUni "UNIDRV_DATA"
  2749. IDS_DataSecUniBiDi "UNIDRV_BIDI_DATA"
  2750. IDS_DataSecPScript "PSCRIPT_DATA"
  2751. END
  2752. STRINGTABLE DISCARDABLE
  2753. BEGIN
  2754. IDS_INFText_IncludeKey "Include=%s\r\n"
  2755. IDS_INFText_NeedsKey "Needs=%s\r\n"
  2756. IDS_INFText_DataSecKey "\r\nDataSection=%s\r\n"
  2757. IDS_INFMissingDataSecError
  2758. "Error: '%s' must have at least one of the following sections selected: UNIDRV_DATA, UNIDRV_BIDI_DATA, PSCRIPT_DATA, and Other."
  2759. IDS_INFText_DataFileKey "DataFile=%s\r\n"
  2760. IDS_INFSecNeededColLab "Section Needed Status"
  2761. IDS_INF_NSMS_ToggleStr "* Section Needed *"
  2762. IDS_NonStdModelsSumTxt "\r\nNonstandard sections needed by models:\r\n"
  2763. IDS_INFNoDLLError "Error: No resource DLL name could be found in %s."
  2764. IDS_INFPnPIDColLab "PnP ID"
  2765. IDS_PnPIDSumTxt "\r\nModels with real PnP IDs:\r\n"
  2766. IDS_INFText_ICMDest "%s=66003\r\n"
  2767. IDS_PnPSpacesError "Spaces are illegal in PnP IDs. Please remove all spaces from the IDs before continuing."
  2768. IDS_GTTCPOnlySaved "Reminder: Only the UFM's dwGlyphSetDataRCID and ulDefaultCodePage values will be saved. The rest of the UFM will be unchanged."
  2769. IDS_UFMOKNow "Now that the UFM (%s) has a valid GTT and/or code page associated with it, all parts of the UFM can be edited and saved."
  2770. IDS_UnExpFilTypError "Unexpected file type."
  2771. END
  2772. STRINGTABLE DISCARDABLE
  2773. BEGIN
  2774. IDS_MDWExtension ".MDW"
  2775. IDS_CTTFarEastCPError "Conversion of a driver with CTTs is not support when an East Asia code page is selected as the default code page for the driver. Conversion cannot continue.\r\n"
  2776. IDS_OldDriverRootDir "NT5"
  2777. IDS_NewDriverRootDir "W2K"
  2778. IDS_BadDestPath "The base directory path must end with ""%s""."
  2779. IDS_ResourceError "Insufficient Resource"
  2780. IDS_LoadGTTError "Fail to load Glyph Map Table"
  2781. IDS_StrEditNoSave "Need to load String Editor from Workspace to save"
  2782. IDS_NotFoundRC "The RC file was not found in the expected directory or different name from driver name; \nDo you want to tell the program where to find the RC file?"
  2783. IDS_StrEditNoEdit "String Editor could be edited when loaded in Workspace"
  2784. IDS_NewUFM "New UFMs are created under %s directory"
  2785. IDS_NewUFMError "Fail to convert from PFM to UFM"
  2786. IDS_NewGTT "New GTTs are created under %s directory"
  2787. IDS_NewGTTError "Fail to convert from CTT to GTT"
  2788. IDS_FileNewExist "A file with the specified name exists at the specified location. Do you want to overwrite it with this new file ?"
  2789. IDS_FileAlreadExist "Directory/File with selected name already exist, you can't create directory/file"
  2790. END
  2791. STRINGTABLE DISCARDABLE
  2792. BEGIN
  2793. IDS_FileCreateDirectory "Fail to create the Project Direcotry"
  2794. IDS_NoFileName "File name is not specified"
  2795. IDS_TemplateCreated "New template file (GPD file) is created in %s directory, you can modify template by editing this GPD file."
  2796. IDS_FailCreateTemplate "Template file name or path is not set, Or name is already in the list"
  2797. IDS_FailCreateTempDir "Fail to create the template directory"
  2798. END
  2799. #endif // English (U.S.) resources
  2800. /////////////////////////////////////////////////////////////////////////////
  2801. /////////////////////////////////////////////////////////////////////////////
  2802. //
  2803. // Dialog
  2804. //
  2805. IDD_NewResource DIALOG DISCARDABLE 0, 0, 267, 210
  2806. STYLE WS_CHILD | WS_CAPTION
  2807. CAPTION "Include Resource"
  2808. FONT 8, "MS Shell Dlg"
  2809. BEGIN
  2810. EDITTEXT IDC_EDIT_MODEL,85,15,110,15,ES_AUTOHSCROLL
  2811. EDITTEXT IDC_EDIT_GPD,85,40,110,15,ES_AUTOHSCROLL
  2812. EDITTEXT IDC_EDIT_RESOUREC,85,65,110,15,ES_AUTOHSCROLL
  2813. LTEXT "Model name",IDC_STATIC,15,15,55,15
  2814. LTEXT "GPD file name",IDC_STATIC,15,40,60,15
  2815. LTEXT "ResourceDLL name",IDC_STATIC,15,65,55,20
  2816. CONTROL "Include Fonts",IDC_CHECK_FONTS,"Button",BS_AUTOCHECKBOX |
  2817. WS_TABSTOP,20,115,100,15
  2818. EDITTEXT IDC_UFM_PATH,75,135,120,15,ES_AUTOHSCROLL
  2819. PUSHBUTTON "...",IDC_SerchUFM,205,135,20,15
  2820. EDITTEXT IDC_GTT_PATH,75,160,120,15,ES_AUTOHSCROLL
  2821. PUSHBUTTON "...",IDC_SearchGTT,205,160,20,15
  2822. LTEXT "UFM Files",IDC_STATIC,15,135,40,15
  2823. LTEXT "GTT Files",IDC_STATIC,15,160,40,15
  2824. END
  2825. IDD_NEW_PROJECT DIALOG DISCARDABLE 0, 0, 250, 210
  2826. STYLE WS_CHILD | WS_CAPTION
  2827. CAPTION "Projects"
  2828. FONT 8, "MS Shell Dlg"
  2829. BEGIN
  2830. EDITTEXT IDC_EDIT_NPRJNAME,129,45,102,14,ES_AUTOHSCROLL
  2831. EDITTEXT IDC_EDIT_NPRJLOC,129,95,101,13,ES_AUTOHSCROLL
  2832. LTEXT "Project Name",IDC_STATIC,129,30,50,8
  2833. LTEXT "Location",IDC_STATIC,129,80,78,10
  2834. PUSHBUTTON "...",IDC_DirBrowser,209,80,16,14
  2835. LTEXT "Template Name ",IDC_STATIC,7,168,55,10
  2836. EDITTEXT IDC_EDIT_AddTName,67,168,115,15,ES_AUTOHSCROLL
  2837. LTEXT "Template File",IDC_STATIC,7,188,50,10
  2838. EDITTEXT IDC_EDIT_AddTPath,67,188,115,15,ES_AUTOHSCROLL | NOT
  2839. WS_TABSTOP
  2840. PUSHBUTTON "....",IDC_Search_PRJ,187,190,20,13,NOT WS_TABSTOP
  2841. LTEXT "Project Template",IDC_STATIC,5,5,105,10
  2842. CONTROL "Add Template",IDC_CHECK_ADD,"Button",BS_AUTOCHECKBOX |
  2843. WS_TABSTOP,7,153,100,10
  2844. CONTROL "List1",IDC_LIST_ProjectTemplate,"SysListView32",
  2845. LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER |
  2846. WS_TABSTOP,7,20,113,120
  2847. PUSHBUTTON "Add",IDC_AddTemplate,187,167,19,14
  2848. END
  2849. /////////////////////////////////////////////////////////////////////////////
  2850. //
  2851. // DESIGNINFO
  2852. //
  2853. #ifdef APSTUDIO_INVOKED
  2854. GUIDELINES DESIGNINFO DISCARDABLE
  2855. BEGIN
  2856. IDD_NewResource, DIALOG
  2857. BEGIN
  2858. LEFTMARGIN, 7
  2859. RIGHTMARGIN, 260
  2860. TOPMARGIN, 7
  2861. BOTTOMMARGIN, 203
  2862. END
  2863. IDD_NEW_PROJECT, DIALOG
  2864. BEGIN
  2865. LEFTMARGIN, 7
  2866. RIGHTMARGIN, 243
  2867. TOPMARGIN, 7
  2868. BOTTOMMARGIN, 203
  2869. END
  2870. END
  2871. #endif // APSTUDIO_INVOKED
  2872. /////////////////////////////////////////////////////////////////////////////
  2873. /////////////////////////////////////////////////////////////////////////////
  2874. //
  2875. // Bitmap
  2876. //
  2877. IDB_SMALLGLYPH BITMAP DISCARDABLE "res\\bmp00002.bmp"
  2878. /////////////////////////////////////////////////////////////////////////////
  2879. //
  2880. // Dialog
  2881. //
  2882. IDD_ConvertCTT DIALOG DISCARDABLE 0, 0, 257, 206
  2883. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  2884. CAPTION "GTT Converter"
  2885. FONT 8, "MS Shell Dlg"
  2886. BEGIN
  2887. LTEXT "Codepage",-1,10,45,40,10
  2888. COMBOBOX IDC_COMBO_Codepage,65,40,95,40,CBS_DROPDOWN | CBS_SORT |
  2889. WS_VSCROLL | WS_TABSTOP
  2890. LTEXT "CTT File",-1,10,80,40,10
  2891. EDITTEXT IDC_EDIT_CTTFile,65,80,95,15,ES_AUTOHSCROLL
  2892. PUSHBUTTON "...",IDC_CTTBrowser,170,80,15,15
  2893. LTEXT "GTT Directory",-1,10,145,45,15
  2894. EDITTEXT IDC_GttDirectory,65,145,95,15,ES_AUTOHSCROLL
  2895. END
  2896. IDD_ConvertPFM DIALOG DISCARDABLE 0, 0, 257, 206
  2897. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  2898. CAPTION "Convert PFM"
  2899. FONT 8, "MS Shell Dlg"
  2900. BEGIN
  2901. LTEXT "Codepage",-1,10,35,40,10
  2902. LTEXT "PFM Files",-1,10,110,40,10
  2903. EDITTEXT IDC_PfmFiles,61,109,95,15,ES_AUTOHSCROLL
  2904. PUSHBUTTON "...",IDC_PFMBrowser,175,110,15,15
  2905. LTEXT "UFM Directory",-1,10,175,45,15
  2906. EDITTEXT IDC_UfmDir,61,174,95,15,ES_AUTOHSCROLL
  2907. LTEXT "MDT use codepage and gtt file for converting pfm to ufm, these information are required for width table and kerning table.",
  2908. -1,5,0,250,20
  2909. LTEXT "GTT File",-1,10,70,40,10
  2910. EDITTEXT IDC_GttPath,61,69,95,15,ES_AUTOHSCROLL
  2911. PUSHBUTTON "...",IDC_GTTBrowser,175,70,15,15
  2912. COMBOBOX IDC_ComboCodePage,61,34,90,40,CBS_DROPDOWN | CBS_SORT |
  2913. WS_VSCROLL | WS_TABSTOP
  2914. PUSHBUTTON "...",IDC_UfmDirBrowser,175,175,15,15
  2915. END
  2916. /////////////////////////////////////////////////////////////////////////////
  2917. //
  2918. // DESIGNINFO
  2919. //
  2920. #ifdef APSTUDIO_INVOKED
  2921. GUIDELINES DESIGNINFO DISCARDABLE
  2922. BEGIN
  2923. IDD_ConvertCTT, DIALOG
  2924. BEGIN
  2925. LEFTMARGIN, 7
  2926. RIGHTMARGIN, 250
  2927. TOPMARGIN, 7
  2928. BOTTOMMARGIN, 199
  2929. END
  2930. IDD_ConvertPFM, DIALOG
  2931. BEGIN
  2932. LEFTMARGIN, 7
  2933. RIGHTMARGIN, 250
  2934. TOPMARGIN, 7
  2935. BOTTOMMARGIN, 199
  2936. END
  2937. END
  2938. #endif // APSTUDIO_INVOKED
  2939. /////////////////////////////////////////////////////////////////////////////
  2940. #ifndef APSTUDIO_INVOKED
  2941. /////////////////////////////////////////////////////////////////////////////
  2942. //
  2943. // Generated from the TEXTINCLUDE 3 resource.
  2944. //
  2945. #define _AFX_NO_SPLITTER_RESOURCES
  2946. #define _AFX_NO_OLE_RESOURCES
  2947. #define _AFX_NO_TRACKER_RESOURCES
  2948. #define _AFX_NO_PROPERTY_RESOURCES
  2949. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  2950. #ifdef _WIN32
  2951. LANGUAGE 9, 1
  2952. #pragma code_page(1252)
  2953. #endif
  2954. #include "res\MiniDev.Rc2" // non-Microsoft Visual C++ edited resources
  2955. #include "afxres.rc" // Standard components
  2956. #include "afxprint.rc" // printing/print preview resources
  2957. #endif
  2958. /////////////////////////////////////////////////////////////////////////////
  2959. #endif // not APSTUDIO_INVOKED