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