home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / gdi / fonts / gridfont / app.res / app.rc next >
Text (UTF-16)  |  1998-03-30  |  11KB  |  200 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. GRID MENU
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. {
  6.   POPUP "&File"
  7.   {
  8.     MENUITEM "&Print...",  1
  9.     MENUITEM SEPARATOR
  10.     MENUITEM "E&xit",  2
  11.   }
  12.   POPUP "&View"
  13.   {
  14.     MENUITEM "&Next Page",  3
  15.     MENUITEM "&Prev Page",  4
  16.     MENUITEM SEPARATOR
  17.     MENUITEM "&Next Section",  5
  18.     MENUITEM "&Prev Section",  6
  19.     MENUITEM SEPARATOR
  20.     MENUITEM "Zoom &In",  7
  21.     MENUITEM "Zoom &Out",  8
  22.   }
  23.   POPUP "&Options"
  24.   {
  25.     MENUITEM "&Font...",  9
  26.     MENUITEM SEPARATOR
  27.     MENUITEM "&Show All Pages",  13
  28.     MENUITEM "&Decimal",  10
  29.     MENUITEM "Show &Properties...",  40001
  30.   }
  31.   POPUP "\x08&Help"
  32.   {
  33.     MENUITEM "&Help",  11
  34.     MENUITEM "&About...",  12
  35.   }
  36. }
  37.  
  38. ABOUTBOX DIALOG 20, 20, 160, 80
  39. STYLE WS_POPUP | WS_DLGFRAME
  40. CAPTION ""
  41. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  42. {
  43.    CONTROL "GridFont", -1, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 12, 160, 8 
  44.    CONTROL "Grid", -1, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 8, 8, 0, 0 
  45.    CONTROL "Unicode Sample Program", -1, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 36, 160, 8 
  46.    CONTROL "(c) Microsoft Corporation, 1992-1994", -1, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 0, 48, 160, 8 
  47.    CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 64, 60, 32, 14 
  48. }
  49.  
  50. PRINTDLGBOX DIALOG 40, 40, 120, 40
  51. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  52. CAPTION ""
  53. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  54. {
  55.    CONTROL "Cancel Printing", -1, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE | WS_GROUP, 4, 6, 120, 12 
  56.    CONTROL "Cancel", 2, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 44, 22, 32, 14 
  57. }
  58.  
  59. PROPERTIES DIALOG 0, 0, 185, 167
  60. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  61. CAPTION "Character Properties"
  62. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  63. FONT 8, "MS Shell Dlg"
  64. {
  65.    CONTROL "&Select", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 129, 6, 50, 14 
  66.    CONTROL "&None", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 129, 23, 50, 14 
  67.    CONTROL "", 1000, LISTBOX, LBS_NOTIFY | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP, 8, 8, 113, 135 
  68.    CONTROL "Selected Property to highlight in Font Grid", -1, STATIC, SS_LEFTNOWORDWRAP | WS_CHILD | WS_VISIBLE | WS_GROUP, 9, 148, 168, 11 
  69. }
  70.  
  71. STRINGTABLE
  72. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  73. {
  74.   0,     "Control"
  75.   1,     "Basic Latin"
  76.   2,     "Control"
  77.   3,     "Latin-1 Supplement"
  78.   4,     "Latin Extended-A"
  79.   5,     "Latin Extended-B"
  80.   6,     "Latin Extended-B"
  81.   7,     "IPA Extensions"
  82.   8,     "Spacing Modifier Letters"
  83.   9,     "Combining Diacritical Marks"
  84.   10,     "Basic Greek"
  85.   11,     "Greek Symbol and Coptic"
  86.   12,     "Cyrillic"
  87.   13,     "Unassigned"
  88.   14,     "Armenian"
  89.   15,     "Hebrew (Basic and Extended)"
  90. }
  91.  
  92. STRINGTABLE
  93. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  94. {
  95.   16,     "Arabic (Basic and Extended)"
  96.   17,     "Unassigned"
  97.   18,     "Devanagari"
  98.   19,     "Bengali"
  99.   20,     "Gurmukhi"
  100.   21,     "Gujarati"
  101.   22,     "Oriya"
  102.   23,     "Tamil"
  103.   24,     "Telugu"
  104.   25,     "Kannada"
  105.   26,     "Malayalam"
  106.   27,     "Unassigned"
  107.   28,     "Thai"
  108.   29,     "Lao"
  109.   30,     "Unassigned"
  110.   31,     "Unassigned"
  111. }
  112.  
  113. STRINGTABLE
  114. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  115. {
  116.   32,     "Georgian (Basic and Extended)"
  117.   33,     "Hangul Jamo"
  118.   34,     "Unassigned"
  119.   35,     "Latin Extended Additional"
  120.   36,     "Greek Extended"
  121.   37,     "General Punctuation"
  122.   38,     "Superscripts & Subscripts"
  123.   39,     "Currency Symbol"
  124.   40,     "Combining D. Marks"
  125.   41,     "Letterlike Symbols"
  126.   42,     "Number Forms"
  127.   43,     "Arrows"
  128.   44,     "Mathematical Operators"
  129.   45,     "Miscellaneous Technical"
  130.   46,     "Control Pictures"
  131.   47,     "OCR"
  132. }
  133.  
  134. STRINGTABLE
  135. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  136. {
  137.   48,     "Enclosed Alphanumerics"
  138.   49,     "Box Drawing"
  139.   50,     "Block Elements"
  140.   51,     "Geometric Shapes"
  141.   52,     "Miscellaneous Dingbats"
  142.   53,     "Dingbats"
  143.   54,     "Unassigned"
  144.   55,     "Unassigned"
  145.   56,     "CJK Symbols and Punctuation"
  146.   57,     "Hiragana"
  147.   58,     "Katakana"
  148.   59,     "Bopomofo"
  149.   60,     "Hangul Compatibility Jamo"
  150.   61,     "CJK Misc"
  151.   62,     "Unassigned"
  152.   63,     "Enclosed CJK Letters and Months"
  153. }
  154.  
  155. STRINGTABLE
  156. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  157. {
  158.   64,     "CJK Compatibility"
  159.   65,     "Hangul"
  160.   66,     "Hangul"
  161.   67,     "Hangul Supplementary-A"
  162.   68,     "Hangul Supplementary-A"
  163.   69,     "Hangul Supplementary-A and B"
  164.   70,     "Hangul Supplementary-B"
  165.   71,     "CJK Unified Ideographs"
  166.   72,     "Unassigned"
  167.   73,     "Private Use Area"
  168.   74,     "CJK Compatibility Ideographs"
  169.   75,     "Alphabetic Presentation Forms"
  170.   76,     "Arabic Presentation Forms-A"
  171.   77,     "Arabic Presentation Forms-A"
  172.   78,     "Unassig."
  173.   79,     "Comb. Half Marks, CJK Comp. Forms & SFV"
  174. }
  175.  
  176. STRINGTABLE
  177. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  178. {
  179.   80,     "Arabic Presentation Forms-B"
  180.   81,     "Halfwidth and Fullwidth Forms"
  181.   82,     "Sp."
  182.   83,     "SENTINEL"
  183. }
  184.  
  185. STRINGTABLE
  186. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  187. {
  188.   1024,     "CharGrid"
  189.   1025,     "Character Grid"
  190.   1026,     "Lucida Sans Unicode"
  191.   1027,     "Times New Roman"
  192.   1028,     "Arial Narrow"
  193.   1029,     "Arial"
  194.   1030,     "An Error occurred during printing"
  195.   1031,     "This doesn't work yet"
  196. }
  197.  
  198. GRID ICON "GRID.ico"
  199.  
  200.