home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Wtestowe / CALYPSO / _SETUP.1 / Calypso.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt < prev   
Text File  |  1997-07-17  |  43KB  |  1,678 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 265
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options ...'
  7.   ClientHeight = 356
  8.   ClientWidth = 457
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object pnButtons: TPanel
  21.     Left = 0
  22.     Top = 316
  23.     Width = 457
  24.     Height = 40
  25.     Align = alBottom
  26.     TabOrder = 0
  27.     object btnOK: TButton
  28.       Left = 91
  29.       Top = 8
  30.       Width = 75
  31.       Height = 25
  32.       Caption = '&OK'
  33.       Default = True
  34.       ModalResult = 1
  35.       TabOrder = 0
  36.       OnClick = btnOKClick
  37.     end
  38.     object btnCancel: TButton
  39.       Left = 192
  40.       Top = 8
  41.       Width = 75
  42.       Height = 25
  43.       Cancel = True
  44.       Caption = '&Cancel'
  45.       ModalResult = 2
  46.       TabOrder = 1
  47.       OnClick = btnCancelClick
  48.     end
  49.     object btnHelp: TButton
  50.       Left = 292
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Caption = '&Help'
  55.       TabOrder = 2
  56.       OnClick = btnHelpClick
  57.     end
  58.   end
  59.   object OptionsPageControl: TExtPageControl
  60.     Left = 0
  61.     Top = 0
  62.     Width = 457
  63.     Height = 316
  64.     ActivePage = tsGeneral
  65.     Align = alClient
  66.     MultiLine = True
  67.     PopupMenu = PopupMenu1
  68.     TabHeight = 20
  69.     TabOrder = 1
  70.     OnChange = OptionsPageControlChange
  71.     TabActiveColor = clBtnFace
  72.     TabActiveFont.Color = clBlack
  73.     TabActiveFont.Height = -13
  74.     TabActiveFont.Name = 'Arial'
  75.     TabActiveFont.Style = [fsBold]
  76.     TabInactiveColor = 10789024
  77.     TabInactiveFont.Color = clBlack
  78.     TabInactiveFont.Height = -12
  79.     TabInactiveFont.Name = 'Arial'
  80.     TabInactiveFont.Style = []
  81.     object tsGeneral: TTabSheet
  82.       Caption = 'General'
  83.       object cbShowCmdPanel: TCheckBox
  84.         Left = 5
  85.         Top = 2
  86.         Width = 220
  87.         Height = 17
  88.         Caption = 'Always show Command l&ine'
  89.         TabOrder = 0
  90.       end
  91.       object cbShowTips: TCheckBox
  92.         Left = 5
  93.         Top = 45
  94.         Width = 220
  95.         Height = 17
  96.         Caption = 'Show &Tips at startup'
  97.         TabOrder = 2
  98.       end
  99.       object cbShellExt: TCheckBox
  100.         Left = 5
  101.         Top = 88
  102.         Width = 220
  103.         Height = 17
  104.         Caption = '&Directory shell extension'
  105.         TabOrder = 4
  106.         OnClick = cbShellExtClick
  107.       end
  108.       object cbOneInst: TCheckBox
  109.         Left = 5
  110.         Top = 110
  111.         Width = 220
  112.         Height = 17
  113.         Caption = 'Allow one instance of &Program only'
  114.         TabOrder = 5
  115.       end
  116.       object cbWinMakeDir: TCheckBox
  117.         Left = 5
  118.         Top = 131
  119.         Width = 220
  120.         Height = 17
  121.         Caption = '&Explorer-style directory creation'
  122.         TabOrder = 6
  123.       end
  124.       object cbWinRenameDir: TCheckBox
  125.         Left = 5
  126.         Top = 153
  127.         Width = 220
  128.         Height = 17
  129.         Caption = 'Explorer-style directory &Renaming'
  130.         TabOrder = 7
  131.       end
  132.       object cbLogCDFromArchive: TCheckBox
  133.         Left = 5
  134.         Top = 174
  135.         Width = 220
  136.         Height = 17
  137.         Caption = '&Log CD-ROM disks from archives?'
  138.         TabOrder = 8
  139.       end
  140.       object cbShowMemStat: TCheckBox
  141.         Left = 5
  142.         Top = 23
  143.         Width = 220
  144.         Height = 17
  145.         Caption = 'Show &Memory status'
  146.         TabOrder = 1
  147.       end
  148.       object cbQuickView: TCheckBox
  149.         Left = 229
  150.         Top = 23
  151.         Width = 220
  152.         Height = 17
  153.         Caption = '&Quick file view/play'
  154.         TabOrder = 12
  155.         OnClick = cbQuickViewClick
  156.       end
  157.       object cbAutoPlay: TCheckBox
  158.         Left = 229
  159.         Top = 45
  160.         Width = 220
  161.         Height = 17
  162.         Caption = 'Auto-pla&y multimedia files'
  163.         TabOrder = 13
  164.       end
  165.       object cbShowContextMenus: TCheckBox
  166.         Left = 5
  167.         Top = 195
  168.         Width = 220
  169.         Height = 17
  170.         Caption = 'Right mo&use click context menu'
  171.         TabOrder = 9
  172.       end
  173.       object cbDMCExecuteFile: TCheckBox
  174.         Left = 5
  175.         Top = 217
  176.         Width = 220
  177.         Height = 17
  178.         Caption = 'Double mouse click e&xecute file'
  179.         TabOrder = 10
  180.       end
  181.       object cbRefreshOnActivate: TCheckBox
  182.         Left = 229
  183.         Top = 2
  184.         Width = 220
  185.         Height = 17
  186.         Caption = 'Reread current dir on app s&witch'
  187.         TabOrder = 11
  188.       end
  189.       object cbShowQuotes: TCheckBox
  190.         Left = 5
  191.         Top = 66
  192.         Width = 220
  193.         Height = 17
  194.         Caption = 'Show &Quotes at startup'
  195.         TabOrder = 3
  196.       end
  197.     end
  198.     object tsView: TTabSheet
  199.       Caption = 'View'
  200.       object rgFileDisplay: TRadioGroup
  201.         Left = 5
  202.         Top = 5
  203.         Width = 166
  204.         Height = 136
  205.         Caption = ' File display options '
  206.         ItemIndex = 0
  207.         Items.Strings = (
  208.           'small icons ...'
  209.           'large icons ...'
  210.           'no icons at all ...'
  211.           'three-columns ...'
  212.           'five-columns ...')
  213.         TabOrder = 0
  214.       end
  215.       object cbDisplayFullPath: TCheckBox
  216.         Left = 185
  217.         Top = 10
  218.         Width = 250
  219.         Height = 17
  220.         Caption = '&Display full path'
  221.         TabOrder = 2
  222.       end
  223.       object cbFetchFileDesc: TCheckBox
  224.         Left = 185
  225.         Top = 29
  226.         Width = 250
  227.         Height = 17
  228.         Caption = '&Fetch file descriptions immediately'
  229.         TabOrder = 3
  230.       end
  231.       object cbShowFileDesc: TCheckBox
  232.         Left = 185
  233.         Top = 48
  234.         Width = 250
  235.         Height = 17
  236.         Caption = 'Show file descriptions in file &window'
  237.         TabOrder = 4
  238.         OnClick = cbShowFileDescClick
  239.       end
  240.       object grpFileIconSize: TGroupBox
  241.         Left = 5
  242.         Top = 144
  243.         Width = 166
  244.         Height = 78
  245.         Caption = ' File icon size '
  246.         TabOrder = 1
  247.         object SmallICOLabel: TLabel
  248.           Left = 7
  249.           Top = 20
  250.           Width = 98
  251.           Height = 15
  252.           AutoSize = False
  253.           Caption = 'Small icon size:'
  254.         end
  255.         object LargeICOLabel: TLabel
  256.           Left = 7
  257.           Top = 53
  258.           Width = 98
  259.           Height = 15
  260.           AutoSize = False
  261.           Caption = 'Large icon size:'
  262.         end
  263.         object seSmallIconSize: TSpinEdit
  264.           Left = 107
  265.           Top = 17
  266.           Width = 49
  267.           Height = 24
  268.           MaxValue = 32
  269.           MinValue = 8
  270.           TabOrder = 0
  271.           Value = 16
  272.         end
  273.         object seLargeIconSize: TSpinEdit
  274.           Left = 107
  275.           Top = 48
  276.           Width = 49
  277.           Height = 24
  278.           MaxValue = 64
  279.           MinValue = 32
  280.           TabOrder = 1
  281.           Value = 32
  282.         end
  283.       end
  284.       object cbShortNames: TCheckBox
  285.         Left = 185
  286.         Top = 66
  287.         Width = 250
  288.         Height = 17
  289.         Caption = 'Show short file &Names only'
  290.         TabOrder = 5
  291.       end
  292.       object cbShowFolderIcons: TCheckBox
  293.         Left = 185
  294.         Top = 85
  295.         Width = 250
  296.         Height = 17
  297.         Caption = 'Show directory &Icons'
  298.         TabOrder = 6
  299.       end
  300.     end
  301.     object tsSort: TTabSheet
  302.       Caption = 'Sort'
  303.       object rgFileSort: TRadioGroup
  304.         Left = 5
  305.         Top = 5
  306.         Width = 149
  307.         Height = 151
  308.         Caption = ' File sort options '
  309.         ItemIndex = 0
  310.         Items.Strings = (
  311.           'by &name ...'
  312.           'by &extension ...'
  313.           'by &size ...'
  314.           'by &date ...'
  315.           'by &attributes ...'
  316.           'by descrip&tion ...')
  317.         TabOrder = 0
  318.       end
  319.       object cbReverseSort: TCheckBox
  320.         Left = 5
  321.         Top = 161
  322.         Width = 156
  323.         Height = 17
  324.         Caption = '&Reversed sort order'
  325.         TabOrder = 1
  326.       end
  327.     end
  328.     object tsDisks: TTabSheet
  329.       Caption = 'Disks'
  330.       object Label1: TLabel
  331.         Left = 163
  332.         Top = 6
  333.         Width = 130
  334.         Height = 21
  335.         Alignment = taCenter
  336.         AutoSize = False
  337.         Caption = 'Log disk &Precision'
  338.         FocusControl = trLogDrivePrecision
  339.         Font.Color = clBlack
  340.         Font.Height = -13
  341.         Font.Name = 'Arial'
  342.         Font.Style = [fsItalic]
  343.         ParentFont = False
  344.       end
  345.       object Label16: TLabel
  346.         Left = 9
  347.         Top = 95
  348.         Width = 120
  349.         Height = 15
  350.         AutoSize = False
  351.         Caption = '&Log disks at startup:'
  352.         FocusControl = lbLogDrives
  353.       end
  354.       object pnTrackBar: TPanel
  355.         Left = 7
  356.         Top = 30
  357.         Width = 435
  358.         Height = 55
  359.         BevelInner = bvLowered
  360.         BevelOuter = bvLowered
  361.         TabOrder = 0
  362.         object Label2: TLabel
  363.           Left = 18
  364.           Top = 5
  365.           Width = 38
  366.           Height = 15
  367.           AutoSize = False
  368.           Caption = 'None'
  369.           Font.Color = clBlack
  370.           Font.Height = -12
  371.           Font.Name = 'Arial'
  372.           Font.Style = []
  373.           ParentFont = False
  374.         end
  375.         object Label4: TLabel
  376.           Left = 197
  377.           Top = 5
  378.           Width = 52
  379.           Height = 15
  380.           AutoSize = False
  381.           Caption = 'Medium'
  382.           Font.Color = clBlack
  383.           Font.Height = -12
  384.           Font.Name = 'Arial'
  385.           Font.Style = []
  386.           ParentFont = False
  387.         end
  388.         object Label3: TLabel
  389.           Left = 391
  390.           Top = 5
  391.           Width = 37
  392.           Height = 15
  393.           AutoSize = False
  394.           Caption = 'Exact'
  395.           Font.Color = clBlack
  396.           Font.Height = -12
  397.           Font.Name = 'Arial'
  398.           Font.Style = []
  399.           ParentFont = False
  400.         end
  401.         object trLogDrivePrecision: TTrackBar
  402.           Left = 23
  403.           Top = 22
  404.           Width = 390
  405.           Height = 21
  406.           Orientation = trHorizontal
  407.           PageSize = 1
  408.           Frequency = 1
  409.           Position = 0
  410.           SelEnd = 0
  411.           SelStart = 0
  412.           TabOrder = 0
  413.           TickMarks = tmTopLeft
  414.           TickStyle = tsAuto
  415.         end
  416.       end
  417.       object btnSelectAll: TButton
  418.         Left = 357
  419.         Top = 145
  420.         Width = 85
  421.         Height = 23
  422.         Caption = 'Select &All'
  423.         TabOrder = 2
  424.         OnClick = btnSelectAllClick
  425.       end
  426.       object btnDeselectAll: TButton
  427.         Left = 357
  428.         Top = 175
  429.         Width = 85
  430.         Height = 23
  431.         Caption = 'De&select All'
  432.         TabOrder = 3
  433.         OnClick = btnDeselectAllClick
  434.       end
  435.       object lbLogDrives: TCheckListBox
  436.         Left = 7
  437.         Top = 112
  438.         Width = 338
  439.         Height = 123
  440.         CheckCtl3D = False
  441.         Items.Strings = (
  442.           'C'
  443.           'D'
  444.           'E')
  445.         Items.State = (
  446.           'csUnchecked'
  447.           'csUnchecked'
  448.           'csUnchecked')
  449.         Items.Enabled = (
  450.           True
  451.           True
  452.           True)
  453.         Items.Tag = (
  454.           0
  455.           0
  456.           0)
  457.         SelectDisabled = False
  458.         TabOrder = 1
  459.       end
  460.     end
  461.     object tsExtensions: TTabSheet
  462.       Caption = 'Extensions'
  463.       object Label9: TLabel
  464.         Left = 8
  465.         Top = 3
  466.         Width = 199
  467.         Height = 15
  468.         AutoSize = False
  469.         Caption = '&User defined file specification(s):'
  470.         FocusControl = lbUserFileSpecs
  471.       end
  472.       object Bevel1: TBevel
  473.         Left = 6
  474.         Top = 156
  475.         Width = 437
  476.         Height = 7
  477.         Shape = bsTopLine
  478.       end
  479.       object Label10: TLabel
  480.         Left = 6
  481.         Top = 164
  482.         Width = 121
  483.         Height = 15
  484.         AutoSize = False
  485.         Caption = '&File specification(s):'
  486.         FocusControl = edFileSpec
  487.       end
  488.       object Label11: TLabel
  489.         Left = 141
  490.         Top = 164
  491.         Width = 80
  492.         Height = 15
  493.         AutoSize = False
  494.         Caption = 'D&escription:'
  495.         FocusControl = edFileSpecDesc
  496.       end
  497.       object lbUserFileSpecs: TListBox
  498.         Left = 6
  499.         Top = 21
  500.         Width = 437
  501.         Height = 124
  502.         IntegralHeight = True
  503.         ItemHeight = 15
  504.         MultiSelect = True
  505.         Sorted = True
  506.         TabOrder = 0
  507.         OnClick = lbUserFileSpecsClick
  508.       end
  509.       object edFileSpec: TEdit
  510.         Left = 6
  511.         Top = 181
  512.         Width = 127
  513.         Height = 23
  514.         TabOrder = 1
  515.         OnChange = CheckAddButton
  516.       end
  517.       object btnAdd: TButton
  518.         Left = 99
  519.         Top = 215
  520.         Width = 75
  521.         Height = 25
  522.         Caption = '&Add'
  523.         Enabled = False
  524.         TabOrder = 3
  525.         OnClick = btnAddClick
  526.       end
  527.       object btnDelete: TButton
  528.         Left = 274
  529.         Top = 215
  530.         Width = 75
  531.         Height = 25
  532.         Caption = '&Delete'
  533.         Enabled = False
  534.         TabOrder = 5
  535.         OnClick = btnDeleteClick
  536.       end
  537.       object edFileSpecDesc: TEdit
  538.         Left = 140
  539.         Top = 181
  540.         Width = 304
  541.         Height = 23
  542.         TabOrder = 2
  543.         OnChange = CheckAddButton
  544.         OnKeyPress = edFileSpecDescKeyPress
  545.       end
  546.       object btnModify: TButton
  547.         Left = 187
  548.         Top = 215
  549.         Width = 75
  550.         Height = 25
  551.         Caption = '&Modify'
  552.         Enabled = False
  553.         TabOrder = 4
  554.         OnClick = btnModifyClick
  555.       end
  556.     end
  557.     object tsDelete: TTabSheet
  558.       Caption = 'Delete'
  559.       object imgRecycleBin: TImage
  560.         Left = 328
  561.         Top = 54
  562.         Width = 32
  563.         Height = 32
  564.         Picture.Data = {<image000.ico>}
  565.         OnDblClick = imgRecycleBinDblClick
  566.         OnMouseDown = imgRecycleBinMouseDown
  567.       end
  568.       object rgFileDeletion: TRadioGroup
  569.         Left = 5
  570.         Top = 5
  571.         Width = 234
  572.         Height = 148
  573.         Caption = ' File Deletion Modes '
  574.         ItemIndex = 0
  575.         Items.Strings = (
  576.           '&Recycle bin (Safe deletion)'
  577.           '&Trash Can (Normal deletion)'
  578.           '&Shredder (Destroy deletion)'
  579.           '&Incinerator (Fast-wipe deletion)'
  580.           '&DoD (Government secure deletion)')
  581.         TabOrder = 0
  582.       end
  583.       object btnEmpty: TButton
  584.         Left = 270
  585.         Top = 110
  586.         Width = 150
  587.         Height = 25
  588.         Caption = '&Empty recycle bin'
  589.         TabOrder = 1
  590.         OnClick = btnEmptyClick
  591.       end
  592.     end
  593.     object tsTools: TTabSheet
  594.       Caption = 'Tools'
  595.       OnEnter = tsToolsEnter
  596.       object lbCommandLine: TLabel
  597.         Left = 6
  598.         Top = 104
  599.         Width = 94
  600.         Height = 15
  601.         Alignment = taRightJustify
  602.         AutoSize = False
  603.         Caption = 'Command &Line:'
  604.         FocusControl = edToolCmdLine
  605.       end
  606.       object sbPickFile: TSpeedButton
  607.         Left = 425
  608.         Top = 102
  609.         Width = 21
  610.         Height = 21
  611.         Caption = '∩┐╜'
  612.         OnClick = sbPickFileClick
  613.       end
  614.       object Label5: TLabel
  615.         Left = 47
  616.         Top = 131
  617.         Width = 53
  618.         Height = 15
  619.         Alignment = taRightJustify
  620.         AutoSize = False
  621.         Caption = 'Icon &File:'
  622.         FocusControl = edToolIconFile
  623.       end
  624.       object sbPickIconFile: TSpeedButton
  625.         Left = 425
  626.         Top = 129
  627.         Width = 21
  628.         Height = 21
  629.         Caption = '∩┐╜'
  630.         OnClick = sbPickIconFileClick
  631.       end
  632.       object Label6: TLabel
  633.         Left = 40
  634.         Top = 185
  635.         Width = 31
  636.         Height = 15
  637.         Alignment = taRightJustify
  638.         AutoSize = False
  639.         Caption = '&Icon:'
  640.         FocusControl = icbTools
  641.       end
  642.       object Label7: TLabel
  643.         Left = 66
  644.         Top = 158
  645.         Width = 34
  646.         Height = 15
  647.         Alignment = taRightJustify
  648.         AutoSize = False
  649.         Caption = '&Hint:'
  650.         FocusControl = edToolHint
  651.       end
  652.       object btnAddTool: TButton
  653.         Left = 107
  654.         Top = 221
  655.         Width = 77
  656.         Height = 25
  657.         Caption = '&Add'
  658.         Enabled = False
  659.         TabOrder = 6
  660.         OnClick = btnAddToolClick
  661.       end
  662.       object btnModTool: TButton
  663.         Left = 192
  664.         Top = 221
  665.         Width = 77
  666.         Height = 25
  667.         Caption = '&Modify'
  668.         Enabled = False
  669.         TabOrder = 7
  670.         OnClick = btnModToolClick
  671.       end
  672.       object btnDelTool: TButton
  673.         Left = 280
  674.         Top = 221
  675.         Width = 77
  676.         Height = 25
  677.         Caption = '&Delete'
  678.         Enabled = False
  679.         TabOrder = 8
  680.         OnClick = btnDelToolClick
  681.       end
  682.       object edToolCmdLine: TEdit
  683.         Left = 106
  684.         Top = 102
  685.         Width = 313
  686.         Height = 23
  687.         TabOrder = 1
  688.         OnChange = edToolCmdLineChange
  689.         OnKeyDown = edToolCmdLineKeyDown
  690.       end
  691.       object cbShowToolTips: TCheckBox
  692.         Left = 362
  693.         Top = 225
  694.         Width = 85
  695.         Height = 17
  696.         Caption = '&Show hints'
  697.         TabOrder = 9
  698.       end
  699.       object pnTools: TPanel
  700.         Left = 2
  701.         Top = 2
  702.         Width = 445
  703.         Height = 91
  704.         BevelInner = bvLowered
  705.         TabOrder = 0
  706.         object hcTools: THeaderControl
  707.           Left = 2
  708.           Top = 2
  709.           Width = 441
  710.           Height = 17
  711.           Sections = <
  712.             item
  713.               AllowClick = False
  714.               Text = 'Command line'
  715.               Width = 250
  716.             end
  717.             item
  718.               AllowClick = False
  719.               Text = 'Hint'
  720.               Width = 1000
  721.             end>
  722.           OnSectionResize = hcToolsSectionResize
  723.         end
  724.         object lbTools: TListBox
  725.           Left = 2
  726.           Top = 19
  727.           Width = 441
  728.           Height = 68
  729.           Align = alClient
  730.           IntegralHeight = True
  731.           ItemHeight = 16
  732.           Style = lbOwnerDrawFixed
  733.           TabOrder = 1
  734.           OnClick = lbToolsClick
  735.           OnDragDrop = lbToolsDragDrop
  736.           OnDragOver = lbToolsDragOver
  737.           OnDrawItem = lbToolsDrawItem
  738.           OnMouseMove = lbToolsMouseMove
  739.         end
  740.       end
  741.       object edToolIconFile: TEdit
  742.         Left = 106
  743.         Top = 128
  744.         Width = 313
  745.         Height = 23
  746.         TabOrder = 2
  747.         OnChange = edToolIconFileChange
  748.         OnKeyDown = edToolIconFileKeyDown
  749.       end
  750.       object icbTools: TIconComboBox
  751.         Left = 44
  752.         Top = 202
  753.         Width = 58
  754.         Height = 44
  755.         Enabled = False
  756.         ItemIndex = -1
  757.         ParentFont = False
  758.         TabOrder = 4
  759.       end
  760.       object edToolHint: TEdit
  761.         Left = 106
  762.         Top = 154
  763.         Width = 313
  764.         Height = 23
  765.         TabOrder = 3
  766.       end
  767.       object rgRunType: TRadioGroup
  768.         Left = 107
  769.         Top = 178
  770.         Width = 313
  771.         Height = 37
  772.         Caption = ' &Run '
  773.         Columns = 3
  774.         ItemIndex = 0
  775.         Items.Strings = (
  776.           '&Normal'
  777.           'Minimi&zed'
  778.           'Ma&ximized')
  779.         TabOrder = 5
  780.       end
  781.     end
  782.     object tsWatchDog: TTabSheet
  783.       Caption = 'WatchDog'
  784.       object Label18: TLabel
  785.         Left = 8
  786.         Top = 6
  787.         Width = 302
  788.         Height = 15
  789.         AutoSize = False
  790.         Caption = '&Log to WatchDog file following file operations:'
  791.         FocusControl = lbWatchDog
  792.       end
  793.       object Label19: TLabel
  794.         Left = 350
  795.         Top = 194
  796.         Width = 23
  797.         Height = 15
  798.         AutoSize = False
  799.         Caption = 'Kb'
  800.       end
  801.       object Label20: TLabel
  802.         Left = 6
  803.         Top = 219
  804.         Width = 156
  805.         Height = 15
  806.         AutoSize = False
  807.         Caption = ' WatchDog file destination:'
  808.       end
  809.       object flWDFilePath: TFileLabel
  810.         Left = 156
  811.         Top = 219
  812.         Width = 202
  813.         Height = 16
  814.         Direction = drFromLeft
  815.         Separator = '\'
  816.         Font.Color = clNavy
  817.         Font.Height = -12
  818.         Font.Name = 'Arial'
  819.         Font.Style = []
  820.         ParentFont = False
  821.       end
  822.       object btnWDSelectAll: TButton
  823.         Left = 331
  824.         Top = 30
  825.         Width = 110
  826.         Height = 23
  827.         Caption = 'Select &All'
  828.         TabOrder = 4
  829.         OnClick = btnWDSelectAllClick
  830.       end
  831.       object btnWDDeSelectAll: TButton
  832.         Left = 331
  833.         Top = 65
  834.         Width = 110
  835.         Height = 23
  836.         Caption = 'De&select All'
  837.         TabOrder = 5
  838.         OnClick = btnWDDeSelectAllClick
  839.       end
  840.       object cbWDAutoDelete: TCheckBox
  841.         Left = 6
  842.         Top = 193
  843.         Width = 287
  844.         Height = 17
  845.         Caption = ' A&uto-delete WatchDog file when exceeds size of '
  846.         Ctl3D = True
  847.         ParentCtl3D = False
  848.         State = cbChecked
  849.         TabOrder = 2
  850.         OnClick = cbWDAutoDeleteClick
  851.       end
  852.       object seWDFSize: TSpinEdit
  853.         Left = 295
  854.         Top = 190
  855.         Width = 50
  856.         Height = 24
  857.         Increment = 100
  858.         MaxLength = 4
  859.         MaxValue = 9999
  860.         MinValue = 100
  861.         TabOrder = 3
  862.         Value = 100
  863.         OnChange = seWDFSizeChange
  864.         OnExit = seWDFSizeExit
  865.       end
  866.       object btnWDDestBrowse: TButton
  867.         Left = 366
  868.         Top = 215
  869.         Width = 75
  870.         Height = 25
  871.         Caption = '&Browse ...'
  872.         TabOrder = 8
  873.         OnClick = btnWDDestBrowseClick
  874.       end
  875.       object btnWDViewFile: TButton
  876.         Left = 331
  877.         Top = 99
  878.         Width = 110
  879.         Height = 23
  880.         Caption = '&View WD file'
  881.         Enabled = False
  882.         TabOrder = 6
  883.         OnClick = btnWDViewFileClick
  884.       end
  885.       object cbWDEnabled: TCheckBox
  886.         Left = 6
  887.         Top = 173
  888.         Width = 155
  889.         Height = 17
  890.         Caption = ' WatchDog &enabled'
  891.         TabOrder = 1
  892.         OnClick = cbWDEnabledClick
  893.       end
  894.       object btnWDRemoveFile: TButton
  895.         Left = 331
  896.         Top = 132
  897.         Width = 110
  898.         Height = 23
  899.         Caption = '&Remove WD file'
  900.         Enabled = False
  901.         TabOrder = 7
  902.         OnClick = btnWDRemoveFileClick
  903.       end
  904.       object lbWatchDog: TCheckListBox
  905.         Left = 6
  906.         Top = 22
  907.         Width = 313
  908.         Height = 140
  909.         CheckCtl3D = False
  910.         Items.Strings = (
  911.           'Delete file(s)'
  912.           'Move file(s)'
  913.           'Copy files(s)'
  914.           'Rename file(s)'
  915.           'Change file(s) attributes'
  916.           'Change file(s) date/time'
  917.           'Edit file'
  918.           'Print file'
  919.           'View file'
  920.           'Delete directory'
  921.           'New directory'
  922.           'Rename directory'
  923.           'Prune directory'
  924.           'Search files for text')
  925.         Items.State = (
  926.           'csUnchecked'
  927.           'csUnchecked'
  928.           'csUnchecked'
  929.           'csUnchecked'
  930.           'csUnchecked'
  931.           'csUnchecked'
  932.           'csUnchecked'
  933.           'csUnchecked'
  934.           'csUnchecked'
  935.           'csUnchecked'
  936.           'csUnchecked'
  937.           'csUnchecked'
  938.           'csUnchecked'
  939.           'csUnchecked')
  940.         Items.Enabled = (
  941.           True
  942.           True
  943.           True
  944.           True
  945.           True
  946.           True
  947.           True
  948.           True
  949.           True
  950.           True
  951.           True
  952.           True
  953.           True
  954.           True)
  955.         Items.Tag = (
  956.           0
  957.           0
  958.           0
  959.           0
  960.           0
  961.           0
  962.           0
  963.           0
  964.           0
  965.           0
  966.           0
  967.           0
  968.           0
  969.           0)
  970.         SelectDisabled = False
  971.         TabOrder = 0
  972.         OnStateChanged = lbWatchDogStateChanged
  973.       end
  974.     end
  975.     object tsConfirmation: TTabSheet
  976.       Caption = 'Confirmation'
  977.       object rgConfirmations: TGroupBox
  978.         Left = 5
  979.         Top = 2
  980.         Width = 326
  981.         Height = 238
  982.         Caption = ' Get confirmation before '
  983.         TabOrder = 0
  984.         object cbSkipReleaseDrv: TCheckBox
  985.           Left = 9
  986.           Top = 21
  987.           Width = 310
  988.           Height = 17
  989.           Caption = '&Releasing a disk'
  990.           TabOrder = 0
  991.         end
  992.         object cbSkipEjectCDROM: TCheckBox
  993.           Left = 9
  994.           Top = 43
  995.           Width = 310
  996.           Height = 17
  997.           Caption = '&Ejecting CD-ROM'
  998.           TabOrder = 1
  999.         end
  1000.         object cbSkipQuit: TCheckBox
  1001.           Left = 9
  1002.           Top = 66
  1003.           Width = 310
  1004.           Height = 17
  1005.           Caption = 'Program e&xit'
  1006.           TabOrder = 2
  1007.         end
  1008.         object cbSkipRemoveRoot: TCheckBox
  1009.           Left = 9
  1010.           Top = 88
  1011.           Width = 310
  1012.           Height = 17
  1013.           Caption = 'Removing &virtual root'
  1014.           TabOrder = 3
  1015.         end
  1016.         object cbSkipArchive: TCheckBox
  1017.           Left = 9
  1018.           Top = 110
  1019.           Width = 310
  1020.           Height = 17
  1021.           Caption = '&Archiving a CD-ROM'
  1022.           TabOrder = 4
  1023.         end
  1024.         object cbSkipRestore: TCheckBox
  1025.           Left = 9
  1026.           Top = 132
  1027.           Width = 310
  1028.           Height = 17
  1029.           Caption = '&Logging from archive'
  1030.           TabOrder = 5
  1031.         end
  1032.         object cbSkipDisconnectNet: TCheckBox
  1033.           Left = 9
  1034.           Top = 154
  1035.           Width = 310
  1036.           Height = 17
  1037.           Caption = '&Disconnecting from network'
  1038.           TabOrder = 6
  1039.         end
  1040.         object cbSkipPrune: TCheckBox
  1041.           Left = 9
  1042.           Top = 175
  1043.           Width = 310
  1044.           Height = 17
  1045.           Caption = '&Pruning a directory branch'
  1046.           TabOrder = 7
  1047.         end
  1048.         object cbSkipDeleteSpecialAttr: TCheckBox
  1049.           Left = 9
  1050.           Top = 195
  1051.           Width = 310
  1052.           Height = 17
  1053.           Caption = 'Dele&ting a file with special attributes'
  1054.           TabOrder = 8
  1055.         end
  1056.         object cbSkipProtected: TCheckBox
  1057.           Left = 9
  1058.           Top = 215
  1059.           Width = 310
  1060.           Height = 17
  1061.           Caption = 'Deleting / renaming protected file or director&y'
  1062.           TabOrder = 9
  1063.         end
  1064.       end
  1065.     end
  1066.     object tsShortCuts: TTabSheet
  1067.       Caption = 'ShortCuts'
  1068.       object Label21: TLabel
  1069.         Left = 4
  1070.         Top = 225
  1071.         Width = 28
  1072.         Height = 15
  1073.         AutoSize = False
  1074.         Caption = 'Key:'
  1075.         FocusControl = hkShortCut
  1076.       end
  1077.       object lbHint: TLabel
  1078.         Left = 5
  1079.         Top = 204
  1080.         Width = 27
  1081.         Height = 15
  1082.         Caption = 'Hint'
  1083.       end
  1084.       object btnModifyShortCut: TButton
  1085.         Left = 200
  1086.         Top = 220
  1087.         Width = 57
  1088.         Height = 25
  1089.         Caption = 'Modify'
  1090.         TabOrder = 2
  1091.         OnClick = btnModifyShortCutClick
  1092.       end
  1093.       object btnDefaultShortCut: TButton
  1094.         Left = 262
  1095.         Top = 220
  1096.         Width = 57
  1097.         Height = 25
  1098.         Caption = 'Default'
  1099.         TabOrder = 3
  1100.         OnClick = btnDefaultShortCutClick
  1101.       end
  1102.       object btnLoadShortcuts: TButton
  1103.         Left = 325
  1104.         Top = 220
  1105.         Width = 57
  1106.         Height = 25
  1107.         Caption = 'Load'
  1108.         TabOrder = 4
  1109.         OnClick = btnLoadShortcutsClick
  1110.       end
  1111.       object hkShortCut: THotKey
  1112.         Left = 32
  1113.         Top = 223
  1114.         Width = 164
  1115.         Height = 19
  1116.         HotKey = 0
  1117.         InvalidKeys = [hcNone, hcShift]
  1118.         Modifiers = []
  1119.         TabOrder = 1
  1120.       end
  1121.       object pnShortCuts: TPanel
  1122.         Left = 5
  1123.         Top = 5
  1124.         Width = 439
  1125.         Height = 196
  1126.         TabOrder = 0
  1127.         object tvShortCuts: THETreeView
  1128.           Left = 1
  1129.           Top = 1
  1130.           Width = 437
  1131.           Height = 194
  1132.           ReadOnly = True
  1133.           HideSelection = False
  1134.           Indent = 19
  1135.           OnExpanding = tvShortCutsExpanding
  1136.           OnExpanded = tvShortCutsExpanded
  1137.           OnCollapsed = tvShortCutsCollapsed
  1138.           OnChange = tvShortCutsChange
  1139.           Align = alClient
  1140.           ParentColor = False
  1141.           TabOrder = 0
  1142.         end
  1143.       end
  1144.       object btnSaveShortcuts: TButton
  1145.         Left = 387
  1146.         Top = 220
  1147.         Width = 57
  1148.         Height = 25
  1149.         Caption = 'Save'
  1150.         TabOrder = 5
  1151.         OnClick = btnSaveShortcutsClick
  1152.       end
  1153.     end
  1154.     object tsViewEdit: TTabSheet
  1155.       Caption = 'Viewer/Editor'
  1156.       object Label12: TLabel
  1157.         Left = 6
  1158.         Top = 4
  1159.         Width = 104
  1160.         Height = 15
  1161.         AutoSize = False
  1162.         Caption = 'Associated editor:'
  1163.       end
  1164.       object lbEditorDesc: TLabel
  1165.         Left = 115
  1166.         Top = 4
  1167.         Width = 71
  1168.         Height = 15
  1169.         Caption = 'lbEditorDesc'
  1170.         Font.Color = clNavy
  1171.         Font.Height = -12
  1172.         Font.Name = 'Arial'
  1173.         Font.Style = []
  1174.         ParentFont = False
  1175.       end
  1176.       object imgEditorIcon: TImage
  1177.         Left = 6
  1178.         Top = 21
  1179.         Width = 32
  1180.         Height = 32
  1181.       end
  1182.       object Label13: TLabel
  1183.         Left = 44
  1184.         Top = 29
  1185.         Width = 55
  1186.         Height = 15
  1187.         AutoSize = False
  1188.         Caption = 'Location:'
  1189.       end
  1190.       object lbAssocEditorFile: TFileLabel
  1191.         Left = 101
  1192.         Top = 29
  1193.         Width = 263
  1194.         Height = 17
  1195.         Direction = drFromLeft
  1196.         Separator = '\'
  1197.         Font.Color = clNavy
  1198.         Font.Height = -12
  1199.         Font.Name = 'Arial'
  1200.         Font.Style = []
  1201.         ParentFont = False
  1202.       end
  1203.       object Bevel3: TBevel
  1204.         Left = 7
  1205.         Top = 78
  1206.         Width = 435
  1207.         Height = 9
  1208.         Shape = bsTopLine
  1209.       end
  1210.       object lbViewerDesc: TLabel
  1211.         Left = 115
  1212.         Top = 83
  1213.         Width = 76
  1214.         Height = 15
  1215.         Caption = 'lbViewerDesc'
  1216.         Font.Color = clNavy
  1217.         Font.Height = -12
  1218.         Font.Name = 'Arial'
  1219.         Font.Style = []
  1220.         ParentFont = False
  1221.       end
  1222.       object Label14: TLabel
  1223.         Left = 6
  1224.         Top = 83
  1225.         Width = 108
  1226.         Height = 15
  1227.         AutoSize = False
  1228.         Caption = 'Associated viewer:'
  1229.       end
  1230.       object imgViewerIcon: TImage
  1231.         Left = 6
  1232.         Top = 101
  1233.         Width = 32
  1234.         Height = 32
  1235.       end
  1236.       object Label15: TLabel
  1237.         Left = 44
  1238.         Top = 109
  1239.         Width = 55
  1240.         Height = 15
  1241.         AutoSize = False
  1242.         Caption = 'Location:'
  1243.       end
  1244.       object lbAssocViewerFile: TFileLabel
  1245.         Left = 101
  1246.         Top = 109
  1247.         Width = 262
  1248.         Height = 17
  1249.         Direction = drFromLeft
  1250.         Separator = '\'
  1251.         Font.Color = clNavy
  1252.         Font.Height = -12
  1253.         Font.Name = 'Arial'
  1254.         Font.Style = []
  1255.         ParentFont = False
  1256.       end
  1257.       object cbUseDefEditor: TCheckBox
  1258.         Left = 7
  1259.         Top = 57
  1260.         Width = 133
  1261.         Height = 17
  1262.         Caption = 'Use built-in &Editor'
  1263.         TabOrder = 0
  1264.       end
  1265.       object btnBrowseEditor: TButton
  1266.         Left = 369
  1267.         Top = 26
  1268.         Width = 75
  1269.         Height = 25
  1270.         Caption = 'Browse ...'
  1271.         TabOrder = 1
  1272.         OnClick = btnBrowseEditorClick
  1273.       end
  1274.       object cbUseDefViewer: TCheckBox
  1275.         Left = 6
  1276.         Top = 139
  1277.         Width = 138
  1278.         Height = 17
  1279.         Caption = 'Use built-in &Viewer'
  1280.         TabOrder = 2
  1281.       end
  1282.       object btnBrowseViewer: TButton
  1283.         Left = 369
  1284.         Top = 105
  1285.         Width = 75
  1286.         Height = 25
  1287.         Caption = 'Browse ...'
  1288.         TabOrder = 4
  1289.         OnClick = btnBrowseViewerClick
  1290.       end
  1291.       object cbViewAutoHex: TCheckBox
  1292.         Left = 6
  1293.         Top = 159
  1294.         Width = 138
  1295.         Height = 17
  1296.         Caption = '&Auto hex display'
  1297.         TabOrder = 3
  1298.       end
  1299.     end
  1300.     object tsCompat: TTabSheet
  1301.       Caption = 'Compatibility'
  1302.       object rgCompatibility: TRadioGroup
  1303.         Left = 5
  1304.         Top = 5
  1305.         Width = 268
  1306.         Height = 123
  1307.         Caption = ' Compatibility mode '
  1308.         ItemIndex = 2
  1309.         Items.Strings = (
  1310.           '&Minimum (Windows NT 3.5x, Win32s)'
  1311.           'M&edium (Windows 95 OSR/2, Win NT 4.0)'
  1312.           '&Full (100% Windows 95 compatible)')
  1313.         TabOrder = 0
  1314.       end
  1315.     end
  1316.     object tsDirButtons: TTabSheet
  1317.       Caption = 'Directory buttons'
  1318.       object Label8: TLabel
  1319.         Left = 6
  1320.         Top = 2
  1321.         Width = 134
  1322.         Height = 15
  1323.         AutoSize = False
  1324.         Caption = '&Selected commands:'
  1325.         FocusControl = lbDirButtons
  1326.       end
  1327.       object lbDirCmdHint: TLabel
  1328.         Left = 6
  1329.         Top = 230
  1330.         Width = 331
  1331.         Height = 14
  1332.         AutoSize = False
  1333.       end
  1334.       object Label17: TLabel
  1335.         Left = 225
  1336.         Top = 2
  1337.         Width = 152
  1338.         Height = 15
  1339.         AutoSize = False
  1340.         Caption = 'A&vailable commands:'
  1341.         FocusControl = tvDirButtons
  1342.       end
  1343.       object sbDirLeft: TExplorerButton
  1344.         Left = 189
  1345.         Top = 70
  1346.         Width = 30
  1347.         Height = 46
  1348.         Bitmap.Data = {
  1349.           A6000000424DA6000000000000007600000028000000050000000C0000000100
  1350.           0400000000003000000000000000000000000000000000000000000000000000
  1351.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1352.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330003333
  1353.           000033300000330C000030CC00000CCC00000CCC000030CC0000330C00003330
  1354.           00003333000033333000}
  1355.         Caption = '&Add'
  1356.         Options = [boPopupMark, boShowBevel]
  1357.         OnClick = sbDirLeftClick
  1358.         IBitmap = {
  1359.           424DF6000000000000003600000028000000050000000C000000010018000000
  1360.           0000C000000000000000000000000000000000000000007F7F007F7F007F7F00
  1361.           7F7F00FE7F00007F7F007F7F007F7F007F7F00000080007F7F007F7F007F7F00
  1362.           0000000000C0007F7F007F7F000000FFFFFF010000FF007F7F000000FFFFFFFF
  1363.           FFFF010000FF000000FFFFFFFFFFFFFFFFFF01000033000000FFFFFFFFFFFFFF
  1364.           FFFF01000083007F7F000000FFFFFFFFFFFF01000000007F7F007F7F000000FF
  1365.           FFFF01000033007F7F007F7F007F7F000000000000F8007F7F007F7F007F7F00
  1366.           7F7F00000000007F7F007F7F007F7F007F7F00FE7FB7}
  1367.       end
  1368.       object sbDirRight: TExplorerButton
  1369.         Left = 189
  1370.         Top = 126
  1371.         Width = 30
  1372.         Height = 46
  1373.         Bitmap.Data = {
  1374.           A6000000424DA6000000000000007600000028000000050000000C0000000100
  1375.           0400000000003000000000000000000000000000000000000000000000000000
  1376.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1377.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000333
  1378.           3000003330000C0330000CC030000CCC00000CCC00000CC030000C0330000033
  1379.           30000333300033333000}
  1380.         Caption = '&Del'
  1381.         Options = [boPopupMark, boShowBevel]
  1382.         OnClick = sbDirRightClick
  1383.         IBitmap = {
  1384.           424DF6000000000000003600000028000000050000000C000000010018000000
  1385.           0000C000000000000000000000000000000000000000007F7F007F7F007F7F00
  1386.           7F7F00FE7F00000000007F7F007F7F007F7F00FE7F80000000000000007F7F00
  1387.           7F7F00FE7FC0000000FFFFFF000000007F7F00FE7FFF000000FFFFFFFFFFFF00
  1388.           000000FE7FFF000000FFFFFFFFFFFFFFFFFF01000033000000FFFFFFFFFFFFFF
  1389.           FFFF01000083000000FFFFFFFFFFFF00000000FE7F00000000FFFFFF00000000
  1390.           7F7F00FE7F33000000000000007F7F007F7F00FE7FF8000000007F7F007F7F00
  1391.           7F7F00FE7F00007F7F007F7F007F7F007F7F00FE7FB7}
  1392.       end
  1393.       object lbDirButtons: TListBox
  1394.         Left = 5
  1395.         Top = 18
  1396.         Width = 177
  1397.         Height = 209
  1398.         ItemHeight = 17
  1399.         Style = lbOwnerDrawFixed
  1400.         TabOrder = 0
  1401.         OnClick = lbDirButtonsClick
  1402.         OnDragDrop = lbDirButtonsDragDrop
  1403.         OnDragOver = lbDirButtonsDragOver
  1404.         OnDrawItem = lbDirButtonsDrawItem
  1405.         OnKeyDown = lbDirButtonsKeyDown
  1406.         OnMouseMove = lbDirButtonsMouseMove
  1407.       end
  1408.       object tvDirButtons: THETreeView
  1409.         Left = 223
  1410.         Top = 16
  1411.         Width = 222
  1412.         Height = 213
  1413.         ReadOnly = True
  1414.         HideSelection = False
  1415.         Indent = 19
  1416.         OnExpanding = tvDirButtonsExpanding
  1417.         OnCollapsed = tvDirButtonsCollapsed
  1418.         OnChange = tvDirButtonsChange
  1419.         ParentColor = False
  1420.         TabOrder = 1
  1421.         OnMouseMove = tvDirButtonsMouseMove
  1422.         OnKeyDown = tvDirButtonsKeyDown
  1423.       end
  1424.       object cbShowDirButtons: TCheckBox
  1425.         Left = 342
  1426.         Top = 230
  1427.         Width = 103
  1428.         Height = 17
  1429.         Caption = 'Show &buttons'
  1430.         TabOrder = 2
  1431.       end
  1432.     end
  1433.     object tsFileButtons: TTabSheet
  1434.       Caption = 'File buttons'
  1435.       object Label22: TLabel
  1436.         Left = 5
  1437.         Top = 2
  1438.         Width = 136
  1439.         Height = 15
  1440.         AutoSize = False
  1441.         Caption = '&Selected commands:'
  1442.         FocusControl = lbFileButtons
  1443.       end
  1444.       object Label23: TLabel
  1445.         Left = 225
  1446.         Top = 2
  1447.         Width = 137
  1448.         Height = 15
  1449.         AutoSize = False
  1450.         Caption = 'A&vailable commands:'
  1451.         FocusControl = tvFileButtons
  1452.       end
  1453.       object lbFileCmdHint: TLabel
  1454.         Left = 6
  1455.         Top = 230
  1456.         Width = 334
  1457.         Height = 14
  1458.         AutoSize = False
  1459.       end
  1460.       object sbFileLeft: TExplorerButton
  1461.         Left = 189
  1462.         Top = 70
  1463.         Width = 30
  1464.         Height = 46
  1465.         Bitmap.Data = {
  1466.           A6000000424DA6000000000000007600000028000000050000000C0000000100
  1467.           0400000000003000000000000000000000000000000000000000000000000000
  1468.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1469.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330003333
  1470.           000033300000330C000030CC00000CCC00000CCC000030CC0000330C00003330
  1471.           00003333000033333000}
  1472.         Caption = '&Add'
  1473.         Options = [boPopupMark, boShowBevel]
  1474.         OnClick = sbFileLeftClick
  1475.         IBitmap = {
  1476.           424DF6000000000000003600000028000000050000000C000000010018000000
  1477.           0000C000000000000000000000000000000000000000007F7F007F7F007F7F00
  1478.           7F7F00FE7F00007F7F007F7F007F7F007F7F00000000007F7F007F7F007F7F00
  1479.           000000000000007F7F007F7F000000FFFFFF01000000007F7F000000FFFFFFFF
  1480.           FFFF01000000000000FFFFFFFFFFFFFFFFFF01000000000000FFFFFFFFFFFFFF
  1481.           FFFF01000000007F7F000000FFFFFFFFFFFF01000000007F7F007F7F000000FF
  1482.           FFFF01000000007F7F007F7F007F7F00000000000000007F7F007F7F007F7F00
  1483.           7F7F00000000007F7F007F7F007F7F007F7F00FE7F00}
  1484.       end
  1485.       object sbFileRight: TExplorerButton
  1486.         Left = 189
  1487.         Top = 126
  1488.         Width = 30
  1489.         Height = 46
  1490.         Bitmap.Data = {
  1491.           A6000000424DA6000000000000007600000028000000050000000C0000000100
  1492.           0400000000003000000000000000000000000000000000000000000000000000
  1493.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1494.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333330000333
  1495.           3000003330000C0330000CC030000CCC00000CCC00000CC030000C0330000033
  1496.           30000333300033333000}
  1497.         Caption = '&Del'
  1498.         Options = [boPopupMark, boShowBevel]
  1499.         OnClick = sbFileRightClick
  1500.         IBitmap = {
  1501.           424DF6000000000000003600000028000000050000000C000000010018000000
  1502.           0000C000000000000000000000000000000000000000007F7F007F7F007F7F00
  1503.           7F7F00FE7F00000000007F7F007F7F007F7F00FE7F00000000000000007F7F00
  1504.           7F7F00FE7F00000000FFFFFF000000007F7F00FE7F00000000FFFFFFFFFFFF00
  1505.           000000FE7F00000000FFFFFFFFFFFFFFFFFF01000000000000FFFFFFFFFFFFFF
  1506.           FFFF01000000000000FFFFFFFFFFFF00000000FE7F00000000FFFFFF00000000
  1507.           7F7F00FE7F00000000000000007F7F007F7F00FE7F00000000007F7F007F7F00
  1508.           7F7F00FE7F69007F7F007F7F007F7F007F7F00FE7F69}
  1509.       end
  1510.       object lbFileButtons: TListBox
  1511.         Left = 5
  1512.         Top = 18
  1513.         Width = 177
  1514.         Height = 209
  1515.         ItemHeight = 17
  1516.         Style = lbOwnerDrawFixed
  1517.         TabOrder = 0
  1518.         OnClick = lbFileButtonsClick
  1519.         OnDragDrop = lbFileButtonsDragDrop
  1520.         OnDragOver = lbFileButtonsDragOver
  1521.         OnDrawItem = lbFileButtonsDrawItem
  1522.         OnKeyDown = lbFileButtonsKeyDown
  1523.         OnMouseMove = lbFileButtonsMouseMove
  1524.       end
  1525.       object tvFileButtons: THETreeView
  1526.         Left = 223
  1527.         Top = 16
  1528.         Width = 222
  1529.         Height = 213
  1530.         ReadOnly = True
  1531.         HideSelection = False
  1532.         Indent = 19
  1533.         OnExpanding = tvFileButtonsExpanding
  1534.         OnCollapsed = tvFileButtonsCollapsed
  1535.         OnChange = tvFileButtonsChange
  1536.         ParentColor = False
  1537.         TabOrder = 1
  1538.         OnMouseMove = tvFileButtonsMouseMove
  1539.         OnKeyDown = tvFileButtonsKeyDown
  1540.       end
  1541.       object cbShowFileButtons: TCheckBox
  1542.         Left = 346
  1543.         Top = 230
  1544.         Width = 101
  1545.         Height = 17
  1546.         Caption = 'Show &buttons'
  1547.         TabOrder = 2
  1548.       end
  1549.     end
  1550.     object tsSounds: TTabSheet
  1551.       Caption = 'Sounds'
  1552.       object lbAvailSounds: TLabel
  1553.         Left = 7
  1554.         Top = 8
  1555.         Width = 118
  1556.         Height = 15
  1557.         AutoSize = False
  1558.         Caption = 'Available sounds:'
  1559.         FocusControl = lbSounds
  1560.       end
  1561.       object lbChosenSound: TLabel
  1562.         Left = 6
  1563.         Top = 200
  1564.         Width = 92
  1565.         Height = 15
  1566.         AutoSize = False
  1567.         Caption = 'Chosen sound:'
  1568.       end
  1569.       object lbSound: TLabel
  1570.         Left = 99
  1571.         Top = 200
  1572.         Width = 28
  1573.         Height = 15
  1574.         Caption = 'none'
  1575.         Font.Color = clNavy
  1576.         Font.Height = -12
  1577.         Font.Name = 'Arial'
  1578.         Font.Style = []
  1579.         ParentFont = False
  1580.       end
  1581.       object lbSounds: TListBox
  1582.         Left = 5
  1583.         Top = 24
  1584.         Width = 171
  1585.         Height = 169
  1586.         IntegralHeight = True
  1587.         ItemHeight = 15
  1588.         Items.Strings = (
  1589.           'SystemDefault'
  1590.           'SystemAsterisk'
  1591.           'SystemExit'
  1592.           'SystemHand'
  1593.           'SystemQuestion'
  1594.           'SystemStart')
  1595.         TabOrder = 0
  1596.       end
  1597.       object cbSoundWhenComplete: TCheckBox
  1598.         Left = 5
  1599.         Top = 219
  1600.         Width = 348
  1601.         Height = 17
  1602.         Caption = '&Make a sound when an operation completes'
  1603.         TabOrder = 3
  1604.       end
  1605.       object btnChooseSound: TButton
  1606.         Left = 185
  1607.         Top = 57
  1608.         Width = 75
  1609.         Height = 26
  1610.         Caption = 'Choo&se'
  1611.         TabOrder = 2
  1612.         OnClick = btnChooseSoundClick
  1613.       end
  1614.       object btnPlay: TBitBtn
  1615.         Left = 185
  1616.         Top = 25
  1617.         Width = 75
  1618.         Height = 26
  1619.         Caption = '&Play'
  1620.         TabOrder = 1
  1621.         OnClick = btnPlayClick
  1622.         Glyph.Data = {
  1623.           4E010000424D4E01000000000000760000002800000012000000120000000100
  1624.           040000000000D800000000000000000000000000000000000000000000000000
  1625.           80000080000000808000800000008000800080800000C0C0C000808080000000
  1626.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1627.           3333330000003333333300333333330000003333333030833333330000003333
  1628.           33030778333833000000333330388FF8338333000000333303B07FF838333300
  1629.           000033003BF07FF83333330000003038BFB00FF833333300000033B7FBF080F8
  1630.           38888300000033B7BFB070F833333300000033F7FBF00FF83333330000003333
  1631.           BFB07FF838333300000033333BF07FF8338333000000333333B887F833383300
  1632.           00003333333B0773333333000000333333338083333333000000333333330033
  1633.           333333000000333333333333333333000000}
  1634.         Spacing = 8
  1635.       end
  1636.     end
  1637.   end
  1638.   object BrowseOpenDialog: TOpenDialog
  1639.     DefaultExt = 'EXE'
  1640.     FileEditStyle = fsEdit
  1641.     Filter = 'Programs (*.EXE)|*.EXE|All files (*.*)|*.*'
  1642.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  1643.     Left = 41
  1644.     Top = 265
  1645.   end
  1646.   object OptBrowseDirectoryDlg: TBrowseDirectoryDlg
  1647.     Options = [bfDirectoriesOnly]
  1648.     EnableOKButton = False
  1649.     Left = 262
  1650.     Top = 266
  1651.   end
  1652.   object Viewer1: TViewer
  1653.     ModalView = True
  1654.     AutoHex = False
  1655.     Left = 112
  1656.     Top = 266
  1657.   end
  1658.   object dlgSaveShortcuts: TSaveDialog
  1659.     DefaultExt = 'KBD'
  1660.     FileEditStyle = fsEdit
  1661.     Filter = 
  1662.       'Shortcut templates (*.KBD)|*.KBD|Shortcut reports (*.TXT)|*.TXT|' +
  1663.       'All files (*.*)|*.*'
  1664.     Options = [ofHideReadOnly]
  1665.     Left = 367
  1666.     Top = 266
  1667.   end
  1668.   object PopupMenu1: TPopupMenu
  1669.     Left = 172
  1670.     Top = 266
  1671.     object pmiWhat: TMenuItem
  1672.       Caption = '&What is this?'
  1673.       ShortCut = 0
  1674.       OnClick = pmiWhatClick
  1675.     end
  1676.   end
  1677. end
  1678.