home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBSlider / htbslider.rc < prev    next >
Encoding:
Text File  |  2001-03-02  |  4.3 KB  |  169 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\\htbslider.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", "htbslider DLL\0"
  87.             VALUE "FileVersion", "1, 0, 0, 1\0"
  88.             VALUE "InternalName", "htbslider\0"
  89.             VALUE "LegalCopyright", "Copyright (C) 1999\0"
  90.             VALUE "LegalTrademarks", "\0"
  91.             VALUE "OriginalFilename", "htbslider.DLL\0"
  92.             VALUE "ProductName", "htbslider 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_DIALOG1 DIALOG DISCARDABLE  0, 0, 206, 79
  111. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  112. CAPTION "Dialog"
  113. FONT 8, "MS Sans Serif"
  114. BEGIN
  115.     CONTROL         "Slider1",IDC_SLIDER1,"msctls_trackbar32",TBS_BOTH | 
  116.                     TBS_NOTICKS | WS_TABSTOP,52,28,100,18
  117.     RTEXT           "Static",IDC_LOWTEXT,13,32,30,8
  118.     LTEXT           "Static",IDC_HIGHTEXT,162,32,30,8
  119.     LTEXT           "Static",IDC_DESCRIPTION,13,5,180,16
  120.     CTEXT           "Static",IDC_VALUE,13,53,180,8
  121. END
  122.  
  123.  
  124. /////////////////////////////////////////////////////////////////////////////
  125. //
  126. // DESIGNINFO
  127. //
  128.  
  129. #ifdef APSTUDIO_INVOKED
  130. GUIDELINES DESIGNINFO DISCARDABLE 
  131. BEGIN
  132.     IDD_DIALOG1, DIALOG
  133.     BEGIN
  134.         LEFTMARGIN, 7
  135.         RIGHTMARGIN, 199
  136.         TOPMARGIN, 7
  137.         BOTTOMMARGIN, 70
  138.     END
  139. END
  140. #endif    // APSTUDIO_INVOKED
  141.  
  142. #endif    // English (U.S.) resources
  143. /////////////////////////////////////////////////////////////////////////////
  144.  
  145.  
  146.  
  147. #ifndef APSTUDIO_INVOKED
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // Generated from the TEXTINCLUDE 3 resource.
  151. //
  152. #define _AFX_NO_SPLITTER_RESOURCES
  153. #define _AFX_NO_OLE_RESOURCES
  154. #define _AFX_NO_TRACKER_RESOURCES
  155. #define _AFX_NO_PROPERTY_RESOURCES
  156.  
  157. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  158. #ifdef _WIN32
  159. LANGUAGE 9, 1
  160. #pragma code_page(1252)
  161. #endif //_WIN32
  162. #include "res\htbslider.rc2"  // non-Microsoft Visual C++ edited resources
  163. #include "afxres.rc"         // Standard components
  164. #endif
  165.  
  166. /////////////////////////////////////////////////////////////////////////////
  167. #endif    // not APSTUDIO_INVOKED
  168.  
  169.