home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i05 / m76pmd.dsk / unc.dsk / XVAINST.GML < prev    next >
Text File  |  1993-10-26  |  50KB  |  1,613 lines

  1. /******************************************************************************
  2. /*
  3. /* NAME: DIFINST.GML
  4. /*
  5. /* FUNCTION: Panel Definitions for XVA DIF Installation Program.
  6. /*
  7. /* CHANGE HISTORY:
  8. /*
  9. /*   20Nov91 KJE - Created
  10. /*
  11. /*   06Jan93 KJE - <KJE01> Added checking for DGS file revision level and
  12. /*                 notifying the user when a DGS file is newer on his
  13. /*                 system; allowing him to overwrite the file if desired.
  14. /*
  15. /******************************************************************************
  16.  
  17. /******************************************************************************
  18. /*
  19. /* String Resource Definitions
  20. /*
  21. /******************************************************************************
  22. <DEFINE, ID=YES>Yes
  23. <DEFINE, ID=NO>No
  24.  
  25. /******************************************************************************
  26. /*
  27. /* Panel Definitions
  28. /*
  29. /******************************************************************************
  30.  
  31. /******************************************************************************
  32. /* XVAINST_MAIN
  33. /******************************************************************************
  34. <PANEL,ID=XVAINST_MAIN, TRACE=OFF>
  35. <HELP, ID=XVAINST_MAIN_HELP>
  36. <TEXT, ROW=1, COL=CENTER>Enhanced Local Bus Graphics Setup
  37. <TEXT, ROW=2, COL=CENTER>Main Menu
  38.  
  39. <TEXT, ROW=4, COL=3>Please, choose one or more of the following options:
  40. <TEXT, ROW=5, COL=3>───────────────────────────────────────────────────
  41.  
  42. <SELLIST, PROMPT=BEFORE, VARID=0, AUTOSEL=OFF>
  43.    <SELITEM, ROW=8, COL=8, SPACE=1, SELVALUE=1, HELP=DMQS_MAIN_HELP>
  44.       Install VESA SVGA BIOS extension and configure display profile
  45. <\SELLIST>
  46.  
  47. <SELLIST, PROMPT=BEFORE, VARID=1, AUTOSEL=OFF>
  48.    <SELITEM, ROW=10, COL=8, SPACE=1, SELVALUE=1, HELP=XVARATE_MAIN_HELP>
  49.       Set VGA refresh rate
  50. <\SELLIST>
  51.  
  52. <SELLIST, PROMPT=BEFORE, VARID=2, AUTOSEL=OFF>
  53.    <SELITEM, ROW=12, COL=8, SPACE=1, SELVALUE=1, HELP=DPMS_MAIN_HELP>
  54.       Install display power management device driver
  55. <\SELLIST>
  56.  
  57. <SELLIST, PROMPT=BEFORE, VARID=3, AUTOSEL=OFF>
  58.    <SELITEM, ROW=14, COL=8, SPACE=1, SELVALUE=1, HELP=WIN31_HELP>
  59.       Display information for Windows 3.1 device driver install
  60. <\SELLIST>
  61.  
  62. <SELLIST, PROMPT=BEFORE, VARID=4, AUTOSEL=OFF>
  63.    <SELITEM, ROW=16, COL=8, SPACE=1, SELVALUE=1, HELP=OS213_HELP>
  64.       Display information for OS/2 1.3 device driver install
  65. <\SELLIST>
  66.  
  67. <SELLIST, PROMPT=BEFORE, VARID=5, AUTOSEL=OFF>
  68.    <SELITEM, ROW=18, COL=8, SPACE=1, SELVALUE=1, HELP=OS220_HELP>
  69.       Display information for OS/2 2.0 device driver install
  70. <\SELLIST>
  71.  
  72. <SELLIST, PROMPT=BEFORE, VARID=6, AUTOSEL=OFF>
  73.    <SELITEM, ROW=20, COL=8, SPACE=1, SELVALUE=1, HELP=OS221_HELP>
  74.       Display information for OS/2 2.1 device driver install
  75. <\SELLIST>
  76.  
  77. <TEXT, ROW=23, COL=CENTER>Use the UP and DOWN cursor keys and space bar to select item.
  78.  
  79. <FKEYS>
  80.    <ENTER>Enter=Continue
  81.    <F1>F1=Help
  82.    <F3>F3=Exit
  83. <\FKEYS>
  84. <\PANEL>
  85.  
  86. /******************************************************************************
  87. /* INSTALL_XVARATE
  88. /******************************************************************************
  89. <PANEL,ID=INSTALL_XVARATE, TRACE=OFF>
  90. <HELP, ID=INSTALL_XVARATE_HELP>
  91. <TEXT, ROW=1, COL=CENTER>SET VGA Refresh Rate
  92.  
  93. <TEXT, ROW=3, COL=3>Please, choose one of the following options:
  94. <TEXT, ROW=4, COL=3>───────────────────────────────────────────
  95.  
  96. <SELLIST, PROMPT=BEFORE, VARID=0, AUTOSEL=ON>
  97.    <SELITEM, ROW=7, COL=12, SPACE=1, SELVALUE=0, HELP=XVARATE_DEFAULT_HELP>
  98.       Default for your display ID
  99.    <SELITEM, ROW=9, COL=12, SPACE=1, SELVALUE=1, HELP=XVARATE_60_HELP>
  100.       60Hz graphics mode, 70Hz text mode
  101.    <SELITEM, ROW=11, COL=12, SPACE=1, SELVALUE=2, HELP=XVARATE_75_HELP>
  102.       75Hz graphics mode, 88Hz text mode
  103. <\SELLIST>
  104.  
  105. <TEXT, ROW=14, COL=CENTER>Use the UP and DOWN cursor keys to select item.
  106.  
  107. <FKEYS>
  108.    <ENTER>Enter=Continue
  109.    <F1>F1=Help
  110.    <F3>F3=Exit
  111. <\FKEYS>
  112. <\PANEL>
  113.  
  114. /******************************************************************************
  115. /* INSTALL_MAIN
  116. /******************************************************************************
  117. <PANEL,ID=INSTALL_MAIN, TRACE=OFF>
  118. <HELP, ID=INSTALL_MAIN_HELP>
  119. <TEXT, ROW=1, COL=CENTER>VESA SVGA BIOS Extension
  120.  
  121. <TEXT, ROW=7, COL=3>Please, choose one or more of the following options:
  122. <TEXT, ROW=8, COL=3>───────────────────────────────────────────────────
  123.  
  124. <SELLIST, PROMPT=BEFORE, VARID=0, AUTOSEL=OFF>
  125.    <SELITEM, ROW=11, COL=12, SPACE=1, SELVALUE=0, HELP=INSTALL_HELP>
  126.       Install DMQS files
  127. <\SELLIST>
  128. <SELLIST, PROMPT=BEFORE, VARID=1, AUTOSEL=OFF>
  129.    <SELITEM, ROW=13, COL=12, SPACE=1, SELVALUE=1, HELP=CHANGE_PROFILE_HELP>
  130.       Configure display profile
  131. <\SELLIST>
  132. <SELLIST, PROMPT=BEFORE, VARID=2, AUTOSEL=OFF>
  133.    <SELITEM, ROW=15, COL=12, SPACE=1, SELVALUE=2, HELP=SPECIFIC_INSTALL_HELP>
  134.       Install VESA SVGA BIOS extension
  135. <\SELLIST>
  136.  
  137. <TEXT, ROW=18, COL=CENTER>Use the UP and DOWN cursor keys and space bar to select item.
  138.  
  139. <FKEYS>
  140.    <ENTER>Enter=Continue
  141.    <F1>F1=Help
  142.    <F3>F3=Exit
  143. <\FKEYS>
  144. <\PANEL>
  145.  
  146. /******************************************************************************
  147. /* DIF_INSTALL_PANEL
  148. /******************************************************************************
  149. <PANEL,ID=DIF_INSTALL_PANEL, TRACE=OFF>
  150. <HELP, ID=DIF_INSTALL_PANEL_HELP>
  151. <TEXT, ROW=1, COL=CENTER>DMQS File Installation
  152.  
  153. <TEXT, ROW=7, COL=3>
  154. INSTALL ALL DISPLAY INFORMATION FILES:
  155. <TEXT, ROW=8, COL=3>
  156. ─────────────────────────────────────
  157. /*<TEXT, ROW=10, COL=3>
  158. <TEXT, ROW=10, COL=3>
  159. Please ensure that the display information files are available on the
  160. <TEXT, ROW=11, COL=3>
  161. source drive specified below. Press the Enter key to continue:
  162.  
  163. <PROMPT,
  164.    ROW=13,
  165.    COL=10,
  166.    PROMPT=AFTER,
  167.    SPACE=0,
  168.    PROMPTLEN=1,
  169.    VARID=0,
  170.    VARLEN=1,
  171.    DEFAULT=A,
  172.    DATATYPE=ALPHA
  173. >
  174. Source disk drive to copy from.....
  175.  
  176. <PROMPT,
  177.    ROW=14,
  178.    COL=10,
  179.    PROMPT=AFTER,
  180.    SPACE=0,
  181.    PROMPTLEN=25,
  182.    VARID=1,
  183.    VARLEN=40,
  184.    DEFAULT=\
  185. >
  186. Source directory to copy from......
  187.  
  188. <PROMPT,
  189.    ROW=16,
  190.    COL=10,
  191.    PROMPT=AFTER,
  192.    SPACE=0,
  193.    PROMPTLEN=1,
  194.    VARID=2,
  195.    VARLEN=1,
  196.    DEFAULT=C,
  197.    DATATYPE=ALPHA
  198. >
  199. Destination disk drive to copy to..
  200.  
  201. <PROMPT,
  202.    ROW=17,
  203.    COL=10,
  204.    PROMPT=AFTER,
  205.    SPACE=0,
  206.    PROMPTLEN=25,
  207.    VARID=3,
  208.    VARLEN=40,
  209.    DEFAULT=\XVA
  210. >
  211. Destination directory to copy to...
  212. /* "was"  DEFAULT=\XVA$DMQS
  213.  
  214. <FKEYS>
  215.    <ENTER>Enter=Continue
  216.    <F1>F1=Help
  217.    <F3>F3=Exit
  218. <\FKEYS>
  219. <\PANEL>
  220.  
  221. /******************************************************************************
  222. /* DIF_REINSTALL_PANEL
  223. /******************************************************************************
  224. <PANEL,ID=DIF_REINSTALL_PANEL, TRACE=OFF>
  225. <HELP, ID=DIF_REINSTALL_PANEL_HELP>
  226. <TEXT, ROW=1, COL=CENTER>DMQS File Reinstallation
  227.  
  228. <TEXT, ROW=7, COL=3>
  229. RE-INSTALL ALL DISPLAY INFORMATION FILES:
  230. <TEXT, ROW=8, COL=3>
  231. ────────────────────────────────────────
  232. <TEXT, ROW=10, COL=3>
  233. The display information files have already been installed on your system.
  234. <TEXT, ROW=11, COL=3>
  235. However, you may continue with this installation if you wish to re-install
  236. <TEXT, ROW=12, COL=3>
  237. ALL of the display information files. Please ensure that the display
  238. <TEXT, ROW=13, COL=3>
  239. information files are available on the source drive specified below.
  240.  
  241. <PROMPT,
  242.    ROW=15,
  243.    COL=10,
  244.    PROMPT=AFTER,
  245.    SPACE=0,
  246.    PROMPTLEN=1,
  247.    VARID=0,
  248.    VARLEN=1,
  249.    DEFAULT=A,
  250.    DATATYPE=ALPHA
  251. >
  252. Source disk drive to copy from.....
  253.  
  254. <PROMPT,
  255.    ROW=16,
  256.    COL=10,
  257.    PROMPT=AFTER,
  258.    SPACE=0,
  259.    PROMPTLEN=25,
  260.    VARID=1,
  261.    VARLEN=40,
  262.    DEFAULT=\
  263. >
  264. Source directory to copy from......
  265.  
  266. <PROMPT,
  267.    ROW=18,
  268.    COL=10,
  269.    PROMPT=AFTER,
  270.    SPACE=0,
  271.    PROMPTLEN=1,
  272.    VARID=2,
  273.    VARLEN=1,
  274.    DEFAULT=C,
  275.    DATATYPE=ALPHA
  276. >
  277. Destination disk drive to copy to..
  278.  
  279. <PROMPT,
  280.    ROW=19,
  281.    COL=10,
  282.    PROMPT=AFTER,
  283.    SPACE=0,
  284.    PROMPTLEN=25,
  285.    VARID=3,
  286.    VARLEN=40,
  287. >
  288. Destination directory to copy to...
  289.  
  290. <FKEYS>
  291.    <ENTER>Enter=Continue
  292.    <F1>F1=Help
  293.    <F3>F3=Exit
  294. <\FKEYS>
  295. <\PANEL>
  296.  
  297. /******************************************************************************
  298. /* DPMS installation
  299. /******************************************************************************
  300. <PANEL,ID=INSTALL_DPMS, TRACE=OFF>
  301. <HELP, ID=DPMS_MAIN_HELP>
  302. <TEXT, ROW=1, COL=CENTER>Install Display Power Management Device Drivers
  303. <TEXT, ROW=10, COL=3>
  304. Please specify the directory where DOS is installed on your computer.
  305.  
  306.  
  307. <PROMPT,
  308.    ROW=18,
  309.    COL=10,
  310.    PROMPT=AFTER,
  311.    SPACE=0,
  312.    PROMPTLEN=25,
  313.    VARID=0,
  314.    VARLEN=40,
  315.    DEFAULT=C:\DOS
  316. >
  317. DOS directory...
  318.  
  319. <FKEYS>
  320.    <ENTER>Enter=Continue
  321.    <F1>F1=Help
  322.    <F3>F3=Exit
  323. <\FKEYS>
  324. <\PANEL>
  325.  
  326. /******************************************************************************
  327. /* DIF_SPECIFIC_INSTALL_PANEL
  328. /******************************************************************************
  329. <PANEL,ID=DIF_SPECIFIC_INSTALL_PANEL, TRACE=OFF>
  330. <HELP, ID=DIF_SPECIFIC_INSTALL_PANEL_HELP>
  331. <TEXT, ROW=1, COL=CENTER>VESA SVGA BIOS Installation
  332.  
  333. <TEXT, ROW=7, COL=3>
  334. INSTALL VESA SVGA BIOS EXTENSION:
  335. <TEXT, ROW=8, COL=3>
  336. ────────────────────────────────
  337. <TEXT, ROW=10, COL=3>
  338. Please ensure that the VESA SVGA BIOS Extension file is available
  339. <TEXT, ROW=11, COL=3>
  340. on the source drive specified below. Press the Enter key to continue:
  341.  
  342. <PROMPT,
  343.    ROW=13,
  344.    COL=10,
  345.    PROMPT=AFTER,
  346.    SPACE=0,
  347.    PROMPTLEN=1,
  348.    VARID=0,
  349.    VARLEN=1,
  350.    DEFAULT=A,
  351.    DATATYPE=ALPHA
  352. >
  353. Source disk drive to copy from.....
  354.  
  355. <PROMPT,
  356.    ROW=14,
  357.    COL=10,
  358.    PROMPT=AFTER,
  359.    SPACE=0,
  360.    PROMPTLEN=25,
  361.    VARID=1,
  362.    VARLEN=40,
  363.    DEFAULT=\
  364. >
  365. Source directory to copy from......
  366.  
  367. <PROMPT,
  368.    ROW=16,
  369.    COL=10,
  370.    PROMPT=AFTER,
  371.    SPACE=0,
  372.    PROMPTLEN=1,
  373.    VARID=2,
  374.    VARLEN=1,
  375.    DEFAULT=C,
  376.    DATATYPE=ALPHA
  377. >
  378. Destination disk drive to copy to..
  379.  
  380. <PROMPT,
  381.    ROW=17,
  382.    COL=10,
  383.    PROMPT=AFTER,
  384.    SPACE=0,
  385.    PROMPTLEN=25,
  386.    VARID=3,
  387.    VARLEN=40,
  388.    DEFAULT=\XVA
  389. >
  390. Destination directory to copy to...
  391. /* "was"  DEFAULT=\XVA$DMQS
  392.  
  393. <FKEYS>
  394.    <ENTER>Enter=Continue
  395.    <F1>F1=Help
  396.    <F3>F3=Exit
  397. <\FKEYS>
  398. <\PANEL>
  399.  
  400. /******************************************************************************
  401. /* CREATE_DMQS_PROFILE
  402. /******************************************************************************
  403. <PANEL,ID=CHANGE_PROFILE, TRACE=OFF>
  404. <HELP, ID=CHANGE_PROFILE_SPECIFIC_HELP>
  405. <TEXT, ROW=1, COL=CENTER>Change Display Profile
  406.  
  407. <TEXT, ROW=6, COL=1>
  408. CHANGE DMQS DISPLAY CONFIGURATION PROFILE:
  409. <TEXT, ROW=7, COL=1>
  410. ─────────────────────────────────────────
  411.  
  412. <TEXT, ROW=9, COL=14>
  413. Display Type
  414. /*XVA        Display Type
  415. <TEXT, ROW=10, COL=1>
  416. ────────────────────────────────────────────────────────────────────────────────
  417. /*───────────  ───────────────────────────────────────────────────────────────────
  418.  
  419. /******************************************************************************
  420. /* Selection list to select available XVAs from. Each item will be enabled
  421. /* only if there is a corresponding XVA adapter card available to be selected.
  422. /* The selection items will be enabled top down, from lowest XVA slot number
  423. /* to highest XVA slot number.
  424. /******************************************************************************
  425. <SELLIST, PROMPT=BEFORE, VARID=0, CURSORID=1, DISABLEID=2, AUTOSEL=ON, BORDER=OFF>
  426.    <SELITEM, ROW=11, COL=2, SELVALUE=0, DISABLEINDEX=0>
  427.    <SELITEM, ROW=12, COL=2, SELVALUE=1, DISABLEINDEX=1>
  428.    <SELITEM, ROW=13, COL=2, SELVALUE=2, DISABLEINDEX=2>
  429.    <SELITEM, ROW=14, COL=2, SELVALUE=3, DISABLEINDEX=3>
  430.    <SELITEM, ROW=15, COL=2, SELVALUE=4, DISABLEINDEX=4>
  431.    <SELITEM, ROW=16, COL=2, SELVALUE=5, DISABLEINDEX=5>
  432.    <SELITEM, ROW=17, COL=2, SELVALUE=6, DISABLEINDEX=6>
  433.    <SELITEM, ROW=18, COL=2, SELVALUE=7, DISABLEINDEX=7>
  434.    <SELITEM, ROW=19, COL=2, SELVALUE=8, DISABLEINDEX=8>
  435.    <SELITEM, ROW=20, COL=2, SELVALUE=9, DISABLEINDEX=9>
  436. <\SELLIST>
  437.  
  438. /******************************************************************************
  439. /* Static list box for Slot Number List.
  440. /******************************************************************************
  441. /*<LIST,
  442. /*   TYPE=STATIC,
  443. /*   ROW=10,
  444. /*   COL=8,
  445. /*   DEPTH=10,
  446. /*   LENGTH=2,
  447. /*   VARID=3,
  448. /*   SELID=4,
  449. /*   BORDER=OFF
  450. /*>
  451.  
  452. /******************************************************************************
  453. /* Static list box for Display Description Text List chosen for corrsponding
  454. /* XVA adapter card(s).
  455. /******************************************************************************
  456. <LIST,
  457.    TYPE=STATIC,
  458.    ROW=10,
  459.    COL=13,
  460.    DEPTH=10,
  461.    LENGTH=65,
  462.    VARID=5,
  463.    SELID=6,
  464.    BORDER=OFF
  465. >
  466.  
  467. /*<TEXT, ROW=23, COL=2>
  468. /*Use UP and DOWN cursor keys to select XVA.
  469.  
  470. <FKEYS>
  471.    <ENTER>Enter=Accept Setup
  472.    <F1>F1=Help
  473.    <F2>F2=Change Display Type
  474.    <F3>F3=Exit
  475. <\FKEYS>
  476. <\PANEL>
  477.  
  478. /******************************************************************************
  479. /* CHANGE_DISPLAY_TYPE
  480. /******************************************************************************
  481. <PANEL,ID=CHANGE_DISPLAY_TYPE, TRACE=OFF>
  482. <HELP, ID=CHANGE_DISPLAY_TYPE_HELP>
  483. <TEXT, ROW=1, COL=CENTER>Change Display Profile
  484.  
  485. <TEXT, ROW=6, COL=1>
  486. CHANGE DISPLAY TYPE
  487. <TEXT, ROW=7, COL=1>
  488. ───────────────────
  489.  
  490. /******************************************************************************
  491. /* Static text field for slot number.
  492. /******************************************************************************
  493. /*<LIST,
  494. /*   TYPE=STATIC,
  495. /*   ROW=5,
  496. /*   COL=36,
  497. /*   DEPTH=1,
  498. /*   LENGTH=2,
  499. /*   VARID=0,
  500. /*   SELID=0,
  501. /*   BORDER=OFF
  502. /*>
  503.  
  504. <TEXT, ROW=9, COL=1>
  505. Current display type is:
  506.  
  507. /******************************************************************************
  508. /* Static text field for Current Display Type description text.
  509. /******************************************************************************
  510. <LIST,
  511.    TYPE=STATIC,
  512.    ROW=9,
  513.    COL=0,
  514.    DEPTH=1,
  515.    LENGTH=79,
  516.    VARID=1,
  517.    SELID=1,
  518.    BORDER=OFF
  519. >
  520.  
  521. /******************************************************************************
  522. /* List box for available Display Types to select from.
  523. /******************************************************************************
  524. <LIST,
  525.    TYPE=SINGSEL,
  526.    ROW=11,
  527.    COL=1,
  528.    DEPTH=8,
  529.    LENGTH=78,
  530.    VARID=2,
  531.    SELID=3,
  532.    BORDER=ON
  533. >
  534.  
  535. <TEXT, ROW=21, COL=2>
  536. Use UP/DOWN cursor keys to choose different display type.
  537.  
  538. <TEXT, ROW=22, COL=2>
  539. Press alpha/numeric key to move to item beginning with key typed.
  540.  
  541. <TEXT, ROW=23, COL=2>
  542. Press Enter key to select display type highlighted.
  543.  
  544. <FKEYS>
  545.    <ENTER>Enter=Select Display Type
  546.    <F1>F1=Help
  547.    <F3>F3=Exit
  548. <\FKEYS>
  549. <\PANEL>
  550.  
  551. /******************************************************************************
  552. /* CREATE_DIRECTORY_PROMPT
  553. /******************************************************************************
  554. <PANEL,ID=CREATE_DIRECTORY_PROMPT, TRACE=OFF>
  555.  
  556. <PROMPT,
  557.    ROW=22,
  558.    COL=1,
  559.    PROMPT=BEFORE,
  560.    SPACE=0,
  561.    PROMPTLEN=1,
  562.    VARID=0,
  563.    VARLEN=1,
  564.    DEFAULT=Y
  565. >
  566.  
  567. <TEXT, ROW=22, COL=5, VARSUB=1>
  568. Create directory? (%s)
  569.  
  570. <FKEYS>
  571.    <ENTER>Enter=Continue
  572.    <F3>F3=Cancel
  573. <\FKEYS>
  574. <\PANEL>
  575.  
  576. /******************************************************************************
  577. /* OVERWRITE_FILE_PROMPT
  578. /******************************************************************************
  579. <PANEL,ID=OVERWRITE_FILE_PROMPT, TRACE=OFF>
  580.  
  581. <PROMPT,
  582.    ROW=22,
  583.    COL=1,
  584.    PROMPT=BEFORE,
  585.    SPACE=0,
  586.    PROMPTLEN=1,
  587.    VARID=0,
  588.    VARLEN=1,
  589.    DEFAULT=Y
  590. >
  591.  
  592. <TEXT, ROW=22, COL=5, VARSUB=1>
  593. Over-write? (%s)
  594.  
  595. <FKEYS>
  596.    <ENTER>Enter=Continue
  597.    <F3>F3=Cancel
  598. <\FKEYS>
  599.  
  600. <\PANEL>
  601.  
  602. /******************************************************************************
  603. /*
  604. /* Help Panel Definitions
  605. /*
  606. /******************************************************************************
  607.  
  608. /******************************************************************************
  609. /* INSTALL_KEYS_HELP
  610. /******************************************************************************
  611. <PANEL, ID=INSTALL_KEYS_HELP, TRACE=OFF>
  612. <TEXT, ROW=2, COL=3>
  613. KEY DEFINITIONS HELP:
  614. <TEXT, ROW=3, COL=3>
  615. ────────────────────
  616.  
  617. <TEXT, ROW=5, COL=6>
  618. General Keys:
  619. <TEXT, ROW=7, COL=9>
  620. Esc - Exit the panel (always available).
  621. <TEXT, ROW=8, COL=9>
  622. UP-ARROW or SHIFT/TAB - Move to the previous field.
  623. <TEXT, ROW=9, COL=9>
  624. DOWN-ARROW or TAB - Move to the next field.
  625. <TEXT, ROW=10, COL=9>
  626. SPACE BAR - Select or deselect a menu item.
  627.  
  628. <TEXT, ROW=12, COL=6>
  629. Data Entry Prompts:
  630. <TEXT, ROW=14, COL=9>
  631. RIGHT-ARROW - Move to the next character.
  632. <TEXT, ROW=15, COL=9>
  633. LEFT-ARROW - Move to the previous character.
  634. <TEXT, ROW=16, COL=9>
  635. DEL - Delete character over cursor.
  636. <TEXT, ROW=17, COL=9>
  637. BACKSPACE - Delete character to left of cursor.
  638. <TEXT, ROW=18, COL=9>
  639. HOME - Move the cursor to the beginning of the prompt.
  640. <TEXT, ROW=19, COL=9>
  641. END - Move the cursor to the end of the prompt.
  642.  
  643. <FKEYS>
  644.    <F3>F3=Exit
  645. <\FKEYS>
  646. <\PANEL>
  647.  
  648. /******************************************************************************
  649. /* INSTALL_HELP
  650. /******************************************************************************
  651. <PANEL,ID=INSTALL_HELP, TRACE=OFF>
  652. <HELP, ID=DMQS_MAIN_HELP>
  653.  
  654. <TEXT, ROW=2, COL=3>
  655. Install DMQS display information files:
  656. <TEXT, ROW=3, COL=3>
  657. ──────────────────────────────────────
  658.  
  659. <TEXT, ROW=5, COL=3>
  660. This option will install all the display information files available for
  661. <TEXT, ROW=6, COL=3>
  662. Enhanced Local Bus Graphics.
  663.  
  664. <TEXT, ROW=8, COL=3>
  665. NOTE:  You can install the display information files on a system which
  666. <TEXT, ROW=9, COL=3>
  667. does not support DMQS.  However, if you do not have hardware that supports
  668. <TEXT, ROW=10, COL=3>
  669. DMQS, then you will not be able to use any DMQS supporting services (i.e.
  670. <TEXT, ROW=11, COL=3>
  671. device drivers that utilize DMQS to initialize Local Bus Graphics hardware).
  672.  
  673. <FKEYS>
  674.    <F1>F1=Help
  675.    <F3>F3=Exit
  676. <\FKEYS>
  677. <\PANEL>
  678.  
  679. /******************************************************************************
  680. /* DMQS main help
  681. /******************************************************************************
  682. <PANEL,ID=DMQS_MAIN_HELP, TRACE=OFF>
  683. <HELP, ID=INSTALL_KEYS_HELP>
  684.  
  685. <TEXT, ROW=2, COL=3>
  686. VESA SVGA BIOS Extension:
  687. <TEXT, ROW=3, COL=3>
  688. ────────────────────────
  689.  
  690. <TEXT, ROW=5, COL=3>
  691. The BIOS extension (XVAVESA.COM) provides an interface to set Super VGA modes
  692. <TEXT, ROW=6, COL=3>
  693. on your display.  It utilizes Display Mode Query and Set (DMQS) to do this.
  694. <TEXT, ROW=7, COL=3>
  695. You should install the DMQS files first, then select your display,
  696. <TEXT, ROW=8, COL=3>
  697. then install the BIOS extension.  Reboot your computer to have any changes
  698. <TEXT, ROW=9, COL=3>
  699. take effect.
  700.  
  701. <FKEYS>
  702.    <F1>F1=Key definitions help
  703.    <F3>F3=Exit
  704. <\FKEYS>
  705. <\PANEL>
  706.  
  707. /******************************************************************************
  708. /* DPMS main help
  709. /******************************************************************************
  710. <PANEL,ID=DPMS_MAIN_HELP, TRACE=OFF>
  711. <HELP, ID=INSTALL_KEYS_HELP>
  712.  
  713. <TEXT, ROW=2, COL=3>
  714. Install display power management device driver:
  715. <TEXT, ROW=3, COL=3>
  716. ──────────────────────────────────────────────
  717.  
  718. <TEXT, ROW=5, COL=3>
  719. This option copies the required files from diskette to your DOS directory
  720. <TEXT, ROW=6, COL=3>
  721. to support VESA Display Power Management Signaling (DPMS).  DPMS enables
  722. <TEXT, ROW=7, COL=3>
  723. your display to be set to various power-saving states.  Files copied include
  724. <TEXT, ROW=8, COL=3>
  725. PMBIOS.EXE, the driver, LACAPM.EXE, the utility to set timeout values,
  726. <TEXT, ROW=9, COL=3>
  727. APMMSG.GML, the message file for the utility, and README.APM, which contains
  728. <TEXT, ROW=10, COL=3>
  729. more information on power management.
  730.  
  731. <TEXT, ROW=12, COL=3>
  732. Your CONFIG.SYS file will be modified to start the drivers PMBIOS.EXE and
  733. <TEXT, ROW=13, COL=3>
  734. POWER.EXE, which comes with DOS.
  735.  
  736. <FKEYS>
  737.    <F1>F1=Key definitions help
  738.    <F3>F3=Exit
  739. <\FKEYS>
  740. <\PANEL>
  741.  
  742. /******************************************************************************
  743. /* INSTALL_EXIT_HELP
  744. /******************************************************************************
  745. <PANEL,ID=INSTALL_EXIT_HELP, TRACE=OFF>
  746. <HELP, ID=INSTALL_KEYS_HELP>
  747. <TEXT, ROW=1, COL=CENTER>DMQS File Installation
  748.  
  749. <TEXT, ROW=7, COL=3>
  750. The Display Information Files have been successfully installed onto your
  751. <TEXT, ROW=8, COL=3>
  752. system. Additionally, your AUTOEXEC.BAT file has been updated to
  753. <TEXT, ROW=9, COL=3>
  754. reflect the proper path to locate these Display Information Files.
  755.  
  756. <TEXT, ROW=11, COL=3>
  757. If the AUTOEXEC.BAT file did not exist before, then it has been created
  758. <TEXT, ROW=12, COL=3>
  759. and placed in the root of your C: drive.
  760.  
  761. <TEXT, ROW=14, COL=3>
  762. Once you have exited this installation program, please restart your
  763. <TEXT, ROW=15, COL=3>
  764. computer system in order for the environment settings on your system to
  765. <TEXT, ROW=16, COL=3>
  766. correctly reflect the location of the Display Information Files that
  767. <TEXT, ROW=17, COL=3>
  768. have just been installed.
  769.  
  770. <FKEYS>
  771.    <F1>F1=Key definitions help
  772.    <F3>F3=Exit
  773. <\FKEYS>
  774. <\PANEL>
  775.  
  776. /******************************************************************************
  777. /* REINSTALL_HELP
  778. /******************************************************************************
  779. <PANEL,ID=REINSTALL_HELP, TRACE=OFF>
  780. <HELP, ID=DMQS_MAIN_HELP>
  781.  
  782. <TEXT, ROW=2, COL=3>
  783. Re-Install All Display Information Files:
  784. <TEXT, ROW=3, COL=3>
  785. ────────────────────────────────────────
  786.  
  787. <TEXT, ROW=5, COL=3>
  788. This option will re-install all the display files available onto
  789. <TEXT, ROW=6, COL=3>
  790. your system under the path specified by the DMQSPATH environment
  791. <TEXT, ROW=7, COL=3>
  792. variable.
  793. <TEXT, ROW=8, COL=3>
  794. Any files from your old DMQS installation with the same name as the new
  795. <TEXT, ROW=9, COL=3>
  796. display files will be over-written.  Also, there may be some additional
  797. <TEXT, ROW=10, COL=3>
  798. display information files added to your system.
  799.  
  800. <FKEYS>
  801.    <F1>F1=Help
  802.    <F3>F3=Exit
  803. <\FKEYS>
  804. <\PANEL>
  805.  
  806. /******************************************************************************
  807. /* REINSTALL_EXIT_HELP
  808. /******************************************************************************
  809. <PANEL,ID=REINSTALL_EXIT_HELP, TRACE=OFF>
  810. <HELP, ID=INSTALL_KEYS_HELP>
  811. <TEXT, ROW=1, COL=CENTER>DMQS File Reinstallation
  812.  
  813. <TEXT, ROW=7, COL=3>
  814. The Display Information Files have been successfully re-installed onto
  815. <TEXT, ROW=8, COL=3>
  816. your system. Additionally, your AUTOEXEC.BAT file has been updated to
  817. <TEXT, ROW=9, COL=3>
  818. reflect the proper path to locate these Display Information Files.
  819.  
  820. <TEXT, ROW=11, COL=3>
  821. If the AUTOEXEC.BAT file did not exist before, then it has been created
  822. <TEXT, ROW=12, COL=3>
  823. and placed in the root of your C: drive.
  824.  
  825. <TEXT, ROW=14, COL=3>
  826. Once you have exited this installation program, please restart your
  827. <TEXT, ROW=15, COL=3>
  828. computer system in order for the environment settings on your system to
  829. <TEXT, ROW=16, COL=3>
  830. correctly reflect the location of the Display Information Files that
  831. <TEXT, ROW=17, COL=3>
  832. have just been installed.
  833.  
  834. <FKEYS>
  835.    <F1>F1=Key definitions help
  836.    <F3>F3=Exit
  837. <\FKEYS>
  838. <\PANEL>
  839.  
  840. /******************************************************************************
  841. /* SPECIFIC_INSTALL_HELP
  842. /******************************************************************************
  843. <PANEL,ID=SPECIFIC_INSTALL_HELP, TRACE=OFF>
  844. <HELP, ID=DMQS_MAIN_HELP>
  845.  
  846. <TEXT, ROW=2, COL=3>
  847. Install VESA SVGA BIOS Extension:
  848. <TEXT, ROW=3, COL=3>
  849. ────────────────────────────────
  850.  
  851. <TEXT, ROW=5, COL=3>
  852. This option will expand the file XVAVESA.CO_ from your diskette to
  853. <TEXT, ROW=6, COL=3>
  854. XVAVESA.COM in the directory you specify.  Your AUTOEXEC.BAT file will
  855. <TEXT, ROW=7, COL=3>
  856. be updated to start XVAVESA.  When you are finished using the install
  857. <TEXT, ROW=8, COL=3>
  858. program, you need to reboot your computer to have changes in effect.
  859.  
  860. <FKEYS>
  861.    <F1>F1=Help
  862.    <F3>F3=Exit
  863. <\FKEYS>
  864. <\PANEL>
  865.  
  866. /******************************************************************************
  867. /* SPECIFIC_INSTALL_EXIT_HELP
  868. /******************************************************************************
  869. <PANEL,ID=SPECIFIC_INSTALL_EXIT_HELP, TRACE=OFF>
  870. <HELP, ID=INSTALL_KEYS_HELP>
  871. <TEXT, ROW=1, COL=CENTER>VESA SVGA BIOS Installation
  872.  
  873. <TEXT, ROW=7, COL=3>
  874. The VESA SVGA BIOS extension been successfully installed onto your
  875. <TEXT, ROW=8, COL=3>
  876. system.  Additionally, your AUTOEXEC.BAT file has been updated
  877. <TEXT, ROW=9, COL=3>
  878. to load the extension.
  879.  
  880. <TEXT, ROW=11, COL=3>
  881. If the AUTOEXEC.BAT file mentioned above did not exist before, then it has
  882. <TEXT, ROW=12, COL=3>
  883. been created and placed in the root of your C: drive.
  884.  
  885. <TEXT, ROW=14, COL=3>
  886. Once you have exited this installation program, please restart your
  887. <TEXT, ROW=15, COL=3>
  888. computer system.
  889.  
  890. <FKEYS>
  891.    <F1>F1=Key definitions help
  892.    <F3>F3=Exit
  893. <\FKEYS>
  894. <\PANEL>
  895.  
  896. /******************************************************************************
  897. /* DIF_INSTALL_PANEL_HELP
  898. /******************************************************************************
  899. <PANEL, ID=DIF_INSTALL_PANEL_HELP, TRACE=OFF>
  900. <HELP, ID=DMQS_MAIN_HELP>
  901.  
  902. <TEXT, ROW=2, COL=3>
  903. Install all Display Information Files:
  904. <TEXT, ROW=3, COL=3>
  905. ─────────────────────────────────────
  906.  
  907. <TEXT, ROW=5, COL=3>
  908. The "Install all Display Information Files" option allows you to place
  909. <TEXT, ROW=6, COL=3>
  910. information about all displays that can be attached to your system board
  911. <TEXT, ROW=7, COL=3>
  912. in your computer. This information is in the form
  913. <TEXT, ROW=8, COL=3>
  914. of display information files. These display information files will provide
  915. <TEXT, ROW=9, COL=3>
  916. programs the ability to identify and best utilize any compatible display
  917. <TEXT, ROW=10, COL=3>
  918. that may be attached to your system board.
  919.  
  920. <TEXT, ROW=12, COL=3>
  921. SOURCE DISK DRIVE TO COPY FROM:
  922. <TEXT, ROW=13, COL=6>
  923. The disk drive containing the display information packed file.
  924.  
  925. <TEXT, ROW=15, COL=3>
  926. SOURCE DIRECTORY TO COPY FROM:
  927. <TEXT, ROW=16, COL=6>
  928. The path where the display information files are copied from.
  929.  
  930. <TEXT, ROW=18, COL=3>
  931. DESTINATION DISK DRIVE TO COPY TO:
  932. <TEXT, ROW=19, COL=6>
  933. The drive that you wish to install display information files on.
  934.  
  935. <TEXT, ROW=21, COL=3>
  936. DESTINATION DIRECTORY TO COPY TO:
  937. <TEXT, ROW=22, COL=6>
  938. The path where the Display Information Files are copied to.
  939.  
  940. <FKEYS>
  941.    <F1>F1=Help
  942.    <F3>F3=Exit
  943. <\FKEYS>
  944. <\PANEL>
  945.  
  946. /******************************************************************************
  947. /* DIF_REINSTALL_PANEL_HELP
  948. /******************************************************************************
  949. <PANEL, ID=DIF_REINSTALL_PANEL_HELP, TRACE=OFF>
  950. <HELP, ID=DMQS_MAIN_HELP>
  951.  
  952. <TEXT, ROW=2, COL=3>
  953. Re-Install all Display Information Files:
  954. <TEXT, ROW=3, COL=3>
  955. ────────────────────────────────────────
  956.  
  957. <TEXT, ROW=5, COL=3>
  958. The "Re-Install all Display Information Files" option allows you to update
  959. <TEXT, ROW=6, COL=3>
  960. the Display Information Files currently installed on your computer. This
  961. <TEXT, ROW=7, COL=3>
  962. re-installation process will place the Display Information Files in the
  963. <TEXT, ROW=8, COL=3>
  964. directory specified by the DMQSPATH environment variable. However, you can
  965. <TEXT, ROW=9, COL=3>
  966. override the destination by entering a different destination drive and path.
  967. <TEXT, ROW=10, COL=3>
  968. Any Display Information Files installed on your current system will be
  969. <TEXT, ROW=11, COL=3>
  970. over-written if you decide to re-install under the same directory.
  971.  
  972. <TEXT, ROW=13, COL=3>
  973. SOURCE DISK DRIVE TO COPY FROM:
  974. <TEXT, ROW=14, COL=6>
  975. The disk drive containing the Display Information Packed File.
  976.  
  977. <TEXT, ROW=16, COL=3>
  978. SOURCE DIRECTORY TO COPY FROM:
  979. <TEXT, ROW=17, COL=6>
  980. The path where the Display Information Files are copied from.
  981.  
  982. <TEXT, ROW=19, COL=3>
  983. DESTINATION DISK DRIVE TO COPY TO:
  984. <TEXT, ROW=20, COL=6>
  985. The drive that you wish to install Display Information Files on.
  986.  
  987. <TEXT, ROW=22, COL=3>
  988. DESTINATION DIRECTORY TO COPY TO:
  989. <TEXT, ROW=23, COL=6>
  990. The path where the Display Information Files are copied to.
  991.  
  992. <FKEYS>
  993.    <F1>F1=Help
  994.    <F3>F3=Exit
  995. <\FKEYS>
  996. <\PANEL>
  997.  
  998. /******************************************************************************
  999. /* DIF_SPECIFIC_INSTALL_PANEL_HELP
  1000. /******************************************************************************
  1001. <PANEL, ID=DIF_SPECIFIC_INSTALL_PANEL_HELP, TRACE=OFF>
  1002. <HELP, ID=SPECIFIC_INSTALL_HELP>
  1003.  
  1004. <TEXT, ROW=2, COL=3>
  1005. Install VESA SVGA BIOS Extension:
  1006. <TEXT, ROW=3, COL=3>
  1007. ────────────────────────────────
  1008.  
  1009. <TEXT, ROW=8, COL=3>
  1010. SOURCE DISK DRIVE TO COPY FROM:
  1011. <TEXT, ROW=9, COL=6>
  1012. The disk drive containing the non-packed Display Information File(s).
  1013.  
  1014. <TEXT, ROW=11, COL=3>
  1015. SOURCE DIRECTORY TO COPY FROM:
  1016. <TEXT, ROW=12, COL=6>
  1017. The path where the Display Information Files are copied from.
  1018.  
  1019. <TEXT, ROW=14, COL=3>
  1020. DESTINATION DISK DRIVE TO COPY TO:
  1021. <TEXT, ROW=15, COL=6>
  1022. The drive that you wish to install Display Information Files on.
  1023.  
  1024. <TEXT, ROW=17, COL=3>
  1025. DESTINATION DIRECTORY TO COPY TO:
  1026. <TEXT, ROW=18, COL=6>
  1027. The path where the Display Information Files are copied to.
  1028.  
  1029. <FKEYS>
  1030.    <F1>F1=Help
  1031.    <F3>F3=Exit
  1032. <\FKEYS>
  1033. <\PANEL>
  1034.  
  1035. /******************************************************************************
  1036. /* XVARATE main help
  1037. /******************************************************************************
  1038. <PANEL, ID=XVARATE_MAIN_HELP, TRACE=OFF>
  1039. <HELP, ID=INSTALL_KEYS_HELP>
  1040.  
  1041. <TEXT, ROW=2, COL=3>
  1042. Set VGA refresh rate:
  1043. <TEXT, ROW=3, COL=3>
  1044. ────────────────────
  1045.  
  1046. <TEXT, ROW=5, COL=3>
  1047. This option will allow you to set the refresh rates for VGA modes either to
  1048. <TEXT, ROW=6, COL=3>
  1049. standard VGA rates or high rates.  This will allow you to reduce flicker on
  1050. <TEXT, ROW=7, COL=3>
  1051. a capable display by setting the high rate.  If your display is not capable
  1052. <TEXT, ROW=8, COL=3>
  1053. of running the high refresh rates, use the default setting.  If this does not
  1054. <TEXT, ROW=9, COL=3>
  1055. change to standard refresh rates, use the 60Hz setting.  New settings take
  1056. <TEXT, ROW=10, COL=3>
  1057. effect when you reboot your computer.
  1058.  
  1059. <FKEYS>
  1060.    <F1>F1=Key definitions help
  1061.    <F3>F3=Exit
  1062. <\FKEYS>
  1063. <\PANEL>
  1064.  
  1065. /******************************************************************************
  1066. /* XVARATE help for default
  1067. /******************************************************************************
  1068. <PANEL, ID=XVARATE_DEFAULT_HELP, TRACE=OFF>
  1069. <HELP, ID=XVARATE_MAIN_HELP>
  1070.  
  1071. <TEXT, ROW=2, COL=3>
  1072. Set VGA rate to default:
  1073. <TEXT, ROW=3, COL=3>
  1074. ───────────────────────
  1075.  
  1076. <TEXT, ROW=5, COL=3>
  1077. This option will remove any line containing XVARATE.EXE from your
  1078. <TEXT, ROW=6, COL=3>
  1079. AUTOEXEC.BAT file.  This means the VGA refresh rates used are determined
  1080. <TEXT, ROW=7, COL=3>
  1081. by the display ID presented by the display's cable.
  1082.  
  1083. <FKEYS>
  1084.    <F1>F1=Help
  1085.    <F3>F3=Exit
  1086. <\FKEYS>
  1087. <\PANEL>
  1088.  
  1089. /******************************************************************************
  1090. /* XVARATE help for 60Hz
  1091. /******************************************************************************
  1092. <PANEL, ID=XVARATE_60_HELP, TRACE=OFF>
  1093. <HELP, ID=XVARATE_MAIN_HELP>
  1094.  
  1095. <TEXT, ROW=2, COL=3>
  1096. Set VGA rate to 60Hz:
  1097. <TEXT, ROW=3, COL=3>
  1098. ────────────────────
  1099.  
  1100. <TEXT, ROW=5, COL=3>
  1101. This option will decompress the XVARATE program on the device driver
  1102. <TEXT, ROW=6, COL=3>
  1103. diskette and copy it to your XVA directory (the one pointed to by the
  1104. <TEXT, ROW=7, COL=3>
  1105. DMQSPATH environment variable).  A line will be added to (or modified)
  1106. <TEXT, ROW=8, COL=3>
  1107. in your AUTOEXEC.BAT file to invoke XVARATE at DOS startup.  This will
  1108. <TEXT, ROW=9, COL=3>
  1109. cause rates for VGA modes to be standard rates:  60Hz for graphics modes
  1110. <TEXT, ROW=10, COL=3>
  1111. and 70Hz for text modes.  Do not use this option with IBM 951X displays,
  1112. <TEXT, ROW=11, COL=3>
  1113. because they will not sync, though no damage will occur.
  1114.  
  1115. <FKEYS>
  1116.    <F1>F1=Help
  1117.    <F3>F3=Exit
  1118. <\FKEYS>
  1119. <\PANEL>
  1120.  
  1121. /******************************************************************************
  1122. /* XVARATE help for 75Hz
  1123. /******************************************************************************
  1124. <PANEL, ID=XVARATE_75_HELP, TRACE=OFF>
  1125. <HELP, ID=XVARATE_MAIN_HELP>
  1126.  
  1127. <TEXT, ROW=2, COL=3>
  1128. Set VGA rate to 75Hz:
  1129. <TEXT, ROW=3, COL=3>
  1130. ────────────────────
  1131.  
  1132. <TEXT, ROW=5, COL=3>
  1133. This option will decompress the XVARATE program on the device driver
  1134. <TEXT, ROW=6, COL=3>
  1135. diskette and copy it to your XVA directory (the one pointed to by the
  1136. <TEXT, ROW=7, COL=3>
  1137. DMQSPATH environment variable).  A line will be added to (or modified)
  1138. <TEXT, ROW=8, COL=3>
  1139. in your AUTOEXEC.BAT file to invoke XVARATE at DOS startup.  This will
  1140. <TEXT, ROW=9, COL=3>
  1141. cause rates for VGA modes to be high rates:  75Hz for graphics modes and
  1142. <TEXT, ROW=10, COL=3>
  1143. 88Hz for text modes.  Do not use this option with IBM 85XX displays,
  1144. <TEXT, ROW=11, COL=3>
  1145. because they will not sync, though no damage will occur.
  1146.  
  1147. <FKEYS>
  1148.    <F1>F1=Help
  1149.    <F3>F3=Exit
  1150. <\FKEYS>
  1151. <\PANEL>
  1152.  
  1153. /******************************************************************************
  1154. /* Windows driver install help
  1155. /******************************************************************************
  1156. <PANEL, ID=WIN31_HELP, TRACE=OFF>
  1157. <HELP, ID=INSTALL_KEYS_HELP>
  1158.  
  1159. <TEXT, ROW=2, COL=3>
  1160. Windows 3.1 driver installation information:
  1161. <TEXT, ROW=3, COL=3>
  1162. ───────────────────────────────────────────
  1163.  
  1164. <TEXT, ROW=5, COL=3>
  1165. This option displays instructions for installing the Windows 3.1 drivers.
  1166.  
  1167. <FKEYS>
  1168.    <F1>F1=Key definitions help
  1169.    <F3>F3=Exit
  1170. <\FKEYS>
  1171. <\PANEL>
  1172.  
  1173. /******************************************************************************
  1174. /* OS/2 1.3 driver install help
  1175. /******************************************************************************
  1176. <PANEL, ID=OS213_HELP, TRACE=OFF>
  1177. <HELP, ID=INSTALL_KEYS_HELP>
  1178.  
  1179. <TEXT, ROW=2, COL=3>
  1180. OS/2 1.3 driver installation information:
  1181. <TEXT, ROW=3, COL=3>
  1182. ────────────────────────────────────────
  1183.  
  1184. <TEXT, ROW=5, COL=3>
  1185. This option displays instructions for installing the OS/2 1.3 drivers.
  1186.  
  1187. <FKEYS>
  1188.    <F1>F1=Key definitions help
  1189.    <F3>F3=Exit
  1190. <\FKEYS>
  1191. <\PANEL>
  1192.  
  1193. /******************************************************************************
  1194. /* OS/2 2.0 driver install help
  1195. /******************************************************************************
  1196. <PANEL, ID=OS220_HELP, TRACE=OFF>
  1197. <HELP, ID=INSTALL_KEYS_HELP>
  1198.  
  1199. <TEXT, ROW=2, COL=3>
  1200. OS/2 2.0 driver installation information:
  1201. <TEXT, ROW=3, COL=3>
  1202. ───────────────────────────────────────────
  1203.  
  1204. <TEXT, ROW=5, COL=3>
  1205. This option displays instructions for installing the OS/2 2.0 drivers.
  1206.  
  1207. <FKEYS>
  1208.    <F1>F1=Key definitions help
  1209.    <F3>F3=Exit
  1210. <\FKEYS>
  1211. <\PANEL>
  1212.  
  1213. /******************************************************************************
  1214. /* OS/2 2.1 driver install help
  1215. /******************************************************************************
  1216. <PANEL, ID=OS221_HELP, TRACE=OFF>
  1217. <HELP, ID=INSTALL_KEYS_HELP>
  1218.  
  1219. <TEXT, ROW=2, COL=3>
  1220. OS/2 2.1 driver installation information:
  1221. <TEXT, ROW=3, COL=3>
  1222. ───────────────────────────────────────────
  1223.  
  1224. <TEXT, ROW=5, COL=3>
  1225. This option displays instructions for installing the OS/2 2.1 drivers.
  1226.  
  1227. <FKEYS>
  1228.    <F1>F1=Key definitions help
  1229.    <F3>F3=Exit
  1230. <\FKEYS>
  1231. <\PANEL>
  1232.  
  1233. /******************************************************************************
  1234. /* CHANGE_PROFILE_HELP
  1235. /******************************************************************************
  1236. <PANEL, ID=CHANGE_PROFILE_HELP, TRACE=OFF>
  1237. <HELP, ID=DMQS_MAIN_HELP>
  1238.  
  1239. <TEXT, ROW=2, COL=3>
  1240. Change Display Configuration Profile:
  1241. <TEXT, ROW=3, COL=3>
  1242. ────────────────────────────────────
  1243.  
  1244. <TEXT, ROW=5, COL=3>
  1245. This option allows you to override your display configuration. If you
  1246. <TEXT, ROW=6, COL=3>
  1247. do not create a configuration profile for the DMQS services, then the
  1248. <TEXT, ROW=7, COL=3>
  1249. default display type and display startup will be used based upon the POST
  1250. <TEXT, ROW=8, COL=3>
  1251. (Power On Self Test) initialization of your system. However, you can
  1252. <TEXT, ROW=9, COL=3>
  1253. override the system startup values via this "Change Display
  1254. <TEXT, ROW=10, COL=3>
  1255. Configuration Profile" option.
  1256.  
  1257. <TEXT, ROW=12, COL=3>
  1258. NOTE: You can install the display information files on a system which
  1259. <TEXT, ROW=13, COL=3>
  1260. does not support DMQS. However, if you do not have hardware that supports
  1261. <TEXT, ROW=14, COL=3>
  1262. DMQS, then you will not be able to use any DMQS supporting services (i.e.
  1263. <TEXT, ROW=15, COL=3>
  1264. Device Drivers that utilize DMQS to initialize hardware).
  1265.  
  1266. <TEXT, ROW=17, COL=3>
  1267. Reboot your computer after changing your display type.
  1268.  
  1269. <FKEYS>
  1270.    <F1>F1=Help
  1271.    <F3>F3=Exit
  1272. <\FKEYS>
  1273. <\PANEL>
  1274.  
  1275. /******************************************************************************
  1276. /* CHANGE_PROFILE_SPECIFIC_HELP
  1277. /******************************************************************************
  1278. <PANEL, ID=CHANGE_PROFILE_SPECIFIC_HELP, TRACE=OFF>
  1279. <HELP, ID=DMQS_MAIN_HELP>
  1280.  
  1281. <TEXT, ROW=2, COL=3>
  1282. Change Display Configuration Profile:
  1283. <TEXT, ROW=3, COL=3>
  1284. ────────────────────────────────────
  1285.  
  1286. <TEXT, ROW=5, COL=3>
  1287. This option provides a way to set the configuration of the display
  1288. <TEXT, ROW=6, COL=3>
  1289. environment found on your system. With this option you can specify the
  1290. <TEXT, ROW=7, COL=3>
  1291. following:
  1292.  
  1293. <TEXT, ROW=16, COL=3>
  1294. o DISPLAY TYPE - This specifies what type of display is attached to the system
  1295. <TEXT, ROW=17, COL=5>
  1296.   board.
  1297.  
  1298. <FKEYS>
  1299.    <F1>F1=Help
  1300.    <F3>F3=Exit
  1301. <\FKEYS>
  1302. <\PANEL>
  1303.  
  1304. /******************************************************************************
  1305. /* CHANGE_DISPLAY_TYPE_HELP
  1306. /******************************************************************************
  1307. <PANEL, ID=CHANGE_DISPLAY_TYPE_HELP, TRACE=OFF>
  1308. <HELP, ID=DMQS_MAIN_HELP>
  1309.  
  1310. <TEXT, ROW=2, COL=3>
  1311. Change Display Type:
  1312. <TEXT, ROW=3, COL=3>
  1313. ───────────────────
  1314.  
  1315. <TEXT, ROW=5, COL=3>
  1316. This panel allows you to select the display type that you want to associate
  1317. <TEXT, ROW=6, COL=3>
  1318. with your Enhanced Local Bus Graphics.  This display type that you
  1319. <TEXT, ROW=7, COL=3>
  1320. choose will be used by the graphics application which uses DMQS services
  1321. <TEXT, ROW=8, COL=3>
  1322. in order to initialize the hardware and provide you with the correct
  1323. <TEXT, ROW=9, COL=3>
  1324. mode settings (resolution, interlaced/non-interlaced, frequency, etc...)
  1325. <TEXT, ROW=10, COL=3>
  1326. for the display which is attached to the system board.  Reboot your computer
  1327. <TEXT, ROW=11, COL=3>
  1328. after changing your display type.
  1329.  
  1330. <FKEYS>
  1331.    <F1>F1=Help
  1332.    <F3>F3=Exit
  1333. <\FKEYS>
  1334. <\PANEL>
  1335.  
  1336. /******************************************************************************
  1337. /*
  1338. /* Message Definitions
  1339. /*
  1340. /******************************************************************************
  1341.  
  1342. /******************************************************************************
  1343. /* SOURCE_DISK_NOT_VALID
  1344. /******************************************************************************
  1345. <PANEL, ID=SOURCE_DISK_NOT_VALID, TRACE=OFF>
  1346. <TEXT, ROW=MSGAREA, COL=1>
  1347. ERROR: Source disk drive is not valid.
  1348. <\PANEL>
  1349.  
  1350. /******************************************************************************
  1351. /* DEST_DISK_NOT_AVAIL
  1352. /******************************************************************************
  1353. <PANEL, ID=DEST_DISK_NOT_AVAIL, TRACE=OFF>
  1354. <TEXT, ROW=MSGAREA, COL=1>
  1355. ERROR: Destination disk drive is not valid.
  1356. <\PANEL>
  1357.  
  1358. /******************************************************************************
  1359. /* SOURCE_DEST_CONFLICT
  1360. /******************************************************************************
  1361. <PANEL, ID=SOURCE_DEST_CONFLICT, TRACE=OFF>
  1362. <TEXT, ROW=MSGAREA, COL=1>
  1363. ERROR: Source/Destination drive and path can not be the same.
  1364. <\PANEL>
  1365.  
  1366. /******************************************************************************
  1367. /* SOURCE_PATH_INVALID
  1368. /******************************************************************************
  1369. <PANEL, ID=SOURCE_PATH_INVALID, TRACE=OFF>
  1370. <TEXT, ROW=MSGAREA, COL=1>
  1371. ERROR: Source directory is not valid.
  1372. <\PANEL>
  1373.  
  1374. /******************************************************************************
  1375. /* DEST_PATH_INVALID
  1376. /******************************************************************************
  1377. <PANEL, ID=DEST_PATH_INVALID, TRACE=OFF>
  1378. <TEXT, ROW=MSGAREA, COL=1>
  1379. ERROR: Destination directory is not valid.
  1380. <\PANEL>
  1381.  
  1382. /******************************************************************************
  1383. /* PATH_NOT_FOUND
  1384. /******************************************************************************
  1385. <PANEL, ID=PATH_NOT_FOUND, TRACE=OFF>
  1386. <TEXT, ROW=MSGAREA, COL=1>
  1387. WARNING: Destination directory does not exist.
  1388. <\PANEL>
  1389.  
  1390. /******************************************************************************
  1391. /* COULD_NOT_CREATE_DIR
  1392. /******************************************************************************
  1393. <PANEL, ID=COULD_NOT_CREATE_DIR, TRACE=OFF>
  1394. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1395. SEVERE ERROR: Could not create directory %s
  1396. <\PANEL>
  1397.  
  1398. /******************************************************************************
  1399. /* COULD_NOT_FIND_DIF
  1400. /******************************************************************************
  1401. <PANEL, ID=COULD_NOT_FIND_DIF, TRACE=OFF>
  1402. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1403. SEVERE ERROR: Could not find Display Information File %s
  1404. <\PANEL>
  1405.  
  1406. /******************************************************************************
  1407. /* FILE_ALREADY_EXISTS
  1408. /******************************************************************************
  1409. <PANEL, ID=FILE_ALREADY_EXISTS, TRACE=OFF>
  1410. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1411. WARNING: %s already exists.
  1412. <\PANEL>
  1413.  
  1414. /******************************************************************************
  1415. /* LOOKING_FOR_DIF_FILES
  1416. /******************************************************************************
  1417. <PANEL, ID=LOOKING_FOR_DIF_FILES, TRACE=OFF>
  1418. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1419. Looking for Display Information Files on source disk %s.
  1420. <\PANEL>
  1421.  
  1422. /******************************************************************************
  1423. /* COULD_NOT_FIND_ANY_DIFS
  1424. /******************************************************************************
  1425. <PANEL, ID=COULD_NOT_FIND_ANY_DIFS, TRACE=OFF>
  1426. <TEXT, ROW=MSGAREA, COL=1>
  1427. ERROR: Could not find any Display Information Files to copy.
  1428. <\PANEL>
  1429.  
  1430. /******************************************************************************
  1431. /* COPY_DIF_FAILURE
  1432. /******************************************************************************
  1433. <PANEL, ID=COPY_DIF_FAILURE, TRACE=OFF>
  1434. <TEXT, ROW=MSGAREA, COL=1>
  1435. SEVERE ERROR: Failed during Display Information File copy process.
  1436. <\PANEL>
  1437.  
  1438. /******************************************************************************
  1439. /* COPY_DIF_FAILURE
  1440. /******************************************************************************
  1441. <PANEL, ID=COPY_FILE_FAILURE_WITH_PAUSE, TRACE=OFF>
  1442. <TEXT, ROW=MSGAREA, COL=1>
  1443. ERROR:  Failed during file copy process.  Press any key to continue...
  1444. <\PANEL>
  1445.  
  1446. /******************************************************************************
  1447. /* COPY_DIF_NOTIFICATION
  1448. /******************************************************************************
  1449. <PANEL, ID=COPY_DIF_NOTIFICATION, TRACE=OFF>
  1450. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1451. Copying Display Information File(s)....
  1452. <\PANEL>
  1453.  
  1454. /******************************************************************************
  1455. /* ERROR_OPENING_FILE
  1456. /******************************************************************************
  1457. <PANEL, ID=ERROR_OPENING_FILE, TRACE=OFF>
  1458. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1459. SEVERE ERROR: Could not open file %s
  1460. <\PANEL>
  1461.  
  1462. /******************************************************************************
  1463. /* ERROR_FINDING_FILE
  1464. /******************************************************************************
  1465. <PANEL, ID=ERROR_FINDING_FILE, TRACE=OFF>
  1466. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1467. ERROR:  Could not find file %s
  1468. <\PANEL>
  1469.  
  1470. /******************************************************************************
  1471. /* ERROR_CREATING_FILE
  1472. /******************************************************************************
  1473. <PANEL, ID=ERROR_CREATING_FILE, TRACE=OFF>
  1474. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1475. SEVERE ERROR: Could not create file %s
  1476. <\PANEL>
  1477.  
  1478. /******************************************************************************
  1479. /* ERROR_READING_FILE
  1480. /******************************************************************************
  1481. <PANEL, ID=ERROR_READING_FILE, TRACE=OFF>
  1482. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1483. SEVERE ERROR: Failed in reading file %s
  1484. <\PANEL>
  1485.  
  1486. /******************************************************************************
  1487. /* MEMORY_ALLOCATION_ERROR
  1488. /******************************************************************************
  1489. <PANEL, ID=MEMORY_ALLOCATION_ERROR, TRACE=OFF>
  1490. <TEXT, ROW=MSGAREA, COL=1>
  1491. CRITICAL ERROR: Memory allocation error occurred during installation process.
  1492. <\PANEL>
  1493.  
  1494. /******************************************************************************
  1495. /* UNPACKING_DISPLAY_FILES
  1496. /******************************************************************************
  1497. <PANEL, ID=UNPACKING_DISPLAY_FILES, TRACE=OFF>
  1498. <TEXT, ROW=MSGAREA, COL=1>
  1499. Unpacking Display Information files...
  1500. <\PANEL>
  1501.  
  1502. /******************************************************************************
  1503. /* UPDATING_SYSTEM_FILES
  1504. /******************************************************************************
  1505. <PANEL, ID=UPDATING_SYSTEM_FILES, TRACE=OFF>
  1506. <TEXT, ROW=MSGAREA, COL=1>
  1507. Updating system startup files...
  1508. <\PANEL>
  1509.  
  1510. /******************************************************************************
  1511. /* FAILED_TO_UPDATE_SYSTEM_FILES
  1512. /******************************************************************************
  1513. <PANEL, ID=FAILED_TO_UPDATE_SYSTEM_FILES, TRACE=OFF>
  1514. <TEXT, ROW=MSGAREA, COL=1>
  1515. FATAL ERROR: Failed in updating system startup files.
  1516. <\PANEL>
  1517.  
  1518. /******************************************************************************
  1519. /* NO_DIF_UPDATES_MADE
  1520. /******************************************************************************
  1521. <PANEL, ID=NO_DIF_UPDATES_MADE, TRACE=OFF>
  1522. <TEXT, ROW=MSGAREA, COL=1>
  1523. WARNING: No Display Information Files have been updated.
  1524. <\PANEL>
  1525.  
  1526. /******************************************************************************
  1527. /* READING_DMQS_SYSTEM_CONFIGURATION
  1528. /******************************************************************************
  1529. <PANEL, ID=READING_DMQS_SYSTEM_CONFIGURATION, TRACE=OFF>
  1530. <TEXT, ROW=MSGAREA, COL=1>
  1531. Reading DMQS system configuration, please wait...
  1532. <\PANEL>
  1533.  
  1534. /******************************************************************************
  1535. /* READ_DMQS_CONFIGURATION_FAILED
  1536. /******************************************************************************
  1537. <PANEL, ID=READ_DMQS_CONFIGURATION_FAILED, TRACE=OFF>
  1538. <TEXT, ROW=MSGAREA, COL=1>
  1539. ERROR: Failed to read DMQS information, please check your DMQS configuration.
  1540. <\PANEL>
  1541.  
  1542. /******************************************************************************
  1543. /* DMQS_NOT_SUPPORTED_WARNING
  1544. /******************************************************************************
  1545. <PANEL, ID=DMQS_NOT_SUPPORTED_WARNING, TRACE=OFF>
  1546. <TEXT, ROW=MSGAREA, COL=1>
  1547. WARNING: DMQS not supported on system, however you may continue installation.
  1548. <\PANEL>
  1549.  
  1550. /******************************************************************************
  1551. /* DMQS_NOT_SUPPORTED_ERROR
  1552. /******************************************************************************
  1553. <PANEL, ID=DMQS_NOT_SUPPORTED_ERROR, TRACE=OFF>
  1554. <TEXT, ROW=MSGAREA, COL=1>
  1555. ERROR:  DMQS not supported on system, can't configure Local Bus Graphics.
  1556. <\PANEL>
  1557.  
  1558. /******************************************************************************
  1559. /* DIF_FILES_NOT_FOUND
  1560. /******************************************************************************
  1561. <PANEL, ID=DIF_FILES_NOT_FOUND, TRACE=OFF>
  1562. <TEXT, ROW=MSGAREA, COL=1>
  1563. ERROR: No DMQS path is set specifying where DIF files are.
  1564. <\PANEL>
  1565.  
  1566. /******************************************************************************
  1567. /* DIF_REVISION_IS_NEWER <KJE01>
  1568. /******************************************************************************
  1569. <PANEL, ID=DIF_REVISION_IS_NEWER, TRACE=OFF>
  1570. <TEXT, ROW=MSGAREA, COL=1, VARSUB=0>
  1571. WARNING: %s is newer than one being installed.
  1572. <\PANEL>
  1573.  
  1574. /******************************************************************************
  1575. /* PROFILE_CREATION_ERROR
  1576. /******************************************************************************
  1577. <PANEL, ID=PROFILE_CREATION_ERROR, TRACE=OFF>
  1578. <TEXT, ROW=MSGAREA, COL=1>
  1579. SEVERE ERROR: Could not create display configuration profile.
  1580. <\PANEL>
  1581.  
  1582. /******************************************************************************
  1583. /* DRIVE_WRITE_PROTECTED_WITH_PAUSE
  1584. /******************************************************************************
  1585. <PANEL, ID=DRIVE_WRITE_PROTECTED_WITH_PAUSE, TRACE=OFF>
  1586. <TEXT, ROW=MSGAREA, COL=1>
  1587. ERROR: Drive specified is write protected, press any key to continue...
  1588. <\PANEL>
  1589.  
  1590. /******************************************************************************
  1591. /* DRIVE_NOT_READY_WITH_PAUSE
  1592. /******************************************************************************
  1593. <PANEL, ID=DRIVE_NOT_READY_WITH_PAUSE, TRACE=OFF>
  1594. <TEXT, ROW=MSGAREA, COL=1>
  1595. ERROR: Drive specified is not ready, press any key to continue...
  1596. <\PANEL>
  1597.  
  1598. /******************************************************************************
  1599. /* DISK_WRITE_ERROR_WITH_PAUSE
  1600. /******************************************************************************
  1601. <PANEL, ID=DISK_WRITE_ERROR_WITH_PAUSE, TRACE=OFF>
  1602. <TEXT, ROW=MSGAREA, COL=1>
  1603. ERROR: Could not write to drive specified, press any key to continue...
  1604. <\PANEL>
  1605.  
  1606. /******************************************************************************
  1607. /* GENERAL_DOS_FAILURE_WITH_PAUSE
  1608. /******************************************************************************
  1609. <PANEL, ID=GENERAL_DOS_FAILURE_WITH_PAUSE, TRACE=OFF>
  1610. <TEXT, ROW=MSGAREA, COL=1>
  1611. ERROR: General system failure, press any key to continue...
  1612. <\PANEL>
  1613.