APP.RC
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:8k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #include "windows.h"
  11. #undef APSTUDIO_HIDDEN_SYMBOLS
  12. #include "app.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // Icon
  18. //
  19. GRID                    ICON    DISCARDABLE     "Grid.ico"
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Menu
  23. //
  24. GRID MENU DISCARDABLE 
  25. BEGIN
  26.     POPUP "&File"
  27.     BEGIN
  28.         MENUITEM "&Print...",                   IDM_PRINT
  29.         MENUITEM SEPARATOR
  30.         MENUITEM "E&xit",                       IDM_EXIT
  31.     END
  32.     POPUP "&View"
  33.     BEGIN
  34.         MENUITEM "&Next Page",                  IDM_NEXTPAGE
  35.         MENUITEM "&Prev Page",                  IDM_PREVPAGE
  36.         MENUITEM SEPARATOR
  37.         MENUITEM "&Next Section",               IDM_NEXTSECTION
  38.         MENUITEM "&Prev Section",               IDM_PREVSECTION
  39.         MENUITEM SEPARATOR
  40.         MENUITEM "Zoom &In",                    IDM_ZOOMIN
  41.         MENUITEM "Zoom &Out",                   IDM_ZOOMOUT
  42.     END
  43.     POPUP "&Options"
  44.     BEGIN
  45.         MENUITEM "&Font...",                    IDM_FONT
  46.         MENUITEM SEPARATOR
  47.         MENUITEM "&Show All Pages",             IDM_ALLPAGES
  48.         MENUITEM "&Decimal",                    IDM_DECIMAL
  49.         MENUITEM "Show &Properties...",         IDM_SHOWPROP
  50.     END
  51.     POPUP "a&Help", HELP
  52.     BEGIN
  53.         MENUITEM "&Help",                       IDM_HELP
  54.         MENUITEM "&About...",                   IDM_ABOUT
  55.     END
  56. END
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. ABOUTBOX DIALOG DISCARDABLE  20, 20, 160, 80
  62. STYLE WS_POPUP | WS_DLGFRAME
  63. BEGIN
  64.     CTEXT           "GridFont",-1,0,12,160,8
  65.     ICON            "Grid",-1,8,8,0,0
  66.     CTEXT           "Unicode Sample Program",-1,0,36,160,8
  67.     CTEXT           "(c) Microsoft Corporation, 1992-1994",-1,0,48,160,8
  68.     DEFPUSHBUTTON   "OK",IDOK,64,60,32,14,WS_GROUP
  69. END
  70. PRINTDLGBOX DIALOG DISCARDABLE  40, 40, 120, 40
  71. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  72. BEGIN
  73.     CTEXT           "Cancel Printing",-1,4,6,120,12
  74.     DEFPUSHBUTTON   "Cancel",IDCANCEL,44,22,32,14,WS_GROUP
  75. END
  76. PROPERTIES DIALOG DISCARDABLE  0, 0, 185, 167
  77. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  78. CAPTION "Character Properties"
  79. FONT 8, "MS Shell Dlg"
  80. BEGIN
  81.     DEFPUSHBUTTON   "&Select",IDOK,129,6,50,14
  82.     PUSHBUTTON      "&None",IDCANCEL,129,23,50,14
  83.     LISTBOX         IDC_PROPLIST,8,8,113,135,WS_VSCROLL | WS_TABSTOP
  84.     CONTROL         "Selected Property to highlight in Font Grid",IDC_STATIC,
  85.                     "Static",SS_LEFTNOWORDWRAP | WS_GROUP,9,148,168,11
  86. END
  87. #ifdef APSTUDIO_INVOKED
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // TEXTINCLUDE
  91. //
  92. 1 TEXTINCLUDE DISCARDABLE 
  93. BEGIN
  94.     "resource.h"
  95. END
  96. 2 TEXTINCLUDE DISCARDABLE 
  97. BEGIN
  98.     "#define APSTUDIO_HIDDEN_SYMBOLSrn"
  99.     "#include ""windows.h""rn"
  100.     "#undef APSTUDIO_HIDDEN_SYMBOLSrn"
  101.     "#include ""app.h""rn"
  102.     ""
  103. END
  104. 3 TEXTINCLUDE DISCARDABLE 
  105. BEGIN
  106.     "rn"
  107.     ""
  108. END
  109. /////////////////////////////////////////////////////////////////////////////
  110. #endif    // APSTUDIO_INVOKED
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // String Table
  114. //
  115. STRINGTABLE DISCARDABLE 
  116. BEGIN
  117.     0                       "Control"
  118.     1                       "Basic Latin"
  119.     2                       "Control"
  120.     3                       "Latin-1 Supplement"
  121.     4                       "Latin Extended-A"
  122.     5                       "Latin Extended-B"
  123.     6                       "Latin Extended-B"
  124.     7                       "IPA Extensions"
  125.     8                       "Spacing Modifier Letters"
  126.     9                       "Combining Diacritical Marks"
  127.     10                      "Basic Greek"
  128.     11                      "Greek Symbol and Coptic"
  129.     12                      "Cyrillic"
  130.     13                      "Unassigned"
  131.     14                      "Armenian"
  132.     15                      "Hebrew (Basic and Extended)"
  133. END
  134. STRINGTABLE DISCARDABLE 
  135. BEGIN
  136.     16                      "Arabic (Basic and Extended)"
  137.     17                      "Unassigned"
  138.     18                      "Devanagari"
  139.     19                      "Bengali"
  140.     20                      "Gurmukhi"
  141.     21                      "Gujarati"
  142.     22                      "Oriya"
  143.     23                      "Tamil"
  144.     24                      "Telugu"
  145.     25                      "Kannada"
  146.     26                      "Malayalam"
  147.     27                      "Unassigned"
  148.     28                      "Thai"
  149.     29                      "Lao"
  150.     30                      "Unassigned"
  151.     31                      "Unassigned"
  152. END
  153. STRINGTABLE DISCARDABLE 
  154. BEGIN
  155.     32                      "Georgian (Basic and Extended)"
  156.     33                      "Hangul Jamo"
  157.     34                      "Unassigned"
  158.     35                      "Latin Extended Additional"
  159.     36                      "Greek Extended"
  160.     37                      "General Punctuation"
  161.     38                      "Superscripts & Subscripts"
  162.     39                      "Currency Symbol"
  163.     40                      "Combining D. Marks"
  164.     41                      "Letterlike Symbols"
  165.     42                      "Number Forms"
  166.     43                      "Arrows"
  167.     44                      "Mathematical Operators"
  168.     45                      "Miscellaneous Technical"
  169.     46                      "Control Pictures"
  170.     47                      "OCR"
  171. END
  172. STRINGTABLE DISCARDABLE 
  173. BEGIN
  174.     48                      "Enclosed Alphanumerics"
  175.     49                      "Box Drawing"
  176.     50                      "Block Elements"
  177.     51                      "Geometric Shapes"
  178.     52                      "Miscellaneous Dingbats"
  179.     53                      "Dingbats"
  180.     54                      "Unassigned"
  181.     55                      "Unassigned"
  182.     56                      "CJK Symbols and Punctuation"
  183.     57                      "Hiragana"
  184.     58                      "Katakana"
  185.     59                      "Bopomofo"
  186.     60                      "Hangul Compatibility Jamo"
  187.     61                      "CJK Misc"
  188.     62                      "Unassigned"
  189.     63                      "Enclosed CJK Letters and Months"
  190. END
  191. STRINGTABLE DISCARDABLE 
  192. BEGIN
  193.     64                      "CJK Compatibility"
  194.     65                      "Hangul"
  195.     66                      "Hangul"
  196.     67                      "Hangul Supplementary-A"
  197.     68                      "Hangul Supplementary-A"
  198.     69                      "Hangul Supplementary-A and B"
  199.     70                      "Hangul Supplementary-B"
  200.     71                      "CJK Unified Ideographs"
  201.     72                      "Unassigned"
  202.     73                      "Private Use Area"
  203.     74                      "CJK Compatibility Ideographs"
  204.     75                      "Alphabetic Presentation Forms"
  205.     76                      "Arabic Presentation Forms-A"
  206.     77                      "Arabic Presentation Forms-A"
  207.     78                      "Unassig."
  208.     79                      "Comb. Half Marks, CJK Comp. Forms & SFV"
  209. END
  210. STRINGTABLE DISCARDABLE 
  211. BEGIN
  212.     80                      "Arabic Presentation Forms-B"
  213.     81                      "Halfwidth and Fullwidth Forms"
  214.     82                      "Sp."
  215.     83                      "SENTINEL"
  216. END
  217. STRINGTABLE DISCARDABLE 
  218. BEGIN
  219.     IDS_CLASSNAME           "CharGrid"
  220.     IDS_MSGCAPTION          "Character Grid"
  221.     IDS_UCFONT              "Lucida Sans Unicode"
  222.     IDS_ANSIFONT            "Times New Roman"
  223.     IDS_LABELFONT           "Arial Narrow"
  224.     IDS_HEADERFONT          "Arial"
  225.     IDS_PRINTERR            "An Error occurred during printing"
  226.     IDS_NOTIMPLEM           "This doesn't work yet"
  227. END
  228. #ifndef APSTUDIO_INVOKED
  229. /////////////////////////////////////////////////////////////////////////////
  230. //
  231. // Generated from the TEXTINCLUDE 3 resource.
  232. //
  233. /////////////////////////////////////////////////////////////////////////////
  234. #endif    // not APSTUDIO_INVOKED