home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / sharewar / archivp / ARCPEEK.EXE / 0 / RCDATA / TADVANCEDOPTIONS / TADVANCEDOPTIONS.txt
Text File  |  2000-01-10  |  6KB  |  308 lines

  1. object AdvancedOptions: TAdvancedOptions
  2.   Left = 145
  3.   Top = 74
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Advanced Options'
  7.   ClientHeight = 308
  8.   ClientWidth = 435
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 353
  22.     Height = 97
  23.     Caption = 'Archive types to look inside'
  24.     TabOrder = 16
  25.     object CAB: TCheckBox
  26.       Left = 152
  27.       Top = 40
  28.       Width = 41
  29.       Height = 17
  30.       Caption = 'CAB'
  31.       TabOrder = 0
  32.     end
  33.     object ACE: TCheckBox
  34.       Left = 8
  35.       Top = 40
  36.       Width = 41
  37.       Height = 17
  38.       Caption = 'ACE'
  39.       TabOrder = 1
  40.     end
  41.   end
  42.   object SelectAll: TCheckBox
  43.     Left = 16
  44.     Top = 24
  45.     Width = 65
  46.     Height = 17
  47.     Caption = 'Select All'
  48.     TabOrder = 0
  49.     OnClick = SelectAllClick
  50.   end
  51.   object ARC: TCheckBox
  52.     Left = 64
  53.     Top = 48
  54.     Width = 41
  55.     Height = 17
  56.     Caption = 'ARC'
  57.     TabOrder = 1
  58.   end
  59.   object ARJ: TCheckBox
  60.     Left = 112
  61.     Top = 48
  62.     Width = 41
  63.     Height = 17
  64.     Caption = 'ARJ'
  65.     TabOrder = 2
  66.   end
  67.   object GRP: TCheckBox
  68.     Left = 208
  69.     Top = 48
  70.     Width = 41
  71.     Height = 17
  72.     Caption = 'GRP'
  73.     TabOrder = 3
  74.   end
  75.   object HYP: TCheckBox
  76.     Left = 264
  77.     Top = 48
  78.     Width = 41
  79.     Height = 17
  80.     Caption = 'HYP'
  81.     TabOrder = 4
  82.   end
  83.   object LZH: TCheckBox
  84.     Left = 312
  85.     Top = 48
  86.     Width = 41
  87.     Height = 17
  88.     Caption = 'LZH'
  89.     TabOrder = 5
  90.   end
  91.   object PAK: TCheckBox
  92.     Left = 16
  93.     Top = 64
  94.     Width = 41
  95.     Height = 17
  96.     Caption = 'PAK'
  97.     TabOrder = 6
  98.   end
  99.   object RAR: TCheckBox
  100.     Left = 64
  101.     Top = 64
  102.     Width = 41
  103.     Height = 17
  104.     Caption = 'RAR'
  105.     TabOrder = 7
  106.   end
  107.   object SQZ: TCheckBox
  108.     Left = 112
  109.     Top = 64
  110.     Width = 41
  111.     Height = 17
  112.     Caption = 'SQZ'
  113.     TabOrder = 8
  114.   end
  115.   object TAR: TCheckBox
  116.     Left = 160
  117.     Top = 64
  118.     Width = 41
  119.     Height = 17
  120.     Caption = 'TAR'
  121.     TabOrder = 9
  122.   end
  123.   object WAD: TCheckBox
  124.     Left = 208
  125.     Top = 64
  126.     Width = 49
  127.     Height = 17
  128.     Caption = 'WAD'
  129.     TabOrder = 10
  130.   end
  131.   object ZIP: TCheckBox
  132.     Left = 264
  133.     Top = 64
  134.     Width = 41
  135.     Height = 17
  136.     Caption = 'ZIP'
  137.     TabOrder = 11
  138.   end
  139.   object ZOO: TCheckBox
  140.     Left = 312
  141.     Top = 64
  142.     Width = 41
  143.     Height = 17
  144.     Caption = 'ZOO'
  145.     TabOrder = 12
  146.   end
  147.   object Folders: TCheckBox
  148.     Left = 16
  149.     Top = 80
  150.     Width = 73
  151.     Height = 17
  152.     Caption = 'File folders'
  153.     TabOrder = 13
  154.   end
  155.   object Button1: TButton
  156.     Left = 368
  157.     Top = 16
  158.     Width = 65
  159.     Height = 25
  160.     Caption = 'OK'
  161.     TabOrder = 14
  162.     OnClick = Button1Click
  163.   end
  164.   object Button2: TButton
  165.     Left = 368
  166.     Top = 48
  167.     Width = 65
  168.     Height = 25
  169.     Caption = 'Cancel'
  170.     TabOrder = 15
  171.     OnClick = Button2Click
  172.   end
  173.   object GroupBox2: TGroupBox
  174.     Left = 8
  175.     Top = 112
  176.     Width = 377
  177.     Height = 185
  178.     Caption = 'Saving results to disk'
  179.     TabOrder = 17
  180.     object Label1: TLabel
  181.       Left = 40
  182.       Top = 128
  183.       Width = 281
  184.       Height = 33
  185.       Caption = 
  186.         '(this will make the output ugly, but it is useful when importing' +
  187.         ' results into a spreadsheet program)'
  188.       WordWrap = True
  189.     end
  190.     object GroupBox3: TGroupBox
  191.       Left = 8
  192.       Top = 16
  193.       Width = 225
  194.       Height = 89
  195.       Caption = 'HTML options'
  196.       TabOrder = 0
  197.       object Shape1: TShape
  198.         Left = 128
  199.         Top = 16
  200.         Width = 25
  201.         Height = 17
  202.       end
  203.       object ComboBox1: TComboBox
  204.         Left = 8
  205.         Top = 16
  206.         Width = 113
  207.         Height = 21
  208.         ItemHeight = 13
  209.         Items.Strings = (
  210.           'Background color'
  211.           'Text color'
  212.           'Link color'
  213.           'Visited link color'
  214.           'Active link color')
  215.         TabOrder = 0
  216.         Text = 'Background color'
  217.         OnChange = ComboBox1Change
  218.       end
  219.       object Select: TButton
  220.         Left = 160
  221.         Top = 16
  222.         Width = 57
  223.         Height = 17
  224.         Caption = 'Select...'
  225.         TabOrder = 1
  226.         OnClick = SelectClick
  227.       end
  228.       object CheckBox2: TCheckBox
  229.         Left = 8
  230.         Top = 40
  231.         Width = 105
  232.         Height = 17
  233.         Caption = 'Create hyperlinks'
  234.         TabOrder = 2
  235.       end
  236.       object CheckBox3: TCheckBox
  237.         Left = 8
  238.         Top = 56
  239.         Width = 121
  240.         Height = 17
  241.         Caption = 'Display table borders'
  242.         TabOrder = 3
  243.       end
  244.     end
  245.     object CheckBox1: TCheckBox
  246.       Left = 8
  247.       Top = 160
  248.       Width = 241
  249.       Height = 17
  250.       Caption = 'Launch viewer when results are saved to disk'
  251.       TabOrder = 1
  252.     end
  253.     object GroupBox4: TGroupBox
  254.       Left = 240
  255.       Top = 16
  256.       Width = 129
  257.       Height = 89
  258.       Caption = 'Include'
  259.       TabOrder = 2
  260.       object CheckBox4: TCheckBox
  261.         Left = 8
  262.         Top = 16
  263.         Width = 73
  264.         Height = 17
  265.         Caption = 'Date/Time'
  266.         TabOrder = 0
  267.       end
  268.       object CheckBox5: TCheckBox
  269.         Left = 8
  270.         Top = 32
  271.         Width = 81
  272.         Height = 17
  273.         Caption = 'Original Size'
  274.         TabOrder = 1
  275.       end
  276.       object CheckBox6: TCheckBox
  277.         Left = 8
  278.         Top = 64
  279.         Width = 105
  280.         Height = 17
  281.         Caption = 'Compressed Size'
  282.         TabOrder = 2
  283.       end
  284.       object CheckBox7: TCheckBox
  285.         Left = 8
  286.         Top = 48
  287.         Width = 113
  288.         Height = 17
  289.         Caption = 'Compression Ratio'
  290.         TabOrder = 3
  291.       end
  292.     end
  293.     object CheckBox8: TCheckBox
  294.       Left = 8
  295.       Top = 112
  296.       Width = 209
  297.       Height = 17
  298.       Caption = 'Put tabs in text files rather than spaces'
  299.       TabOrder = 3
  300.     end
  301.   end
  302.   object ColorDialog1: TColorDialog
  303.     Ctl3D = True
  304.     Left = 368
  305.     Top = 80
  306.   end
  307. end
  308.