home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / OPTIONS.DFM / OPTIONS.txt < prev   
Text File  |  1996-09-14  |  27KB  |  1,210 lines

  1. object OptionDlg: TOptionDlg
  2.   Left = 299
  3.   Top = 148
  4.   HelpContext = 20
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 289
  9.   ClientWidth = 430
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   TextHeight = 13
  21.   object OKBtn: TBitBtn
  22.     Left = 192
  23.     Top = 260
  24.     Width = 77
  25.     Height = 27
  26.     TabOrder = 0
  27.     OnClick = OKBtnClick
  28.     Kind = bkOK
  29.     Margin = 2
  30.     Style = bsNew
  31.     Spacing = -1
  32.     IsControl = True
  33.   end
  34.   object CancelBtn: TBitBtn
  35.     Left = 272
  36.     Top = 260
  37.     Width = 77
  38.     Height = 27
  39.     TabOrder = 1
  40.     OnClick = CancelBtnClick
  41.     Kind = bkCancel
  42.     Margin = 2
  43.     Style = bsNew
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object Notebook: TTabbedNotebook
  48.     Left = 2
  49.     Top = 0
  50.     Width = 429
  51.     Height = 257
  52.     HelpContext = 20
  53.     PageIndex = 3
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     TabsPerRow = 4
  59.     TabFont.Color = clBlack
  60.     TabFont.Height = -11
  61.     TabFont.Name = 'MS Sans Serif'
  62.     TabFont.Style = []
  63.     TabOrder = 2
  64.     OnChange = NotebookChange
  65.     object TTabPage
  66.       Left = 5
  67.       Top = 45
  68.       HelpContext = 20
  69.       Caption = 'Browser'
  70.       object Bevel6: TBevel
  71.         Left = 210
  72.         Top = 8
  73.         Width = 193
  74.         Height = 191
  75.       end
  76.       object Bevel5: TBevel
  77.         Left = 8
  78.         Top = 8
  79.         Width = 193
  80.         Height = 191
  81.       end
  82.       object Label1: TLabel
  83.         Left = 20
  84.         Top = 78
  85.         Width = 25
  86.         Height = 13
  87.         Caption = '&Filter:'
  88.         FocusControl = FilterEdit
  89.       end
  90.       object DelayLabel: TLabel
  91.         Left = 232
  92.         Top = 66
  93.         Width = 138
  94.         Height = 13
  95.         Caption = 'D&elay (from 0.5 to 3 seconds)'
  96.         FocusControl = Delay
  97.       end
  98.       object Label8: TLabel
  99.         Left = 20
  100.         Top = 124
  101.         Width = 101
  102.         Height = 13
  103.         Caption = 'Files containing &icons'
  104.         FocusControl = IconEdit
  105.       end
  106.       object Label21: TLabel
  107.         Left = 20
  108.         Top = 14
  109.         Width = 71
  110.         Height = 13
  111.         Caption = 'Default sorting:'
  112.       end
  113.       object FilterEdit: TEdit
  114.         Left = 20
  115.         Top = 94
  116.         Width = 165
  117.         Height = 20
  118.         Cursor = crIBeam
  119.         CharCase = ecLowerCase
  120.         MaxLength = 12
  121.         TabOrder = 4
  122.         Text = '*.*'
  123.       end
  124.       object cbShowHidSys: TCheckBox
  125.         Left = 22
  126.         Top = 166
  127.         Width = 141
  128.         Height = 25
  129.         Caption = 'Show &hidden/system files'
  130.         TabOrder = 6
  131.       end
  132.       object cbFileHints: TCheckBox
  133.         Left = 234
  134.         Top = 38
  135.         Width = 97
  136.         Height = 17
  137.         Caption = 'Sh&ow file hints'
  138.         TabOrder = 8
  139.       end
  140.       object IconEdit: TEdit
  141.         Left = 20
  142.         Top = 140
  143.         Width = 165
  144.         Height = 20
  145.         Cursor = crIBeam
  146.         CharCase = ecUpperCase
  147.         MaxLength = 31
  148.         TabOrder = 5
  149.       end
  150.       object rbType: TRadioButton
  151.         Left = 20
  152.         Top = 32
  153.         Width = 53
  154.         Height = 17
  155.         Caption = '&Type'
  156.         Checked = True
  157.         TabOrder = 0
  158.         TabStop = True
  159.       end
  160.       object rbName: TRadioButton
  161.         Left = 20
  162.         Top = 54
  163.         Width = 59
  164.         Height = 17
  165.         Caption = '&Name'
  166.         TabOrder = 1
  167.       end
  168.       object rbDate: TRadioButton
  169.         Left = 98
  170.         Top = 54
  171.         Width = 61
  172.         Height = 17
  173.         Caption = '&Date'
  174.         TabOrder = 3
  175.       end
  176.       object rbSize: TRadioButton
  177.         Left = 98
  178.         Top = 32
  179.         Width = 83
  180.         Height = 17
  181.         Caption = '&Size'
  182.         TabOrder = 2
  183.       end
  184.       object Delay: TScrollBar
  185.         Left = 232
  186.         Top = 84
  187.         Width = 147
  188.         Height = 17
  189.         LargeChange = 100
  190.         Max = 3000
  191.         Min = 500
  192.         Position = 1000
  193.         SmallChange = 10
  194.         TabOrder = 9
  195.       end
  196.       object cbShowList: TCheckBox
  197.         Left = 234
  198.         Top = 14
  199.         Width = 109
  200.         Height = 17
  201.         Caption = 'Show files as &list'
  202.         TabOrder = 7
  203.       end
  204.       object Panel1: TPanel
  205.         Left = 224
  206.         Top = 104
  207.         Width = 173
  208.         Height = 85
  209.         BevelOuter = bvNone
  210.         TabOrder = 10
  211.         object rbStandard: TRadioButton
  212.           Left = 8
  213.           Top = 16
  214.           Width = 157
  215.           Height = 17
  216.           Caption = 'Use normal DOS filenames'
  217.           Checked = True
  218.           TabOrder = 0
  219.           TabStop = True
  220.         end
  221.         object rb4DOS: TRadioButton
  222.           Left = 8
  223.           Top = 40
  224.           Width = 141
  225.           Height = 17
  226.           Caption = 'Load 4DOS descriptions'
  227.           TabOrder = 1
  228.         end
  229.         object rbExtended: TRadioButton
  230.           Left = 8
  231.           Top = 64
  232.           Width = 161
  233.           Height = 17
  234.           Caption = 'Use descriptions for captions'
  235.           TabOrder = 2
  236.         end
  237.       end
  238.     end
  239.     object TTabPage
  240.       Left = 5
  241.       Top = 45
  242.       HelpContext = 21
  243.       Caption = 'Confirmation'
  244.       object Bevel7: TBevel
  245.         Left = 8
  246.         Top = 8
  247.         Width = 193
  248.         Height = 191
  249.       end
  250.       object Bevel8: TBevel
  251.         Left = 210
  252.         Top = 8
  253.         Width = 193
  254.         Height = 191
  255.       end
  256.       object Label17: TLabel
  257.         Left = 22
  258.         Top = 14
  259.         Width = 54
  260.         Height = 13
  261.         Caption = 'Ask before:'
  262.       end
  263.       object Label18: TLabel
  264.         Left = 214
  265.         Top = 16
  266.         Width = 157
  267.         Height = 13
  268.         Caption = 'Respond to external file drops by:'
  269.       end
  270.       object Replace: TCheckBox
  271.         Left = 22
  272.         Top = 79
  273.         Width = 101
  274.         Height = 17
  275.         Caption = '&Replacing a file'
  276.         TabOrder = 2
  277.       end
  278.       object FileDelete: TCheckBox
  279.         Left = 22
  280.         Top = 30
  281.         Width = 121
  282.         Height = 17
  283.         Caption = '&Deleting files'
  284.         TabOrder = 0
  285.       end
  286.       object Move: TCheckBox
  287.         Left = 22
  288.         Top = 127
  289.         Width = 81
  290.         Height = 17
  291.         Caption = '&Moving files'
  292.         TabOrder = 4
  293.       end
  294.       object Copy: TCheckBox
  295.         Left = 22
  296.         Top = 103
  297.         Width = 89
  298.         Height = 17
  299.         Caption = '&Copying files'
  300.         TabOrder = 3
  301.       end
  302.       object FolderDelete: TCheckBox
  303.         Left = 22
  304.         Top = 54
  305.         Width = 101
  306.         Height = 17
  307.         Caption = 'Deleting &folders'
  308.         TabOrder = 1
  309.       end
  310.       object Protect: TCheckBox
  311.         Left = 22
  312.         Top = 152
  313.         Width = 163
  314.         Height = 17
  315.         Caption = 'Deleting/moving &protected file'
  316.         TabOrder = 5
  317.       end
  318.       object rbCopy: TRadioButton
  319.         Left = 228
  320.         Top = 38
  321.         Width = 119
  322.         Height = 17
  323.         Caption = 'C&opying dropped files'
  324.         Checked = True
  325.         TabOrder = 6
  326.         TabStop = True
  327.       end
  328.       object rbMove: TRadioButton
  329.         Left = 228
  330.         Top = 62
  331.         Width = 121
  332.         Height = 17
  333.         Caption = 'Mo&ving dropped files'
  334.         TabOrder = 7
  335.       end
  336.       object rbPrompt: TRadioButton
  337.         Left = 228
  338.         Top = 86
  339.         Width = 113
  340.         Height = 17
  341.         Caption = 'Promp&ting for action'
  342.         TabOrder = 8
  343.       end
  344.       object cbRemoveShort: TCheckBox
  345.         Left = 22
  346.         Top = 176
  347.         Width = 131
  348.         Height = 17
  349.         Caption = 'Removing a &shortcut'
  350.         TabOrder = 9
  351.       end
  352.       object cbPromptQuit: TCheckBox
  353.         Left = 226
  354.         Top = 149
  355.         Width = 141
  356.         Height = 17
  357.         Caption = 'Prompt before q&uitting'
  358.         TabOrder = 11
  359.       end
  360.       object cbConfirmAlias: TCheckBox
  361.         Left = 226
  362.         Top = 124
  363.         Width = 137
  364.         Height = 17
  365.         Caption = 'Confirm new &alias name'
  366.         TabOrder = 10
  367.       end
  368.     end
  369.     object TTabPage
  370.       Left = 5
  371.       Top = 45
  372.       HelpContext = 22
  373.       Caption = 'Desktop'
  374.       object Bevel2: TBevel
  375.         Left = 210
  376.         Top = 8
  377.         Width = 193
  378.         Height = 191
  379.       end
  380.       object Bevel1: TBevel
  381.         Left = 8
  382.         Top = 8
  383.         Width = 193
  384.         Height = 191
  385.       end
  386.       object Label15: TLabel
  387.         Left = 224
  388.         Top = 150
  389.         Width = 111
  390.         Height = 13
  391.         Caption = 'S&ystem window caption'
  392.         FocusControl = SysEdit
  393.       end
  394.       object Label16: TLabel
  395.         Left = 224
  396.         Top = 104
  397.         Width = 53
  398.         Height = 13
  399.         Caption = 'B&in caption'
  400.         FocusControl = BinEdit
  401.       end
  402.       object Label22: TLabel
  403.         Left = 222
  404.         Top = 14
  405.         Width = 116
  406.         Height = 13
  407.         Caption = 'New window placement:'
  408.       end
  409.       object cbAutoSize: TCheckBox
  410.         Left = 20
  411.         Top = 16
  412.         Width = 137
  413.         Height = 17
  414.         Caption = 'Size &new windows to fit'
  415.         TabOrder = 0
  416.       end
  417.       object cbAutoActivate: TCheckBox
  418.         Left = 20
  419.         Top = 42
  420.         Width = 169
  421.         Height = 17
  422.         Caption = '&Activate window under cursor'
  423.         TabOrder = 1
  424.       end
  425.       object cbBrowseSame: TCheckBox
  426.         Left = 20
  427.         Top = 68
  428.         Width = 165
  429.         Height = 17
  430.         Caption = '&Browse folder in same window'
  431.         TabOrder = 2
  432.       end
  433.       object cbShortArrows: TCheckBox
  434.         Left = 20
  435.         Top = 94
  436.         Width = 147
  437.         Height = 17
  438.         Caption = 'Display s&hortcut arrows'
  439.         TabOrder = 3
  440.       end
  441.       object cbHollowDrag: TCheckBox
  442.         Left = 20
  443.         Top = 146
  444.         Width = 167
  445.         Height = 17
  446.         Caption = 'Hollow &window moving/resizing'
  447.         TabOrder = 5
  448.       end
  449.       object cbSaveWindows: TCheckBox
  450.         Left = 20
  451.         Top = 172
  452.         Width = 149
  453.         Height = 17
  454.         Caption = 'Save &open icon windows'
  455.         TabOrder = 6
  456.       end
  457.       object SysEdit: TEdit
  458.         Left = 224
  459.         Top = 167
  460.         Width = 169
  461.         Height = 20
  462.         Cursor = crIBeam
  463.         MaxLength = 31
  464.         TabOrder = 10
  465.       end
  466.       object BinEdit: TEdit
  467.         Left = 224
  468.         Top = 121
  469.         Width = 169
  470.         Height = 20
  471.         Cursor = crIBeam
  472.         MaxLength = 31
  473.         TabOrder = 11
  474.       end
  475.       object rbCascaded: TRadioButton
  476.         Left = 228
  477.         Top = 34
  478.         Width = 137
  479.         Height = 17
  480.         Caption = '&Cascaded from previous'
  481.         Checked = True
  482.         TabOrder = 7
  483.         TabStop = True
  484.       end
  485.       object rbRandom: TRadioButton
  486.         Left = 228
  487.         Top = 55
  488.         Width = 113
  489.         Height = 17
  490.         Caption = '&Random'
  491.         TabOrder = 8
  492.       end
  493.       object rbSaved: TRadioButton
  494.         Left = 228
  495.         Top = 76
  496.         Width = 143
  497.         Height = 17
  498.         Caption = '&Saved from last opening'
  499.         TabOrder = 9
  500.       end
  501.       object cbAliasArrows: TCheckBox
  502.         Left = 20
  503.         Top = 120
  504.         Width = 121
  505.         Height = 17
  506.         Caption = 'Display &alias arrows'
  507.         TabOrder = 4
  508.       end
  509.     end
  510.     object TTabPage
  511.       Left = 5
  512.       Top = 45
  513.       HelpContext = 23
  514.       Caption = 'Start menu'
  515.       object AddBtn: TStyleSpeed
  516.         Left = 322
  517.         Top = 8
  518.         Width = 77
  519.         Height = 27
  520.         Caption = 'Add'
  521.         OnClick = AddBtnClick
  522.         Style = sbBitBtn
  523.       end
  524.       object InsertBtn: TStyleSpeed
  525.         Left = 322
  526.         Top = 40
  527.         Width = 77
  528.         Height = 27
  529.         Caption = 'Insert'
  530.         OnClick = InsertBtnClick
  531.         Style = sbBitBtn
  532.       end
  533.       object EditBtn: TStyleSpeed
  534.         Left = 322
  535.         Top = 72
  536.         Width = 77
  537.         Height = 27
  538.         Caption = 'Edit'
  539.         OnClick = EditBtnClick
  540.         Style = sbBitBtn
  541.       end
  542.       object DeleteBtn: TStyleSpeed
  543.         Left = 322
  544.         Top = 104
  545.         Width = 77
  546.         Height = 27
  547.         Caption = 'Delete'
  548.         OnClick = DeleteBtnClick
  549.         Style = sbBitBtn
  550.       end
  551.       object ExpandBtn: TStyleSpeed
  552.         Left = 322
  553.         Top = 136
  554.         Width = 77
  555.         Height = 27
  556.         Caption = 'Expand'
  557.         OnClick = ExpandBtnClick
  558.         Style = sbBitBtn
  559.       end
  560.       object CollapseBtn: TStyleSpeed
  561.         Left = 322
  562.         Top = 168
  563.         Width = 77
  564.         Height = 27
  565.         Caption = 'Collapse'
  566.         OnClick = CollapseBtnClick
  567.         Style = sbBitBtn
  568.       end
  569.       object Outline: TOutline
  570.         Left = 8
  571.         Top = 10
  572.         Width = 305
  573.         Height = 189
  574.         Style = otOwnerDraw
  575.         ItemHeight = 16
  576.         Font.Color = clBlack
  577.         Font.Height = -11
  578.         Font.Name = 'MS Sans Serif'
  579.         Font.Style = []
  580.         TabOrder = 0
  581.         OnDragDrop = OutlineDragDrop
  582.         OnDragOver = OutlineDragOver
  583.         OnEndDrag = OutlineEndDrag
  584.         OnMouseDown = OutlineMouseDown
  585.         ItemSeparator = '\'
  586.         PictureOpen.Data = {<image000.unknown>}
  587.         PictureClosed.Data = {<image001.unknown>}
  588.         PictureLeaf.Data = {<image002.unknown>}
  589.         ParentFont = False
  590.         PopupMenu = OutlineMenu
  591.         Data = {1F}
  592.       end
  593.     end
  594.     object TTabPage
  595.       Left = 5
  596.       Top = 45
  597.       HelpContext = 24
  598.       Caption = 'Display'
  599.       object ChangeFont: TStyleSpeed
  600.         Left = 210
  601.         Top = 20
  602.         Width = 193
  603.         Height = 25
  604.         Caption = 'Change &font...'
  605.         OnClick = ChangeFontClick
  606.         Style = sbBitBtn
  607.       end
  608.       object Label2: TLabel
  609.         Left = 12
  610.         Top = 6
  611.         Width = 74
  612.         Height = 13
  613.         Caption = 'Screen &element'
  614.         FocusControl = Element
  615.       end
  616.       object Label13: TLabel
  617.         Left = 16
  618.         Top = 150
  619.         Width = 89
  620.         Height = 13
  621.         Caption = 'Icon spacing &width'
  622.       end
  623.       object Label14: TLabel
  624.         Left = 16
  625.         Top = 180
  626.         Width = 93
  627.         Height = 13
  628.         Caption = 'Icon spacing &height'
  629.       end
  630.       object CustomColor: TStyleSpeed
  631.         Left = 70
  632.         Top = 100
  633.         Width = 127
  634.         Height = 25
  635.         Caption = 'C&ustom colour...'
  636.         Enabled = False
  637.         OnClick = CustomColorClick
  638.         Style = sbBitBtn
  639.       end
  640.       object Label3: TLabel
  641.         Left = 14
  642.         Top = 50
  643.         Width = 30
  644.         Height = 13
  645.         Caption = '&Colour'
  646.         FocusControl = ColorPick
  647.       end
  648.       object Shape: TShape
  649.         Left = 10
  650.         Top = 100
  651.         Width = 49
  652.         Height = 25
  653.       end
  654.       object Bevel13: TBevel
  655.         Left = 9
  656.         Top = 99
  657.         Width = 51
  658.         Height = 27
  659.       end
  660.       object Element: TComboBox
  661.         Left = 10
  662.         Top = 22
  663.         Width = 187
  664.         Height = 20
  665.         Style = csDropDownList
  666.         ItemHeight = 13
  667.         TabOrder = 0
  668.         OnChange = ElementChange
  669.       end
  670.       object BrowseXEdit: TSpinEdit
  671.         Left = 134
  672.         Top = 146
  673.         Width = 61
  674.         Height = 22
  675.         Cursor = crIBeam
  676.         MaxLength = 3
  677.         MaxValue = 128
  678.         MinValue = 8
  679.         TabOrder = 2
  680.         Value = 8
  681.         OnChange = BrowseXEditChange
  682.       end
  683.       object BrowseYEdit: TSpinEdit
  684.         Left = 134
  685.         Top = 176
  686.         Width = 61
  687.         Height = 22
  688.         Cursor = crIBeam
  689.         MaxLength = 3
  690.         MaxValue = 128
  691.         MinValue = 8
  692.         TabOrder = 3
  693.         Value = 8
  694.         OnChange = BrowseXEditChange
  695.       end
  696.       object ColorPick: TComboBox
  697.         Left = 10
  698.         Top = 66
  699.         Width = 187
  700.         Height = 20
  701.         Style = csDropDownList
  702.         Enabled = False
  703.         ItemHeight = 13
  704.         TabOrder = 1
  705.         OnChange = ColorPickChange
  706.       end
  707.       object SamplePanel: TPanel
  708.         Left = 210
  709.         Top = 54
  710.         Width = 191
  711.         Height = 145
  712.         BevelInner = bvLowered
  713.         BorderWidth = 3
  714.         BorderStyle = bsSingle
  715.         Caption = 'SamplePanel'
  716.         TabOrder = 4
  717.         object PaintBox: TPaintBox
  718.           Left = 5
  719.           Top = 5
  720.           Width = 179
  721.           Height = 133
  722.           OnPaint = PaintBoxPaint
  723.         end
  724.       end
  725.     end
  726.     object TTabPage
  727.       Left = 5
  728.       Top = 45
  729.       HelpContext = 25
  730.       Caption = 'Preferences'
  731.       object Bevel3: TBevel
  732.         Left = 8
  733.         Top = 8
  734.         Width = 193
  735.         Height = 191
  736.       end
  737.       object Bevel4: TBevel
  738.         Left = 210
  739.         Top = 8
  740.         Width = 195
  741.         Height = 191
  742.       end
  743.       object cbProgDrop: TCheckBox
  744.         Left = 22
  745.         Top = 146
  746.         Width = 161
  747.         Height = 17
  748.         Caption = 'Drop files into &programs'
  749.         TabOrder = 5
  750.       end
  751.       object cbAnimCursor: TCheckBox
  752.         Left = 22
  753.         Top = 120
  754.         Width = 163
  755.         Height = 17
  756.         Caption = '&Animated drag-drop cursor'
  757.         TabOrder = 4
  758.       end
  759.       object cbFindVersion: TCheckBox
  760.         Left = 22
  761.         Top = 42
  762.         Width = 165
  763.         Height = 17
  764.         Caption = 'Find &version information'
  765.         TabOrder = 1
  766.       end
  767.       object cbShowGlyphs: TCheckBox
  768.         Left = 22
  769.         Top = 68
  770.         Width = 157
  771.         Height = 17
  772.         Caption = 'Show &icons in search box'
  773.         TabOrder = 2
  774.       end
  775.       object cbShowSplash: TCheckBox
  776.         Left = 22
  777.         Top = 16
  778.         Width = 133
  779.         Height = 17
  780.         Caption = 'Display &splash screen'
  781.         TabOrder = 0
  782.       end
  783.       object cbClearSearch: TCheckBox
  784.         Left = 22
  785.         Top = 94
  786.         Width = 157
  787.         Height = 17
  788.         Caption = '&Clear search results on close'
  789.         TabOrder = 3
  790.       end
  791.       object cbTaskbar: TCheckBox
  792.         Left = 224
  793.         Top = 16
  794.         Width = 161
  795.         Height = 17
  796.         Caption = 'Load and unload &taskbar.exe'
  797.         TabOrder = 6
  798.       end
  799.       object cbRestoreSys: TCheckBox
  800.         Left = 224
  801.         Top = 42
  802.         Width = 169
  803.         Height = 17
  804.         Caption = '&Restore system window on load'
  805.         TabOrder = 7
  806.       end
  807.       object cbRefreshShort: TCheckBox
  808.         Left = 224
  809.         Top = 94
  810.         Width = 173
  811.         Height = 17
  812.         Caption = 'R&efresh shortcut/alias windows'
  813.         TabOrder = 8
  814.       end
  815.       object cbAlwaysStart: TCheckBox
  816.         Left = 224
  817.         Top = 119
  818.         Width = 147
  819.         Height = 17
  820.         Caption = 'Always run Startup &group'
  821.         TabOrder = 9
  822.       end
  823.       object cbNewStart: TCheckBox
  824.         Left = 224
  825.         Top = 145
  826.         Width = 135
  827.         Height = 17
  828.         Caption = 'New style Start &menu'
  829.         TabOrder = 10
  830.       end
  831.       object cbSysWinQuit: TCheckBox
  832.         Left = 224
  833.         Top = 68
  834.         Width = 177
  835.         Height = 17
  836.         Caption = 'Quit on system window close'
  837.         TabOrder = 11
  838.       end
  839.       object cbMsgSounds: TCheckBox
  840.         Left = 22
  841.         Top = 172
  842.         Width = 163
  843.         Height = 17
  844.         Caption = 'Play system message sounds'
  845.         TabOrder = 12
  846.       end
  847.       object cbShowDeskMenu: TCheckBox
  848.         Left = 224
  849.         Top = 172
  850.         Width = 161
  851.         Height = 17
  852.         Caption = 'Enable desktop popup menu'
  853.         TabOrder = 13
  854.       end
  855.     end
  856.     object TTabPage
  857.       Left = 5
  858.       Top = 45
  859.       HelpContext = 26
  860.       Caption = 'Utilities'
  861.       object Bevel9: TBevel
  862.         Left = 8
  863.         Top = 8
  864.         Width = 193
  865.         Height = 191
  866.       end
  867.       object Bevel10: TBevel
  868.         Left = 210
  869.         Top = 8
  870.         Width = 193
  871.         Height = 191
  872.       end
  873.       object Label7: TLabel
  874.         Left = 224
  875.         Top = 12
  876.         Width = 84
  877.         Height = 13
  878.         Caption = '&Undelete program'
  879.         FocusControl = UndeleteEdit
  880.       end
  881.       object Label4: TLabel
  882.         Left = 224
  883.         Top = 58
  884.         Width = 62
  885.         Height = 13
  886.         Caption = 'File &inspector'
  887.         FocusControl = InspectEdit
  888.       end
  889.       object Label5: TLabel
  890.         Left = 224
  891.         Top = 104
  892.         Width = 68
  893.         Height = 13
  894.         Caption = 'Default &viewer'
  895.         FocusControl = DefaultEdit
  896.       end
  897.       object Label6: TLabel
  898.         Left = 224
  899.         Top = 152
  900.         Width = 47
  901.         Height = 13
  902.         Caption = 'Disk &utility'
  903.         FocusControl = DiskEdit
  904.       end
  905.       object KeepFreeLab: TLabel
  906.         Left = 20
  907.         Top = 144
  908.         Width = 112
  909.         Height = 13
  910.         Caption = 'Megabytes to keep &free'
  911.         FocusControl = KeepFreeEdit
  912.       end
  913.       object InspectEdit: TEdit
  914.         Left = 224
  915.         Top = 74
  916.         Width = 169
  917.         Height = 20
  918.         Cursor = crIBeam
  919.         Hint = 'Double click to browse'
  920.         CharCase = ecLowerCase
  921.         MaxLength = 79
  922.         TabOrder = 7
  923.         OnDblClick = UndeleteEditDblClick
  924.       end
  925.       object UndeleteEdit: TEdit
  926.         Left = 224
  927.         Top = 28
  928.         Width = 169
  929.         Height = 20
  930.         Cursor = crIBeam
  931.         Hint = 'Double click to browse'
  932.         CharCase = ecLowerCase
  933.         MaxLength = 79
  934.         TabOrder = 6
  935.         OnDblClick = UndeleteEditDblClick
  936.       end
  937.       object DefaultEdit: TEdit
  938.         Left = 224
  939.         Top = 122
  940.         Width = 169
  941.         Height = 20
  942.         Cursor = crIBeam
  943.         Hint = 'Double click to browse'
  944.         CharCase = ecLowerCase
  945.         MaxLength = 79
  946.         TabOrder = 8
  947.         OnDblClick = UndeleteEditDblClick
  948.       end
  949.       object DiskEdit: TEdit
  950.         Left = 224
  951.         Top = 168
  952.         Width = 169
  953.         Height = 20
  954.         Cursor = crIBeam
  955.         Hint = 'Double click to browse'
  956.         CharCase = ecLowerCase
  957.         MaxLength = 79
  958.         TabOrder = 9
  959.         OnDblClick = UndeleteEditDblClick
  960.       end
  961.       object cbEnableBin: TCheckBox
  962.         Left = 18
  963.         Top = 18
  964.         Width = 129
  965.         Height = 17
  966.         Caption = 'Enable &wastepaper bin'
  967.         TabOrder = 0
  968.       end
  969.       object rbLeave: TRadioButton
  970.         Left = 18
  971.         Top = 42
  972.         Width = 113
  973.         Height = 17
  974.         Caption = '&Leave trash alone'
  975.         Checked = True
  976.         TabOrder = 1
  977.         TabStop = True
  978.         OnClick = rbCollectClick
  979.       end
  980.       object rbEmpty: TRadioButton
  981.         Left = 18
  982.         Top = 66
  983.         Width = 137
  984.         Height = 17
  985.         Caption = '&Empty bin each session'
  986.         TabOrder = 2
  987.         OnClick = rbCollectClick
  988.       end
  989.       object rbDelete: TRadioButton
  990.         Left = 18
  991.         Top = 90
  992.         Width = 141
  993.         Height = 17
  994.         Caption = 'Immediately &delete files'
  995.         TabOrder = 3
  996.         OnClick = rbCollectClick
  997.       end
  998.       object rbCollect: TRadioButton
  999.         Left = 18
  1000.         Top = 114
  1001.         Width = 167
  1002.         Height = 19
  1003.         Caption = '&Maintain specified disk space'
  1004.         TabOrder = 4
  1005.         OnClick = rbCollectClick
  1006.       end
  1007.       object KeepFreeEdit: TSpinEdit
  1008.         Left = 20
  1009.         Top = 164
  1010.         Width = 113
  1011.         Height = 22
  1012.         Cursor = crIBeam
  1013.         MaxLength = 5
  1014.         MaxValue = 32767
  1015.         MinValue = 0
  1016.         TabOrder = 5
  1017.         Value = 10
  1018.       end
  1019.     end
  1020.     object TTabPage
  1021.       Left = 5
  1022.       Top = 45
  1023.       HelpContext = 27
  1024.       Caption = 'Taskbar'
  1025.       object Bevel12: TBevel
  1026.         Left = 210
  1027.         Top = 8
  1028.         Width = 193
  1029.         Height = 191
  1030.       end
  1031.       object Bevel11: TBevel
  1032.         Left = 8
  1033.         Top = 8
  1034.         Width = 193
  1035.         Height = 191
  1036.       end
  1037.       object Label19: TLabel
  1038.         Left = 20
  1039.         Top = 24
  1040.         Width = 108
  1041.         Height = 13
  1042.         Caption = '&Refresh time (seconds)'
  1043.         FocusControl = RefreshEdit
  1044.       end
  1045.       object Label10: TLabel
  1046.         Left = 220
  1047.         Top = 14
  1048.         Width = 117
  1049.         Height = 13
  1050.         Caption = 'Programs to be e&xcluded'
  1051.         FocusControl = ExcludeList
  1052.       end
  1053.       object AddExcl: TStyleSpeed
  1054.         Left = 220
  1055.         Top = 168
  1056.         Width = 81
  1057.         Height = 25
  1058.         Caption = 'Add'
  1059.         OnClick = AddExclClick
  1060.         Style = sbBitBtn
  1061.       end
  1062.       object RemoveExcl: TStyleSpeed
  1063.         Left = 312
  1064.         Top = 168
  1065.         Width = 81
  1066.         Height = 25
  1067.         Caption = 'Remove'
  1068.         OnClick = RemoveExclClick
  1069.         Style = sbBitBtn
  1070.       end
  1071.       object cbShrinkMax: TCheckBox
  1072.         Left = 20
  1073.         Top = 98
  1074.         Width = 153
  1075.         Height = 17
  1076.         Caption = 'Shrink &maximized windows'
  1077.         TabOrder = 0
  1078.       end
  1079.       object cb24Hour: TCheckBox
  1080.         Left = 20
  1081.         Top = 122
  1082.         Width = 127
  1083.         Height = 17
  1084.         Caption = 'Show 24 hour &clock'
  1085.         TabOrder = 1
  1086.       end
  1087.       object RefreshEdit: TSpinEdit
  1088.         Left = 138
  1089.         Top = 20
  1090.         Width = 49
  1091.         Height = 22
  1092.         Cursor = crIBeam
  1093.         MaxLength = 2
  1094.         MaxValue = 60
  1095.         MinValue = 1
  1096.         TabOrder = 4
  1097.         Value = 5
  1098.       end
  1099.       object cbAnimate: TCheckBox
  1100.         Left = 20
  1101.         Top = 146
  1102.         Width = 97
  1103.         Height = 17
  1104.         Caption = 'Animated &popup'
  1105.         TabOrder = 2
  1106.       end
  1107.       object cbButtonHint: TCheckBox
  1108.         Left = 20
  1109.         Top = 170
  1110.         Width = 151
  1111.         Height = 17
  1112.         Caption = 'Display full caption as &hint'
  1113.         TabOrder = 3
  1114.       end
  1115.       object cbAlwaysVisible: TCheckBox
  1116.         Left = 20
  1117.         Top = 50
  1118.         Width = 97
  1119.         Height = 17
  1120.         Caption = 'Always &visible'
  1121.         TabOrder = 5
  1122.       end
  1123.       object cbHighlight: TCheckBox
  1124.         Left = 20
  1125.         Top = 74
  1126.         Width = 125
  1127.         Height = 17
  1128.         Caption = 'Highlight &active task'
  1129.         TabOrder = 6
  1130.       end
  1131.       object ExcludeList: TListBox
  1132.         Left = 220
  1133.         Top = 32
  1134.         Width = 173
  1135.         Height = 127
  1136.         ItemHeight = 13
  1137.         TabOrder = 7
  1138.       end
  1139.     end
  1140.   end
  1141.   object HelpBtn: TBitBtn
  1142.     Left = 352
  1143.     Top = 260
  1144.     Width = 77
  1145.     Height = 27
  1146.     HelpContext = 20
  1147.     TabOrder = 3
  1148.     Kind = bkHelp
  1149.     Style = bsNew
  1150.   end
  1151.   object OpenDialog: TOpenDialog
  1152.     Filter = 'Executable files|*.exe *.com|All files|*.*'
  1153.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  1154.     Title = 'Select program'
  1155.     Left = 4
  1156.     Top = 260
  1157.   end
  1158.   object OutlineMenu: TPopupMenu
  1159.     AutoPopup = False
  1160.     Left = 36
  1161.     Top = 260
  1162.     object AddItem: TMenuItem
  1163.       Caption = '&Add'
  1164.       OnClick = AddBtnClick
  1165.     end
  1166.     object InsertItem: TMenuItem
  1167.       Caption = '&Insert'
  1168.       OnClick = InsertBtnClick
  1169.     end
  1170.     object EditItem: TMenuItem
  1171.       Caption = '&Edit'
  1172.       OnClick = EditBtnClick
  1173.     end
  1174.     object DeleteItem: TMenuItem
  1175.       Caption = '&Delete'
  1176.       OnClick = DeleteBtnClick
  1177.     end
  1178.     object ExpandItem: TMenuItem
  1179.       Caption = 'E&xpand'
  1180.       OnClick = ExpandBtnClick
  1181.     end
  1182.     object CollapseItem: TMenuItem
  1183.       Caption = '&Collapse'
  1184.       OnClick = CollapseBtnClick
  1185.     end
  1186.     object N1: TMenuItem
  1187.       Caption = '-'
  1188.     end
  1189.     object Convert: TMenuItem
  1190.       Caption = 'Con&vert...'
  1191.       OnClick = ConvertClick
  1192.     end
  1193.   end
  1194.   object FontDialog: TFontDialog
  1195.     Font.Color = clWindowText
  1196.     Font.Height = -13
  1197.     Font.Name = 'System'
  1198.     Font.Style = []
  1199.     MinFontSize = 6
  1200.     MaxFontSize = 16
  1201.     Options = [fdAnsiOnly, fdEffects, fdForceFontExist, fdNoOEMFonts, fdNoVectorFonts, fdLimitSize]
  1202.     Left = 64
  1203.     Top = 260
  1204.   end
  1205.   object ColorDialog: TColorDialog
  1206.     Left = 94
  1207.     Top = 260
  1208.   end
  1209. end
  1210.