home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / SAMBAR / DATA.1 / winmain.rc < prev    next >
Text File  |  1997-04-27  |  4KB  |  174 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. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Menu
  27. //
  28.  
  29. MAIN MENU DISCARDABLE 
  30. BEGIN
  31.     POPUP "&File"
  32.     BEGIN
  33.         MENUITEM "&About...",                   IDM_ABOUT
  34.         MENUITEM "&Minimize",                   IDM_HIDE
  35.         MENUITEM "E&xit",                       IDM_EXIT
  36.     END
  37. END
  38.  
  39.  
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Dialog
  43. //
  44.  
  45. ABOUTBOX DIALOG DISCARDABLE  22, 17, 168, 72
  46. STYLE DS_MODALFRAME | WS_CAPTION
  47. CAPTION "About"
  48. FONT 8, "System"
  49. BEGIN
  50.     DEFPUSHBUTTON   "OK",IDOK,132,2,32,14,WS_GROUP
  51.     ICON            "SERVER_ICON",IDC_STATIC,3,2,18,20
  52.     LTEXT           "Sambar Technologies",IDC_COMPANY,29,7,100,8
  53.     LTEXT           "Sambar Server Version 4.0",IDC_FILEDESC,29,20,119,8
  54.     LTEXT           "Copyright Tod Sambar 1996-1997",IDC_COPYRIGHT,29,32,127,
  55.                     8
  56.     LTEXT           "OSVERSION",IDC_OSVERSION,46,46,118,8
  57.     CONTROL         "Commercial distribute of this software prohibited.",
  58.                     IDC_TRADEMARK1,"Static",SS_LEFTNOWORDWRAP | SS_SUNKEN | 
  59.                     WS_GROUP,2,61,158,8
  60.     LTEXT           "Running on:",IDC_LABEL,4,46,40,8
  61.     CONTROL         "",IDC_STATIC,"Static",SS_BLACKRECT,2,43,164,1
  62.     CONTROL         "",IDC_STATIC,"Static",SS_BLACKRECT,2,56,164,1
  63. END
  64.  
  65.  
  66. #ifndef _MAC
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Version
  70. //
  71.  
  72. VS_VERSION_INFO VERSIONINFO
  73.  FILEVERSION 1,0,0,1
  74.  PRODUCTVERSION 1,0,0,1
  75.  FILEFLAGSMASK 0x3fL
  76. #ifdef _DEBUG
  77.  FILEFLAGS 0x1L
  78. #else
  79.  FILEFLAGS 0x0L
  80. #endif
  81.  FILEOS 0x40004L
  82.  FILETYPE 0x1L
  83.  FILESUBTYPE 0x0L
  84. BEGIN
  85.     BLOCK "StringFileInfo"
  86.     BEGIN
  87.         BLOCK "040904b0"
  88.         BEGIN
  89.             VALUE "Comments", "Commercial distribution prohibited.\0"
  90.             VALUE "CompanyName", "Sambar Technologies\0"
  91.             VALUE "FileDescription", "Sambar Server Version 4.0\0"
  92.             VALUE "FileVersion", "4.0\0"
  93.             VALUE "InternalName", "Sambar Server\0"
  94.             VALUE "LegalCopyright", "Copyright Tod Sambar ⌐ 1996 - 1997\0"
  95.             VALUE "OriginalFilename", "wserver.exe\0"
  96.             VALUE "ProductName", "Sambar Server\0"
  97.             VALUE "ProductVersion", "4.0\0"
  98.         END
  99.     END
  100.     BLOCK "VarFileInfo"
  101.     BEGIN
  102.         VALUE "Translation", 0x409, 1200
  103.     END
  104. END
  105.  
  106. #endif    // !_MAC
  107.  
  108.  
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // Icon
  112. //
  113.  
  114. // Icon with lowest ID value placed first to ensure application icon
  115. // remains consistent on all systems.
  116. SERVER_ICON             ICON    DISCARDABLE     "sambar.ico"
  117.  
  118. #ifdef APSTUDIO_INVOKED
  119. /////////////////////////////////////////////////////////////////////////////
  120. //
  121. // TEXTINCLUDE
  122. //
  123.  
  124. 1 TEXTINCLUDE DISCARDABLE 
  125. BEGIN
  126.     "resource.h\0"
  127. END
  128.  
  129. 2 TEXTINCLUDE DISCARDABLE 
  130. BEGIN
  131.     "#include ""afxres.h""\r\n"
  132.     "\0"
  133. END
  134.  
  135. 3 TEXTINCLUDE DISCARDABLE 
  136. BEGIN
  137.     "\r\n"
  138.     "\0"
  139. END
  140.  
  141. #endif    // APSTUDIO_INVOKED
  142.  
  143.  
  144. /////////////////////////////////////////////////////////////////////////////
  145. //
  146. // DESIGNINFO
  147. //
  148.  
  149. #ifdef APSTUDIO_INVOKED
  150. GUIDELINES DESIGNINFO DISCARDABLE 
  151. BEGIN
  152.     "ABOUTBOX", DIALOG
  153.     BEGIN
  154.         BOTTOMMARGIN, 69
  155.     END
  156. END
  157. #endif    // APSTUDIO_INVOKED
  158.  
  159. #endif    // English (U.S.) resources
  160. /////////////////////////////////////////////////////////////////////////////
  161.  
  162.  
  163.  
  164. #ifndef APSTUDIO_INVOKED
  165. /////////////////////////////////////////////////////////////////////////////
  166. //
  167. // Generated from the TEXTINCLUDE 3 resource.
  168. //
  169.  
  170.  
  171. /////////////////////////////////////////////////////////////////////////////
  172. #endif    // not APSTUDIO_INVOKED
  173.  
  174.