home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 8 / Chip_Hitware_Vol_08.iso / chiphit8 / tools / 95techfa / tekfct95.exe / 0 / RCDATA / TTIPSFORM / TTIPSFORM.txt
Text File  |  1997-03-06  |  95KB  |  2,633 lines

  1. object TipsForm: TTipsForm
  2.   Left = 300
  3.   Top = 112
  4.   Width = 465
  5.   Height = 428
  6.   Caption = 'TechFacts 95 Embedded Help'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 350
  20.     Height = 401
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 1
  27.       Top = 1
  28.       Width = 348
  29.       Height = 24
  30.       Align = alTop
  31.       Alignment = taCenter
  32.       AutoSize = False
  33.       Caption = 'Help Index'
  34.       Color = clWhite
  35.       Font.Color = clBlue
  36.       Font.Height = -19
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentColor = False
  40.       ParentFont = False
  41.     end
  42.     object ListBox1: TListBox
  43.       Left = 1
  44.       Top = 25
  45.       Width = 348
  46.       Height = 375
  47.       Align = alClient
  48.       BorderStyle = bsNone
  49.       Font.Color = clBlack
  50.       Font.Height = -15
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ItemHeight = 16
  54.       ParentFont = False
  55.       TabOrder = 0
  56.       OnClick = ListBox1Click
  57.     end
  58.   end
  59.   object Panel2: TPanel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 350
  63.     Height = 401
  64.     Align = alClient
  65.     TabOrder = 2
  66.     object Label2: TLabel
  67.       Left = 1
  68.       Top = 1
  69.       Width = 348
  70.       Height = 24
  71.       Align = alTop
  72.       Alignment = taCenter
  73.       AutoSize = False
  74.       Caption = 'Label2'
  75.       Color = clWhite
  76.       Font.Color = clBlue
  77.       Font.Height = -16
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = []
  80.       ParentColor = False
  81.       ParentFont = False
  82.     end
  83.     object BigRich: TRichEdit
  84.       Left = 1
  85.       Top = 25
  86.       Width = 348
  87.       Height = 345
  88.       Align = alClient
  89.       BorderStyle = bsNone
  90.       ScrollBars = ssBoth
  91.       TabOrder = 0
  92.       WantTabs = True
  93.     end
  94.     object RichEdit145: TMemo
  95.       Left = 216
  96.       Top = 256
  97.       Width = 57
  98.       Height = 25
  99.       Lines.Strings = (
  100.         'String Search'
  101.         
  102.           'The string search lets you look for any size string across all f' +
  103.           'iles on your local or remote drives.  This function gives you se' +
  104.           'veral search options which can be used independantly or together' +
  105.           ':'
  106.         ''
  107.         
  108.           '1. Search Inside files. This is the traditional string search. E' +
  109.           'ach file on your disk will be searched for the string, including' +
  110.           ' non-Text type files.  You are shown the File name, path and off' +
  111.           'set within the file.'
  112.         ''
  113.         
  114.           '2. Search File names. All long and short file names are scanned ' +
  115.           'for the string.  You are shown the File name, path, date and siz' +
  116.           'e of the file.'
  117.         ''
  118.         
  119.           '3. Search INI files.  All INI files are scanned for the string. ' +
  120.           'You are shown the section and the key of the matching line.'
  121.         ''
  122.         
  123.           '4. Search the Registry.  Search for the key within registry data' +
  124.           '. You are shown the Key, the Keypath and the related data contai' +
  125.           'ning the string.'
  126.         ''
  127.         
  128.           '5. Search Shortcuts and .LNK files.  The reference to the string' +
  129.           ' within the shortcut file is displayed.'
  130.         ''
  131.         
  132.           '6. Search Program Groups.  The reference to the string within th' +
  133.           'e program group file is displayed.'
  134.         ''
  135.         'Search Options:'
  136.         ''
  137.         '- Enter the search string. It is not case sensitive.'
  138.         ''
  139.         
  140.           '- Enter the file search mask. Use traditional search criteria:  ' +
  141.           '*.*  *.exe abc*.*  etc..'
  142.         ''
  143.         '- Select the type of search as explained above.'
  144.         ''
  145.         
  146.           '- Determine the starting drive or directory using the drive tree' +
  147.           '.'
  148.         ''
  149.         
  150.           'When your selection criteria are set, click on the "Start Search' +
  151.           '" button.  During the searches, the progress is shown on the sta' +
  152.           'tus line.'
  153.         ''
  154.         
  155.           'You may abort the search at any time by clicking on the "Abort" ' +
  156.           'button on the toolbar.  Search results gathered to this point ar' +
  157.           'e retained.'
  158.         ''
  159.         '200 Using the File Detail Viewer')
  160.       TabOrder = 41
  161.       Visible = False
  162.       WordWrap = False
  163.     end
  164.     object RichEdit997: TMemo
  165.       Left = 8
  166.       Top = 344
  167.       Width = 57
  168.       Height = 25
  169.       Lines.Strings = (
  170.         'Version History'
  171.         'v1.30 3/7/97'
  172.         
  173.           ' 1. New Feature: "Move It!". This utility will scan INI files, P' +
  174.           'rogram Groups, Shortcuts, Links and the Registry for references ' +
  175.           'to a file or folder and will replace them with a new File\Folder' +
  176.           '. Necessary when you move apps to new locations or drives.'
  177.         
  178.           ' 2. New Feature: "String Search". This function will search for ' +
  179.           'strings across all files on local or remote drives. Includes spe' +
  180.           'cialized searches to scan INI files, the Registry, Long File Nam' +
  181.           'es, ShortCut .LNK files and Program Group files. Extremely power' +
  182.           'ful and Fast.'
  183.         ' 3. Added Module Name+Path to the Module List function.'
  184.         
  185.           ' 4. Corrected bug that did not show details for modules when dou' +
  186.           'ble-clicked.'
  187.         
  188.           ' 5. Added scroll bars to all Lists so that all data could be vie' +
  189.           'wed.'
  190.         
  191.           ' 6. Changed format of lists to show full width of string data in' +
  192.           ' last column.'
  193.         
  194.           ' 7. Modified program to not autoload MAPI32.DLL, so now it runs ' +
  195.           'ok if MAPI is not on the system.'
  196.         
  197.           ' 8. Corrected bug that would prevent TechFacts 95 from being ope' +
  198.           'ned when it is an icon in the system tray. Was caused by a scree' +
  199.           'n capture failure leaving the left position at -3000 in the regi' +
  200.           'stry.'
  201.         
  202.           ' 9. Corrected bug that prevented the "Capture Specific Portion" ' +
  203.           'of the screen capture function from working.'
  204.         
  205.           '10. Updated Screen Capture utility to repaint the captured image' +
  206.           ' on the display form when the size of the captured image changed' +
  207.           '.'
  208.         
  209.           '11. Modified the embedded help so that it can be read\accessed w' +
  210.           'hile you are still using the program.'
  211.         
  212.           '12. Updated all forms to handle Large Fonts or different screen ' +
  213.           'resolutions that were causing text and buttons to be scrunched.'
  214.         
  215.           '13. Automated the custom monitor resize routine so that custom m' +
  216.           'onitors always fill the form area.'
  217.         '14. Added a "Delete Duplicate" file to the duplicate search.'
  218.         ''
  219.         'v1.20 2/1/97'
  220.         
  221.           ' 1. NEW search for all icons in windows files. Lists all icons t' +
  222.           'hat it finds imbedded in EXE, ICO, DLL, etc.. files. Save icons ' +
  223.           'to new icon files.'
  224.         
  225.           ' 2. NEW search for version information from all EXE, DLL, DRV & ' +
  226.           'VXD files. Lets you see what program versions you have and what ' +
  227.           'OS they will run on, who wrote them and other manufacturer infor' +
  228.           'mation.'
  229.         
  230.           ' 3. Updated all buttons to be "Windows Explorer" type where they' +
  231.           ' automatically "show up" when you pass the mouse over them.'
  232.         
  233.           ' 4. Got rid of references to ShowMan and WatchMan on the main ca' +
  234.           'ption.'
  235.         
  236.           ' 5. Corrected bug in "Disk Usage" that only allowed it to be run' +
  237.           ' once without restarting TechFacts95.'
  238.         
  239.           ' 6. Corrected bug that allowed you to run multiple file searches' +
  240.           ' at once, causing GPFs.'
  241.         
  242.           ' 7. Added capability in "System Watch" for system to reboot and ' +
  243.           'the watch to carry on. This involved setting TechFacts to run au' +
  244.           'tomatically through the registry. There is a checkbox on the for' +
  245.           'm to disable this feature as well.'
  246.         
  247.           ' 8. Added new capability to have "Process Monitor" automatically' +
  248.           ' start when InfoSpy is started. There is a new checkbox to enabl' +
  249.           'e\disable this feature on the "Startup" tab in configuration.'
  250.         
  251.           ' 9. Added code behind the "Add" and "Delete" buttons for INI fil' +
  252.           'es in the system watch.'
  253.         '10. Provided '#39'hints'#39' for the rest of the buttons.'
  254.         
  255.           '11. Added a new configuration option that lets you specify the i' +
  256.           'nterval between refreshing the monitors. Default is 1000 ms, how' +
  257.           'ever you can adjust from 250ms to 10000ms.'
  258.         
  259.           '12. Corrected bug with the '#39'clear before search'#39' feature which w' +
  260.           'asn'#39't clearing the list before starting a new search... it is no' +
  261.           'w...'
  262.         
  263.           '13. Added Vertical splitter bars to all the search functions. Th' +
  264.           'is '#39'RED'#39' bar allows you to dynamically resize the search criteri' +
  265.           'a panel.'
  266.         
  267.           '14. Reworked the DLL search feature. Got rid of the pesky drive ' +
  268.           'window that appeared and replaced it with a search criteria pane' +
  269.           'l. Also added a button to allow duplicate DLLs to be deleted. Al' +
  270.           'so provided true '#39'Abort'#39' capability to end the DLL search at any' +
  271.           ' time.'
  272.         
  273.           '15. Corrected problems with the Print Preview coming up with wei' +
  274.           'rd fonts and not saving font changes.'
  275.         
  276.           '16. Updated the Key for TechFacts in the registry so that the Ve' +
  277.           'rsion number was not part of the key but is now just a data valu' +
  278.           'e within the CONFIG value section.'
  279.         
  280.           '17. Added a PASTE button which will paste from the clipboard to ' +
  281.           'any non-columnar panels.'
  282.         
  283.           '18. Added a command line query to allow users to see command lin' +
  284.           'e options without going into help, run Techfacts like this "TEKF' +
  285.           'CT95 ?".'
  286.         
  287.           '19. You can now preload the TechFacts 95 configuration from an a' +
  288.           'scii file. This is useful when you distribute TechFacts 95 to us' +
  289.           'ers and want them to have a set configuration. The file can be d' +
  290.           'efaulted to the TechFacts 95 directory or you can provide a loca' +
  291.           'l or network path.'
  292.         
  293.           '20. Added an option in the configuration form to set the SMTP de' +
  294.           'fault port. The port defaults to 80 however some users complaine' +
  295.           'd of different port usage.'
  296.         
  297.           '21. Reworked the main menu, modified the '#39'Action'#39' menu options a' +
  298.           'nd moved all email\fax options to the new '#39'Email\Fax'#39' menu.'
  299.         
  300.           '22. Added capability to create new empty MAPI and SMTP emails, e' +
  301.           'asier than invoking other email programs.'
  302.         
  303.           '23. Added ability to create a blank detail form which can be use' +
  304.           'd to paste multiple pieces of data. Helps consolidate snapshots ' +
  305.           'of systems.'
  306.         
  307.           '24. The detail form now has the ability to send MAPI and SMTP em' +
  308.           'ail.'
  309.         '25. Made the '#39'Clear'#39' button work with the DLL Search listboxes.'
  310.         
  311.           '26. The size and position of the detail form is now saved for fu' +
  312.           'ture positioning.'
  313.         
  314.           '27. Cleanup of internet email form so that it handles Winsock er' +
  315.           'rors cleaner and works better with RAS dialers.'
  316.         ''
  317.         'v1.10 1/10/97'
  318.         ' 1. Updated to handle Process and CPU based monitoring.'
  319.         ' 2. Updated to handle 32bit Winsock and MAPI drivers.'
  320.         ''
  321.         'v1.00 10/1/96'
  322.         ' 1. Conversion of TechFacts 3.1x to Delphi 2.0 for 32bit'
  323.         ''
  324.         '000 Version History')
  325.       TabOrder = 33
  326.       Visible = False
  327.       WordWrap = False
  328.     end
  329.     object RichEdit40: TRichEdit
  330.       Left = 8
  331.       Top = 136
  332.       Width = 57
  333.       Height = 25
  334.       Lines.Strings = (
  335.         'TechFacts Spy Functions'
  336.         
  337.           'The Spy tab provides functions that let you examine Processes, M' +
  338.           'odules, Threads, Heaps, Windows and Atoms.'
  339.         ''
  340.         
  341.           'When you click on the Spy tab you will be shown several buttons.' +
  342.           ' To select a Spy function click on the specific button.'
  343.         ''
  344.         
  345.           'All program resources such as printing, refresh & clipboard are ' +
  346.           'available once data is displayed for in the Spy Window.'
  347.         ''
  348.         
  349.           'Data in this window is displayed in sortable\sizeable columns. Y' +
  350.           'ou can sort the data by clicking on any column header and you ca' +
  351.           'n size any column by dragging on the column separation line.'
  352.         ''
  353.         
  354.           'Spy data can be '#39'drilled'#39' to a lower level of detail. Double-cli' +
  355.           'ck on the data in the first column in order to invoke the detail' +
  356.           ' form.'
  357.         ''
  358.         '041 Spying on Processes')
  359.       TabOrder = 1
  360.       Visible = False
  361.       WordWrap = False
  362.     end
  363.     object RichEdit120: TRichEdit
  364.       Left = 8
  365.       Top = 232
  366.       Width = 57
  367.       Height = 25
  368.       Lines.Strings = (
  369.         'Viewing Configuration Data'
  370.         
  371.           'This option allows you to easily view and search key configurati' +
  372.           'on files on your system:'
  373.         ''
  374.         'Autoexec.bat'
  375.         'Config.sys'
  376.         'Win.ini'
  377.         'System.ini'
  378.         ''
  379.         
  380.           '2 user selectable files.  These can be any text file such as bat' +
  381.           'ch or ini. Browse buttons can be used to search local or network' +
  382.           ' drives.'
  383.         ''
  384.         
  385.           'When any file is chosen it is concatenated onto the edit form, i' +
  386.           'e: Config.sys would follow the last line of the Autoexec.bat. Th' +
  387.           'e edit form is refreshed each time a file is added or removed by' +
  388.           ' clicking on its checkbox next to the name.'
  389.         ''
  390.         
  391.           'You can edit or add additional text into the edit form before pr' +
  392.           'inting, saving or copying to clipboard.'
  393.         ''
  394.         
  395.           'This option provides an easy means to capture and send configura' +
  396.           'tion information to technical support.'
  397.         '300 Using TechFacts as a Technical Support Tool')
  398.       TabOrder = 2
  399.       Visible = False
  400.       WordWrap = False
  401.     end
  402.     object RichEdit160: TRichEdit
  403.       Left = 8
  404.       Top = 288
  405.       Width = 57
  406.       Height = 25
  407.       Lines.Strings = (
  408.         'Sending Internet Email'
  409.         
  410.           'Any TechFacts 95 data can be transmitted to any internet email a' +
  411.           'ddress using the embedded SMTP internet email module.  Requireme' +
  412.           'nts: An SMTP mailserver account via your internet provider or pr' +
  413.           'oxy.  If you can send email via Netscape Navigator or Internet E' +
  414.           'xplorer then you can use this feature.'
  415.         ''
  416.         
  417.           'Once you have displayed data in any of the TechFacts tabs except' +
  418.           ' "Action" then you can either choose the "Send Internet Email" o' +
  419.           'ption under the "Action" menu or use the Internet Email button o' +
  420.           'n the speedbar.'
  421.         ''
  422.         
  423.           'You will be given an email form with a default recipient (if app' +
  424.           'licable) already filled in and the data from TechFacts as the bo' +
  425.           'dy of the message.'
  426.         ''
  427.         
  428.           'You can add attachments, change the recipient or subject or modi' +
  429.           'fy the body of the text. When ready, click on the "Send" button ' +
  430.           'to send the message.'
  431.         ''
  432.         '000')
  433.       TabOrder = 3
  434.       Visible = False
  435.       WordWrap = False
  436.     end
  437.     object ListBox2: TListBox
  438.       Left = 224
  439.       Top = 288
  440.       Width = 124
  441.       Height = 90
  442.       ItemHeight = 13
  443.       Items.Strings = (
  444.         '000 TechFacts 95 Overview'
  445.         '003 Installing TechFacts 95'
  446.         '004 Uninstalling TechFacts 95'
  447.         '001 Starting the Program'
  448.         '002 Closing the Program'
  449.         '005 Command Line Options/Pre-Load Config'
  450.         '006 Using TechFacts 95 Controls'
  451.         '010 Configuring TechFacts 95'
  452.         '020 The Monitor Tab'
  453.         '040 The Spy Tab'
  454.         '060 The System Tab'
  455.         '080 The Action Tab'
  456.         '100 The Tools Tab'
  457.         '120 The Config Tab'
  458.         '140 The Search Tab'
  459.         '160 Internet Email'
  460.         '180 MAPI Email'
  461.         '200 Using the Detail Form'
  462.         '220 Sending a Tech Fax'
  463.         '240 Glossary of Terms'
  464.         '300 Using TechFacts as a Technical Support Tool'
  465.         '997 Version History')
  466.       TabOrder = 4
  467.       Visible = False
  468.     end
  469.     object Panel3: TPanel
  470.       Left = 1
  471.       Top = 370
  472.       Width = 348
  473.       Height = 30
  474.       Align = alBottom
  475.       BevelOuter = bvNone
  476.       BorderStyle = bsSingle
  477.       Color = clWindow
  478.       Ctl3D = False
  479.       Font.Color = clBlack
  480.       Font.Height = -15
  481.       Font.Name = 'MS Sans Serif'
  482.       Font.Style = [fsItalic]
  483.       ParentCtl3D = False
  484.       ParentFont = False
  485.       TabOrder = 5
  486.       Visible = False
  487.     end
  488.     object RichEdit41: TRichEdit
  489.       Left = 64
  490.       Top = 136
  491.       Width = 57
  492.       Height = 25
  493.       Lines.Strings = (
  494.         'Spying on Processes'
  495.         
  496.           'This function provides you with a list of all processes running ' +
  497.           'under Windows 95. This is valuable in determining whether there ' +
  498.           'are programs or applications or applets that are running outside' +
  499.           ' expected parameters.'
  500.         ''
  501.         'The following information is displayed:'
  502.         ''
  503.         'Process - The name of the process as registered with Windows.'
  504.         ''
  505.         
  506.           'Process ID - The '#39'handle'#39' or identifier Windows uses for this pr' +
  507.           'ocess.'
  508.         ''
  509.         
  510.           'Module ID - The '#39'handle'#39' or identifier for the physical module t' +
  511.           'hat was loaded for this process.'
  512.         ''
  513.         'Priority - How Windows treats this process: Low, Medium or High.'
  514.         ''
  515.         
  516.           'Full Name - The full path and file name of the applications'#39's mo' +
  517.           'dule.'
  518.         ''
  519.         
  520.           'The information displayed can be sorted by any of the columns sh' +
  521.           'own. To sort, click on the column name. Sorting may take several' +
  522.           ' seconds.'
  523.         ''
  524.         
  525.           'You can get additional details of the Process by Double-Clicking' +
  526.           ' on the Process Name for which you want more details.'
  527.         ''
  528.         
  529.           'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  530.           'ear the List or Save the information to File.'
  531.         ''
  532.         
  533.           'You may also send this information via MAPI Email, Internet Emai' +
  534.           'l or Tech Fax.'
  535.         ''
  536.         '042 Module information')
  537.       TabOrder = 6
  538.       Visible = False
  539.       WordWrap = False
  540.     end
  541.     object RichEdit42: TRichEdit
  542.       Left = 104
  543.       Top = 136
  544.       Width = 57
  545.       Height = 25
  546.       Lines.Strings = (
  547.         'Spying on Modules'
  548.         
  549.           'This function provides you with a list of all DLLs (modules) tha' +
  550.           't a specific process loaded. Since Windows 95 provides an addres' +
  551.           's space for each process, the modules loaded for a specific proc' +
  552.           'ess will be different than other processes (unlike Windows 3.1x ' +
  553.           'which shared all modules between tasks).'
  554.         ''
  555.         'This data returned from this lookup is:'
  556.         ''
  557.         
  558.           'Module Name - The file name of the loaded module. To get the pat' +
  559.           'h, use the Detail screen (see below).'
  560.         ''
  561.         
  562.           'Module ID - The '#39'handle'#39' or identifier assigned by Windows for t' +
  563.           'his module.'
  564.         ''
  565.         
  566.           'Global Count - The number of times Windows programs or modules h' +
  567.           'ave globally referenced this module.'
  568.         ''
  569.         
  570.           'Process Count - The number of times the parent process of the mo' +
  571.           'dule has referenced this module.'
  572.         ''
  573.         'Size - The size in bytes of the memory used by this module.'
  574.         ''
  575.         
  576.           'The information displayed can be sorted by any of the columns sh' +
  577.           'own. To sort, click on the column name. Sorting may take several' +
  578.           ' seconds.'
  579.         ''
  580.         
  581.           'You can get additional details on a Module by Double-Clicking on' +
  582.           ' the Module Name for which you want more details.'
  583.         ''
  584.         
  585.           'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  586.           'ear the List or Save the information to File.'
  587.         ''
  588.         
  589.           'You may also send this information via MAPI Email, Internet Emai' +
  590.           'l or Tech Fax.'
  591.         ''
  592.         '043 Thread information')
  593.       TabOrder = 7
  594.       Visible = False
  595.       WordWrap = False
  596.     end
  597.     object RichEdit43: TRichEdit
  598.       Left = 144
  599.       Top = 136
  600.       Width = 57
  601.       Height = 25
  602.       Lines.Strings = (
  603.         'Spying on Threads'
  604.         
  605.           'Thread are entities to which the CPU will allocate processing ti' +
  606.           'me. Threads process parts or all of processes and can transcend ' +
  607.           'several processes.'
  608.         ''
  609.         
  610.           'Thread ID - The '#39'handle'#39' or identifier that Windows assigned thi' +
  611.           's thread.'
  612.         ''
  613.         
  614.           'Owner Process - The '#39'handle'#39' or identifier of the parent process' +
  615.           ' of this thread.'
  616.         ''
  617.         
  618.           'Count Usage - The number of references made by the Thread, usual' +
  619.           'ly 0 or 1.'
  620.         ''
  621.         
  622.           'Priority - The CPU priority assigned to the thread. The higher t' +
  623.           'he number the higher the priority.'
  624.         ''
  625.         
  626.           'The information displayed can be sorted by any of the columns sh' +
  627.           'own. To sort, click on the column name. Sorting may take several' +
  628.           ' seconds.'
  629.         ''
  630.         
  631.           'You can get additional details on a Thread by Double-Clicking on' +
  632.           ' the Thread Id for which you want more details.'
  633.         ''
  634.         
  635.           'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  636.           'ear the List or Save the information to File.'
  637.         ''
  638.         
  639.           'You may also send this information via MAPI Email, Internet Emai' +
  640.           'l or Tech Fax.'
  641.         ''
  642.         '044 Heap information')
  643.       TabOrder = 8
  644.       Visible = False
  645.       WordWrap = False
  646.     end
  647.     object RichEdit44: TRichEdit
  648.       Left = 184
  649.       Top = 136
  650.       Width = 57
  651.       Height = 25
  652.       Lines.Strings = (
  653.         'Spying on Heaps'
  654.         
  655.           'Each Process, Module or Object within Windows can dynamically or' +
  656.           ' statically grab portions of memory to store code, properties or' +
  657.           ' data. This memory is called Heap. Heap is allocated using '#39'bloc' +
  658.           'ks'#39' of memory.'
  659.         ''
  660.         
  661.           'When you select this option you will be shown a form with all th' +
  662.           'e heaps listed. Click on a specific heap in order to enumerate a' +
  663.           'll the heap blocks for that heap.'
  664.         ''
  665.         'The Heap information gathered on this form is:'
  666.         ''
  667.         'Handle - The identifier assigned by Windows for this heap block.'
  668.         ''
  669.         'Address - The Memory address for this heap block.'
  670.         ''
  671.         'Size - The number of bytes of Heap allocated to this block.'
  672.         ''
  673.         'Type - The type of heap allocation: Fixed, Free or Moveable.'
  674.         ''
  675.         
  676.           'The information displayed can be sorted by any of the columns sh' +
  677.           'own. To sort, click on the column name. Sorting may take several' +
  678.           ' seconds.'
  679.         ''
  680.         
  681.           'You can get additional details on a Heap Block by Double-Clickin' +
  682.           'g on the Heap Id for which you want more details.'
  683.         ''
  684.         
  685.           'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  686.           'ear the List or Save the information to File.'
  687.         ''
  688.         
  689.           'You may also send this information via MAPI Email, Internet Emai' +
  690.           'l or Tech Fax.'
  691.         ''
  692.         '045 Window information')
  693.       TabOrder = 9
  694.       Visible = False
  695.       WordWrap = False
  696.     end
  697.     object RichEdit45: TRichEdit
  698.       Left = 224
  699.       Top = 136
  700.       Width = 57
  701.       Height = 25
  702.       Lines.Strings = (
  703.         'Spying on Windows'
  704.         
  705.           'Windows are the visible or non-visible entities under Windows th' +
  706.           'at displays information to the user. Non-visible windows may be ' +
  707.           'ones that are hidden or minimized or on forms that are not yet d' +
  708.           'isplayed. Windows include icons, status bars, menus and desktop ' +
  709.           'entities.'
  710.         ''
  711.         'This option returns the following information about Windows:'
  712.         ''
  713.         
  714.           'Window Class - Class refers to the overall Windows grouping that' +
  715.           ' created and owns this particular window. This can refer to an a' +
  716.           'pplication or a grouping of Windows within an application.'
  717.         ''
  718.         
  719.           'Window Title - The title assigned to the window. This may be wha' +
  720.           't is seen on a title or it may be a name assigned by an applicat' +
  721.           'ion.'
  722.         ''
  723.         
  724.           'Handle - This is the identifier assigned by Windows used to refe' +
  725.           'rence this window.'
  726.         ''
  727.         
  728.           'Parent - The handle of the parent windows of this window. If the' +
  729.           ' parent is '#39'0000'#39' then the parent is the Windows Desktop itself.'
  730.         ''
  731.         
  732.           'The information displayed can be sorted by any of the columns sh' +
  733.           'own. To sort, click on the column name. Sorting may take several' +
  734.           ' seconds.'
  735.         ''
  736.         
  737.           'You can get additional details on a Window by Double-Clicking on' +
  738.           ' the Window Class for which you want more details.'
  739.         ''
  740.         
  741.           'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  742.           'ear the List or Save the information to File.'
  743.         ''
  744.         
  745.           'You may also send this information via MAPI Email, Internet Emai' +
  746.           'l or Tech Fax.'
  747.         ''
  748.         '046 Atom information')
  749.       TabOrder = 10
  750.       Visible = False
  751.       WordWrap = False
  752.     end
  753.     object RichEdit46: TRichEdit
  754.       Left = 264
  755.       Top = 136
  756.       Width = 57
  757.       Height = 25
  758.       Lines.Strings = (
  759.         'Spying on Atoms'
  760.         
  761.           'Atoms are handles pointing to strings defined in the system atom' +
  762.           ' table. These strings are available to be used by applications.'
  763.         ''
  764.         'Atom # - The id of the atom.'
  765.         ''
  766.         'Size - The size in bytes of the memory allocated to the string.'
  767.         ''
  768.         
  769.           'String - The string characters available for reference for this ' +
  770.           'atom.'
  771.         ''
  772.         
  773.           'The information displayed can be sorted by any of the columns sh' +
  774.           'own. To sort, click on the column name. Sorting may take several' +
  775.           ' seconds.'
  776.         ''
  777.         
  778.           'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  779.           'ear the List or Save the information to File.'
  780.         ''
  781.         
  782.           'You may also send this information via MAPI Email, Internet Emai' +
  783.           'l or Tech Fax.'
  784.         ''
  785.         '200 the Detail form')
  786.       TabOrder = 11
  787.       Visible = False
  788.       WordWrap = False
  789.     end
  790.     object RichEdit200: TRichEdit
  791.       Left = 120
  792.       Top = 288
  793.       Width = 57
  794.       Height = 25
  795.       Lines.Strings = (
  796.         'Using the Detail Form'
  797.         
  798.           'The detail form is invoked when you Double-click on specific Tec' +
  799.           'hFacts information.'
  800.         ''
  801.         'This includes:'
  802.         '1. Any of the "Spy" tab options.'
  803.         '2. Any other option that provides a list of files.'
  804.         ''
  805.         
  806.           'When viewing files you can switch between ascii and hex mode by ' +
  807.           'clicking on the "Key" image in the speedbar.  Hex mode is not av' +
  808.           'ailable for "Spy" details.'
  809.         ''
  810.         
  811.           'You do not need to close the detail form each time it is used si' +
  812.           'nce the next invokation will cause the current copy to close bef' +
  813.           'ore reissuing it.'
  814.         ''
  815.         
  816.           'The detail form can transmit the data in it'#39's data panel via the' +
  817.           ' MAPI and SMTP email facilities, if invoked and available.'
  818.         '000')
  819.       TabOrder = 12
  820.       Visible = False
  821.       WordWrap = False
  822.     end
  823.     object RichEdit80: TRichEdit
  824.       Left = 8
  825.       Top = 184
  826.       Width = 57
  827.       Height = 25
  828.       Lines.Strings = (
  829.         'TechFacts Action Functions'
  830.         
  831.           'The Action tab provides you with several different activities wh' +
  832.           'ich can be used to modify, save or capture elements of Windows 9' +
  833.           '5.'
  834.         ''
  835.         
  836.           'When you click on the Action tab you will be shown several butto' +
  837.           'ns. To select an action click on the specific button.'
  838.         ''
  839.         
  840.           'Program resources such as printing, refresh & clipboard are not ' +
  841.           'available for the action functions.'
  842.         ''
  843.         '081 Termination Processes')
  844.       TabOrder = 13
  845.       Visible = False
  846.       WordWrap = False
  847.     end
  848.     object RichEdit81: TRichEdit
  849.       Left = 64
  850.       Top = 184
  851.       Width = 57
  852.       Height = 25
  853.       Lines.Strings = (
  854.         'Terminating Processes'
  855.         
  856.           'Though not recommended as a regular activity, you can use TechFa' +
  857.           'cts to terminate processes maintained by Windows. This may be us' +
  858.           'eful if a process is hung or if you want to determine how other ' +
  859.           'programs may react to a process terminating.'
  860.         ''
  861.         
  862.           'You will be shown a list of all processes. Select the one you wi' +
  863.           'sh to terminate and click on "Terminate" button.'
  864.         ''
  865.         
  866.           'Note: Due to the inherant security aspects of Windows 95, you ma' +
  867.           'y be denied access to terminate certain processes.'
  868.         '082 Unloading Modules')
  869.       TabOrder = 14
  870.       Visible = False
  871.       WordWrap = False
  872.     end
  873.     object RichEdit82: TRichEdit
  874.       Left = 104
  875.       Top = 184
  876.       Width = 57
  877.       Height = 25
  878.       Lines.Strings = (
  879.         'Unloading Modules'
  880.         
  881.           'You can use TechFacts to attempt to unload Modules owned by a gi' +
  882.           'ven process. You may want to do this in cases where incorrect ve' +
  883.           'rsions of modules are loaded or when you are testing how process' +
  884.           'es react to a module terminating.'
  885.         ''
  886.         'Unloading a module is a 2 step process:'
  887.         ''
  888.         
  889.           '1. You will be given a list of all processes. Select the process' +
  890.           ' for which the module you are seeking was loaded.'
  891.         ''
  892.         
  893.           '2. From the list of modules owned by the specific process, selec' +
  894.           't the module to unload and click on the "Unload" button. The mod' +
  895.           'ule list will rebuild and you will notice that the Count has bee' +
  896.           'n decremented or the module no longer appears.'
  897.         ''
  898.         
  899.           'Note: Windows 95 provides limited access to other process'#39's modu' +
  900.           'les. There may be times when TechFacts 95 can not unload another' +
  901.           ' process'#39's modules.'
  902.         '083 Screen Capture')
  903.       TabOrder = 15
  904.       Visible = False
  905.       WordWrap = False
  906.     end
  907.     object RichEdit83: TRichEdit
  908.       Left = 144
  909.       Top = 184
  910.       Width = 57
  911.       Height = 25
  912.       Lines.Strings = (
  913.         'Screen Capture'
  914.         
  915.           'The screen capture utility can be used to capture all or portion' +
  916.           ' of your desktop into standard bitmap images. You can then save ' +
  917.           'these images to disk, print them or use the clipboard to paste t' +
  918.           'hem into documents.'
  919.         ''
  920.         'Choose from one of the 3 capture types:'
  921.         ''
  922.         
  923.           '1. Capture Entire Desktop - The whole screen (ie: 800 x 600) is ' +
  924.           'captured.'
  925.         ''
  926.         
  927.           '2. Capture a Specific Window - You will be given a cursor to pla' +
  928.           'ce over a specific window. Click on the window and the contents ' +
  929.           'of the frame and window will be captured.'
  930.         ''
  931.         
  932.           '3. Capture a Portion of the Desktop - Using a crosshair you can ' +
  933.           'rubberband an area of the desktop to capture. When you release t' +
  934.           'he mouse the area inside the rubberband is captured.'
  935.         ''
  936.         
  937.           'Once you have captured any portion of the desktop, the image wil' +
  938.           'l be displayed in TechFact'#39's display window and has AUTOMATICALL' +
  939.           'Y been placed in the clipboard.'
  940.         ''
  941.         
  942.           'You can use the "Print" button to print the image or simply past' +
  943.           'e the image to another application.'
  944.         '084 Saving CMOS Settings')
  945.       TabOrder = 16
  946.       Visible = False
  947.       WordWrap = False
  948.     end
  949.     object RichEdit84: TRichEdit
  950.       Left = 184
  951.       Top = 184
  952.       Width = 57
  953.       Height = 25
  954.       Lines.Strings = (
  955.         'Saving CMOS Settings'
  956.         
  957.           'You can save your current CMOS settings to a disk file. This fil' +
  958.           'e can then be used at a later time to restore CMOS in case it ge' +
  959.           'ts corrupted.'
  960.         ''
  961.         
  962.           'You will be asked to select a file path and name to which CMOS w' +
  963.           'ill be saved.'
  964.         '085 Restoring CMOS')
  965.       TabOrder = 17
  966.       Visible = False
  967.       WordWrap = False
  968.     end
  969.     object RichEdit85: TRichEdit
  970.       Left = 224
  971.       Top = 184
  972.       Width = 57
  973.       Height = 25
  974.       Lines.Strings = (
  975.         'Restoring CMOS'
  976.         
  977.           'You can restore a previously saved CMOS file so that it'#39's settin' +
  978.           'gs overwrite what is currently in CMOS.'
  979.         ''
  980.         
  981.           'You will be asked to select a disk file to restore from. TechFac' +
  982.           'ts has embedded special code in it'#39's CMOS file format to prevent' +
  983.           ' non-CMOS type files from being restored into CMOS. You will be ' +
  984.           'warned if you attempt to restore an incorrect file type.'
  985.         ''
  986.         '000')
  987.       TabOrder = 18
  988.       Visible = False
  989.       WordWrap = False
  990.     end
  991.     object RichEdit140: TRichEdit
  992.       Left = 8
  993.       Top = 256
  994.       Width = 57
  995.       Height = 25
  996.       Lines.Strings = (
  997.         'TechFacts Search Functions'
  998.         
  999.           'The Search tab provides you with several different activities wh' +
  1000.           'ich can be used to search for DLLs, Files or Duplicate files.'
  1001.         ''
  1002.         
  1003.           'When you click on the Search tab you will be shown several butto' +
  1004.           'ns. To select a search click on the specific button.'
  1005.         ''
  1006.         
  1007.           'Program resources such as printing, refresh & clipboard are avai' +
  1008.           'lable once files are listed after a search is complete.'
  1009.         ''
  1010.         
  1011.           'When a search is started an "ABORT" button appears in the speedb' +
  1012.           'ar near the top of the form. Clicking on the "Abort" button will' +
  1013.           ' stop any search in process and will display the partial results' +
  1014.           ' of the search (if any).'
  1015.         ''
  1016.         '141 Searching for DLLs')
  1017.       TabOrder = 19
  1018.       Visible = False
  1019.       WordWrap = False
  1020.     end
  1021.     object RichEdit141: TRichEdit
  1022.       Left = 64
  1023.       Top = 256
  1024.       Width = 57
  1025.       Height = 25
  1026.       Lines.Strings = (
  1027.         'Searching for DLLs'
  1028.         
  1029.           'The DLL search is used to display DLLs (modules) that are loaded' +
  1030.           ', referenced, unreferenced and duplicated on your local or netwo' +
  1031.           'rk drive.'
  1032.         ''
  1033.         
  1034.           'When invoked you will be presented with a drive & directory sele' +
  1035.           'ction window. Use this window to indicate the first level of you' +
  1036.           'r search for DLLs. All subdirectories will be searched.  To sele' +
  1037.           'ct a starting directory Double-Click on the directory name in th' +
  1038.           'e list, it will then appear at the top of the window. When done,' +
  1039.           ' click on "Ok".'
  1040.         ''
  1041.         
  1042.           'The system will then search for all references to DLLs on your s' +
  1043.           'ystem, this could take several minutes, progress is shown on the' +
  1044.           ' bottom status line. To cancel the search, click on the "Abort" ' +
  1045.           'button in the speedbar.'
  1046.         ''
  1047.         'Dlls will be presented in 5 seperate viewing areas:'
  1048.         ''
  1049.         'DLLs Loaded - These modules are already loaded on your system.'
  1050.         ''
  1051.         
  1052.           'DLLs Referenced - These modules were referenced by a Program or ' +
  1053.           'Module found on your search path.'
  1054.         ''
  1055.         
  1056.           'DLLs Unreferenced - These modules were NOT referenced by any Pro' +
  1057.           'gram or Module found on your search path.'
  1058.         ''
  1059.         
  1060.           'Files Referenced - The search found these Programs or Modules re' +
  1061.           'ferenced other DLLs on your system.'
  1062.         ''
  1063.         
  1064.           'Duplicate DLLs - These files were found more than once during th' +
  1065.           'e search.'
  1066.         ''
  1067.         
  1068.           'There is a 6th viewing area located near the bottom of the DLL w' +
  1069.           'indow. This area is a dynamic refernce area. If you click on a D' +
  1070.           'LL or File found in other windows, then reference information is' +
  1071.           ' placed in this window.'
  1072.         ''
  1073.         
  1074.           'You can use the "Delete Duplicates" button to remove any files t' +
  1075.           'hat appear in the Duplicate files area.  The Clear button on the' +
  1076.           ' button bar can be used to clear all 6 viewing areas.'
  1077.         '142 File Search')
  1078.       TabOrder = 20
  1079.       Visible = False
  1080.       WordWrap = False
  1081.     end
  1082.     object RichEdit142: TRichEdit
  1083.       Left = 104
  1084.       Top = 256
  1085.       Width = 57
  1086.       Height = 25
  1087.       Lines.Strings = (
  1088.         'File Search'
  1089.         
  1090.           'The File search provides a means of locating files on your local' +
  1091.           ' or network drive.'
  1092.         ''
  1093.         'The following selection criteria are available:'
  1094.         ''
  1095.         
  1096.           'Find - select the types of files to search for using standard wi' +
  1097.           'ldcard representation such as "*.exe" or "abc*.*".'
  1098.         
  1099.           'Where - Select the type of date to compare file date against, ei' +
  1100.           'ther creation, last write or last access.'
  1101.         
  1102.           'Is - Is the date "All Dates" or "> < or =" a date you will selec' +
  1103.           't.'
  1104.         
  1105.           'Get Date - use this button to view a calendar to select the date' +
  1106.           ' you are comparing against.'
  1107.         
  1108.           'File Size Is - How will the size be compared? All file sizes or ' +
  1109.           '"> < or =" to a size you specify.'
  1110.         'Bytes - Specify the file size to compare against in bytes.'
  1111.         ''
  1112.         
  1113.           'Using the Drive & Path selection box select a drive or directory' +
  1114.           ' that will be your first directory to search. All subdirectories' +
  1115.           ' of this initial directory will be searched as well.'
  1116.         ''
  1117.         
  1118.           'Click on the "Start Search" button to begin your search. The sea' +
  1119.           'rch can be aborted at any time by clicking on the "Abort" button' +
  1120.           ' on the speedbar.'
  1121.         ''
  1122.         
  1123.           'When the search is complete the file list will be loaded with al' +
  1124.           'l files that match the search criteria. The following informatio' +
  1125.           'n is shown for each file:'
  1126.         ''
  1127.         'File Name'
  1128.         'File Path'
  1129.         'Last Write Date'
  1130.         'Size'
  1131.         'Creation Date'
  1132.         'Last Access Date'
  1133.         ''
  1134.         
  1135.           'You can click on the column header for any of these items in ord' +
  1136.           'er to sort the list of duplicate files by that column.'
  1137.         ''
  1138.         
  1139.           'The following functions are available from the TechFacts speedba' +
  1140.           'r or menu:'
  1141.         ''
  1142.         'Clear - Clears the current file list'
  1143.         'Print - Prints a list of all files in the list'
  1144.         'Save - Saves the list of files to disk'
  1145.         ''
  1146.         '143 Duplicate File Search')
  1147.       TabOrder = 21
  1148.       Visible = False
  1149.       WordWrap = False
  1150.     end
  1151.     object RichEdit143: TRichEdit
  1152.       Left = 144
  1153.       Top = 256
  1154.       Width = 57
  1155.       Height = 25
  1156.       Lines.Strings = (
  1157.         'Duplicate File Search'
  1158.         
  1159.           'The Duplicate file search provides a means of locating duplicate' +
  1160.           ' files on your local or network drive.'
  1161.         ''
  1162.         
  1163.           'Using the Drive & Path selection box select a drive or directory' +
  1164.           ' that will be your first directory to search. All subdirectories' +
  1165.           ' of this initial directory will be searched as well.'
  1166.         ''
  1167.         
  1168.           'Click on the "Start Search" button to begin your search. The sea' +
  1169.           'rch can be aborted at any time by clicking on the "Abort" button' +
  1170.           ' on the speedbar.'
  1171.         ''
  1172.         
  1173.           'When the search is complete the file list will be loaded with al' +
  1174.           'l duplicate files. The following information is shown for each f' +
  1175.           'ile:'
  1176.         ''
  1177.         'File Name'
  1178.         'File Path'
  1179.         'Last Write Date'
  1180.         'Size'
  1181.         'Creation Date'
  1182.         'Last Access Date'
  1183.         ''
  1184.         
  1185.           'You can click on the column header for any of these items in ord' +
  1186.           'er to sort the list of duplicate files by that column.'
  1187.         ''
  1188.         
  1189.           'The following functions are available from the TechFacts speedba' +
  1190.           'r or menu:'
  1191.         ''
  1192.         'Clear - Clears the current file list'
  1193.         'Print - Prints a list of all duplicate files'
  1194.         'Save - Saves the list of duplicate files to disk'
  1195.         ''
  1196.         '144 Icon Search')
  1197.       TabOrder = 22
  1198.       Visible = False
  1199.       WordWrap = False
  1200.     end
  1201.     object RichEdit180: TRichEdit
  1202.       Left = 64
  1203.       Top = 288
  1204.       Width = 57
  1205.       Height = 25
  1206.       Lines.Strings = (
  1207.         'Sending MAPI Email'
  1208.         
  1209.           'Any TechFacts 95 data can be transmitted to any MAPI enabled net' +
  1210.           'work email address using the embedded MAPI email module.  Requir' +
  1211.           'ements: MAPI email such as that included in Windows for Workgrou' +
  1212.           'ps or Windows 95 as well as a mailbox.'
  1213.         ''
  1214.         
  1215.           'Once you have displayed data in any of the TechFacts tabs except' +
  1216.           ' "Action" then you can either choose the "Send MAPI Email" optio' +
  1217.           'n under the "Action" menu or use the MAPI Email button on the sp' +
  1218.           'eedbar.'
  1219.         ''
  1220.         
  1221.           'You will be given an email form with a default recipient (if app' +
  1222.           'licable) already filled in and the data from TechFacts as the bo' +
  1223.           'dy of the message.'
  1224.         ''
  1225.         
  1226.           'You can add attachments, change the recipient or subject or modi' +
  1227.           'fy the body of the text. When ready, click on the "Send" button ' +
  1228.           'to send the message.'
  1229.         ''
  1230.         '000')
  1231.       TabOrder = 23
  1232.       Visible = False
  1233.       WordWrap = False
  1234.     end
  1235.     object RichEdit220: TRichEdit
  1236.       Left = 8
  1237.       Top = 312
  1238.       Width = 57
  1239.       Height = 25
  1240.       Lines.Strings = (
  1241.         'Sending a Tech Fax'
  1242.         
  1243.           'Any TechFacts 95 data can be transmitted via the embedded TechFa' +
  1244.           'cts Fax software. Requirements: A Fax-Modem, a phone-line and a ' +
  1245.           'recipient'#39's fax number.'
  1246.         ''
  1247.         
  1248.           'Once you have displayed data in any of the TechFacts tabs except' +
  1249.           ' "Action" then you can either choose the "TechFax Fax Utility" o' +
  1250.           'ption under the "Action" menu or use the TechFax button on the s' +
  1251.           'peedbar.'
  1252.         ''
  1253.         
  1254.           'You will be given a form with information regarding the fax reci' +
  1255.           'pient. You can change the recipient or subject . When ready, cli' +
  1256.           'ck on the "Send" button to send the fax.'
  1257.         ''
  1258.         '000')
  1259.       TabOrder = 24
  1260.       Visible = False
  1261.       WordWrap = False
  1262.     end
  1263.     object RichEdit240: TRichEdit
  1264.       Left = 64
  1265.       Top = 312
  1266.       Width = 57
  1267.       Height = 25
  1268.       Lines.Strings = (
  1269.         'Glossary of Terms'
  1270.         
  1271.           'Atom - A string allocated by Windows which can be accessed globa' +
  1272.           'lly.'
  1273.         ''
  1274.         
  1275.           'DLL - "Dynamic Link Library" This is a non-program module which ' +
  1276.           'is loaded by a program. Contains forms, resources and functions.'
  1277.         ''
  1278.         
  1279.           'Heap - An area of memory dynamically allocated by Windows or a w' +
  1280.           'indows program. Heap is allocated in blocks and resides above th' +
  1281.           'e 640k memory mark.'
  1282.         ''
  1283.         'Module - see "DLL".'
  1284.         ''
  1285.         
  1286.           'Process - This is a program, application or function that is run' +
  1287.           'ning under windows. Similar to "Tasks" under Windows 3.1x but mo' +
  1288.           're powerful.'
  1289.         ''
  1290.         
  1291.           'Thread - An allocation of CPU usage. Each thread may contain 1 o' +
  1292.           'r more programs. Threads determine the priority of CPU allocatio' +
  1293.           'n a program receives.'
  1294.         ''
  1295.         
  1296.           'Window - A visible or non-visible area on the screen that is own' +
  1297.           'ed and modified by a program.'
  1298.         ''
  1299.         '000')
  1300.       TabOrder = 25
  1301.       Visible = False
  1302.       WordWrap = False
  1303.     end
  1304.     object RichEdit300: TRichEdit
  1305.       Left = 120
  1306.       Top = 312
  1307.       Width = 57
  1308.       Height = 25
  1309.       Lines.Strings = (
  1310.         'Using TechFacts as a Technical Support Tool'
  1311.         
  1312.           'TechFacts provides a powerful means to identify problems and res' +
  1313.           'olve issues related to Windows 95 and the programs it is running' +
  1314.           '.'
  1315.         ''
  1316.         
  1317.           'Information that is gathered by TechFacts can be printed, saved ' +
  1318.           'to file, copied to the clipboard and transmitted to other people' +
  1319.           ' using any of 3 powerful integrated tools:'
  1320.         ''
  1321.         
  1322.           '1. MAPI Email - You can send data to other users on your same ne' +
  1323.           'twork using MAPI compliant email. The TechFacts data is sent as ' +
  1324.           'an email attachment to the recipient.'
  1325.         ''
  1326.         
  1327.           '2. Internet Email - You can send data to other users via the int' +
  1328.           'ernet.'
  1329.         ''
  1330.         
  1331.           '3. Tech Fax - Integrated fax. Formats data into fax data, dials ' +
  1332.           'a fax number and transmits data to any fax machine. Requires an ' +
  1333.           'internal\external fax-modem.'
  1334.         '000')
  1335.       TabOrder = 26
  1336.       Visible = False
  1337.       WordWrap = False
  1338.     end
  1339.     object RichEdit0: TMemo
  1340.       Left = 8
  1341.       Top = 32
  1342.       Width = 57
  1343.       Height = 25
  1344.       Lines.Strings = (
  1345.         'TechFacts 95 Overview'
  1346.         
  1347.           'TechFacts 95 is a powerful Windows 95/NT tool that empowers you ' +
  1348.           'to diagnose, solve and report Windows problems.'
  1349.         ''
  1350.         'TechFacts is structured into 3 seperate areas:'
  1351.         ''
  1352.         
  1353.           ' 1. A Resource \ Disk \ CPU \ Memory monitor with several unique' +
  1354.           ' views and individual alarms.'
  1355.         
  1356.           ' 2. A Spy \ Trace \ Diagnostic tool that explores all aspects of' +
  1357.           ' Windows.'
  1358.         
  1359.           ' 3. A powerful reporting tool that lets you transmit TechFacts i' +
  1360.           'nformation via 3 different communications options.'
  1361.         ''
  1362.         
  1363.           'TechFacts is unique in that it is 100% self contained. The Setup' +
  1364.           ' program, the executable and the Help file are all inclusive in ' +
  1365.           'the EXE file.'
  1366.         ''
  1367.         '000')
  1368.       TabOrder = 27
  1369.       Visible = False
  1370.       WordWrap = False
  1371.     end
  1372.     object RichEdit1: TMemo
  1373.       Left = 8
  1374.       Top = 56
  1375.       Width = 57
  1376.       Height = 25
  1377.       Lines.Strings = (
  1378.         'Starting TechFacts 95'
  1379.         'TechFacts 95 can be opened in several different ways:'
  1380.         ''
  1381.         '1,  From an icon or shortcut to the executable.'
  1382.         '2. By another program.'
  1383.         '3. From the DOS command line with line command options.'
  1384.         ''
  1385.         '002 Ending TechFacts 95')
  1386.       TabOrder = 28
  1387.       Visible = False
  1388.       WordWrap = False
  1389.     end
  1390.     object RichEdit2: TMemo
  1391.       Left = 64
  1392.       Top = 56
  1393.       Width = 57
  1394.       Height = 25
  1395.       Lines.Strings = (
  1396.         'How to End TechFacts 95'
  1397.         'You can close TechFacts 95 in 3 different ways:'
  1398.         ''
  1399.         
  1400.           '1. Click on the '#39'X'#39' in upper right corner of the TechFacts windo' +
  1401.           'w.'
  1402.         '2. Click on the '#39'X'#39' button in the TechFacts toolbar.'
  1403.         '3. User the "Exit" menu option in the "File" menu.'
  1404.         ''
  1405.         
  1406.           'When you close TechFacts 95 it remember the position and size of' +
  1407.           ' the TechFacts window so that it can be restored for your next s' +
  1408.           'ession.'
  1409.         ''
  1410.         '000 How to End TechFacts 95')
  1411.       TabOrder = 29
  1412.       Visible = False
  1413.       WordWrap = False
  1414.     end
  1415.     object RichEdit10: TMemo
  1416.       Left = 8
  1417.       Top = 88
  1418.       Width = 57
  1419.       Height = 25
  1420.       Lines.Strings = (
  1421.         'Configuring TechFacts 95'
  1422.         
  1423.           'TechFacts 95 can be configured dynamically during use. Changes t' +
  1424.           'o configuration take effect immediately.'
  1425.         ''
  1426.         
  1427.           'To invoke the Configuration form, click on the Configure speedbu' +
  1428.           'tton or select the "Configure" option from the "File" menu. Eith' +
  1429.           'er of these options will cause the configure form to be displaye' +
  1430.           'd.  To close this form, click on "Save" to save any changes you ' +
  1431.           'made, or "Cancel" to close without saving any changes you made.'
  1432.         ''
  1433.         
  1434.           'The configuration form provides several tabs which relate to dif' +
  1435.           'ferent functional areas of TechFacts. You can modify items on an' +
  1436.           'y of the tabs as follows:'
  1437.         ''
  1438.         'General Tab:'
  1439.         
  1440.           '        - Monitor refresh interval. This is the number of ms bet' +
  1441.           'ween each refresh of the custom monitors. From 250ms to 10000ms ' +
  1442.           'in intervals of 250.'
  1443.         
  1444.           '        - Name on Faxes and Email. A descriptive name that will ' +
  1445.           'be automatically posted onto faxes & emails you send using TechF' +
  1446.           'acts.'
  1447.         
  1448.           '        - Default identifier. A shorter name\id that will get wr' +
  1449.           'itten to alarm and capture logs.'
  1450.         
  1451.           '        - General font. The font that will be used on all TechFa' +
  1452.           'cts displays is shown. Use the speedbutton to select a different' +
  1453.           ' font, size or color.'
  1454.         ''
  1455.         'Startup Tab:'
  1456.         '        - Start TechFacts as a:'
  1457.         '          Monitor Window. This is a normal display mode.'
  1458.         
  1459.           '          Icon. TechFacts will immediately reside in the system ' +
  1460.           'tray.'
  1461.         ''
  1462.         'Alarms Tab:'
  1463.         
  1464.           '        - Audible Alarms. Any resource\performance alarm will ca' +
  1465.           'use a speaker sound or a multimedia alarm.'
  1466.         
  1467.           '        - Display Warning. Indicate that an alarm has triggered ' +
  1468.           'with a message to the user.'
  1469.         
  1470.           '        - Log to file. Make an entry to the TechFacts log file i' +
  1471.           'ndicating the alarm, date, time and user id.'
  1472.         
  1473.           '        - Log File Name. Indicate the path and filename for the ' +
  1474.           'TechFacts log file. Can be local or network. The Browse button c' +
  1475.           'an be used to explore local\network drives.'
  1476.         ''
  1477.         'MAPI Tab:'
  1478.         
  1479.           '        - Allow use. This checkbox will enable\disable the use o' +
  1480.           'f MAPI email by TechFacts.'
  1481.         
  1482.           '        - Default Recipient'#39's Email. By entering a MAPI email ad' +
  1483.           'dress here, your system'#39's MAPI email interface will automaticall' +
  1484.           'y address the email.'
  1485.         
  1486.           '        - Default subject. This field allows a standard subject ' +
  1487.           'to be attached to all MAPI emails, ie: Tech Support.'
  1488.         ''
  1489.         'SMTP Tab:'
  1490.         
  1491.           '        - Allow use. This checkbox will enable\disable the use o' +
  1492.           'f SMTP email by TechFacts.'
  1493.         
  1494.           '        - Default Recipient'#39's Email. By entering an internet ema' +
  1495.           'il address here, TechFacts will automatically address the email ' +
  1496.           'when sent.'
  1497.         
  1498.           '        - Default subject. This field allows a standard subject ' +
  1499.           'to be attached to all internet emails, ie: Tech Support.'
  1500.         
  1501.           '        - SMTP server. This is the name or address of your inter' +
  1502.           'net email SMTP mail server. It may be a proxy or you can determi' +
  1503.           'ne it by examining the Options menu under Netscape Navigator or ' +
  1504.           'Microsoft Internet Explorer or other browsers.'
  1505.         
  1506.           '        - Your email. This is your email address on the mail ser' +
  1507.           'ver.'
  1508.         
  1509.           '        - Encoding. Select UUEncode (default) or Mime encoding f' +
  1510.           'or attachments on the email.'
  1511.         
  1512.           '        - Character set. Select either US Ascii (default) or ISO' +
  1513.           '-8859-1 character sets.'
  1514.         ''
  1515.         'Search Tab:'
  1516.         
  1517.           '        - Clear list. Automatically have Techfacts clear all pri' +
  1518.           'or search results before starting any new searches.'
  1519.         
  1520.           '        - Icon sizing. This determines the spacing between icons' +
  1521.           ' in the search results panel. From 38pixels to 100 pixels.'
  1522.         ''
  1523.         'Fax Tab:'
  1524.         
  1525.           '        - Allow use. This checkbox will enable\disable the use o' +
  1526.           'f TechFax fax utility by TechFacts.'
  1527.         
  1528.           '        - Port. Indicate which COM port your fax\modem resides o' +
  1529.           'n.'
  1530.         
  1531.           '        - Modem. Select either "Default Fax\Modem" (default) or ' +
  1532.           'select a specific fax modem from the drop-down list. You may con' +
  1533.           'figure the fax\modem command set by clicking on the "Configure" ' +
  1534.           'button.'
  1535.         
  1536.           '        - Baud Rate. Use the drop-down list to select a MAXIMUM ' +
  1537.           'speed for your fax\modem.'
  1538.         
  1539.           '        - Station Id. This is the identifier that appears at the' +
  1540.           ' top of the fax to indicate to the recipient where the fax origi' +
  1541.           'nated.'
  1542.         
  1543.           '        - Default Fax number. You may enter a default phone numb' +
  1544.           'er that appears when the fax utility is invoked.'
  1545.         
  1546.           '        - Prefix. You may enter a dial prefix that appears when ' +
  1547.           'the fax utility is invoked.'
  1548.         
  1549.           '        - Header Message. This message appears at the top of all' +
  1550.           ' faxes and may be used for names, organizations or other message' +
  1551.           's.'
  1552.         ''
  1553.         '000 Configuring TechFacts 95')
  1554.       TabOrder = 30
  1555.       Visible = False
  1556.       WordWrap = False
  1557.     end
  1558.     object RichEdit3: TMemo
  1559.       Left = 120
  1560.       Top = 56
  1561.       Width = 57
  1562.       Height = 25
  1563.       Lines.Strings = (
  1564.         'Installing TechFacts 95'
  1565.         
  1566.           'TechFacts 95 is a self-installing Windows 95 application. It can' +
  1567.           ' be put into any local or network directory and run with no othe' +
  1568.           'r programs or utilities required.'
  1569.         ''
  1570.         
  1571.           'The first time TechFacts 95 is run on a system it will automatic' +
  1572.           'ally invoke an embedded "Setup Wizard" which walks you through s' +
  1573.           'etting up several key pieces of information that TechFacts 95 ne' +
  1574.           'eds to put in the registry.'
  1575.         ''
  1576.         
  1577.           'The wizard also lets you setup '#39'Explorer'#39' Folders for TechFacts ' +
  1578.           '95 and the Uninstall option for the program.'
  1579.         ''
  1580.         
  1581.           'TechFacts 95 only inserts items on your system in the following ' +
  1582.           'places:'
  1583.         ''
  1584.         
  1585.           '1. The directory where TechFacts 95 is run from will may contain' +
  1586.           ' log files and an uninstall batch file.'
  1587.         ''
  1588.         
  1589.           '2. The Windows Registry under the "HKEY_CURRENT_USER" key will h' +
  1590.           'ave a "Dean Software" entry under the "Software" key. Within thi' +
  1591.           's sub-key will be a TechFacts 95 entry.'
  1592.         ''
  1593.         
  1594.           'TechFacts 95 added no DLLs, Device drivers, INI files or Help fi' +
  1595.           'les to your system.'
  1596.         ''
  1597.         '004 Uninstalling TechFacts 95')
  1598.       TabOrder = 31
  1599.       Visible = False
  1600.       WordWrap = False
  1601.     end
  1602.     object RichEdit4: TMemo
  1603.       Left = 176
  1604.       Top = 56
  1605.       Width = 57
  1606.       Height = 25
  1607.       Lines.Strings = (
  1608.         'Uninstalling TechFacts 95'
  1609.         
  1610.           'When you ran the "Setup Wizard" you were given the option of hav' +
  1611.           'ing an Uninstall icon added to the TechFacts 95 folder. If you h' +
  1612.           'ave this icon then simply double-click on it and follow the inst' +
  1613.           'ructions.'
  1614.         ''
  1615.         
  1616.           'If you do not have the icon then uninstalling TechFacts 95 requi' +
  1617.           'res these steps:'
  1618.         ''
  1619.         
  1620.           '1. Using Windows "REGEDIT" registry editor remove the "TechFacts' +
  1621.           ' 95" key in the "Software" area of the "HKEY_CURRENT_USER" key.'
  1622.         ''
  1623.         
  1624.           '2. Delete the contents of the TechFacts 95 directory in which th' +
  1625.           'e program was placed.'
  1626.         ''
  1627.         '3. Remove the TechFacts 95 subdirectory.'
  1628.         ''
  1629.         'You do not need to reboot your system.'
  1630.         '000')
  1631.       TabOrder = 32
  1632.       Visible = False
  1633.       WordWrap = False
  1634.     end
  1635.     object RichEdit998: TMemo
  1636.       Left = 64
  1637.       Top = 344
  1638.       Width = 57
  1639.       Height = 25
  1640.       Lines.Strings = (
  1641.         'Registration Information'
  1642.         
  1643.           'Registration Fee: $19.99 + shipping and handling (see table belo' +
  1644.           'w)'
  1645.         ''
  1646.         
  1647.           'You can register online with Compuserve. Use GO SWREG. Inside th' +
  1648.           'e software registration forum follow the instructions and use re' +
  1649.           'gistration id 14213'
  1650.         ''
  1651.         
  1652.           'You can also use your Visa/MC to Register. Call (206)316-8645 or' +
  1653.           ' send an email to DeanSoft@Compuserve.com'
  1654.         ''
  1655.         
  1656.           'You may also send a cheque for $19.99 + shipping & handling to D' +
  1657.           'ean Software Design  P.O. Box 13032  Mill Creek, WA 98082-1032'
  1658.         ''
  1659.         
  1660.           'Shipping & Handling. U.S.: $1.00  Canada & Mexico: $1.50  Europe' +
  1661.           ': $2.00'
  1662.         ''
  1663.         'Click on the Next button to view and print the order form!'
  1664.         ''
  1665.         '099 Registration Information')
  1666.       TabOrder = 34
  1667.       Visible = False
  1668.       WordWrap = False
  1669.     end
  1670.     object RichEdit999: TMemo
  1671.       Left = 120
  1672.       Top = 344
  1673.       Width = 57
  1674.       Height = 25
  1675.       Lines.Strings = (
  1676.         'TechFacts 95 Order Form'
  1677.         ''
  1678.         'To: Dean Software Design'
  1679.         '      P.O. Box 13032'
  1680.         '      Mill Creek, WA 98082-1032'
  1681.         ''
  1682.         'From: __________________________________'
  1683.         ''
  1684.         '         __________________________________'
  1685.         ''
  1686.         '         __________________________________'
  1687.         ''
  1688.         'Phone: (       ) _________________________'
  1689.         ''
  1690.         'Email: _________________________________'
  1691.         ''
  1692.         
  1693.           'I would like to order ________ copies of TechFacts 95 at $19.99 ' +
  1694.           'per copy'
  1695.         ''
  1696.         
  1697.           'For every copy ordered, add the following shipping and handling ' +
  1698.           'fee: U.S. $1.00 per copy. Canada & Mexico: $1.50 per copy.  Euro' +
  1699.           'pe & Asia: $2.00 per copy.'
  1700.         ''
  1701.         'Total purchase amount: $________________'
  1702.         ''
  1703.         'Payment: Enclosed Check or Money order for $____________________'
  1704.         ''
  1705.         
  1706.           'My Visa ______ or MC ______ number is: _______________________ E' +
  1707.           'xpiry Date: ______________'
  1708.         ''
  1709.         
  1710.           'Instead of mailing a diskette, I would like a key for version: _' +
  1711.           '_________ emailed to: ____________________________'
  1712.         ''
  1713.         '000 Order Form')
  1714.       TabOrder = 35
  1715.       Visible = False
  1716.       WordWrap = False
  1717.     end
  1718.     object RichEdit144: TMemo
  1719.       Left = 176
  1720.       Top = 256
  1721.       Width = 57
  1722.       Height = 25
  1723.       Lines.Strings = (
  1724.         'Icon Search'
  1725.         
  1726.           'This function searches all files on your system for icons.  Icon' +
  1727.           's are compiled into programs however they are usually undocument' +
  1728.           'ed. This function lets you enumerate them and determine which ic' +
  1729.           'ons come from which specific file.'
  1730.         ''
  1731.         
  1732.           'Select the drive you wish to search. You may also drill down to ' +
  1733.           'the directory or subdirectory level by double-clicking on a driv' +
  1734.           'e or directory name.  The starting directory for the search is s' +
  1735.           'hown above the drive selection panel.'
  1736.         ''
  1737.         
  1738.           'After you start the search it can be aborted at any time by clic' +
  1739.           'king on the "Abort" button in the button bar. All icons found to' +
  1740.           ' this point will be displayed.'
  1741.         ''
  1742.         
  1743.           'Note that during the search it takes time to update the display ' +
  1744.           'with icons found, so keep the viewing area as small as possible ' +
  1745.           'and let the icons be drawn in memory for speed!'
  1746.         ''
  1747.         
  1748.           'When the search is complete you can click on any icon to see the' +
  1749.           ' file name and offset of the icon in the status bar.'
  1750.         ''
  1751.         
  1752.           'You can use the "Remove Marked Icons" button to remove icons fro' +
  1753.           'm the list in order to trim down the icons you don'#39't want to see' +
  1754.           '.'
  1755.         '145 String Search')
  1756.       TabOrder = 37
  1757.       Visible = False
  1758.       WordWrap = False
  1759.     end
  1760.     object RichEdit5: TMemo
  1761.       Left = 64
  1762.       Top = 88
  1763.       Width = 57
  1764.       Height = 25
  1765.       Lines.Strings = (
  1766.         'Command Line Options / Preloading Config Options'
  1767.         
  1768.           'There are several command line options you can issue with TechFa' +
  1769.           'cts 95, they are all optional, however you can only issue 1 comm' +
  1770.           'and line option at a time.'
  1771.         ''
  1772.         
  1773.           '1. Quick help on Command:  "TEKFCT95 ?" . This will show a dialo' +
  1774.           'g with the options available then exit the program.'
  1775.         ''
  1776.         
  1777.           '2. Uninstall: "TEKFCT95 /Uninstall". Causes TechFacts 95 to unin' +
  1778.           'stall itself from your system.'
  1779.         ''
  1780.         
  1781.           '3. Pre-load config options: "TEKFCT95 /LoadFile xxxxxx.xxxx" whe' +
  1782.           're xxxxxx.xxx is the name of the preload file.'
  1783.         ''
  1784.         'The pre-load file is an ascii text file with the following text:'
  1785.         ''
  1786.         '[PreLoad]'
  1787.         'StartAsIcon=True'
  1788.         'AllowFax=True'
  1789.         'AllowMapi=True'
  1790.         'AllowInternet=True'
  1791.         'StartProcessMonitor=True'
  1792.         'AlarmLog=True'
  1793.         'AlarmLogId=xxxxxx.xxx   (xxxxx.xxx is the file path and name)'
  1794.         'ModemPort=x                 (x is 1,2,3 or 4 only)'
  1795.         'SMTPServer=xxxx         (xxxx is the name of SMTP mail server)'
  1796.         'SMTPPort=xx                (xx is the port, ie: 80)'
  1797.         
  1798.           'SMTPUserAddress=xxx    (xxx is the user SMTP email address, opti' +
  1799.           'onal)'
  1800.         
  1801.           'SMTPDefRecip=xxx       (xxx is the SMTP email address for the re' +
  1802.           'cipient)'
  1803.         'SMTPDefSubject=xxx    (xxx is a default subject on the email)'
  1804.         
  1805.           'MAPIDefRecip=xxx        (xxx is the MAPI email address for the d' +
  1806.           'efault recipient)'
  1807.         'MAPIDefSubject=xxx    (xxx is a default subject on the email)'
  1808.         
  1809.           'FAXStationId=xxx           (xxx is the users fax station identif' +
  1810.           'ier)'
  1811.         'FAXPhoneNumber=xxx  (xxx is the phone number to call for faxes)'
  1812.         
  1813.           'FAXDialPrefix=xxx          (xxx is a dial prefix required to get' +
  1814.           ' an outside line)'
  1815.         
  1816.           'FAXMessage=xxx          (xxx is a message to affix at the top of' +
  1817.           ' faxes)'
  1818.         
  1819.           'DeletePreloadFile=True  (Force the preload file to be deleted af' +
  1820.           'ter it is loaded)'
  1821.         ''
  1822.         
  1823.           'You do not need to have lines in this file for items you do not ' +
  1824.           'want set. Each is optional.'
  1825.         ''
  1826.         
  1827.           'NOTE: Any lines marked with '#39'True'#39' do NOT require a '#39'False'#39' to b' +
  1828.           'e set in this file as it is the default configuration setting.'
  1829.         '000')
  1830.       TabOrder = 38
  1831.       Visible = False
  1832.       WordWrap = False
  1833.     end
  1834.     object RichEdit7: TMemo
  1835.       Left = 120
  1836.       Top = 88
  1837.       Width = 57
  1838.       Height = 25
  1839.       Lines.Strings = (
  1840.         'Using TechFacts 95 Controls'
  1841.         
  1842.           'Controls within this program include buttons, tab sheets and dat' +
  1843.           'a areas.'
  1844.         ''
  1845.         
  1846.           'Buttons.  TechFacts incorporates the new Windows 97 style of but' +
  1847.           'ton found in programs such as internet explorer while also utili' +
  1848.           'zing standard buttons and buttons with bitmaps.  '
  1849.         ''
  1850.         
  1851.           'Tab Sheets. Tab sheets allow you to display many different types' +
  1852.           ' of data within a set viewing area. You change what you see by c' +
  1853.           'licking on a different tab name.  Changing tabs does not cause d' +
  1854.           'ata in non-visible tabs to be erased, it simply pushes it behind' +
  1855.           ' the visible tab.'
  1856.         ''
  1857.         
  1858.           'Data Areas. TechFacts 95 uses RichEdit, ListView and custom data' +
  1859.           ' areas. '
  1860.         '000')
  1861.       TabOrder = 39
  1862.       Visible = False
  1863.       WordWrap = False
  1864.     end
  1865.     object RichEdit104: TMemo
  1866.       Left = 184
  1867.       Top = 208
  1868.       Width = 57
  1869.       Height = 25
  1870.       Lines.Strings = (
  1871.         'Move It! File Reference Relocator'
  1872.         
  1873.           'The Move It! function allows you to relocate file references to ' +
  1874.           'files or applications you have moved on your disk or onto other ' +
  1875.           'local or network drives.'
  1876.         ''
  1877.         
  1878.           'To use Move It! first physically move your application:  Files, ' +
  1879.           'Folders, subdirectories, etc.'
  1880.         ''
  1881.         
  1882.           'Once complete use Move It! to change all references in INI files' +
  1883.           ', the Registry, Program Groups and Shortcuts to point to the new' +
  1884.           ' location of the files\application. Follow these steps:'
  1885.         ''
  1886.         
  1887.           '1. Enter the File\Folder name to change. This must be a fully qu' +
  1888.           'alified file or directory name.  Note: the "Start" button will r' +
  1889.           'emain disabled until the file\folder name you enter here is vali' +
  1890.           'd.'
  1891.         ''
  1892.         
  1893.           '2. Enter the File\Folder name to replace it with. Once again, fu' +
  1894.           'lly qualified and it must exist.'
  1895.         ''
  1896.         
  1897.           '3. Select whether to scan: Ini Files, Registry, Program Groups o' +
  1898.           'r shortcuts. Check the checkboxes that apply.'
  1899.         ''
  1900.         '4. Click on the start button.'
  1901.         ''
  1902.         
  1903.           '5. The search may take several minutes. As matching files are fo' +
  1904.           'und they are added to the list.'
  1905.         ''
  1906.         
  1907.           '6. You may abort the search at any time by clicking on the "Abor' +
  1908.           't" button on the toolbar. You will retain the search results alr' +
  1909.           'eady gathered.'
  1910.         ''
  1911.         
  1912.           '7. At the end of the search you  can sort the list by clicking o' +
  1913.           'n the column headers.'
  1914.         ''
  1915.         
  1916.           '8. To start the replacement process click on the "Replace" butto' +
  1917.           'n. Click on the "Abort" button to cancel now without replacing a' +
  1918.           'ny data.'
  1919.         ''
  1920.         
  1921.           '9. When the replacement runs, each file will have the original f' +
  1922.           'ile\folder replaced with the new one you entered.  At the end of' +
  1923.           ' the replacement process a report will appear detailing every ch' +
  1924.           'ange, update or failure that occured during the replacement proc' +
  1925.           'ess.'
  1926.         ''
  1927.         '000')
  1928.       TabOrder = 40
  1929.       Visible = False
  1930.       WordWrap = False
  1931.     end
  1932.     object RichEdit103: TMemo
  1933.       Left = 136
  1934.       Top = 208
  1935.       Width = 57
  1936.       Height = 25
  1937.       Lines.Strings = (
  1938.         'Program Versions'
  1939.         
  1940.           'This tool examines all the programs on your system looking for s' +
  1941.           'pecific version information that can be compiled into programs u' +
  1942.           'sing resource headers.'
  1943.         ''
  1944.         
  1945.           'The types of files that will be examined are: Executables (exe),' +
  1946.           ' Modules (dll), Virtual device drivers (vxd) and device drivers ' +
  1947.           '(drv).  There is an option to only request executable files (exe' +
  1948.           ') if so desired.'
  1949.         ''
  1950.         
  1951.           'The other option will allow you to only show program files that ' +
  1952.           'contain version information, otherwise this function will list a' +
  1953.           'll files as listed above.'
  1954.         ''
  1955.         
  1956.           'Once the search is complete you will be presented with the follo' +
  1957.           'wing data:'
  1958.         ''
  1959.         '1. Program Name. The file name, either 8x3 or long file names.'
  1960.         '2. Program Path. The full path of the file.'
  1961.         
  1962.           '3. Operating System. The type of operating system(s) the program' +
  1963.           ' will run on.'
  1964.         '4. Version. The compiled version number of the program.'
  1965.         
  1966.           '5. Company. The name of the software company providing the progr' +
  1967.           'am.'
  1968.         ''
  1969.         
  1970.           'You can double click on the program name to receive full details' +
  1971.           ' from the version resource header, including trademark and manuf' +
  1972.           'acturer comments (if available).'
  1973.         ''
  1974.         'The list can be sorted by clicking on the column headers.'
  1975.         '104 Move It! File reference relocator')
  1976.       TabOrder = 36
  1977.       Visible = False
  1978.       WordWrap = False
  1979.     end
  1980.     object RichEdit20: TMemo
  1981.       Left = 8
  1982.       Top = 112
  1983.       Width = 57
  1984.       Height = 25
  1985.       Lines.Strings = (
  1986.         'TechFacts Monitor Functions'
  1987.         
  1988.           'The Monitor tab provides functions that let you monitor disk, re' +
  1989.           'sources, memory, performance and activities.'
  1990.         ''
  1991.         
  1992.           'When you click on the Monitor tab you will be shown several moni' +
  1993.           'tor buttons. To select a monitor click on the specific button.'
  1994.         ''
  1995.         
  1996.           'All program resources such as printing, refresh & clipboard are ' +
  1997.           'available once data is displayed for a monitor.'
  1998.         ''
  1999.         '021 Custom Monitors')
  2000.       TabOrder = 42
  2001.       Visible = False
  2002.       WordWrap = False
  2003.     end
  2004.     object Memo1: TMemo
  2005.       Left = 264
  2006.       Top = 8
  2007.       Width = 57
  2008.       Height = 25
  2009.       Lines.Strings = (
  2010.         'Memo1')
  2011.       TabOrder = 43
  2012.       Visible = False
  2013.       WordWrap = False
  2014.     end
  2015.     object RichEdit21: TMemo
  2016.       Left = 48
  2017.       Top = 112
  2018.       Width = 57
  2019.       Height = 25
  2020.       Lines.Strings = (
  2021.         'TechFacts Custom Monitors'
  2022.         
  2023.           'Custom Monitors are available to monitor CPU usage, Disk usage, ' +
  2024.           'GDI, USER and System Memory.  There are 4 seperate monitors whic' +
  2025.           'h can be set as needed.'
  2026.         ''
  2027.         
  2028.           'A custom monitor is divided into 3 sections - The Title, the gra' +
  2029.           'ph and the text. You can modify the type and appearance of a mon' +
  2030.           'itor by Right-Clicking your mouse on the title or text portion o' +
  2031.           'f each of the 4 monitors. After a click you will be shown a menu' +
  2032.           ' with 4 options:'
  2033.         ''
  2034.         '1. What to Monitor - select the system resource to monitor.'
  2035.         
  2036.           '2. Monitor Type - select either a Horizontal or Vertical bar gra' +
  2037.           'ph, a Pie chart or a needle graph.'
  2038.         
  2039.           '3. Alarms Settings - Determine the alarm level to trigger alarms' +
  2040.           ' at.'
  2041.         
  2042.           '4. Reset this Alarm - Once an alarm has triggered use this optio' +
  2043.           'n to reset the alarm for retrigger.'
  2044.         ''
  2045.         'When TechFacts is resized the monitor will also resize.'
  2046.         ''
  2047.         '022 Performance Monitors')
  2048.       TabOrder = 44
  2049.       Visible = False
  2050.       WordWrap = False
  2051.     end
  2052.     object RichEdit22: TMemo
  2053.       Left = 88
  2054.       Top = 112
  2055.       Width = 57
  2056.       Height = 25
  2057.       Lines.Strings = (
  2058.         'TechFacts Performance Monitors'
  2059.         ''
  2060.         
  2061.           'Performance Monitors are available to monitor the performance ke' +
  2062.           'ys within the Window registry. These keys are dynamic and may ch' +
  2063.           'ange from session to session.'
  2064.         ''
  2065.         '023 Process Monitor')
  2066.       TabOrder = 45
  2067.       Visible = False
  2068.       WordWrap = False
  2069.     end
  2070.     object RichEdit23: TMemo
  2071.       Left = 128
  2072.       Top = 112
  2073.       Width = 57
  2074.       Height = 25
  2075.       Lines.Strings = (
  2076.         'TechFacts Process Monitor'
  2077.         ''
  2078.         
  2079.           'The Process Monitor is a dynamic way of watching processes start' +
  2080.           ' or finish. A process may be a program or an application that yo' +
  2081.           'u start or that Windows invokes.'
  2082.         ''
  2083.         
  2084.           'When the process monitor is started you will see the data form f' +
  2085.           'ill with information about processes that are already active. On' +
  2086.           'ce invoked, all new processes or processes that terminate will c' +
  2087.           'ause an additional line to be entered into the data form.'
  2088.         ''
  2089.         
  2090.           'To terminate the process monitor click on the "Stop Monitor" but' +
  2091.           'ton.'
  2092.         ''
  2093.         
  2094.           'The data form may be printed, saved to file or copied to clipboa' +
  2095.           'rd using the menu options or speedbar buttons.'
  2096.         ''
  2097.         '000 ')
  2098.       TabOrder = 46
  2099.       Visible = False
  2100.       WordWrap = False
  2101.     end
  2102.   end
  2103.   object ToolPanel: TPanel
  2104.     Left = 350
  2105.     Top = 0
  2106.     Width = 107
  2107.     Height = 401
  2108.     Align = alRight
  2109.     BevelInner = bvRaised
  2110.     BevelOuter = bvNone
  2111.     TabOrder = 1
  2112.     object BitBtn1: TBitBtn
  2113.       Left = 8
  2114.       Top = 8
  2115.       Width = 89
  2116.       Height = 25
  2117.       Caption = '&Index'
  2118.       TabOrder = 0
  2119.       OnClick = BitBtn1Click
  2120.       Glyph.Data = {
  2121.         78010000424D7801000000000000760000002800000020000000100000000100
  2122.         04000000000000000000120B0000120B00000000000000000000000000000000
  2123.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2124.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2125.         55555FF555FFFFFFF5FF0075500000005000775F57777777F7770B0550CC0090
  2126.         50E07F7F57FF77F7F7F70B055000000050E07F75F7777777F7F70B7750CC0090
  2127.         50E075F7F7F577F7F7F777B050CC009050E057F7F7F577F7F7F750B050CC0090
  2128.         50E057F757F577F7F7F750B770CC009050E0575F77F577F7F7F7577B00CC0090
  2129.         50E0557F77F577F7F7F7550B30CC00905000557F57FF77F7F777550B30000090
  2130.         50E05575F77777F7F7F7557000CC00905000555777FF77F7F777555550000090
  2131.         55555555577777F7F5555555555550005555555555555777F555555555555090
  2132.         55555555555557F7F555555555555000555555555555577755550000}
  2133.       NumGlyphs = 2
  2134.     end
  2135.     object BitBtn3: TBitBtn
  2136.       Left = 8
  2137.       Top = 32
  2138.       Width = 89
  2139.       Height = 25
  2140.       Caption = '&Previous'
  2141.       TabOrder = 2
  2142.       OnClick = BitBtn3Click
  2143.       Glyph.Data = {
  2144.         78010000424D7801000000000000760000002800000020000000100000000100
  2145.         04000000000000000000120B0000120B00000000000000000000000000000000
  2146.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2147.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2148.         33333333333333333333333333333333333333333333333333FF333333333333
  2149.         3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  2150.         E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  2151.         E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  2152.         E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  2153.         000033333373FF77777733333330003333333333333777333333333333333333
  2154.         3333333333333333333333333333333333333333333333333333333333333333
  2155.         33333333333333333333333333333333333333333333333333330000}
  2156.       NumGlyphs = 2
  2157.     end
  2158.     object BitBtn4: TBitBtn
  2159.       Left = 8
  2160.       Top = 56
  2161.       Width = 89
  2162.       Height = 25
  2163.       Caption = '&Next'
  2164.       TabOrder = 3
  2165.       OnClick = BitBtn4Click
  2166.       Glyph.Data = {
  2167.         78010000424D7801000000000000760000002800000020000000100000000100
  2168.         04000000000000000000120B0000120B00000000000000000000000000000000
  2169.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2170.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2171.         3333333333333333333333333333333333333FFF333333333333000333333333
  2172.         3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  2173.         3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  2174.         0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  2175.         BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  2176.         33337777773FF733333333333300033333333333337773333333333333333333
  2177.         3333333333333333333333333333333333333333333333333333333333333333
  2178.         33333333333333333333333333333333333333333333333333330000}
  2179.       Layout = blGlyphRight
  2180.       NumGlyphs = 2
  2181.     end
  2182.     object BitBtn5: TBitBtn
  2183.       Left = 8
  2184.       Top = 112
  2185.       Width = 89
  2186.       Height = 25
  2187.       Caption = '&Copy'
  2188.       TabOrder = 4
  2189.       OnClick = BitBtn5Click
  2190.       Glyph.Data = {
  2191.         76010000424D7601000000000000760000002800000020000000100000000100
  2192.         04000000000000010000130B0000130B00000000000000000000000000000000
  2193.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2194.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  2195.         FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  2196.         FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  2197.         007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  2198.         7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  2199.         99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  2200.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  2201.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  2202.         93337FFFF7737777733300000033333333337777773333333333}
  2203.       NumGlyphs = 2
  2204.     end
  2205.     object BitBtn6: TBitBtn
  2206.       Left = 8
  2207.       Top = 136
  2208.       Width = 89
  2209.       Height = 25
  2210.       Caption = 'P&rint'
  2211.       TabOrder = 5
  2212.       OnClick = BitBtn6Click
  2213.       Glyph.Data = {
  2214.         76010000424D7601000000000000760000002800000020000000100000000100
  2215.         04000000000000010000130B0000130B00000000000000000000000000000000
  2216.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2217.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  2218.         00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  2219.         8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  2220.         8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  2221.         8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  2222.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  2223.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  2224.         33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  2225.         33333337FFFF7733333333300000033333333337777773333333}
  2226.       NumGlyphs = 2
  2227.     end
  2228.     object BitBtn7: TBitBtn
  2229.       Left = 8
  2230.       Top = 209
  2231.       Width = 89
  2232.       Height = 39
  2233.       Caption = 'Re&gistration'
  2234.       TabOrder = 6
  2235.       Visible = False
  2236.       OnClick = BitBtn7Click
  2237.       Glyph.Data = {
  2238.         78010000424D7801000000000000760000002800000020000000100000000100
  2239.         04000000000000000000120B0000120B00000000000000000000000000000000
  2240.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2241.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2242.         5000555555555555577755555555555550B0555555555555F7F7555555555550
  2243.         00B05555555555577757555555555550B3B05555555555F7F557555555555000
  2244.         3B0555555555577755755555555500B3B0555555555577555755555555550B3B
  2245.         055555FFFF5F7F5575555700050003B05555577775777557555570BBB00B3B05
  2246.         555577555775557555550BBBBBB3B05555557F555555575555550BBBBBBB0555
  2247.         55557F55FF557F5555550BB003BB075555557F577F5575F5555577B003BBB055
  2248.         555575F7755557F5555550BB33BBB0555555575F555557F555555507BBBB0755
  2249.         55555575FFFF77555555555700007555555555577777755555550000}
  2250.       Layout = blGlyphTop
  2251.       NumGlyphs = 2
  2252.     end
  2253.     object BitBtn8: TBitBtn
  2254.       Left = 8
  2255.       Top = 250
  2256.       Width = 89
  2257.       Height = 37
  2258.       Caption = '&Order Form'
  2259.       TabOrder = 7
  2260.       Visible = False
  2261.       OnClick = BitBtn8Click
  2262.       Glyph.Data = {
  2263.         78010000424D7801000000000000760000002800000020000000100000000100
  2264.         04000000000000000000120B0000120B00000000000000000000000000000000
  2265.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2266.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  2267.         555555FFFFFFFFFF5F5557777777777505555777777777757F55555555555555
  2268.         055555555555FF5575F555555550055030555555555775F7F7F55555550FB000
  2269.         005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  2270.         B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  2271.         305555577F555557F7F5550E0BFBFB003055557575F55577F7F550EEE0BFB0B0
  2272.         305557FF575F5757F7F5000EEE0BFBF03055777FF575FFF7F7F50000EEE00000
  2273.         30557777FF577777F7F500000E05555BB05577777F75555777F5500000555550
  2274.         3055577777555557F7F5550005555559995555777555555777550000}
  2275.       Layout = blGlyphTop
  2276.       NumGlyphs = 2
  2277.     end
  2278.     object BitBtn2: TBitBtn
  2279.       Left = 8
  2280.       Top = 80
  2281.       Width = 89
  2282.       Height = 25
  2283.       TabOrder = 1
  2284.       OnClick = BitBtn2Click
  2285.       Kind = bkClose
  2286.     end
  2287.   end
  2288.   object RichEdit60: TRichEdit
  2289.     Left = 8
  2290.     Top = 160
  2291.     Width = 57
  2292.     Height = 25
  2293.     Lines.Strings = (
  2294.       'TechFacts System Functions'
  2295.       
  2296.         'The System tab provides functions that let you examine CMOS, Ver' +
  2297.         'sion, Multimedia, Registry, Performance and Device Mapping.'
  2298.       ''
  2299.       
  2300.         'When you click on the System tab you will be shown several butto' +
  2301.         'ns. To select a System function click on the specific button.'
  2302.       ''
  2303.       
  2304.         'All program resources such as printing, refresh & clipboard are ' +
  2305.         'available once data is displayed for in the System Window.'
  2306.       ''
  2307.       
  2308.         'Data in this window is displayed in sortable\sizeable columns. Y' +
  2309.         'ou can sort the data by clicking on any column header and you ca' +
  2310.         'n size any column by dragging on the column separation line.'
  2311.       ''
  2312.       '061 Version Information')
  2313.     TabOrder = 3
  2314.     Visible = False
  2315.     WordWrap = False
  2316.   end
  2317.   object RichEdit61: TRichEdit
  2318.     Left = 64
  2319.     Top = 160
  2320.     Width = 57
  2321.     Height = 25
  2322.     Lines.Strings = (
  2323.       'Version Information'
  2324.       
  2325.         'This function provides you with information regarding your syste' +
  2326.         'm'#39's operating system version.'
  2327.       ''
  2328.       
  2329.         'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  2330.         'ear the List or Save the information to File.'
  2331.       ''
  2332.       
  2333.         'You may also send this information via MAPI Email, Internet Emai' +
  2334.         'l or Tech Fax.'
  2335.       '062 Viewing CMOS settings')
  2336.     TabOrder = 4
  2337.     Visible = False
  2338.     WordWrap = False
  2339.   end
  2340.   object RichEdit62: TRichEdit
  2341.     Left = 104
  2342.     Top = 160
  2343.     Width = 57
  2344.     Height = 25
  2345.     Lines.Strings = (
  2346.       'Dumping CMOS'
  2347.       
  2348.         'Your system manages settings of hardware, software, dates, times' +
  2349.         ' and specific vendor information in a hardware area called CMOS.'
  2350.       ''
  2351.       
  2352.         'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  2353.         'ear the List or Save the information to File.'
  2354.       ''
  2355.       
  2356.         'You may also send this information via MAPI Email, Internet Emai' +
  2357.         'l or Tech Fax.'
  2358.       '063 Multimedia Devices')
  2359.     TabOrder = 5
  2360.     Visible = False
  2361.     WordWrap = False
  2362.   end
  2363.   object RichEdit63: TRichEdit
  2364.     Left = 144
  2365.     Top = 160
  2366.     Width = 57
  2367.     Height = 25
  2368.     Lines.Strings = (
  2369.       'Multimedia Devices'
  2370.       
  2371.         'Multimedia devices includes all hardware connected to your syste' +
  2372.         'm such as CD-ROMs, pointing devices, sound devices and accessori' +
  2373.         'es. Windows 95 manages these devices internally. This option per' +
  2374.         'mits you to view the list of WIndows managed multimedia devices.'
  2375.       ''
  2376.       
  2377.         'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  2378.         'ear the List or Save the information to File.'
  2379.       ''
  2380.       
  2381.         'You may also send this information via MAPI Email, Internet Emai' +
  2382.         'l or Tech Fax.'
  2383.       '064 Performance data')
  2384.     TabOrder = 6
  2385.     Visible = False
  2386.     WordWrap = False
  2387.   end
  2388.   object RichEdit64: TRichEdit
  2389.     Left = 184
  2390.     Top = 160
  2391.     Width = 57
  2392.     Height = 25
  2393.     Lines.Strings = (
  2394.       'Performance Information'
  2395.       
  2396.         'Performance data about your system is managed in the Windows Reg' +
  2397.         'istry. This includes data about your CPU, disk utilization, netw' +
  2398.         'ork performance, etc.  Unlike the performance monitor, this opti' +
  2399.         'on simply takes a point-in-time snapshot which you can examine.'
  2400.       ''
  2401.       
  2402.         'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  2403.         'ear the List or Save the information to File.'
  2404.       ''
  2405.       
  2406.         'You may also send this information via MAPI Email, Internet Emai' +
  2407.         'l or Tech Fax.'
  2408.       '065 Windows 95 Registry')
  2409.     TabOrder = 7
  2410.     Visible = False
  2411.     WordWrap = False
  2412.   end
  2413.   object RichEdit65: TRichEdit
  2414.     Left = 224
  2415.     Top = 160
  2416.     Width = 57
  2417.     Height = 25
  2418.     Lines.Strings = (
  2419.       'Windows 95 Registry'
  2420.       
  2421.         'The WIndows 95 Registry replaces the swarms of INI files that Wi' +
  2422.         'ndows 3.1x maintained. The registry is contained in several high' +
  2423.         ' performance disk files which are accessed by WIndows 95 and mos' +
  2424.         't compliant programs.  This option allows you to simply dump the' +
  2425.         ' registry (by section) to examine it or search for specific info' +
  2426.         'rmation.'
  2427.       ''
  2428.       
  2429.         'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  2430.         'ear the List or Save the information to File.'
  2431.       ''
  2432.       
  2433.         'You may also send this information via MAPI Email, Internet Emai' +
  2434.         'l or Tech Fax.'
  2435.       '066 Device Mapping')
  2436.     TabOrder = 8
  2437.     Visible = False
  2438.     WordWrap = False
  2439.   end
  2440.   object RichEdit66: TRichEdit
  2441.     Left = 264
  2442.     Top = 160
  2443.     Width = 57
  2444.     Height = 25
  2445.     Lines.Strings = (
  2446.       'Device Mapping'
  2447.       
  2448.         'When connected to networks or remote devices, Windows 95 may red' +
  2449.         'irect your local device mapping (ie: A,B, C or COM1) to point to' +
  2450.         ' remote or linked devices. This may include CD-ROMs or Zip drive' +
  2451.         's. This option dumps the Windows device redirection table.'
  2452.       ''
  2453.       
  2454.         'Using the Menu or Speedbar you can: Print, Copy to Clipboard, Cl' +
  2455.         'ear the List or Save the information to File.'
  2456.       ''
  2457.       
  2458.         'You may also send this information via MAPI Email, Internet Emai' +
  2459.         'l or Tech Fax.'
  2460.       '000')
  2461.     TabOrder = 9
  2462.     Visible = False
  2463.     WordWrap = False
  2464.   end
  2465.   object RichEdit100: TRichEdit
  2466.     Left = 8
  2467.     Top = 208
  2468.     Width = 57
  2469.     Height = 25
  2470.     Lines.Strings = (
  2471.       'TechFacts Tools'
  2472.       
  2473.         'The Tools tab provides you with options to watch changes on your' +
  2474.         ' system and evaluate Disk utilization.'
  2475.       ''
  2476.       
  2477.         'When you click on the Tools tab you will be shown several button' +
  2478.         's. To select a tool click on the specific button.'
  2479.       ''
  2480.       
  2481.         'Program resources such as printing, refresh & clipboard are avai' +
  2482.         'lable for the Tools functions once data is displayed.'
  2483.       ''
  2484.       
  2485.         'Data in this window is displayed in sortable\sizeable columns. Y' +
  2486.         'ou can sort the data by clicking on any column header and you ca' +
  2487.         'n size any column by dragging on the column separation line.'
  2488.       ''
  2489.       '101 Watching Your System')
  2490.     TabOrder = 10
  2491.     Visible = False
  2492.     WordWrap = False
  2493.   end
  2494.   object RichEdit101: TRichEdit
  2495.     Left = 64
  2496.     Top = 208
  2497.     Width = 57
  2498.     Height = 25
  2499.     Lines.Strings = (
  2500.       'Watching Your System'
  2501.       
  2502.         'Many users find that programs they installing or running tend to' +
  2503.         ' affect their systems in ways that can not be controlled or docu' +
  2504.         'mented. This option allows you to invoke a measure to determine ' +
  2505.         'if any changes have been made to INI files, the Registry or any ' +
  2506.         'files on local or network disks.'
  2507.       ''
  2508.       'There are 2 modes of operation:'
  2509.       ''
  2510.       
  2511.         '1. You can specify a program to run - TechFacts will take a snap' +
  2512.         'shot of your system, run the program you specify and then take a' +
  2513.         ' new snapshot. A comparison will be made between snapshots and a' +
  2514.         ' report will be generated.'
  2515.       ''
  2516.       
  2517.         '2. You can monitor ALL activity on your system. This may be usef' +
  2518.         'ul if you are trying to determine whether your system is being a' +
  2519.         'ccessed without your knowledge.  Once again, '#39'before'#39' and '#39'after' +
  2520.         #39' snapshots are compared for differences.'
  2521.       ''
  2522.       'Follow these steps to invoke this powerful tool:'
  2523.       ''
  2524.       
  2525.         '1. Determine whether you want to watch '#39'All Programs'#39' or enter t' +
  2526.         'he name (or use the Browser) of the program you wish to run. Thi' +
  2527.         's can be installation programs, ie:  A:SETUP or B:INSTALL.'
  2528.       ''
  2529.       
  2530.         '2. If you want to watch for changes to the registry then ensure ' +
  2531.         'the checkbox contains a checkmark.'
  2532.       ''
  2533.       
  2534.         '3. If you want to watch for changes to specific INI files then e' +
  2535.         'nsure the checkbox contains a checkmark.  TechFacts by default w' +
  2536.         'atches WIN.INI and SYSTEM.INI, you can add or delete from the li' +
  2537.         'st using the '#39'Add'#39' or '#39'Delete'#39' buttons.'
  2538.       ''
  2539.       
  2540.         '4. If you want to watch for changes to local or network disks en' +
  2541.         'sure the checkbox contains a checkmark. '
  2542.       ''
  2543.       
  2544.         'You can select which disks to watch by clicking on the disk name' +
  2545.         's in the list box. Each click will toggle between '#39'Yes'#39', '#39'No'#39' or' +
  2546.         ' provide a drill-down list so you can watch specific directories' +
  2547.         ' only within a disk.'
  2548.       ''
  2549.       
  2550.         'When you have made all of your selections click on the '#39'Go'#39' butt' +
  2551.         'on. TechFacts will now make a snapshot of your system. This coul' +
  2552.         'd take several minutes as it is recording values in your registr' +
  2553.         'y and disk. The status of the snapshot is shown on the status ba' +
  2554.         'r.'
  2555.       ''
  2556.       
  2557.         'During the '#39'snapshot'#39' phase, you can use the '#39'Abort'#39' button to c' +
  2558.         'ancel this activity. If you do so, your system will NOT BE under' +
  2559.         ' watch.'
  2560.       ''
  2561.       
  2562.         'Once the snapshot is complete, the abort button will display '#39'En' +
  2563.         'd Watch'#39'. This button when clicked will end the watching activit' +
  2564.         'y.'
  2565.       ''
  2566.       
  2567.         'Once the watch is ended, TechFacts will once again take a snapsh' +
  2568.         'ot of your system. Again this could take several minutes. When c' +
  2569.         'omplete, a '#39'comparison'#39' phase will begin and finally the results' +
  2570.         ' of the comparison will be displayed to you.'
  2571.       '102 Disk Utilization')
  2572.     TabOrder = 11
  2573.     Visible = False
  2574.     WordWrap = False
  2575.   end
  2576.   object RichEdit102: TRichEdit
  2577.     Left = 104
  2578.     Top = 208
  2579.     Width = 57
  2580.     Height = 25
  2581.     Lines.Strings = (
  2582.       'Disk Utilization'
  2583.       
  2584.         'This feature provides you with a tool to determine how much disk' +
  2585.         ' space directories or files are using on your system.'
  2586.       ''
  2587.       
  2588.         'You are asked to choose between '#39'Slack'#39' usage - indicating the a' +
  2589.         'mount of space the File system actually is forced to allocate fo' +
  2590.         'r a file or directory and '#39'Actual'#39' usage which is the number of ' +
  2591.         'bytes of information the file has.'
  2592.       ''
  2593.       
  2594.         'To start, select the local or network drive to scan and then cli' +
  2595.         'ck on the '#39'Scan Disk'#39' button. TechFacts will then begin a detail' +
  2596.         'ed scan of all directories and files. This may take several minu' +
  2597.         'tes.'
  2598.       ''
  2599.       
  2600.         'When the scan is complete you will be shown a list of directorie' +
  2601.         's and files at the '#39'Root'#39' level of the drive you selected:'
  2602.       ''
  2603.       
  2604.         'Dir/FIle Name - The subdirectory or File within this parent dire' +
  2605.         'ctory.'
  2606.       ''
  2607.       
  2608.         'Size in Bytes - the number of '#39'slack'#39' or '#39'actual'#39' bytes for this' +
  2609.         ' subdirectory or file.  Note that for subdirectories the number ' +
  2610.         'of bytes includes all additional subdirectories and files within' +
  2611.         ' that particular subdirectory.'
  2612.       ''
  2613.       
  2614.         'Pcnt of Parent - This is the percentage of space of the parent d' +
  2615.         'irectory. In the case of viewing a root directory this would be ' +
  2616.         'the percentage of space on the actual disk.'
  2617.       ''
  2618.       
  2619.         'You can drill down into subdirectories by double-clicking on the' +
  2620.         'm in the list and using the '#39'Go To Parent'#39' button.'
  2621.       ''
  2622.       'The list can be sorted by clicking on the column headers.'
  2623.       '103 Program Versions')
  2624.     TabOrder = 12
  2625.     Visible = False
  2626.     WordWrap = False
  2627.   end
  2628.   object PrintDialog1: TPrintDialog
  2629.     Left = 408
  2630.     Top = 360
  2631.   end
  2632. end
  2633.