home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / MEMSZ230.ZIP / ENGLISH.IPF < prev    next >
Text File  |  1994-02-14  |  8KB  |  191 lines

  1. #include "memsize.h"
  2. :userdoc.
  3. :title.'System Resources' Help
  4. :body.
  5.  
  6. :h1 res=ID_MAIN.Introduction
  7. :i1.Introduction
  8. :artwork name='memsize.bmp' align=center.
  9. :p.
  10. This program displays several items related to system resources,
  11. and updates the display once per second, providing it is given
  12. CPU time to do so.  The items displayed are:
  13. :p.
  14. :hp2.Date/Time:ehp2. - The current date and time, in the format called for
  15. in the default country information for your system, as specified in
  16. the COUNTRY= entry of your CONFIG.SYS file.
  17. :p.
  18. :hp2.Elapsed Time:ehp2. - The elapsed time since the computer
  19. was last restarted.
  20. :p.
  21. :hp2.Available Memory:ehp2. - The amount of system memory
  22. available, according to the :hp1.DosMemAvail:ehp1. function.
  23. Under OS/2 2.0, the true amount of unused physical memory is reported,
  24. or 512K, whichever is larger.
  25. :p.
  26. :hp2.Swap File Size:ehp2. - The current size of the system
  27. virtual memory swap file, SWAPPER.DAT.
  28. To locate the file, the file CONFIG.SYS is scanned for its SWAPPATH entry.
  29. That entry provides the full name of the swap-file's directory and
  30. indicates the minimum free space that must be left on the swap-file's
  31. disk drive.
  32. :p.
  33. :hp2.Available Swap Space:ehp2. - The amount of free disk space on the
  34. logical disk drive where the system swap file resides, less the mininum
  35. free space.  This is how much more the swap file could expand, if necessary.
  36. :p.
  37. :hp2.Spool File Size:ehp2. - The amount of disk space consumed by spool files.
  38. :p.
  39. :hp2.CPU Load (%):ehp2. - The approximate percentage of the CPU's available
  40. horsepower that's being used at the moment.  It is averaged over the previous
  41. second.
  42. :note.This function and PULSE do not get along with each other.
  43. :p.
  44. :hp2.Active Task Count:ehp2. - The number of entries in the system switch list,
  45. which is the list displayed when you press CTRL+ESC.
  46. :note.Not all entries in the system switch list are displayed in the
  47. Window List.  Some are marked for non-display.
  48. :p.
  49. :hp2.Total Free Disk Space:ehp2. - The amount of free space on all the
  50. local non-removable disks combined.
  51. :p.
  52. :hp2.Drive X Free:ehp2. - The amount of free space on drive X.
  53. :p.
  54. The help facility is active, as you've already seen, and those program
  55. commands that exist may be accessed via the window's system menu.  The
  56. following commands are available:
  57. :sl compact.
  58. :li.:hpt.Save Defaults:ehpt.:hdref res=IDM_SAVE_APPLICATION.
  59. :li.:hpt.Reset Defaults:ehpt.:hdref res=IDM_RESET_DEFAULTS.
  60. :li.:hpt.Hide Controls:ehpt.:hdref res=IDM_HIDE_CONTROLS.
  61. :li.:hpt.Configure...:ehpt.:hdref res=IDM_CONFIGURE.
  62. :li.:hpt.About:ehpt.:hdref res=IDM_ABOUT.
  63. :esl.:p.
  64. In addition to those features already described, this program accepts
  65. commands from the OS/2 2.0 Font and Color Palette programs.
  66.  
  67. :h1 res=IDM_SAVE_APPLICATION.Save Defaults (Menu Option)
  68. :i1.Save Defaults (Menu Option)
  69. When you select this menu option, the program saves its current position
  70. and the status of the Hide Controls option.  The next time the program
  71. is started, it will be started with that position and with the controls
  72. hidden (or not) according to the saved state.
  73. :p.
  74. The short-cut key for this command is F2.
  75.  
  76. :h1 res=IDM_RESET_DEFAULTS.Reset Defaults (Menu Option)
  77. :i1.Reset Defaults (Menu Option)
  78. Selecting this menu option will reset the program's font and color
  79. attributes to their default values.
  80.  
  81. :h1 res=IDM_HIDE_CONTROLS.Hide Controls (Menu Option)
  82. :i1.Hide Controls (Menu Option)
  83. This menu option, when selected, will cause the program's frame controls
  84. (the system menu, the titlebar and the minimize button) to be hidden.
  85. This option can be toggled with a double-click on either mouse button.
  86. Also, since I saw it as very useful to be able to move the window while
  87. the controls were hidden, the window has been set up so that you can
  88. drag it with either mouse button.
  89. :p.
  90. The key combination Alt+H will perform this function also.
  91.  
  92. :h1 res=IDM_CONFIGURE.Configure (Menu Option)
  93. :i1.Configure (Menu Option)
  94. This menu option, when selected, will cause the program's configuration
  95. dialog to be displayed.
  96. :note.The short-cut key to this option is Alt+C.
  97.  
  98. :h1 res=IDD_CONFIGURE.Configure (Dialog)
  99. :i1.Configure (Dialog)
  100. This dialog allows you to change all configurable aspects of this
  101. program's operation.  To escape without effecting any changes, press
  102. the ESCAPE key or click on the Escape pushbutton.
  103. To save the changes you've made, press the ENTER key
  104. or click on the OK pushbutton.
  105. .br
  106. The configurable items include the following:
  107. :p.
  108. :hp2.Display Items:ehp2.
  109. You may select any or all of the items in the Display Items list for monitoring
  110. and display.  Simply click on an item to highlight it, click again to remove
  111. the highlight.  Highlighted items are monitored.
  112. :p.
  113. :hp2.Hide Controls:ehp2.
  114. When the clock is not iconized, it can be show with or without the usual
  115. title bar, system menu and minimize/maximize buttons.  If you chose to
  116. hide these controls, the sizing border remains.  The window may be
  117. positioned by dragging its center area.  It may be resized by dragging
  118. any of the four borders or the corners.
  119. :p.
  120. :hp2.Float to Top:ehp2.
  121. This button activates an window's float-to-top function.
  122. When this button has been check-marked, the clock will float to the top
  123. of the window stack, making itself visible all the time.
  124. :p.
  125. :hp2.Animate:ehp2.
  126. This button activates the window open &. close animation feature.
  127. When this is active, the program window will open and close in the
  128. same way as the folder objects do: with sound and motion.
  129. As with folders, animation will not occur unless it has been
  130. enabled at the system level.
  131. :p.
  132. :hp2.Show File System Names:ehp2.
  133. This button causes the individual drive free space entries to show the type
  134. of file system in use with the drive.  Use of this option results in
  135. a wider monitor window.
  136. :p.
  137. :hp2.Monitor Priority:ehp2.
  138. This control allows you to set the absolute priority of the monitoring
  139. thread of the program, within the time-critical priority class.
  140. You may vary the priority from 0 to 31.  Priority 31 is the highest
  141. possible priority in the system, short of physical interrupts.
  142. Priority 0 is simply the lowest priority within the time-critical class.
  143. Normally, you should set this to the maximum for more accuracy in
  144. system monitoring.  However, some have complained that their communications
  145. programs occasionally miss data while this program is running.  For that
  146. reason the priority is now variable.
  147. :p.
  148. :hp2.Timer Interval:ehp2.
  149. This control allows you to set the interval between monitor window
  150. updates.  It can be varied from 1.0 seconds to 30.0 seconds, in
  151. steps of 1/10 second.  The number displayed is in tenths of a second.
  152.  
  153. :h1 res=IDM_ABOUT.About (Menu Option)
  154. :i1.About (Menu Option)
  155. This menu option, when selected, will cause the program's About dialog
  156. to be displayed.
  157.  
  158. :h1 res=IDD_ABOUT.About (Dialog)
  159. :i1.About (Dialog)
  160. This dialog box displays the program name, icon and copyright information.
  161. To exit the dialog, press the ENTER key, the SPACE bar or the ESCAPE key,
  162. or click on the OK button with the mouse.
  163.  
  164. :h1 res=IDM_KEYS_HELP.Keys Help
  165. :i1.Keys Help
  166. The following function keys have been defined for this program:
  167. :sl compact.
  168. :li.F1 - Help
  169. :li.F2 - Save Defaults
  170. :li.F3 - Exit
  171. :li.Alt+H - Hide Controls
  172. :esl.:p.
  173.  
  174. :h1 res=IDD_PROFILE_PATH.Set Profile Path (Dialog)
  175. :i1.Set Profile Path (Dialog)
  176. This dialog is displayed when the program cannot find its profile (INI) file,
  177. and asks you where the file is or where it is to be created.
  178. :p.
  179. Only a valid existing directory name will be accepted.
  180. Once you have entered the name, press the ENTER key or click on the OK
  181. button for the program to continue.
  182. :p.
  183. If you wish to abort the program's initialization sequence, press
  184. the ESC key or click on the escape button.
  185.  
  186. :euserdoc.
  187.  
  188.  
  189.  
  190.  
  191.