home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLGCONFIGALL / TDLGCONFIGALL.txt
Text File  |  1998-03-18  |  53KB  |  2,158 lines

  1. object DLGCONFIGALL: TDLGCONFIGALL
  2.   Tag = 1
  3.   Left = 363
  4.   Top = 47
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Configuration'
  8.   ClientHeight = 412
  9.   ClientWidth = 413
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OK: TButton
  22.     Tag = 4001
  23.     Left = 71
  24.     Top = 384
  25.     Width = 80
  26.     Height = 23
  27.     Caption = 'OK'
  28.     Default = True
  29.     TabOrder = 0
  30.     OnClick = OKClick
  31.   end
  32.   object Cancel: TButton
  33.     Tag = 4002
  34.     Left = 155
  35.     Top = 384
  36.     Width = 80
  37.     Height = 23
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.     OnClick = CancelClick
  43.   end
  44.   object Apply: TButton
  45.     Tag = 12
  46.     Left = 323
  47.     Top = 384
  48.     Width = 80
  49.     Height = 23
  50.     Caption = 'Apply'
  51.     Enabled = False
  52.     TabOrder = 3
  53.     OnClick = ApplyClick
  54.   end
  55.   object Help: TButton
  56.     Tag = 4003
  57.     Left = 239
  58.     Top = 384
  59.     Width = 80
  60.     Height = 23
  61.     Caption = 'Help'
  62.     TabOrder = 2
  63.     OnClick = HelpClick
  64.   end
  65.   object Notebook: TMyTabbedNotebook
  66.     Tag = 2
  67.     Left = 0
  68.     Top = 0
  69.     Width = 413
  70.     Height = 381
  71.     Align = alTop
  72.     Font.Color = clBtnText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     TabsPerRow = 4
  77.     TabFont.Color = clBlack
  78.     TabFont.Height = -11
  79.     TabFont.Name = 'MS Sans Serif'
  80.     TabFont.Style = []
  81.     TabOrder = 4
  82.     OnChange = NotebookChange
  83.     object TTabPage
  84.       Left = 4
  85.       Top = 42
  86.       HelpContext = 120
  87.       Caption = 'Layout'
  88.       object GroupBox5: TGroupBox
  89.         Tag = 3
  90.         Left = 12
  91.         Top = 28
  92.         Width = 370
  93.         Height = 277
  94.         Caption = ' Screen layout '
  95.         TabOrder = 0
  96.         object Bevel5: TBevel
  97.           Left = 1
  98.           Top = 238
  99.           Width = 367
  100.           Height = 9
  101.           Shape = bsTopLine
  102.         end
  103.         object idShowButtonBar: TCheckBox
  104.           Tag = 4
  105.           Left = 10
  106.           Top = 28
  107.           Width = 350
  108.           Height = 17
  109.           HelpContext = 1
  110.           Caption = 'Show &button bar'
  111.           TabOrder = 0
  112.           OnClick = Layoutclick
  113.         end
  114.         object idShowDriveButtons: TCheckBox
  115.           Tag = 5
  116.           Left = 10
  117.           Top = 52
  118.           Width = 350
  119.           Height = 17
  120.           Caption = 'Show &drive buttons'
  121.           TabOrder = 1
  122.           OnClick = Layoutclick
  123.         end
  124.         object idShowDriveCombo: TCheckBox
  125.           Tag = 6
  126.           Left = 10
  127.           Top = 92
  128.           Width = 350
  129.           Height = 17
  130.           Caption = 'Show d&rive combobox'
  131.           TabOrder = 3
  132.           OnClick = Layoutclick
  133.         end
  134.         object idShowCurDir: TCheckBox
  135.           Tag = 7
  136.           Left = 10
  137.           Top = 116
  138.           Width = 350
  139.           Height = 17
  140.           Caption = 'Show ¤t directory'
  141.           TabOrder = 4
  142.           OnClick = Layoutclick
  143.         end
  144.         object idShowTabheader: TCheckBox
  145.           Tag = 8
  146.           Left = 10
  147.           Top = 140
  148.           Width = 350
  149.           Height = 17
  150.           Caption = 'Show &tabstop header'
  151.           TabOrder = 5
  152.           OnClick = Layoutclick
  153.         end
  154.         object idShowStatusbar: TCheckBox
  155.           Tag = 9
  156.           Left = 10
  157.           Top = 164
  158.           Width = 350
  159.           Height = 17
  160.           Caption = 'Show &status bar'
  161.           TabOrder = 6
  162.           OnClick = Layoutclick
  163.         end
  164.         object idShowCmdLine: TCheckBox
  165.           Tag = 10
  166.           Left = 10
  167.           Top = 188
  168.           Width = 350
  169.           Height = 17
  170.           Caption = 'Show command &line'
  171.           TabOrder = 7
  172.           OnClick = Layoutclick
  173.         end
  174.         object idShowKeyButtons: TCheckBox
  175.           Tag = 11
  176.           Left = 10
  177.           Top = 212
  178.           Width = 350
  179.           Height = 17
  180.           Caption = 'Show &function key buttons'
  181.           TabOrder = 8
  182.           OnClick = Layoutclick
  183.         end
  184.         object idFlatInterface: TCheckBox
  185.           Tag = 13
  186.           Left = 10
  187.           Top = 248
  188.           Width = 350
  189.           Height = 17
  190.           Caption = 'Flat user &interface (button bar configured separately)'
  191.           TabOrder = 9
  192.           OnClick = Layoutclick
  193.         end
  194.         object idFlatDriveBar: TCheckBox
  195.           Tag = -21
  196.           Left = 26
  197.           Top = 72
  198.           Width = 327
  199.           Height = 14
  200.           Caption = 'Flat icons'
  201.           TabOrder = 2
  202.           OnClick = Layoutclick
  203.         end
  204.       end
  205.     end
  206.     object TTabPage
  207.       Left = 4
  208.       Top = 42
  209.       HelpContext = 300
  210.       Caption = 'Operation'
  211.       object Mouseselectionmode: TGroupBox
  212.         Tag = 20
  213.         Left = 8
  214.         Top = 9
  215.         Width = 373
  216.         Height = 60
  217.         Caption = ' Mouse selection mode '
  218.         TabOrder = 0
  219.         object IdConfrightbutton: TRadioButton
  220.           Tag = 21
  221.           Left = 10
  222.           Top = 18
  223.           Width = 360
  224.           Height = 20
  225.           Caption = 'Use &right mouse button (as in NC)'
  226.           TabOrder = 0
  227.           TabStop = True
  228.           OnClick = IDAnyButtonClick
  229.         end
  230.         object IdConfleftbutton: TRadioButton
  231.           Tag = 22
  232.           Left = 10
  233.           Top = 37
  234.           Width = 360
  235.           Height = 20
  236.           Caption = '&Left mouse button (Windows standard)'
  237.           TabOrder = 1
  238.           OnClick = IDAnyButtonClick
  239.         end
  240.       end
  241.       object SelectionwithGray: TGroupBox
  242.         Tag = 23
  243.         Left = 8
  244.         Top = 71
  245.         Width = 184
  246.         Height = 82
  247.         Caption = ' Selection (with Gray + ) '
  248.         TabOrder = 1
  249.         object IdConfFilesOnly: TRadioButton
  250.           Tag = 24
  251.           Left = 10
  252.           Top = 19
  253.           Width = 171
  254.           Height = 22
  255.           Caption = '&Select files only'
  256.           TabOrder = 0
  257.           TabStop = True
  258.           OnClick = IDAnyButtonClick
  259.         end
  260.         object IdConfAlsoDirs: TRadioButton
  261.           Tag = 25
  262.           Left = 10
  263.           Top = 39
  264.           Width = 171
  265.           Height = 22
  266.           Caption = 'Also select d&irectories'
  267.           TabOrder = 1
  268.           OnClick = IDAnyButtonClick
  269.         end
  270.       end
  271.       object QuickSearchGroup: TGroupBox
  272.         Tag = 26
  273.         Left = 198
  274.         Top = 71
  275.         Width = 183
  276.         Height = 82
  277.         Caption = ' Quick search (current dir) '
  278.         TabOrder = 2
  279.         object IdConfAltForMenu: TRadioButton
  280.           Tag = 27
  281.           Left = 10
  282.           Top = 19
  283.           Width = 168
  284.           Height = 20
  285.           Caption = '&Ctrl+Alt+Letters'
  286.           TabOrder = 0
  287.           TabStop = True
  288.           OnClick = IDAnyButtonClick
  289.         end
  290.         object IdConfAltForQuickSearch: TRadioButton
  291.           Tag = 28
  292.           Left = 10
  293.           Top = 39
  294.           Width = 168
  295.           Height = 20
  296.           Caption = 'Al&t+Letters'
  297.           TabOrder = 1
  298.           OnClick = IDAnyButtonClick
  299.         end
  300.         object IdConfLetterQuickSearch: TRadioButton
  301.           Tag = 29
  302.           Left = 10
  303.           Top = 59
  304.           Width = 168
  305.           Height = 20
  306.           Caption = 'L&etter only'
  307.           TabOrder = 2
  308.           OnClick = IDAnyButtonClick
  309.         end
  310.       end
  311.       object Saveonexit: TGroupBox
  312.         Tag = 30
  313.         Left = 8
  314.         Top = 155
  315.         Width = 184
  316.         Height = 82
  317.         Caption = ' Save on exit '
  318.         TabOrder = 3
  319.         object IdConfsavedirs: TCheckBox
  320.           Tag = 31
  321.           Left = 10
  322.           Top = 17
  323.           Width = 171
  324.           Height = 20
  325.           Caption = '&Directories'
  326.           TabOrder = 0
  327.           OnClick = IDAnyButtonClick
  328.         end
  329.         object IdConfsavepanels: TCheckBox
  330.           Tag = 32
  331.           Left = 10
  332.           Top = 37
  333.           Width = 171
  334.           Height = 20
  335.           TabStop = False
  336.           Caption = '&Panels (brief/full, etc.)'
  337.           TabOrder = 1
  338.           OnClick = IDAnyButtonClick
  339.         end
  340.         object IdConfCommandLines: TCheckBox
  341.           Tag = 33
  342.           Left = 10
  343.           Top = 58
  344.           Width = 171
  345.           Height = 20
  346.           Caption = 'Old co&mmand lines'
  347.           TabOrder = 2
  348.           OnClick = IDAnyButtonClick
  349.         end
  350.       end
  351.       object Win95NTGroup: TGroupBox
  352.         Tag = 34
  353.         Left = 198
  354.         Top = 155
  355.         Width = 183
  356.         Height = 82
  357.         Caption = ' Win95/NT specific '
  358.         TabOrder = 4
  359.         object Label5: TLabel
  360.           Tag = 37
  361.           Left = 10
  362.           Top = 57
  363.           Width = 168
  364.           Height = 20
  365.           AutoSize = False
  366.           Caption = 'recycle bin (shift=directly)'
  367.         end
  368.         object IdConf_Longnames: TCheckBox
  369.           Tag = 35
  370.           Left = 10
  371.           Top = 17
  372.           Width = 168
  373.           Height = 20
  374.           Caption = '&Use long names'
  375.           TabOrder = 0
  376.           OnClick = IDAnyButtonClick
  377.         end
  378.         object IdConf_trashcan: TCheckBox
  379.           Tag = 36
  380.           Left = 10
  381.           Top = 37
  382.           Width = 168
  383.           Height = 20
  384.           Caption = '&F8/Del deletes to'
  385.           TabOrder = 1
  386.           OnClick = IDAnyButtonClick
  387.         end
  388.       end
  389.       object SelectionWithSpaceGroup: TGroupBox
  390.         Tag = 38
  391.         Left = 8
  392.         Top = 239
  393.         Width = 373
  394.         Height = 70
  395.         Caption = ' Selection with Space '
  396.         TabOrder = 5
  397.         object Label2: TLabel
  398.           Tag = 40
  399.           Left = 10
  400.           Top = 46
  401.           Width = 360
  402.           Height = 20
  403.           AutoSize = False
  404.           Caption = 'selecting with Space and before copying/deleting'
  405.         end
  406.         object IdConf_Countfiles: TCheckBox
  407.           Tag = 39
  408.           Left = 10
  409.           Top = 22
  410.           Width = 360
  411.           Height = 20
  412.           Caption = 'C&alculate space occupied by subdirectories when'
  413.           TabOrder = 0
  414.           OnClick = IDAnyButtonClick
  415.         end
  416.       end
  417.     end
  418.     object TTabPage
  419.       Left = 4
  420.       Top = 42
  421.       HelpContext = 320
  422.       Caption = 'Display'
  423.       object GroupBox4: TGroupBox
  424.         Tag = 51
  425.         Left = 8
  426.         Top = 3
  427.         Width = 373
  428.         Height = 51
  429.         Caption = ' Main program '
  430.         TabOrder = 0
  431.         object IdConf_oneinstanceonly: TCheckBox
  432.           Tag = 52
  433.           Left = 10
  434.           Top = 14
  435.           Width = 357
  436.           Height = 16
  437.           Caption = 'Allow only &1 copy of Windows Commander at a time'
  438.           TabOrder = 0
  439.           OnClick = IDAnyButtonClick
  440.         end
  441.         object Id_ConfMoveToTray: TCheckBox
  442.           Tag = 73
  443.           Left = 10
  444.           Top = 31
  445.           Width = 357
  446.           Height = 16
  447.           Caption = '&Move icon to system tray when minimized'
  448.           State = cbChecked
  449.           TabOrder = 1
  450.           OnClick = Id_ConfMoveToTrayClick
  451.         end
  452.       end
  453.       object Fileswithspecialattributes: TGroupBox
  454.         Tag = 53
  455.         Left = 8
  456.         Top = 54
  457.         Width = 373
  458.         Height = 67
  459.         Caption = ' File display '
  460.         TabOrder = 1
  461.         object IdConfshowhidsys: TCheckBox
  462.           Tag = 54
  463.           Left = 10
  464.           Top = 14
  465.           Width = 357
  466.           Height = 16
  467.           Caption = '&Show hidden/system files (for experts only!)'
  468.           TabOrder = 0
  469.           OnClick = SymbolsClick
  470.         end
  471.         object IdConfLower83Names: TCheckBox
  472.           Tag = 65
  473.           Left = 10
  474.           Top = 31
  475.           Width = 357
  476.           Height = 16
  477.           Caption = 'Show old &8.3 filenames lowercase (like explorer)'
  478.           TabOrder = 1
  479.           OnClick = SymbolsClick
  480.         end
  481.         object IdConfOldStyleTree: TCheckBox
  482.           Tag = 68
  483.           Left = 10
  484.           Top = 48
  485.           Width = 357
  486.           Height = 16
  487.           Caption = 'Alwa&ys load complete directory tree'
  488.           TabOrder = 2
  489.           OnClick = SymbolsClick
  490.         end
  491.       end
  492.       object GroupBox1: TGroupBox
  493.         Tag = 55
  494.         Left = 8
  495.         Top = 122
  496.         Width = 373
  497.         Height = 85
  498.         Caption = ' Show symbols to the left of the filename '
  499.         TabOrder = 2
  500.         object IdConfShowAllIcons: TRadioButton
  501.           Tag = 56
  502.           Left = 10
  503.           Top = 32
  504.           Width = 135
  505.           Height = 16
  506.           Caption = '&All'
  507.           TabOrder = 1
  508.           TabStop = True
  509.           OnClick = SymbolsClick
  510.         end
  511.         object IdConfshowStandardIcons: TRadioButton
  512.           Tag = 57
  513.           Left = 10
  514.           Top = 49
  515.           Width = 357
  516.           Height = 16
  517.           Caption = '&Only standard symbols'
  518.           TabOrder = 2
  519.           OnClick = SymbolsClick
  520.         end
  521.         object IdConfShowNoIcons: TRadioButton
  522.           Tag = 58
  523.           Left = 10
  524.           Top = 66
  525.           Width = 357
  526.           Height = 16
  527.           Caption = '&No symbols'
  528.           TabOrder = 3
  529.           OnClick = SymbolsClick
  530.         end
  531.         object IdConfAllAndEXE: TRadioButton
  532.           Tag = 66
  533.           Left = 10
  534.           Top = 15
  535.           Width = 357
  536.           Height = 16
  537.           Caption = 'All associated + &EXE/LNK (slow, 32-bit only)'
  538.           TabOrder = 0
  539.           TabStop = True
  540.           OnClick = SymbolsClick
  541.         end
  542.         object NotOnFloppy: TCheckBox
  543.           Tag = 67
  544.           Left = 156
  545.           Top = 31
  546.           Width = 211
  547.           Height = 17
  548.           Caption = 'EXE/LNK no&t on floppy'
  549.           TabOrder = 4
  550.           OnClick = SymbolsClick
  551.         end
  552.       end
  553.       object Sortingdirectories: TGroupBox
  554.         Tag = 59
  555.         Left = 8
  556.         Top = 208
  557.         Width = 373
  558.         Height = 50
  559.         Caption = ' Sorting directories '
  560.         TabOrder = 3
  561.         object IdConfDirsByName: TRadioButton
  562.           Tag = 60
  563.           Left = 10
  564.           Top = 15
  565.           Width = 357
  566.           Height = 16
  567.           Caption = 'Always &by name'
  568.           TabOrder = 0
  569.           TabStop = True
  570.           OnClick = SymbolsClick
  571.         end
  572.         object IdConfDirsLikeFiles: TRadioButton
  573.           Tag = 61
  574.           Left = 10
  575.           Top = 31
  576.           Width = 357
  577.           Height = 16
  578.           Caption = 'Like &files (also by time)'
  579.           TabOrder = 1
  580.           OnClick = SymbolsClick
  581.         end
  582.       end
  583.       object Helptexts: TGroupBox
  584.         Tag = 62
  585.         Left = 8
  586.         Top = 260
  587.         Width = 373
  588.         Height = 69
  589.         Caption = ' Help texts '
  590.         TabOrder = 4
  591.         object IdConf_tooltips: TCheckBox
  592.           Tag = 63
  593.           Left = 10
  594.           Top = 14
  595.           Width = 357
  596.           Height = 16
  597.           Caption = 'Show &help texts for buttons (tooltips)'
  598.           TabOrder = 0
  599.           OnClick = IDAnyButtonClick
  600.         end
  601.         object IdConf_drivetips: TCheckBox
  602.           Tag = 64
  603.           Left = 10
  604.           Top = 31
  605.           Width = 357
  606.           Height = 16
  607.           Caption = 'Show &volume labels/network paths for drives'
  608.           TabOrder = 1
  609.           OnClick = IDAnyButtonClick
  610.         end
  611.         object IdConf_NameTips: TCheckBox
  612.           Tag = 69
  613.           Left = 10
  614.           Top = 49
  615.           Width = 357
  616.           Height = 16
  617.           Caption = 'Sho&w filename in file list as tooltip if truncated'
  618.           TabOrder = 2
  619.           OnClick = IDAnyButtonClick
  620.         end
  621.       end
  622.     end
  623.     object TTabPage
  624.       Left = 4
  625.       Top = 42
  626.       HelpContext = 350
  627.       Caption = 'Language'
  628.       object Label3: TLabel
  629.         Tag = 70
  630.         Left = 16
  631.         Top = 22
  632.         Width = 346
  633.         Height = 27
  634.         AutoSize = False
  635.         Caption = '&Change the language/ Sprache wechseln/ Changer de langue'
  636.         FocusControl = id_langlist
  637.         WordWrap = True
  638.       end
  639.       object Menufile: TLabel
  640.         Tag = 71
  641.         Left = 16
  642.         Top = 242
  643.         Width = 237
  644.         Height = 15
  645.         AutoSize = False
  646.         Caption = '&Main menu file:'
  647.         FocusControl = id_main_name
  648.       end
  649.       object id_langlist: TListBox
  650.         Left = 16
  651.         Top = 52
  652.         Width = 350
  653.         Height = 121
  654.         Font.Color = clWindowText
  655.         Font.Height = -11
  656.         Font.Name = 'MS Sans Serif'
  657.         Font.Style = []
  658.         IntegralHeight = True
  659.         ItemHeight = 13
  660.         ParentFont = False
  661.         Sorted = True
  662.         TabOrder = 0
  663.         OnClick = id_langlistClick
  664.       end
  665.       object id_main_name: TEdit
  666.         Left = 17
  667.         Top = 261
  668.         Width = 236
  669.         Height = 21
  670.         Font.Color = clWindowText
  671.         Font.Height = -11
  672.         Font.Name = 'MS Sans Serif'
  673.         Font.Style = []
  674.         ParentFont = False
  675.         TabOrder = 1
  676.         OnChange = id_main_nameChange
  677.         OnClick = id_main_nameChange
  678.       end
  679.       object id_main_search: TButton
  680.         Left = 255
  681.         Top = 259
  682.         Width = 30
  683.         Height = 23
  684.         Caption = '&>>'
  685.         TabOrder = 2
  686.         OnClick = id_main_searchClick
  687.       end
  688.       object id_main_edit: TButton
  689.         Tag = 72
  690.         Left = 287
  691.         Top = 259
  692.         Width = 78
  693.         Height = 23
  694.         Caption = '&Edit'
  695.         TabOrder = 3
  696.         OnClick = id_main_editClick
  697.       end
  698.     end
  699.     object TTabPage
  700.       Left = 4
  701.       Top = 42
  702.       HelpContext = 250
  703.       Caption = 'Edit/View'
  704.       object Keys: TLabel
  705.         Tag = 88
  706.         Left = 300
  707.         Top = 8
  708.         Width = 26
  709.         Height = 13
  710.         Caption = 'Keys:'
  711.       end
  712.       object ViewerforF3: TGroupBox
  713.         Tag = 80
  714.         Left = 4
  715.         Top = 25
  716.         Width = 375
  717.         Height = 156
  718.         Caption = ' Viewer for F3 '
  719.         TabOrder = 0
  720.         object pDefault: TLabel
  721.           Tag = 85
  722.           Left = 8
  723.           Top = 124
  724.           Width = 77
  725.           Height = 14
  726.           Alignment = taRightJustify
  727.           AutoSize = False
  728.           Caption = '&Default:'
  729.           FocusControl = IdConfview
  730.           WordWrap = True
  731.         end
  732.         object idConfonefile1: TLabel
  733.           Left = 302
  734.           Top = 25
  735.           Width = 64
  736.           Height = 14
  737.           AutoSize = False
  738.           Caption = 'F3'
  739.           WordWrap = True
  740.         end
  741.         object IdConfmultiple1: TLabel
  742.           Left = 302
  743.           Top = 47
  744.           Width = 64
  745.           Height = 14
  746.           AutoSize = False
  747.           Caption = 'Shift+F3'
  748.           WordWrap = True
  749.         end
  750.         object IdConfexternalview1: TLabel
  751.           Left = 302
  752.           Top = 69
  753.           Width = 64
  754.           Height = 14
  755.           AutoSize = False
  756.           Caption = 'Alt+F3'
  757.           WordWrap = True
  758.         end
  759.         object Bevel1: TBevel
  760.           Left = 296
  761.           Top = 7
  762.           Width = 2
  763.           Height = 147
  764.           Shape = bsRightLine
  765.         end
  766.         object IdConfonefile: TRadioButton
  767.           Tag = 81
  768.           Left = 10
  769.           Top = 25
  770.           Width = 280
  771.           Height = 14
  772.           Caption = '&Internal Viewer with file under cursor'
  773.           TabOrder = 0
  774.           TabStop = True
  775.           OnClick = IdConfonefileClick
  776.         end
  777.         object IdConfmultiple: TRadioButton
  778.           Tag = 82
  779.           Left = 10
  780.           Top = 47
  781.           Width = 280
  782.           Height = 14
  783.           Caption = 'Internal Viewer with &selected files'
  784.           TabOrder = 1
  785.           TabStop = True
  786.           OnClick = IdConfmultipleClick
  787.         end
  788.         object IdConfexternalview: TRadioButton
  789.           Tag = 83
  790.           Left = 10
  791.           Top = 69
  792.           Width = 280
  793.           Height = 14
  794.           Caption = 'E&xternal Viewer:'
  795.           TabOrder = 2
  796.           TabStop = True
  797.           OnClick = IdConfexternalviewClick
  798.         end
  799.         object IdConfAssociateViewer: TButton
  800.           Tag = 84
  801.           Left = 92
  802.           Top = 90
  803.           Width = 199
  804.           Height = 23
  805.           Caption = '&Associations...'
  806.           TabOrder = 3
  807.           OnClick = IdConfAssociateViewerClick
  808.         end
  809.         object IdConfview: TEdit
  810.           Left = 88
  811.           Top = 121
  812.           Width = 174
  813.           Height = 21
  814.           Font.Color = clWindowText
  815.           Font.Height = -11
  816.           Font.Name = 'MS Sans Serif'
  817.           Font.Style = []
  818.           MaxLength = 255
  819.           ParentFont = False
  820.           TabOrder = 4
  821.           OnChange = IDAnyButtonClick
  822.         end
  823.         object id_conf_find1: TButton
  824.           Left = 264
  825.           Top = 119
  826.           Width = 27
  827.           Height = 23
  828.           Caption = '>>'
  829.           TabOrder = 5
  830.           OnClick = id_conf_find1Click
  831.         end
  832.       end
  833.       object EditorforF4: TGroupBox
  834.         Tag = 86
  835.         Left = 4
  836.         Top = 192
  837.         Width = 375
  838.         Height = 89
  839.         Caption = ' Editor for F4 '
  840.         TabOrder = 1
  841.         object Editor: TLabel
  842.           Tag = 87
  843.           Left = 10
  844.           Top = 34
  845.           Width = 270
  846.           Height = 14
  847.           AutoSize = False
  848.           Caption = '&Editor:'
  849.           FocusControl = IdConfed
  850.           WordWrap = True
  851.         end
  852.         object F4: TLabel
  853.           Left = 302
  854.           Top = 60
  855.           Width = 64
  856.           Height = 14
  857.           AutoSize = False
  858.           Caption = 'F4'
  859.           WordWrap = True
  860.         end
  861.         object Bevel2: TBevel
  862.           Left = 296
  863.           Top = 7
  864.           Width = 2
  865.           Height = 80
  866.           Shape = bsRightLine
  867.         end
  868.         object IdConfed: TEdit
  869.           Left = 10
  870.           Top = 57
  871.           Width = 252
  872.           Height = 21
  873.           Font.Color = clWindowText
  874.           Font.Height = -11
  875.           Font.Name = 'MS Sans Serif'
  876.           Font.Style = []
  877.           MaxLength = 255
  878.           ParentFont = False
  879.           TabOrder = 0
  880.           OnChange = IDAnyButtonClick
  881.         end
  882.         object id_conf_find2: TButton
  883.           Left = 264
  884.           Top = 55
  885.           Width = 27
  886.           Height = 23
  887.           Caption = '>>'
  888.           TabOrder = 1
  889.           OnClick = id_conf_find2Click
  890.         end
  891.       end
  892.     end
  893.     object TTabPage
  894.       Left = 4
  895.       Top = 42
  896.       HelpContext = 180
  897.       Caption = 'Font'
  898.       object GroupBox3: TGroupBox
  899.         Tag = 90
  900.         Left = 8
  901.         Top = 4
  902.         Width = 370
  903.         Height = 117
  904.         Caption = ' &File list font '
  905.         TabOrder = 0
  906.         object IdFontFace1: TLabel
  907.           Left = 10
  908.           Top = 24
  909.           Width = 215
  910.           Height = 15
  911.           AutoSize = False
  912.           Caption = 'IdFontFace1'
  913.         end
  914.         object id_FontExample: TLabel
  915.           Left = 10
  916.           Top = 58
  917.           Width = 354
  918.           Height = 53
  919.           AutoSize = False
  920.           Caption = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  921.           WordWrap = True
  922.         end
  923.         object Bevel3: TBevel
  924.           Left = 1
  925.           Top = 52
  926.           Width = 367
  927.           Height = 9
  928.           Shape = bsTopLine
  929.         end
  930.         object ChangeFont1: TButton
  931.           Tag = 91
  932.           Left = 229
  933.           Top = 20
  934.           Width = 133
  935.           Height = 23
  936.           Caption = 'Change font'
  937.           TabOrder = 0
  938.           OnClick = ChangeFont1Click
  939.         end
  940.       end
  941.       object GroupBox2: TGroupBox
  942.         Tag = 92
  943.         Left = 8
  944.         Top = 120
  945.         Width = 370
  946.         Height = 117
  947.         Caption = ' &Main window font '
  948.         TabOrder = 1
  949.         object IdFontFace2: TLabel
  950.           Left = 10
  951.           Top = 24
  952.           Width = 215
  953.           Height = 15
  954.           AutoSize = False
  955.           Caption = 'IdFontFace2'
  956.         end
  957.         object id_FontExample2: TLabel
  958.           Left = 10
  959.           Top = 58
  960.           Width = 354
  961.           Height = 53
  962.           AutoSize = False
  963.           Caption = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  964.           WordWrap = True
  965.         end
  966.         object Bevel4: TBevel
  967.           Left = 1
  968.           Top = 52
  969.           Width = 367
  970.           Height = 9
  971.           Shape = bsTopLine
  972.         end
  973.         object ChangeFont2: TButton
  974.           Tag = 91
  975.           Left = 229
  976.           Top = 20
  977.           Width = 133
  978.           Height = 23
  979.           Caption = 'Change font:'
  980.           TabOrder = 0
  981.           OnClick = ChangeFont2Click
  982.         end
  983.       end
  984.       object SymbolSize: TGroupBox
  985.         Tag = 93
  986.         Left = 8
  987.         Top = 236
  988.         Width = 370
  989.         Height = 73
  990.         Caption = ' &Symbol size '
  991.         TabOrder = 2
  992.         object idiconsize: TComboBox
  993.           Left = 10
  994.           Top = 29
  995.           Width = 85
  996.           Height = 21
  997.           Font.Color = clWindowText
  998.           Font.Height = -11
  999.           Font.Name = 'MS Sans Serif'
  1000.           Font.Style = []
  1001.           ItemHeight = 13
  1002.           Items.Strings = (
  1003.             '16x16'
  1004.             '32x32')
  1005.           ParentFont = False
  1006.           TabOrder = 0
  1007.           OnChange = idiconsizeChange
  1008.         end
  1009.         object id_iconexample: TOwnerdrawPanel
  1010.           Left = 305
  1011.           Top = 13
  1012.           Width = 54
  1013.           Height = 54
  1014.           BevelOuter = bvLowered
  1015.           TabOrder = 1
  1016.           OnPaint = id_iconexamplePaint
  1017.         end
  1018.       end
  1019.     end
  1020.     object TTabPage
  1021.       Left = 4
  1022.       Top = 42
  1023.       HelpContext = 190
  1024.       Caption = 'Color'
  1025.       object GroupBox6: TGroupBox
  1026.         Tag = 100
  1027.         Left = 8
  1028.         Top = 40
  1029.         Width = 377
  1030.         Height = 235
  1031.         Caption = ' Color '
  1032.         TabOrder = 0
  1033.         object Fontcolor: TLabel
  1034.           Tag = 101
  1035.           Left = 10
  1036.           Top = 39
  1037.           Width = 113
  1038.           Height = 14
  1039.           AutoSize = False
  1040.           Caption = '&Font color:'
  1041.           FocusControl = id_ForeColor
  1042.           WordWrap = True
  1043.         end
  1044.         object Background: TLabel
  1045.           Tag = 102
  1046.           Left = 10
  1047.           Top = 67
  1048.           Width = 113
  1049.           Height = 14
  1050.           AutoSize = False
  1051.           Caption = '&Background:'
  1052.           FocusControl = id_BackColor
  1053.           WordWrap = True
  1054.         end
  1055.         object Markcolor: TLabel
  1056.           Tag = 103
  1057.           Left = 10
  1058.           Top = 95
  1059.           Width = 113
  1060.           Height = 14
  1061.           AutoSize = False
  1062.           Caption = '&Mark color:'
  1063.           FocusControl = id_MarkColor
  1064.           WordWrap = True
  1065.         end
  1066.         object Cursorcolor: TLabel
  1067.           Tag = 104
  1068.           Left = 10
  1069.           Top = 123
  1070.           Width = 113
  1071.           Height = 14
  1072.           AutoSize = False
  1073.           Caption = '&Cursor color:'
  1074.           FocusControl = id_CursorColor
  1075.           WordWrap = True
  1076.         end
  1077.         object Cursorfont: TLabel
  1078.           Tag = 105
  1079.           Left = 10
  1080.           Top = 151
  1081.           Width = 113
  1082.           Height = 14
  1083.           AutoSize = False
  1084.           Caption = 'Cu&rsor font:'
  1085.           FocusControl = id_CursorFontColor
  1086.           WordWrap = True
  1087.         end
  1088.         object Label1: TLabel
  1089.           Tag = 106
  1090.           Left = 246
  1091.           Top = 33
  1092.           Width = 115
  1093.           Height = 20
  1094.           AutoSize = False
  1095.           Caption = 'Example:'
  1096.           WordWrap = True
  1097.         end
  1098.         object id_ForeColor: TComboBox
  1099.           Left = 126
  1100.           Top = 35
  1101.           Width = 90
  1102.           Height = 22
  1103.           Style = csOwnerDrawFixed
  1104.           Font.Color = clWindowText
  1105.           Font.Height = -11
  1106.           Font.Name = 'MS Sans Serif'
  1107.           Font.Style = []
  1108.           ItemHeight = 16
  1109.           Items.Strings = (
  1110.             '0'
  1111.             '1'
  1112.             '2'
  1113.             '3'
  1114.             '4'
  1115.             '5'
  1116.             '6'
  1117.             '7'
  1118.             '8'
  1119.             '9'
  1120.             '10'
  1121.             '11'
  1122.             '12'
  1123.             '13'
  1124.             '14'
  1125.             '15'
  1126.             '16'
  1127.             '17')
  1128.           ParentFont = False
  1129.           TabOrder = 0
  1130.           OnClick = ColorClick
  1131.           OnDrawItem = ColorDrawItem
  1132.         end
  1133.         object id_BackColor: TComboBox
  1134.           Left = 126
  1135.           Top = 63
  1136.           Width = 90
  1137.           Height = 22
  1138.           Style = csOwnerDrawFixed
  1139.           Font.Color = clWindowText
  1140.           Font.Height = -11
  1141.           Font.Name = 'MS Sans Serif'
  1142.           Font.Style = []
  1143.           ItemHeight = 16
  1144.           Items.Strings = (
  1145.             '0'
  1146.             '1'
  1147.             '2'
  1148.             '3'
  1149.             '4'
  1150.             '5'
  1151.             '6'
  1152.             '7'
  1153.             '8'
  1154.             '9'
  1155.             '10'
  1156.             '11'
  1157.             '12'
  1158.             '13'
  1159.             '14'
  1160.             '15'
  1161.             '16'
  1162.             '17')
  1163.           ParentFont = False
  1164.           TabOrder = 2
  1165.           OnClick = ColorClick
  1166.           OnDrawItem = ColorDrawItem
  1167.         end
  1168.         object id_MarkColor: TComboBox
  1169.           Left = 126
  1170.           Top = 91
  1171.           Width = 90
  1172.           Height = 22
  1173.           Style = csOwnerDrawFixed
  1174.           Font.Color = clWindowText
  1175.           Font.Height = -11
  1176.           Font.Name = 'MS Sans Serif'
  1177.           Font.Style = []
  1178.           ItemHeight = 16
  1179.           Items.Strings = (
  1180.             '0'
  1181.             '1'
  1182.             '2'
  1183.             '3'
  1184.             '4'
  1185.             '5'
  1186.             '6'
  1187.             '7'
  1188.             '8'
  1189.             '9'
  1190.             '10'
  1191.             '11'
  1192.             '12'
  1193.             '13'
  1194.             '14'
  1195.             '15'
  1196.             '16'
  1197.             '17')
  1198.           ParentFont = False
  1199.           TabOrder = 4
  1200.           OnClick = ColorClick
  1201.           OnDrawItem = ColorDrawItem
  1202.         end
  1203.         object id_CursorColor: TComboBox
  1204.           Left = 126
  1205.           Top = 119
  1206.           Width = 90
  1207.           Height = 22
  1208.           Style = csOwnerDrawFixed
  1209.           Font.Color = clWindowText
  1210.           Font.Height = -11
  1211.           Font.Name = 'MS Sans Serif'
  1212.           Font.Style = []
  1213.           ItemHeight = 16
  1214.           Items.Strings = (
  1215.             '0'
  1216.             '1'
  1217.             '2'
  1218.             '3'
  1219.             '4'
  1220.             '5'
  1221.             '6'
  1222.             '7'
  1223.             '8'
  1224.             '9'
  1225.             '10'
  1226.             '11'
  1227.             '12'
  1228.             '13'
  1229.             '14'
  1230.             '15'
  1231.             '16'
  1232.             '17')
  1233.           ParentFont = False
  1234.           TabOrder = 6
  1235.           OnClick = ColorClick
  1236.           OnDrawItem = ColorDrawItem
  1237.         end
  1238.         object id_CursorFontColor: TComboBox
  1239.           Left = 126
  1240.           Top = 147
  1241.           Width = 90
  1242.           Height = 22
  1243.           Style = csOwnerDrawFixed
  1244.           Font.Color = clWindowText
  1245.           Font.Height = -11
  1246.           Font.Name = 'MS Sans Serif'
  1247.           Font.Style = []
  1248.           ItemHeight = 16
  1249.           Items.Strings = (
  1250.             '0'
  1251.             '1'
  1252.             '2'
  1253.             '3'
  1254.             '4'
  1255.             '5'
  1256.             '6'
  1257.             '7'
  1258.             '8'
  1259.             '9'
  1260.             '10'
  1261.             '11'
  1262.             '12'
  1263.             '13'
  1264.             '14'
  1265.             '15'
  1266.             '16'
  1267.             '17')
  1268.           ParentFont = False
  1269.           TabOrder = 8
  1270.           OnClick = ColorClick
  1271.           OnDrawItem = ColorDrawItem
  1272.         end
  1273.         object Panel3: TPanel
  1274.           Left = 244
  1275.           Top = 56
  1276.           Width = 117
  1277.           Height = 109
  1278.           BevelOuter = bvLowered
  1279.           Caption = 'Panel3'
  1280.           TabOrder = 10
  1281.           object id_colorexample: TOwnerdrawPanel
  1282.             Left = 8
  1283.             Top = 8
  1284.             Width = 101
  1285.             Height = 93
  1286.             TabOrder = 0
  1287.             OnPaint = id_colorexamplePaint
  1288.           end
  1289.         end
  1290.         object id_CursorInverted: TCheckBox
  1291.           Tag = 107
  1292.           Left = 10
  1293.           Top = 188
  1294.           Width = 351
  1295.           Height = 15
  1296.           Caption = '&Use inverted cursor'
  1297.           TabOrder = 11
  1298.           OnClick = id_CursorInvertedClick
  1299.         end
  1300.         object id_ForeChooseColor: TButton
  1301.           Left = 216
  1302.           Top = 35
  1303.           Width = 22
  1304.           Height = 21
  1305.           Caption = '>>'
  1306.           TabOrder = 1
  1307.           OnClick = id_ChooseColorClick
  1308.         end
  1309.         object id_BackChooseColor: TButton
  1310.           Left = 216
  1311.           Top = 63
  1312.           Width = 22
  1313.           Height = 21
  1314.           Caption = '>>'
  1315.           TabOrder = 3
  1316.           OnClick = id_ChooseColorClick
  1317.         end
  1318.         object id_MarkChooseColor: TButton
  1319.           Left = 216
  1320.           Top = 91
  1321.           Width = 22
  1322.           Height = 21
  1323.           Caption = '>>'
  1324.           TabOrder = 5
  1325.           OnClick = id_ChooseColorClick
  1326.         end
  1327.         object id_CursorChooseColor: TButton
  1328.           Left = 216
  1329.           Top = 119
  1330.           Width = 22
  1331.           Height = 21
  1332.           Caption = '>>'
  1333.           TabOrder = 7
  1334.           OnClick = id_ChooseColorClick
  1335.         end
  1336.         object id_CursorFontChooseColor: TButton
  1337.           Left = 216
  1338.           Top = 147
  1339.           Width = 22
  1340.           Height = 21
  1341.           Caption = '>>'
  1342.           TabOrder = 9
  1343.           OnClick = id_ChooseColorClick
  1344.         end
  1345.       end
  1346.     end
  1347.     object TTabPage
  1348.       Left = 4
  1349.       Top = 42
  1350.       HelpContext = 220
  1351.       Caption = 'Confirmation'
  1352.       object Getconfirmationbefore: TGroupBox
  1353.         Tag = 110
  1354.         Left = 12
  1355.         Top = 62
  1356.         Width = 366
  1357.         Height = 187
  1358.         Caption = ' Get confirmation before '
  1359.         TabOrder = 0
  1360.         object confirm_overwrite: TCheckBox
  1361.           Tag = 112
  1362.           Left = 10
  1363.           Top = 61
  1364.           Width = 348
  1365.           Height = 20
  1366.           Caption = '&Overwriting files'
  1367.           TabOrder = 0
  1368.           OnClick = IDAnyButtonClick
  1369.         end
  1370.         object confirm_readonly: TCheckBox
  1371.           Tag = 113
  1372.           Left = 10
  1373.           Top = 91
  1374.           Width = 348
  1375.           Height = 20
  1376.           Caption = 'Overwriting/Deleting &read-only files'
  1377.           TabOrder = 1
  1378.           OnClick = IDAnyButtonClick
  1379.         end
  1380.         object confirm_hidsys: TCheckBox
  1381.           Tag = 114
  1382.           Left = 10
  1383.           Top = 121
  1384.           Width = 348
  1385.           Height = 20
  1386.           Caption = 'Overwriting/Deleting &hidden/system files'
  1387.           TabOrder = 2
  1388.           OnClick = IDAnyButtonClick
  1389.         end
  1390.         object confirm_mouse: TCheckBox
  1391.           Tag = 115
  1392.           Left = 10
  1393.           Top = 151
  1394.           Width = 348
  1395.           Height = 20
  1396.           Caption = '&Drag&&Drop (copying files with mouse)'
  1397.           TabOrder = 3
  1398.           OnClick = IDAnyButtonClick
  1399.         end
  1400.         object confirm_dirs: TCheckBox
  1401.           Tag = 111
  1402.           Left = 10
  1403.           Top = 31
  1404.           Width = 348
  1405.           Height = 20
  1406.           Caption = 'Deleting &non-empty directories'
  1407.           TabOrder = 4
  1408.           OnClick = IDAnyButtonClick
  1409.         end
  1410.       end
  1411.     end
  1412.     object TTabPage
  1413.       Left = 4
  1414.       Top = 42
  1415.       HelpContext = 170
  1416.       Caption = 'Packer'
  1417.       object zip_likedirs: TCheckBox
  1418.         Tag = 120
  1419.         Left = 14
  1420.         Top = 6
  1421.         Width = 363
  1422.         Height = 20
  1423.         Caption = 'Treat archives like &directories'
  1424.         TabOrder = 0
  1425.         OnClick = IDAnyButtonClick
  1426.       end
  1427.       object ZipHeader: TGroupBox
  1428.         Left = 4
  1429.         Top = 27
  1430.         Width = 378
  1431.         Height = 46
  1432.         Caption = ' ZIP '
  1433.         TabOrder = 1
  1434.         object ZipPacker2: TLabel
  1435.           Tag = 121
  1436.           Left = 10
  1437.           Top = 18
  1438.           Width = 114
  1439.           Height = 15
  1440.           AutoSize = False
  1441.           Caption = '&ZIP packer:'
  1442.           FocusControl = JumptoZipPage
  1443.         end
  1444.         object JumptoZipPage: TButton
  1445.           Tag = 122
  1446.           Left = 125
  1447.           Top = 14
  1448.           Width = 245
  1449.           Height = 23
  1450.           Caption = '&Configure ZIP packer...'
  1451.           TabOrder = 0
  1452.           OnClick = JumptoZipPageClick
  1453.         end
  1454.       end
  1455.       object ARJ: TGroupBox
  1456.         Left = 4
  1457.         Top = 77
  1458.         Width = 378
  1459.         Height = 76
  1460.         Caption = ' ARJ '
  1461.         TabOrder = 2
  1462.         object ARJpacker: TLabel
  1463.           Tag = 123
  1464.           Left = 10
  1465.           Top = 20
  1466.           Width = 114
  1467.           Height = 15
  1468.           AutoSize = False
  1469.           Caption = '&ARJ packer:'
  1470.           FocusControl = arj_packer
  1471.         end
  1472.         object arj_packer: TEdit
  1473.           Left = 125
  1474.           Top = 17
  1475.           Width = 221
  1476.           Height = 21
  1477.           Font.Color = clWindowText
  1478.           Font.Height = -11
  1479.           Font.Name = 'MS Sans Serif'
  1480.           Font.Style = []
  1481.           MaxLength = 255
  1482.           ParentFont = False
  1483.           TabOrder = 0
  1484.           OnChange = IDAnyButtonClick
  1485.         end
  1486.         object id_zip_find3: TButton
  1487.           Left = 346
  1488.           Top = 16
  1489.           Width = 24
  1490.           Height = 23
  1491.           Caption = '>>'
  1492.           TabOrder = 1
  1493.           OnClick = id_zip_find3Click
  1494.         end
  1495.         object arj_useinternal: TCheckBox
  1496.           Tag = 124
  1497.           Left = 10
  1498.           Top = 42
  1499.           Width = 360
  1500.           Height = 14
  1501.           Caption = '&Use internal un-ARJ if possible'
  1502.           TabOrder = 2
  1503.           OnClick = IDAnyButtonClick
  1504.         end
  1505.         object arj_longnames: TCheckBox
  1506.           Tag = 129
  1507.           Left = 10
  1508.           Top = 58
  1509.           Width = 360
  1510.           Height = 14
  1511.           Caption = '&Pass long filenames to ARJ (ARJ 2.55 or later required)'
  1512.           TabOrder = 3
  1513.           OnClick = IDAnyButtonClick
  1514.         end
  1515.       end
  1516.       object LHA: TGroupBox
  1517.         Left = 4
  1518.         Top = 154
  1519.         Width = 378
  1520.         Height = 60
  1521.         Caption = ' LHA '
  1522.         TabOrder = 3
  1523.         object LHApacker: TLabel
  1524.           Tag = 125
  1525.           Left = 10
  1526.           Top = 16
  1527.           Width = 114
  1528.           Height = 15
  1529.           AutoSize = False
  1530.           Caption = '&LHA packer:'
  1531.           FocusControl = lha_packer
  1532.         end
  1533.         object lha_packer: TEdit
  1534.           Left = 125
  1535.           Top = 13
  1536.           Width = 221
  1537.           Height = 21
  1538.           Font.Color = clWindowText
  1539.           Font.Height = -11
  1540.           Font.Name = 'MS Sans Serif'
  1541.           Font.Style = []
  1542.           MaxLength = 255
  1543.           ParentFont = False
  1544.           TabOrder = 0
  1545.           OnChange = IDAnyButtonClick
  1546.         end
  1547.         object id_zip_find4: TButton
  1548.           Left = 346
  1549.           Top = 12
  1550.           Width = 24
  1551.           Height = 23
  1552.           Caption = '>>'
  1553.           TabOrder = 1
  1554.           OnClick = id_zip_find4Click
  1555.         end
  1556.         object lzh_useinternal: TCheckBox
  1557.           Tag = 126
  1558.           Left = 10
  1559.           Top = 38
  1560.           Width = 360
  1561.           Height = 14
  1562.           Caption = 'Us&e internal un-LZH if possible'
  1563.           TabOrder = 2
  1564.           OnClick = IDAnyButtonClick
  1565.         end
  1566.       end
  1567.       object RAR: TGroupBox
  1568.         Left = 4
  1569.         Top = 216
  1570.         Width = 378
  1571.         Height = 44
  1572.         Caption = ' RAR '
  1573.         TabOrder = 4
  1574.         object RARPacker: TLabel
  1575.           Tag = 127
  1576.           Left = 10
  1577.           Top = 16
  1578.           Width = 114
  1579.           Height = 15
  1580.           AutoSize = False
  1581.           Caption = '&RAR Packer:'
  1582.           FocusControl = rar_packer
  1583.         end
  1584.         object rar_packer: TEdit
  1585.           Left = 125
  1586.           Top = 13
  1587.           Width = 221
  1588.           Height = 21
  1589.           Font.Color = clWindowText
  1590.           Font.Height = -11
  1591.           Font.Name = 'MS Sans Serif'
  1592.           Font.Style = []
  1593.           MaxLength = 255
  1594.           ParentFont = False
  1595.           TabOrder = 0
  1596.           OnChange = IDAnyButtonClick
  1597.         end
  1598.         object id_zip_find5: TButton
  1599.           Left = 346
  1600.           Top = 12
  1601.           Width = 24
  1602.           Height = 23
  1603.           Caption = '>>'
  1604.           TabOrder = 1
  1605.           OnClick = id_zip_find5Click
  1606.         end
  1607.       end
  1608.       object UC2: TGroupBox
  1609.         Left = 4
  1610.         Top = 262
  1611.         Width = 378
  1612.         Height = 44
  1613.         Caption = ' UC2 '
  1614.         TabOrder = 5
  1615.         object UC2Packer: TLabel
  1616.           Tag = 128
  1617.           Left = 10
  1618.           Top = 16
  1619.           Width = 114
  1620.           Height = 15
  1621.           AutoSize = False
  1622.           Caption = 'UC&2 Packer:'
  1623.           FocusControl = uc2_packer
  1624.         end
  1625.         object uc2_packer: TEdit
  1626.           Left = 125
  1627.           Top = 13
  1628.           Width = 221
  1629.           Height = 21
  1630.           Font.Color = clWindowText
  1631.           Font.Height = -11
  1632.           Font.Name = 'MS Sans Serif'
  1633.           Font.Style = []
  1634.           MaxLength = 255
  1635.           ParentFont = False
  1636.           TabOrder = 0
  1637.           OnChange = IDAnyButtonClick
  1638.         end
  1639.         object id_zip_find6: TButton
  1640.           Left = 346
  1641.           Top = 12
  1642.           Width = 24
  1643.           Height = 23
  1644.           Caption = '>>'
  1645.           TabOrder = 1
  1646.           OnClick = id_zip_find6Click
  1647.         end
  1648.       end
  1649.     end
  1650.     object TTabPage
  1651.       Left = 4
  1652.       Top = 42
  1653.       HelpContext = 290
  1654.       Caption = 'Zip packer'
  1655.       object ZIP: TGroupBox
  1656.         Left = 5
  1657.         Top = 4
  1658.         Width = 377
  1659.         Height = 97
  1660.         Caption = ' ZIP '
  1661.         TabOrder = 0
  1662.         object ZIPpacker: TLabel
  1663.           Tag = 130
  1664.           Left = 10
  1665.           Top = 17
  1666.           Width = 99
  1667.           Height = 14
  1668.           AutoSize = False
  1669.           Caption = '&ZIP packer:'
  1670.           FocusControl = zip_packer
  1671.         end
  1672.         object ZIPunpacker: TLabel
  1673.           Tag = 133
  1674.           Left = 10
  1675.           Top = 58
  1676.           Width = 99
  1677.           Height = 14
  1678.           AutoSize = False
  1679.           Caption = 'ZIP &unpacker:'
  1680.           FocusControl = zip_extract
  1681.         end
  1682.         object zip_packer: TEdit
  1683.           Left = 109
  1684.           Top = 14
  1685.           Width = 235
  1686.           Height = 21
  1687.           Font.Color = clWindowText
  1688.           Font.Height = -11
  1689.           Font.Name = 'MS Sans Serif'
  1690.           Font.Style = []
  1691.           MaxLength = 255
  1692.           ParentFont = False
  1693.           TabOrder = 0
  1694.           OnChange = IDAnyButtonClick
  1695.         end
  1696.         object id_zip_find1: TButton
  1697.           Left = 346
  1698.           Top = 13
  1699.           Width = 26
  1700.           Height = 23
  1701.           Caption = '>>'
  1702.           TabOrder = 1
  1703.           OnClick = id_zip_find1Click
  1704.         end
  1705.         object zip_internalpack: TCheckBox
  1706.           Tag = 131
  1707.           Left = 10
  1708.           Top = 38
  1709.           Width = 178
  1710.           Height = 14
  1711.           Caption = 'Use internal ZIP &packer'
  1712.           TabOrder = 2
  1713.           OnClick = zip_internalpackClick
  1714.         end
  1715.         object zip_zipnt: TCheckBox
  1716.           Tag = 132
  1717.           Left = 193
  1718.           Top = 38
  1719.           Width = 180
  1720.           Height = 14
  1721.           Caption = 'U&se ZIP-NT 2.01'
  1722.           TabOrder = 3
  1723.           OnClick = zip_zipntClick
  1724.         end
  1725.         object zip_extract: TEdit
  1726.           Left = 109
  1727.           Top = 55
  1728.           Width = 235
  1729.           Height = 21
  1730.           Font.Color = clWindowText
  1731.           Font.Height = -11
  1732.           Font.Name = 'MS Sans Serif'
  1733.           Font.Style = []
  1734.           MaxLength = 255
  1735.           ParentFont = False
  1736.           TabOrder = 4
  1737.           OnChange = IDAnyButtonClick
  1738.         end
  1739.         object id_zip_find2: TButton
  1740.           Left = 346
  1741.           Top = 54
  1742.           Width = 26
  1743.           Height = 23
  1744.           Caption = '>>'
  1745.           TabOrder = 5
  1746.           OnClick = id_zip_find2Click
  1747.         end
  1748.         object zip_useinternal: TCheckBox
  1749.           Tag = 134
  1750.           Left = 10
  1751.           Top = 79
  1752.           Width = 360
  1753.           Height = 14
  1754.           Caption = 'Always use &internal unzipping (if possible)'
  1755.           TabOrder = 6
  1756.           OnClick = IDAnyButtonClick
  1757.         end
  1758.       end
  1759.       object Compression09: TGroupBox
  1760.         Tag = 135
  1761.         Left = 6
  1762.         Top = 104
  1763.         Width = 377
  1764.         Height = 89
  1765.         Caption = ' Internal ZIP compression (0-9) '
  1766.         TabOrder = 1
  1767.         object none: TLabel
  1768.           Tag = 140
  1769.           Left = 142
  1770.           Top = 65
  1771.           Width = 228
  1772.           Height = 14
  1773.           AutoSize = False
  1774.           Caption = '(0 = none)'
  1775.           WordWrap = True
  1776.         end
  1777.         object internalzip_default: TRadioButton
  1778.           Tag = 136
  1779.           Left = 10
  1780.           Top = 17
  1781.           Width = 360
  1782.           Height = 14
  1783.           Caption = '&normal compression (6)'
  1784.           TabOrder = 0
  1785.           TabStop = True
  1786.           OnClick = internalzip_defaultClick
  1787.         end
  1788.         object internalzip_max: TRadioButton
  1789.           Tag = 137
  1790.           Left = 10
  1791.           Top = 33
  1792.           Width = 360
  1793.           Height = 14
  1794.           Caption = '&maximum compression (9)'
  1795.           TabOrder = 1
  1796.           TabStop = True
  1797.           OnClick = internalzip_maxClick
  1798.         end
  1799.         object internalzip_min: TRadioButton
  1800.           Tag = 138
  1801.           Left = 10
  1802.           Top = 49
  1803.           Width = 360
  1804.           Height = 14
  1805.           Caption = '&fastest compression (1)'
  1806.           TabOrder = 2
  1807.           TabStop = True
  1808.           OnClick = internalzip_minClick
  1809.         end
  1810.         object internalzip_other: TRadioButton
  1811.           Tag = 139
  1812.           Left = 10
  1813.           Top = 65
  1814.           Width = 84
  1815.           Height = 14
  1816.           Caption = '&other:'
  1817.           TabOrder = 3
  1818.           TabStop = True
  1819.           OnClick = IDAnyButtonClick
  1820.         end
  1821.         object internalzip_value: TEdit
  1822.           Left = 97
  1823.           Top = 62
  1824.           Width = 22
  1825.           Height = 21
  1826.           Font.Color = clWindowText
  1827.           Font.Height = -11
  1828.           Font.Name = 'MS Sans Serif'
  1829.           Font.Style = []
  1830.           MaxLength = 1
  1831.           ParentFont = False
  1832.           TabOrder = 4
  1833.           Text = '1'
  1834.           OnChange = IDAnyButtonClick
  1835.           OnEnter = internalzip_valueEnter
  1836.         end
  1837.         object internalzip_scroller: TScrollBar
  1838.           Left = 120
  1839.           Top = 62
  1840.           Width = 17
  1841.           Height = 21
  1842.           Kind = sbVertical
  1843.           TabOrder = 5
  1844.           TabStop = False
  1845.           OnScroll = internalzip_scrollerScroll
  1846.         end
  1847.       end
  1848.       object Directoryfortemporaryfiles: TGroupBox
  1849.         Tag = 141
  1850.         Left = 6
  1851.         Top = 196
  1852.         Width = 377
  1853.         Height = 65
  1854.         Caption = ' Directory for temporary files (internal ZIP) '
  1855.         TabOrder = 2
  1856.         object internalzip_settemp: TRadioButton
  1857.           Tag = 142
  1858.           Left = 10
  1859.           Top = 18
  1860.           Width = 360
  1861.           Height = 14
  1862.           Caption = '&default ("set temp=" in autoexec.bat)'
  1863.           TabOrder = 0
  1864.           TabStop = True
  1865.           OnClick = IDAnyButtonClick
  1866.         end
  1867.         object internalzip_otherdir: TRadioButton
  1868.           Tag = 143
  1869.           Left = 10
  1870.           Top = 38
  1871.           Width = 96
  1872.           Height = 14
  1873.           Caption = 'o&ther:'
  1874.           TabOrder = 1
  1875.           TabStop = True
  1876.           OnClick = internalzip_otherdirClick
  1877.         end
  1878.         object internalzip_tempdir: TEdit
  1879.           Left = 107
  1880.           Top = 36
  1881.           Width = 263
  1882.           Height = 21
  1883.           Font.Color = clWindowText
  1884.           Font.Height = -11
  1885.           Font.Name = 'MS Sans Serif'
  1886.           Font.Style = []
  1887.           MaxLength = 255
  1888.           ParentFont = False
  1889.           TabOrder = 2
  1890.           OnChange = internalzip_tempdirChange
  1891.         end
  1892.       end
  1893.       object AdditionalSettings: TGroupBox
  1894.         Tag = 144
  1895.         Left = 6
  1896.         Top = 264
  1897.         Width = 377
  1898.         Height = 41
  1899.         Caption = ' Additional Settings '
  1900.         TabOrder = 3
  1901.         object zip_83name: TCheckBox
  1902.           Tag = 145
  1903.           Left = 12
  1904.           Top = 16
  1905.           Width = 163
  1906.           Height = 17
  1907.           Caption = 'Use &8.3 short filenames'
  1908.           TabOrder = 0
  1909.           OnClick = IDAnyButtonClick
  1910.         end
  1911.         object zip_setdate: TCheckBox
  1912.           Tag = 146
  1913.           Left = 175
  1914.           Top = 16
  1915.           Width = 197
  1916.           Height = 17
  1917.           Caption = 'S&et ZIP date to newest file date'
  1918.           TabOrder = 1
  1919.           OnClick = IDAnyButtonClick
  1920.         end
  1921.       end
  1922.     end
  1923.     object TTabPage
  1924.       Left = 4
  1925.       Top = 42
  1926.       HelpContext = 260
  1927.       Caption = 'Tabstops'
  1928.       object Showfileextensions: TGroupBox
  1929.         Tag = 150
  1930.         Left = 80
  1931.         Top = 10
  1932.         Width = 227
  1933.         Height = 63
  1934.         Caption = ' Show file extensions '
  1935.         TabOrder = 0
  1936.         object id_confExtAfterName: TRadioButton
  1937.           Tag = 151
  1938.           Left = 10
  1939.           Top = 17
  1940.           Width = 212
  1941.           Height = 14
  1942.           Caption = 'di&rectly after filename'
  1943.           TabOrder = 0
  1944.           TabStop = True
  1945.           OnClick = id_confExtAfterNameClick
  1946.         end
  1947.         object id_confExtAligned: TRadioButton
  1948.           Tag = 152
  1949.           Left = 10
  1950.           Top = 38
  1951.           Width = 212
  1952.           Height = 14
  1953.           Caption = 'ali&gned (with Tab)'
  1954.           TabOrder = 1
  1955.           OnClick = id_confExtAlignedClick
  1956.         end
  1957.       end
  1958.       object GroupBoxID106: TGroupBox
  1959.         Tag = 153
  1960.         Left = 80
  1961.         Top = 82
  1962.         Width = 227
  1963.         Height = 135
  1964.         Caption = ' Tabstops '
  1965.         TabOrder = 1
  1966.         object Extension: TLabel
  1967.           Tag = 154
  1968.           Left = 10
  1969.           Top = 20
  1970.           Width = 112
  1971.           Height = 14
  1972.           AutoSize = False
  1973.           Caption = '&Extension:'
  1974.           FocusControl = id_tabExt
  1975.           WordWrap = True
  1976.         end
  1977.         object Label4: TLabel
  1978.           Tag = 155
  1979.           Left = 10
  1980.           Top = 48
  1981.           Width = 112
  1982.           Height = 14
  1983.           AutoSize = False
  1984.           Caption = '&Size:'
  1985.           FocusControl = id_tabSize
  1986.           WordWrap = True
  1987.         end
  1988.         object Date: TLabel
  1989.           Tag = 156
  1990.           Left = 10
  1991.           Top = 76
  1992.           Width = 112
  1993.           Height = 14
  1994.           AutoSize = False
  1995.           Caption = '&Date/Time:'
  1996.           FocusControl = id_TabDate
  1997.           WordWrap = True
  1998.         end
  1999.         object Attributes: TLabel
  2000.           Tag = 157
  2001.           Left = 10
  2002.           Top = 104
  2003.           Width = 112
  2004.           Height = 14
  2005.           AutoSize = False
  2006.           Caption = '&Attributes:'
  2007.           FocusControl = id_TabAttr
  2008.           WordWrap = True
  2009.         end
  2010.         object id_tabSize: TEdit
  2011.           Left = 124
  2012.           Top = 45
  2013.           Width = 60
  2014.           Height = 21
  2015.           Font.Color = clWindowText
  2016.           Font.Height = -11
  2017.           Font.Name = 'MS Sans Serif'
  2018.           Font.Style = []
  2019.           MaxLength = 5
  2020.           ParentFont = False
  2021.           TabOrder = 0
  2022.           OnChange = TabEditChange
  2023.         end
  2024.         object ScrollBar2: TScrollBar
  2025.           Left = 184
  2026.           Top = 45
  2027.           Width = 18
  2028.           Height = 20
  2029.           Kind = sbVertical
  2030.           TabOrder = 1
  2031.           TabStop = False
  2032.           OnScroll = ScrollBar2Scroll
  2033.         end
  2034.         object id_TabDate: TEdit
  2035.           Left = 124
  2036.           Top = 73
  2037.           Width = 60
  2038.           Height = 21
  2039.           Font.Color = clWindowText
  2040.           Font.Height = -11
  2041.           Font.Name = 'MS Sans Serif'
  2042.           Font.Style = []
  2043.           MaxLength = 5
  2044.           ParentFont = False
  2045.           TabOrder = 2
  2046.           OnChange = TabEditChange
  2047.         end
  2048.         object ScrollBar3: TScrollBar
  2049.           Left = 184
  2050.           Top = 73
  2051.           Width = 18
  2052.           Height = 20
  2053.           Kind = sbVertical
  2054.           TabOrder = 3
  2055.           TabStop = False
  2056.           OnScroll = ScrollBar3Scroll
  2057.         end
  2058.         object id_TabAttr: TEdit
  2059.           Left = 124
  2060.           Top = 101
  2061.           Width = 60
  2062.           Height = 21
  2063.           Font.Color = clWindowText
  2064.           Font.Height = -11
  2065.           Font.Name = 'MS Sans Serif'
  2066.           Font.Style = []
  2067.           MaxLength = 5
  2068.           ParentFont = False
  2069.           TabOrder = 4
  2070.           OnChange = TabEditChange
  2071.         end
  2072.         object ScrollBar5: TScrollBar
  2073.           Left = 184
  2074.           Top = 101
  2075.           Width = 18
  2076.           Height = 20
  2077.           Kind = sbVertical
  2078.           TabOrder = 5
  2079.           TabStop = False
  2080.           OnScroll = ScrollBar5Scroll
  2081.         end
  2082.         object id_tabExt: TEdit
  2083.           Left = 124
  2084.           Top = 17
  2085.           Width = 60
  2086.           Height = 21
  2087.           Font.Color = clWindowText
  2088.           Font.Height = -11
  2089.           Font.Name = 'MS Sans Serif'
  2090.           Font.Style = []
  2091.           MaxLength = 5
  2092.           ParentFont = False
  2093.           TabOrder = 6
  2094.           OnChange = TabEditChange
  2095.         end
  2096.         object ScrollBar1: TScrollBar
  2097.           Left = 184
  2098.           Top = 17
  2099.           Width = 18
  2100.           Height = 20
  2101.           Kind = sbVertical
  2102.           TabOrder = 7
  2103.           TabStop = False
  2104.           OnScroll = ScrollBar1Scroll
  2105.         end
  2106.       end
  2107.       object id_TabDefaults: TButton
  2108.         Tag = 159
  2109.         Left = 153
  2110.         Top = 291
  2111.         Width = 80
  2112.         Height = 23
  2113.         Caption = 'De&fault'
  2114.         TabOrder = 3
  2115.         OnClick = id_TabDefaultsClick
  2116.       end
  2117.       object Panel1: TPanel
  2118.         Left = 80
  2119.         Top = 228
  2120.         Width = 227
  2121.         Height = 57
  2122.         BevelInner = bvRaised
  2123.         BevelOuter = bvLowered
  2124.         TabOrder = 2
  2125.         object id_ShowCentury: TCheckBox
  2126.           Tag = 158
  2127.           Left = 10
  2128.           Top = 10
  2129.           Width = 213
  2130.           Height = 14
  2131.           Caption = 'Show ¢ury in date (19xx)'
  2132.           TabOrder = 0
  2133.           OnClick = TabPageChangedClick
  2134.         end
  2135.         object id_UseAMPMFormat: TCheckBox
  2136.           Tag = 160
  2137.           Left = 10
  2138.           Top = 31
  2139.           Width = 213
  2140.           Height = 14
  2141.           Caption = '&Use 12 hour AM/PM format'
  2142.           TabOrder = 1
  2143.           OnClick = TabPageChangedClick
  2144.         end
  2145.       end
  2146.     end
  2147.   end
  2148.   object Translate1: TTranslate
  2149.     Tag = 5100
  2150.     Left = 8
  2151.     Top = 384
  2152.   end
  2153.   object ResolutionFix1: TResolutionFix
  2154.     Left = 40
  2155.     Top = 384
  2156.   end
  2157. end
  2158.