home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 20_Cabinet / WIZARD97.RC < prev    next >
Encoding:
Text File  |  1998-05-18  |  7.7 KB  |  260 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 ""Wizard97.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "Wizard97.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "About Wizard97"
  78. FONT 8, "MS Sans Serif"
  79. BEGIN
  80.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  81.     LTEXT           "Wizard97 Version 1.0",IDC_STATIC,40,10,119,8,
  82.                     SS_NOPREFIX
  83.     LTEXT           "Copyright (C) 1998",IDC_STATIC,40,25,119,8
  84.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  85. END
  86.  
  87. IDD_COMPLETION_NEW DIALOG DISCARDABLE  0, 0, 317, 193
  88. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  89. CAPTION "Sample Wizard"
  90. FONT 8, "MS Shell Dlg"
  91. BEGIN
  92.     LTEXT           "Add New User Wizard",IDC_BIGBOLDTITLE,30,20,181,19
  93.     LTEXT           "You have finished with",IDC_BOLDTITLE,15,11,106,10
  94.     LTEXT           "You have finished setting options with the Sample Wizard",
  95.                     IDC_TRANSPARENT1,30,39,267,20
  96. END
  97.  
  98. IDD_INTERIOR1_NEW DIALOG DISCARDABLE  0, 0, 317, 143
  99. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  100. CAPTION "Sample Wizard"
  101. FONT 8, "MS Shell Dlg"
  102. BEGIN
  103.     LTEXT           "To add or remove a component, click the checkbox.  A shaded box means tha only part of the\r\ncomponent will be installed.  To see what's included in a component, click Details.",
  104.                     IDC_STATIC,7,1,308,18
  105.     LTEXT           "Components:",IDC_STATIC,7,25,42,8
  106.     LISTBOX         IDC_LIST1,7,40,178,75,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  107.                     WS_VSCROLL | WS_TABSTOP
  108.     GROUPBOX        "Description",IDC_STATIC,200,36,110,79
  109.     LTEXT           "Space neededd by Setup:",IDC_STATIC,21,120,84,8
  110.     LTEXT           "Space available on disk:",IDC_STATIC,21,131,78,8
  111.     PUSHBUTTON      "&Details...",IDC_BUTTON1,254,96,50,14,WS_DISABLED
  112. END
  113.  
  114. IDD_INTERIOR2_NEW DIALOG DISCARDABLE  0, 0, 317, 143
  115. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  116. CAPTION "Sample Wizard"
  117. FONT 8, "MS Shell Dlg"
  118. BEGIN
  119.     LTEXT           "Select the appropriate option below:",IDC_STATIC,21,1,
  120.                     114,8
  121.     CONTROL         "Microsoft Windows NT Workstation",IDC_RADIO1,"Button",
  122.                     BS_AUTORADIOBUTTON,21,20,128,10
  123.     LTEXT           "Choose this option for greatest system performance and to maximize data security\r\nand internet capabilities",
  124.                     IDC_STATIC,33,34,267,18
  125.     CONTROL         "Microsoft Windows 95",IDC_RADIO2,"Button",
  126.                     BS_AUTORADIOBUTTON,21,60,86,10
  127.     LTEXT           "Choose this option if you are setting up a computer that has less than 16 megabytes\r\nof RAM, or if you are setting up a laptop (portable) computer.",
  128.                     IDC_STATIC,33,73,272,18
  129. END
  130.  
  131. IDD_INTRO_NEW DIALOG DISCARDABLE  0, 0, 317, 193
  132. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  133. CAPTION "Sample Wizard"
  134. FONT 8, "MS Shell Dlg"
  135. BEGIN
  136.     LTEXT           "Add New User Wizard",IDC_BIGBOLDTITLE,30,20,181,19
  137.     LTEXT           "This wizard helps you create an account for a new user of this computer.\r\nThe account determines what the user can and cannot do on this computer.",
  138.                     IDC_TRANSPARENT1,30,39,267,20
  139.     LTEXT           "It's a good idea to create an account for each person who regularly uses \r\nthis computer",
  140.                     IDC_TRANSPARENT2,30,61,267,22
  141.     LTEXT           "Type a login name for this user:",IDC_TRANSPARENT3,30,
  142.                     87,102,8
  143.     LTEXT           "Welcome to the",IDC_BOLDTITLE,15,11,106,10
  144.     EDITTEXT        IDC_EDIT1,140,85,91,14,ES_AUTOHSCROLL
  145. END
  146.  
  147.  
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // Version
  151. //
  152.  
  153. VS_VERSION_INFO VERSIONINFO
  154.  FILEVERSION 1,0,0,1
  155.  PRODUCTVERSION 1,0,0,1
  156.  FILEFLAGSMASK 0x3fL
  157. #ifdef _DEBUG
  158.  FILEFLAGS 0x1L
  159. #else
  160.  FILEFLAGS 0x0L
  161. #endif
  162.  FILEOS 0x4L
  163.  FILETYPE 0x1L
  164.  FILESUBTYPE 0x0L
  165. BEGIN
  166.     BLOCK "StringFileInfo"
  167.     BEGIN
  168.         BLOCK "040904B0"
  169.         BEGIN
  170.             VALUE "CompanyName", "\0"
  171.             VALUE "FileDescription", "Wizard97 MFC Application\0"
  172.             VALUE "FileVersion", "1, 0, 0, 1\0"
  173.             VALUE "InternalName", "Wizard97\0"
  174.             VALUE "LegalCopyright", "Copyright (C) 1998\0"
  175.             VALUE "LegalTrademarks", "\0"
  176.             VALUE "OriginalFilename", "Wizard97.EXE\0"
  177.             VALUE "ProductName", "Wizard97 Application\0"
  178.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  179.         END
  180.     END
  181.     BLOCK "VarFileInfo"
  182.     BEGIN
  183.         VALUE "Translation", 0x409, 1200
  184.     END
  185. END
  186.  
  187.  
  188.  
  189. /////////////////////////////////////////////////////////////////////////////
  190. //
  191. // DESIGNINFO
  192. //
  193.  
  194. #ifdef APSTUDIO_INVOKED
  195. GUIDELINES DESIGNINFO DISCARDABLE
  196. BEGIN
  197.     IDD_ABOUTBOX, DIALOG
  198.     BEGIN
  199.         LEFTMARGIN, 7
  200.         RIGHTMARGIN, 210
  201.         TOPMARGIN, 7
  202.         BOTTOMMARGIN, 48
  203.     END
  204. END
  205. #endif    // APSTUDIO_INVOKED
  206.  
  207.  
  208. /////////////////////////////////////////////////////////////////////////////
  209. //
  210. // Bitmap
  211. //
  212.  
  213. IDB_BANNER16            BITMAP  DISCARDABLE     "Baner16.bmp"
  214. IDB_BANNER256           BITMAP  DISCARDABLE     "Baner256.bmp"
  215. IDB_WATERMARK16         BITMAP  DISCARDABLE     "Water16.bmp"
  216. IDB_WATERMARK256        BITMAP  DISCARDABLE     "Water256.bmp"
  217.  
  218. /////////////////////////////////////////////////////////////////////////////
  219. //
  220. // String Table
  221. //
  222.  
  223. STRINGTABLE DISCARDABLE
  224. BEGIN
  225.     IDS_ABOUTBOX            "&About Wizard97..."
  226. END
  227.  
  228. STRINGTABLE DISCARDABLE
  229. BEGIN
  230.     IDS_SAMPLEWIZARD        "Sample Wizard"
  231.     IDS_HEADERTITLE         "Header Title"
  232.     IDS_HEADERSUBTITLE      "Header Sub Title"
  233. END
  234.  
  235. #endif    // English (U.S.) resources
  236. /////////////////////////////////////////////////////////////////////////////
  237.  
  238.  
  239.  
  240. #ifndef APSTUDIO_INVOKED
  241. /////////////////////////////////////////////////////////////////////////////
  242. //
  243. // Generated from the TEXTINCLUDE 3 resource.
  244. //
  245. #define _AFX_NO_SPLITTER_RESOURCES
  246. #define _AFX_NO_OLE_RESOURCES
  247. #define _AFX_NO_TRACKER_RESOURCES
  248. #define _AFX_NO_PROPERTY_RESOURCES
  249.  
  250. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  251. #ifdef _WIN32
  252. LANGUAGE 9, 1
  253. #pragma code_page(1252)
  254. #endif //_WIN32
  255. #include "Wizard97.rc2"  // non-Microsoft Visual C++ edited resources
  256. #include "afxres.rc"         // Standard components
  257. #endif
  258. /////////////////////////////////////////////////////////////////////////////
  259. #endif    // not APSTUDIO_INVOKED
  260.