home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBToolbar / HTBToolbar.rc < prev    next >
Encoding:
Text File  |  2005-03-02  |  4.3 KB  |  161 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif //_WIN32\r\n"
  53.     "#include ""res\\HTBToolbar.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\r\n"
  56.     "\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. #ifndef _MAC
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Version
  66. //
  67.  
  68. VS_VERSION_INFO VERSIONINFO
  69.  FILEVERSION 1,0,0,1
  70.  PRODUCTVERSION 1,0,0,1
  71.  FILEFLAGSMASK 0x3fL
  72. #ifdef _DEBUG
  73.  FILEFLAGS 0x1L
  74. #else
  75.  FILEFLAGS 0x0L
  76. #endif
  77.  FILEOS 0x4L
  78.  FILETYPE 0x2L
  79.  FILESUBTYPE 0x0L
  80. BEGIN
  81.     BLOCK "StringFileInfo"
  82.     BEGIN
  83.         BLOCK "040904B0"
  84.         BEGIN
  85.             VALUE "CompanyName", "\0"
  86.             VALUE "FileDescription", "HTBToolbar DLL\0"
  87.             VALUE "FileVersion", "1, 0, 0, 1\0"
  88.             VALUE "InternalName", "HTBToolbar\0"
  89.             VALUE "LegalCopyright", "Copyright (C) 2003\0"
  90.             VALUE "LegalTrademarks", "\0"
  91.             VALUE "OriginalFilename", "HTBToolbar.DLL\0"
  92.             VALUE "ProductName", "HTBToolbar Dynamic Link Library\0"
  93.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  94.         END
  95.     END
  96.     BLOCK "VarFileInfo"
  97.     BEGIN
  98.         VALUE "Translation", 0x409, 1200
  99.     END
  100. END
  101.  
  102. #endif    // !_MAC
  103.  
  104.  
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Dialog
  108. //
  109.  
  110. IDD_TOOLBAR DIALOGEX 0, 0, 218, 22
  111. STYLE DS_SYSMODAL | WS_POPUP | WS_CAPTION | WS_SYSMENU
  112. EXSTYLE WS_EX_TOOLWINDOW
  113. FONT 8, "MS Sans Serif"
  114. BEGIN
  115. END
  116.  
  117.  
  118. /////////////////////////////////////////////////////////////////////////////
  119. //
  120. // Icon
  121. //
  122.  
  123. // Icon with lowest ID value placed first to ensure application icon
  124. // remains consistent on all systems.
  125. IDI_ICON1               ICON    DISCARDABLE     "icon1.ico"
  126. IDI_ICON2               ICON    DISCARDABLE     "icon2.ico"
  127. IDI_ICON3               ICON    DISCARDABLE     "icon3.ico"
  128. IDI_ICON4               ICON    DISCARDABLE     "icon4.ico"
  129. IDI_ICON5               ICON    DISCARDABLE     "icon5.ico"
  130. IDI_ICON6               ICON    DISCARDABLE     "icon6.ico"
  131. IDI_ICON7               ICON    DISCARDABLE     "icon7.ico"
  132. IDI_ICON8               ICON    DISCARDABLE     "icon8.ico"
  133. IDI_ICON9               ICON    DISCARDABLE     "icon9.ico"
  134. #endif    // English (U.S.) resources
  135. /////////////////////////////////////////////////////////////////////////////
  136.  
  137.  
  138.  
  139. #ifndef APSTUDIO_INVOKED
  140. /////////////////////////////////////////////////////////////////////////////
  141. //
  142. // Generated from the TEXTINCLUDE 3 resource.
  143. //
  144. #define _AFX_NO_SPLITTER_RESOURCES
  145. #define _AFX_NO_OLE_RESOURCES
  146. #define _AFX_NO_TRACKER_RESOURCES
  147. #define _AFX_NO_PROPERTY_RESOURCES
  148.  
  149. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  150. #ifdef _WIN32
  151. LANGUAGE 9, 1
  152. #pragma code_page(1252)
  153. #endif //_WIN32
  154. #include "res\HTBToolbar.rc2"  // non-Microsoft Visual C++ edited resources
  155. #include "afxres.rc"         // Standard components
  156. #endif
  157.  
  158. /////////////////////////////////////////////////////////////////////////////
  159. #endif    // not APSTUDIO_INVOKED
  160.  
  161.