IE.rc
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:5k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  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. // Chinese (P.R.C.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  17. #pragma code_page(936)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 4, 2rn"
  43.     "#pragma code_page(936)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\IE.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""l.chs\afxres.rc""          // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. #ifndef _MAC
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Version
  55. //
  56. VS_VERSION_INFO VERSIONINFO
  57.  FILEVERSION 1,0,0,1
  58.  PRODUCTVERSION 1,0,0,1
  59.  FILEFLAGSMASK 0x3fL
  60. #ifdef _DEBUG
  61.  FILEFLAGS 0x1L
  62. #else
  63.  FILEFLAGS 0x0L
  64. #endif
  65.  FILEOS 0x4L
  66.  FILETYPE 0x2L
  67.  FILESUBTYPE 0x0L
  68. BEGIN
  69.     BLOCK "StringFileInfo"
  70.     BEGIN
  71.         BLOCK "080404B0"
  72.         BEGIN
  73.             VALUE "CompanyName", ""
  74.             VALUE "FileDescription", "IE DLL"
  75.             VALUE "FileVersion", "1, 0, 0, 1"
  76.             VALUE "InternalName", "IE"
  77.             VALUE "LegalCopyright", "版权所有 (C) 2004"
  78.             VALUE "LegalTrademarks", ""
  79.             VALUE "OriginalFilename", "IE.DLL"
  80.             VALUE "ProductName", "IE Dynamic Link Library"
  81.             VALUE "ProductVersion", "1, 0, 0, 1"
  82.         END
  83.     END
  84.     BLOCK "VarFileInfo"
  85.     BEGIN
  86.         VALUE "Translation", 0x804, 1200
  87.     END
  88. END
  89. #endif    // !_MAC
  90. /////////////////////////////////////////////////////////////////////////////
  91. //
  92. // Toolbar
  93. //
  94. IDR_MAIN_TOOLBAR TOOLBAR DISCARDABLE  21, 20
  95. BEGIN
  96.     BUTTON      ID_OPEN
  97.     BUTTON      ID_SAVE
  98.     BUTTON      ID_BACKWORD
  99.     BUTTON      ID_FORWORD
  100.     BUTTON      ID_STOP
  101.     BUTTON      ID_FLUSH
  102.     BUTTON      ID_HOME
  103.     BUTTON      ID_SEARCH
  104.     BUTTON      ID_FAVORITE
  105.     BUTTON      ID_HISTORY
  106.     BUTTON      ID_FONT
  107. END
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // Bitmap
  111. //
  112. IDR_MAIN_TOOLBAR        BITMAP  DISCARDABLE     "toolbar1.bmp"
  113. IDB_HOTTOOLBAR          BITMAP  DISCARDABLE     "res\hottoolb.bmp"
  114. IDB_COLDTOOLBAR         BITMAP  DISCARDABLE     "res\coldtool.bmp"
  115. IDB_TOOLBAR_BK_BITMAP   BITMAP  DISCARDABLE     "res\工具栏背景.bmp"
  116. /////////////////////////////////////////////////////////////////////////////
  117. //
  118. // Menu
  119. //
  120. IDR_FONT_MENU MENU DISCARDABLE 
  121. BEGIN
  122.     POPUP "子体"
  123.     BEGIN
  124.         MENUITEM "最大",                        ID_FONT_BIGGEST
  125.         MENUITEM "较大",                        ID_FONT_BIGGER
  126.         MENUITEM "中等",                        ID_FONT_MIDDLE
  127.         MENUITEM "较小",                        ID_FONT_SMALLER
  128.         MENUITEM "最小",                        ID_FONT_SMALLEST
  129.     END
  130. END
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // String Table
  134. //
  135. STRINGTABLE DISCARDABLE 
  136. BEGIN
  137.     CG_ID_VIEW_MYDIALOGBAR  "Show or hide My Dialog BarnToggle My Dialog Bar"
  138. END
  139. STRINGTABLE DISCARDABLE 
  140. BEGIN
  141.     ID_BUTTON32771          "打开"
  142.     ID_SAVE                 "n另存为"
  143.     ID_BACKWORD             "n后退"
  144.     ID_FORWORD              "n前进"
  145.     ID_STOP                 "n停止"
  146.     ID_FLUSH                "n刷新"
  147.     ID_HOME                 "n主页"
  148.     ID_OPEN                 "n打开"
  149.     ID_SEARCH               "n搜索"
  150.     ID_FAVORITE             "n收藏夹"
  151.     ID_HISTORY              "n历史纪录"
  152.     ID_FONT                 "n字体"
  153. END
  154. #endif    // Chinese (P.R.C.) resources
  155. /////////////////////////////////////////////////////////////////////////////
  156. #ifndef APSTUDIO_INVOKED
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // Generated from the TEXTINCLUDE 3 resource.
  160. //
  161. #define _AFX_NO_SPLITTER_RESOURCES
  162. #define _AFX_NO_OLE_RESOURCES
  163. #define _AFX_NO_TRACKER_RESOURCES
  164. #define _AFX_NO_PROPERTY_RESOURCES
  165. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  166. #ifdef _WIN32
  167. LANGUAGE 4, 2
  168. #pragma code_page(936)
  169. #endif //_WIN32
  170. #include "resIE.rc2"  // non-Microsoft Visual C++ edited resources
  171. #include "l.chsafxres.rc"          // Standard components
  172. #endif
  173. /////////////////////////////////////////////////////////////////////////////
  174. #endif    // not APSTUDIO_INVOKED