home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / win32s / setup / bldcui / dialogs.dlg < prev    next >
Encoding:
Text File  |  1995-07-11  |  17.4 KB  |  361 lines

  1. DLGINCLUDE RCDATA DISCARDABLE
  2. BEGIN
  3.     "DIALOGS.H\0"
  4. END
  5.  
  6. WELCOME DIALOG 48, 54, 240, 118
  7. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  8. CAPTION "Microsoft Win32s Setup"
  9. FONT 8, "Helv"
  10. BEGIN
  11.     DEFPUSHBUTTON   "&Continue", IDC_C, 41, 99, 40, 14
  12.     PUSHBUTTON      "&Exit", IDC_X, 109, 99, 40, 14
  13.     PUSHBUTTON      "&Help", IDC_H, 172, 99, 40, 14
  14.     ICON            IDC_SETUP, IDC_SETUP, 19, 5, 18, 20
  15.     LTEXT           "Welcome to the Microsoft Win32s Setup Program", -1, 51,
  16.                     8, 186, 15, SS_NOPREFIX
  17.     LTEXT           "This program will install the Microsoft Win32s system components.  You will also have the option of installing the Win32 game Freecell to verify the correct installation of Win32s.",
  18.                     103, 19, 27, 220, 26
  19.     LTEXT           "Make sure that any other applications are closed and that all data is saved before proceeding.",
  20.                     104, 18, 75, 219, 20
  21.     LTEXT           "At the end of the installation, this program will exit Microsoft Windows and restart to load Win32s.",
  22.                     1001, 18, 55, 220, 17
  23. END
  24.  
  25. HELPWELCOME DIALOG 65, 59, 192, 96
  26. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  27. CAPTION "Microsoft Win32s Setup Help"
  28. FONT 8, "Helv"
  29. BEGIN
  30.     DEFPUSHBUTTON   "&OK", IDC_X, 76, 76, 40, 14
  31.     LTEXT           "This setup program will install the Microsoft Win32s system components onto your hard disk and configure Microsoft Windows 3.1 for Win32 applications.",
  32.                     1001, 44, 6, 141, 35, SS_NOPREFIX
  33.     ICON            IDC_SETUP, IDC_SETUP, 14, 7, 18, 20
  34.     LTEXT           "Select Continue to move through the setup process.",
  35.                     101, 14, 45, 169, 13
  36.     LTEXT           "Select Exit to quit Setup without installing Win32s.",
  37.                     901, 14, 59, 169, 13
  38. END
  39.  
  40. ASKQUIT DIALOG 88, 51, 192, 96
  41. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  42. CAPTION "Exit Microsoft Win32s Setup"
  43. FONT 8, "Helv"
  44. BEGIN
  45.     DEFPUSHBUTTON   "&Continue", IDC_C, 44, 75, 40, 14
  46.     PUSHBUTTON      "&Exit", IDC_X, 108, 75, 40, 14
  47.     LTEXT           "The setup process is not complete.  If you exit now, Microsoft Win32s may not be installed correctly.",
  48.                     -1, 40, 10, 146, 24, SS_NOPREFIX
  49.     LTEXT           "You may run the setup program again at a later time to complete the installation of Win32s.",
  50.                     104, 13, 41, 169, 19
  51.     ICON            IDC_SETUP, 201, 13, 10, 18, 20
  52. END
  53.  
  54. EXITSUCCESS DIALOG 86, 55, 177, 96
  55. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  56. CAPTION "Microsoft Win32s System Setup"
  57. FONT 8, "Helv"
  58. BEGIN
  59.     DEFPUSHBUTTON   "&Continue", IDC_C, 67, 76, 42, 14
  60.     LTEXT           "The Microsoft Win32s components have been installed successfully.",
  61.                     -1, 46, 15, 128, 18, SS_NOPREFIX
  62.     ICON            IDC_SETUP, IDC_SETUP, 16, 14, 18, 20
  63.     LTEXT           "Setup will now exit and restart Microsoft Windows to complete the installation.",
  64.                     100, 16, 47, 145, 18, SS_NOPREFIX
  65. END
  66.  
  67. EXITQUIT DIALOG 93, 46, 200, 96
  68. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  69. CAPTION "Exit Microsoft Win32s System Setup"
  70. FONT 8, "Helv"
  71. BEGIN
  72.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 76, 40, 14
  73.     LTEXT           "You should run the setup program in its entirety at a later time to install Win32s.  You must run this setup program before running your Win32 applications.",
  74.                     -1, 17, 42, 172, 30, SS_NOPREFIX
  75.     LTEXT           "The Microsoft Win32s components have not been properly installed.",
  76.                     -1, 51, 10, 139, 18, SS_NOPREFIX
  77.     ICON            IDC_SETUP, IDC_SETUP, 14, 8, 18, 20
  78. END
  79.  
  80. EXITFAILURE DIALOG 96, 40, 200, 96
  81. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  82. CAPTION "Microsoft Win32s Setup Error"
  83. FONT 8, "Helv"
  84. BEGIN
  85.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 76, 40, 14
  86.     LTEXT           "Correct the problem or contact your support representative.",
  87.                     -1, 18, 39, 176, 25, SS_NOPREFIX
  88.     LTEXT           "Microsoft Win32s System Setup has failed.", -1, 57, 15,
  89.                     129, 19, SS_NOPREFIX
  90.     ICON            IDC_SETUP, IDC_SETUP, 18, 12, 18, 20
  91. END
  92.  
  93. TOOBIG DIALOG 75, 55, 200, 88
  94. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  95. CAPTION "Insufficient Disk Space"
  96. FONT 8, "Helv"
  97. BEGIN
  98.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 68, 40, 14
  99.     LTEXT           "You do not have enough disk space to install all of the files you have selected.",
  100.                     -1, 14, 12, 172, 18, SS_NOPREFIX
  101.     LTEXT           "Please remove some files from your set of selections or change your installation destination.",
  102.                     -1, 14, 37, 172, 18, SS_NOPREFIX
  103. END
  104.  
  105. BADPATH DIALOG 108, 111, 145, 61
  106. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  107. CAPTION "Microsoft Win32s Setup Message"
  108. FONT 8, "Helv"
  109. BEGIN
  110.     DEFPUSHBUTTON   "O&K", IDC_C, 52, 42, 40, 14
  111.     CTEXT           "The path entered is not valid.", -1, 14, 16, 116, 18,
  112.                     SS_NOPREFIX
  113. END
  114.  
  115. CDCONFIRMINFO DIALOG 39, 63, 272, 120
  116. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  117. FONT 8, "Helv"
  118. BEGIN
  119.     LTEXT           "You have entered the information displayed below.  If it is correct, continue by selecting the OK button.  If you would like to change it, select the RETRY button and you will return to the previous screen.",
  120.                     -1, 12, 8, 248, 28
  121.     CTEXT           "", IDC_TEXT1, 12, 46, 248, 18, SS_NOPREFIX
  122.     CTEXT           "", IDC_TEXT2, 12, 64, 248, 18, SS_NOPREFIX
  123.     DEFPUSHBUTTON   "O&K", IDC_C, 60, 96, 44, 16
  124.     PUSHBUTTON      "&Retry", IDC_B, 168, 96, 44, 16
  125. END
  126.  
  127. CDGETNAME DIALOG 47, 47, 256, 104
  128. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  129. FONT 8, "Helv"
  130. BEGIN
  131.     LTEXT           "Type your full name in the box below.  The name you type will be used by the Setup program for installation of the product.",
  132.                     -1, 12, 8, 232, 20
  133.     LTEXT           "You may use as many as 52 uppercase and lowercase characters or spaces.",
  134.                     -1, 12, 32, 232, 20
  135.     LTEXT           "&Name:", -1, 12, 60, 36, 12
  136.     EDITTEXT        IDC_EDIT, 52, 60, 192, 12, ES_AUTOHSCROLL
  137.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 80, 44, 16
  138.     PUSHBUTTON      "&Exit", IDC_X, 156, 80, 44, 16
  139. END
  140.  
  141. CDGETNAMEORG DIALOG 47, 47, 256, 136
  142. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  143. FONT 8, "Helv"
  144. BEGIN
  145.     LTEXT           "Type your full name in the box below.  You may also specify the name of your company if this product will be used for business purposes.  The name(s) you type will be used by the Setup program for installation of the product.",
  146.                     -1, 12, 8, 232, 36
  147.     LTEXT           "You may use as many as 52 uppercase and lowercase characters or spaces for each string.",
  148.                     -1, 12, 48, 232, 20
  149.     LTEXT           "&Name:", -1, 12, 76, 36, 12
  150.     EDITTEXT        IDC_EDIT, 52, 76, 192, 12, ES_AUTOHSCROLL
  151.     LTEXT           "C&ompany:", -1, 12, 92, 36, 12
  152.     EDITTEXT        IDC_EDIT2, 52, 92, 192, 12, ES_AUTOHSCROLL
  153.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 112, 44, 16
  154.     PUSHBUTTON      "&Exit", IDC_X, 156, 112, 44, 16
  155. END
  156.  
  157. CDGETORG DIALOG 47, 47, 256, 96
  158. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  159. FONT 8, "Helv"
  160. BEGIN
  161.     LTEXT           "Type your company name in the box below.", -1, 12, 8,
  162.                     232, 12
  163.     LTEXT           "You may use as many as 52 uppercase and lowercase characters or spaces.",
  164.                     -1, 12, 24, 232, 20
  165.     LTEXT           "C&ompany:", -1, 12, 52, 36, 12
  166.     EDITTEXT        IDC_EDIT, 52, 52, 192, 12, ES_AUTOHSCROLL
  167.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 72, 44, 16
  168.     PUSHBUTTON      "&Exit", IDC_X, 156, 72, 44, 16
  169. END
  170.  
  171. CDALREADYUSED DIALOG 47, 39, 256, 168
  172. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  173. FONT 8, "Helv"
  174. BEGIN
  175.     LTEXT           "The Setup program has detected that this disk set has already been used by:",
  176.                     -1, 12, 8, 232, 20
  177.     CTEXT           " ", IDC_TEXT1, 12, 28, 232, 8, SS_NOPREFIX
  178.     CTEXT           " ", IDC_TEXT2, 12, 36, 232, 8, SS_NOPREFIX
  179.     LTEXT           "It is acceptable for the legal owner to reinstall this product in order to update an existing copy or to replace a corrupted or missing version of the program.",
  180.                     -1, 12, 48, 232, 28
  181.     LTEXT           "You can continue to install this product, but you should be aware that this product is protected by copyright law and international treaties.",
  182.                     -1, 12, 80, 232, 28
  183.     LTEXT           "Unauthorized reproduction or distribution of this program or any portion of it may result in severe civil and criminal penalties and will be prosecuted to the maximum extent under law.",
  184.                     -1, 12, 112, 232, 28
  185.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 144, 44, 16
  186.     PUSHBUTTON      "&Exit", IDC_X, 156, 144, 44, 16
  187. END
  188.  
  189. CDBADFILE DIALOG 47, 43, 256, 156
  190. STYLE WS_CHILD | WS_CLIPSIBLINGS | WS_DLGFRAME
  191. FONT 8, "Helv"
  192. BEGIN
  193.     LTEXT           "The Setup program has detected that this disk set may already have been used to install this product.",
  194.                     -1, 12, 8, 232, 20
  195.     LTEXT           "It is acceptable for the legal owner to reinstall this product in order to update an existing copy or to replace a corrupted or missing version.",
  196.                     -1, 12, 32, 232, 28
  197.     LTEXT           "You can continue to install this product, but you should be aware that this product is protected by copyright law and international treaties.",
  198.                     -1, 12, 64, 232, 28
  199.     LTEXT           "Unauthorized reproduction or distribution of this product or any portion or it may result in severe civil and criminal penalties and will be prosecuted to the maximum extent under law.",
  200.                     -1, 12, 96, 232, 28
  201.     DEFPUSHBUTTON   "&Continue", IDC_C, 56, 132, 44, 16
  202.     PUSHBUTTON      "&Exit", IDC_B, 156, 132, 44, 16
  203. END
  204.  
  205. CDBADNAME DIALOG 108, 111, 145, 61
  206. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  207. CAPTION "Setup Message"
  208. FONT 8, "Helv"
  209. BEGIN
  210.     DEFPUSHBUTTON   "O&K", IDC_C, 52, 42, 40, 14
  211.     CTEXT           "A name is required.", -1, 14, 16, 116, 18, SS_NOPREFIX
  212. END
  213.  
  214. CDBADORG DIALOG 108, 111, 145, 61
  215. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  216. CAPTION "Setup Message"
  217. FONT 8, "Helv"
  218. BEGIN
  219.     DEFPUSHBUTTON   "O&K", IDC_C, 52, 42, 40, 14
  220.     CTEXT           "A company name is required.", -1, 14, 16, 116, 18,
  221.                     SS_NOPREFIX
  222. END
  223.  
  224. VERPATH DIALOG 67, 54, 219, 119
  225. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  226. CAPTION "Microsoft Win32s Setup Target Directory"
  227. FONT 8, "Helv"
  228. BEGIN
  229.     LTEXT           "Setup has determined that your Microsoft Windows System Directory is:",
  230.                     -1, 7, 3, 208, 18
  231.     CTEXT           "", IDC_TEXT1, 28, 25, 157, 15, SS_NOPREFIX
  232.     DEFPUSHBUTTON   "&Continue", IDC_C, 46, 95, 44, 16
  233.     PUSHBUTTON      "&Exit", IDC_X, 124, 95, 44, 16
  234.     LTEXT           "Some Win32s components will be installed into this directory.  The other components will be installed into the WIN32S subdirectory of this path.",
  235.                     -1, 7, 47, 205, 28
  236.     LTEXT           "Press Continue to proceed with the installation and Exit to quit.",
  237.                     -1, 7, 78, 205, 11
  238. END
  239.  
  240. EXITFAILNOTWIN31 DIALOG 96, 40, 200, 96
  241. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  242. CAPTION "Win32s Setup Error"
  243. FONT 8, "Helv"
  244. BEGIN
  245.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 76, 40, 14
  246.     LTEXT           "Win32s requires Microsoft Windows 3.1.  Please upgrade Windows to Version 3.1 before attempting to install the Win32s components.",
  247.                     -1, 18, 39, 176, 25, SS_NOPREFIX
  248.     LTEXT           "Win32s System Setup has failed.", -1, 57, 15, 129, 13,
  249.                     SS_NOPREFIX
  250.     ICON            IDC_SETUP, IDC_SETUP, 18, 12, 18, 20
  251. END
  252.  
  253. EXITFAILNOTENH DIALOG 96, 40, 200, 96
  254. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  255. CAPTION "Microsoft Win32s Setup Error"
  256. FONT 8, "Helv"
  257. BEGIN
  258.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 76, 40, 14
  259.     LTEXT           "Microsoft Win32s requires Microsoft Windows 3.1 runinng in Enhanced Mode.  Please restart Windows in Enhanced Mode before attempting to install the Win32s components.",
  260.                     -1, 18, 39, 176, 34, SS_NOPREFIX
  261.     LTEXT           "Microsoft Win32s System Setup has failed.", -1, 57, 8,
  262.                     129, 21, SS_NOPREFIX
  263.     ICON            IDC_SETUP, IDC_SETUP, 18, 12, 18, 20
  264. END
  265.  
  266. EXITFAILNOTINTEL DIALOG 96, 40, 200, 96
  267. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  268. CAPTION "Microsoft Win32s Setup Error"
  269. FONT 8, "Helv"
  270. BEGIN
  271.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 76, 40, 14
  272.     LTEXT           "Setup has determined that you are attempting to install Win32s on to a RISC-based system running Windows NT. This is not supported.",
  273.                     -1, 18, 39, 176, 34, SS_NOPREFIX
  274.     LTEXT           "Microsoft Win32s System Setup has failed.", -1, 57, 8,
  275.                     129, 21, SS_NOPREFIX
  276.     ICON            IDC_SETUP, IDC_SETUP, 18, 12, 18, 20
  277. END
  278.  
  279. EXITFAILRUNAPP DIALOG 96, 40, 200, 134
  280. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  281. CAPTION "Microsoft Win32s Setup Error"
  282. FONT 8, "Helv"
  283. BEGIN
  284.     DEFPUSHBUTTON   "O&K", IDC_C, 80, 114, 40, 14
  285.     LTEXT           "Setup has determined that you are attempting to install Win32s while at least one Win32s application is running.",
  286.                     -1, 18, 39, 176, 34, SS_NOPREFIX
  287.     LTEXT           "Microsoft Win32s System Setup has failed.", -1, 57, 8,
  288.                     129, 21, SS_NOPREFIX
  289.     ICON            IDC_SETUP, IDC_SETUP, 18, 12, 18, 20
  290.     LTEXT           "Application file name:", ID_APP_FILE_NAME1, 18, 70,
  291.                     169, 10
  292.     LTEXT           "", ID_APP_FILE_NAME, 18, 80, 169, 28, SS_NOPREFIX
  293. END
  294.  
  295. FREECELLINST DIALOG 45, 59, 240, 113
  296. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  297. CAPTION "Freecell Setup"
  298. FONT 8, "Helv"
  299. BEGIN
  300.     DEFPUSHBUTTON   "&Continue", IDC_C, 66, 94, 40, 14
  301.     PUSHBUTTON      "&Exit", IDC_X, 140, 94, 40, 14
  302.     LTEXT           "Microsoft Win32s has been successfully installed.  You are now ready to install your Win32 application.",
  303.                     103, 17, 12, 213, 20
  304.     LTEXT           "Press Continue to proceed with Freecell installation.",
  305.                     104, 17, 60, 219, 11
  306.     LTEXT           "Freecell is a Win32 game that you may use to verify the correct installation of Win32s.",
  307.                     101, 17, 37, 220, 17
  308.     LTEXT           "Press Exit to restart Microsoft Windows without installing Freecell.",
  309.                     1401, 17, 74, 219, 11
  310. END
  311.  
  312. FREECELLINSTNOWIN32S DIALOG 45, 59, 240, 113
  313. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  314. CAPTION "Freecell Setup"
  315. FONT 8, "Helv"
  316. BEGIN
  317.     DEFPUSHBUTTON   "&Continue", IDC_C, 66, 94, 40, 14
  318.     PUSHBUTTON      "&Exit", IDC_X, 140, 94, 40, 14
  319.     LTEXT           "This system is already capable of running Win32 applications. Win32s is not required and has not been installed.",
  320.                     103, 17, 12, 213, 20
  321.     LTEXT           "Press Continue to proceed with Freecell installation.",
  322.                     104, 17, 60, 219, 11
  323.     LTEXT           "Freecell is a Win32 game that you may use to verify that your system runs Win32 applications.",
  324.                     101, 17, 37, 220, 17
  325.     LTEXT           "Press Exit to quit Setup without installing Freecell.",
  326.                     1401, 17, 74, 219, 11
  327. END
  328.  
  329. FREECELLPATH DIALOG 60, 46, 200, 110
  330. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  331. CAPTION "Verify Freecell Path"
  332. FONT 8, "Helv"
  333. BEGIN
  334.     RTEXT           "Path:", -1, 12, 36, 29, 8
  335.     EDITTEXT        IDC_EDIT, 42, 34, 145, 12, ES_UPPERCASE | ES_AUTOHSCROLL |
  336.                     ES_OEMCONVERT
  337.     DEFPUSHBUTTON   "&Continue", IDC_C, 28, 91, 40, 14
  338.     PUSHBUTTON      "&Exit", IDC_X, 83, 91, 40, 14
  339.     PUSHBUTTON      "&Help", IDC_H, 139, 91, 40, 14
  340.     LTEXT           "The setup program will copy Freecell files into the following directory.",
  341.                     -1, 42, 6, 144, 24, SS_NOPREFIX
  342.     LTEXT           "Press Exit to restart Microsoft Windows without installing Freecell.",
  343.                     -1, 13, 63, 160, 24, SS_NOPREFIX
  344.     ICON            IDC_SETUP, IDC_SETUP, 12, 6, 18, 20
  345. END
  346.  
  347. HELPFREECELL DIALOG 80, 47, 203, 96
  348. STYLE DS_MODALFRAME | WS_CHILD | WS_CLIPSIBLINGS | WS_CAPTION | WS_SYSMENU
  349. CAPTION "Microsoft Win32s Setup Help"
  350. FONT 8, "Helv"
  351. BEGIN
  352.     DEFPUSHBUTTON   "&OK", IDC_X, 76, 79, 40, 14
  353.     LTEXT           "This setup program will install the Win32 game Freecell.  If you are installing Microsoft Win32s for the first time, you should start this game to verify that the Win32s components have been installed correctly.",
  354.                     1001, 37, 5, 163, 43, SS_NOPREFIX
  355.     ICON            IDC_SETUP, IDC_SETUP, 9, 7, 18, 20
  356.     LTEXT           "Select Continue to move through the setup process.",
  357.                     101, 9, 53, 169, 10
  358.     LTEXT           "Select Exit to quit Setup without installing Freecell.",
  359.                     901, 9, 65, 169, 13
  360. END
  361.