home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 93win / data1.cab / DLL_Toolkit / Source / HTBProgress / Progress.rc < prev    next >
Encoding:
Text File  |  2005-03-02  |  4.1 KB  |  164 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\\Progress.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", "Progress DLL\0"
  87.             VALUE "FileVersion", "1, 0, 0, 1\0"
  88.             VALUE "InternalName", "Progress\0"
  89.             VALUE "LegalCopyright", "Copyright (C) 1999\0"
  90.             VALUE "LegalTrademarks", "\0"
  91.             VALUE "OriginalFilename", "Progress.DLL\0"
  92.             VALUE "ProductName", "Progress 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, 279, 57
  111. STYLE DS_MODALFRAME | WS_POPUP
  112. FONT 8, "MS Sans Serif"
  113. BEGIN
  114.     CONTROL         "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
  115.                     5,26,269,25
  116.     CTEXT           "Static",IDC_TEXT1,5,4,269,11,SS_CENTERIMAGE
  117.     CONTROL         "Static",IDC_TEXT2,"Static",SS_LEFTNOWORDWRAP | 
  118.                     SS_CENTERIMAGE | WS_GROUP,5,15,269,11
  119. END
  120.  
  121.  
  122. /////////////////////////////////////////////////////////////////////////////
  123. //
  124. // DESIGNINFO
  125. //
  126.  
  127. #ifdef APSTUDIO_INVOKED
  128. GUIDELINES DESIGNINFO DISCARDABLE 
  129. BEGIN
  130.     IDD_DIALOG1, DIALOG
  131.     BEGIN
  132.         BOTTOMMARGIN, 53
  133.     END
  134. END
  135. #endif    // APSTUDIO_INVOKED
  136.  
  137. #endif    // English (U.S.) resources
  138. /////////////////////////////////////////////////////////////////////////////
  139.  
  140.  
  141.  
  142. #ifndef APSTUDIO_INVOKED
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // Generated from the TEXTINCLUDE 3 resource.
  146. //
  147. #define _AFX_NO_SPLITTER_RESOURCES
  148. #define _AFX_NO_OLE_RESOURCES
  149. #define _AFX_NO_TRACKER_RESOURCES
  150. #define _AFX_NO_PROPERTY_RESOURCES
  151.  
  152. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  153. #ifdef _WIN32
  154. LANGUAGE 9, 1
  155. #pragma code_page(1252)
  156. #endif //_WIN32
  157. #include "res\Progress.rc2"  // non-Microsoft Visual C++ edited resources
  158. #include "afxres.rc"         // Standard components
  159. #endif
  160.  
  161. /////////////////////////////////////////////////////////////////////////////
  162. #endif    // not APSTUDIO_INVOKED
  163.  
  164.