home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMFAV / TFRMFAV.txt
Encoding:
Text File  |  2002-05-23  |  4.5 KB  |  230 lines

  1. object frmFav: TfrmFav
  2.   Left = 325
  3.   Top = 275
  4.   Width = 457
  5.   Height = 279
  6.   HelpContext = 121
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Favorite Archive Folders'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 279
  11.   Constraints.MinWidth = 457
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object StatusBar2: TStatusBar
  25.     Left = 0
  26.     Top = 233
  27.     Width = 449
  28.     Height = 19
  29.     Panels = <
  30.       item
  31.         Bevel = pbNone
  32.         Width = 50
  33.       end>
  34.     SimplePanel = False
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 367
  38.     Top = 0
  39.     Width = 82
  40.     Height = 233
  41.     Align = alRight
  42.     BevelOuter = bvNone
  43.     TabOrder = 1
  44.     object Button1: TButton
  45.       Left = 0
  46.       Top = 8
  47.       Width = 75
  48.       Height = 25
  49.       Caption = '&Open'
  50.       Default = True
  51.       TabOrder = 0
  52.       OnClick = lvListDblClick
  53.     end
  54.     object Button2: TButton
  55.       Left = 0
  56.       Top = 72
  57.       Width = 75
  58.       Height = 25
  59.       Caption = '&Search'
  60.       TabOrder = 1
  61.       OnClick = Button2Click
  62.     end
  63.     object Button3: TButton
  64.       Left = 0
  65.       Top = 40
  66.       Width = 75
  67.       Height = 25
  68.       Cancel = True
  69.       Caption = 'Cancel'
  70.       ModalResult = 2
  71.       TabOrder = 2
  72.     end
  73.     object Button4: TButton
  74.       Left = 0
  75.       Top = 120
  76.       Width = 75
  77.       Height = 25
  78.       Caption = 'O&ptions...'
  79.       TabOrder = 3
  80.       OnClick = Button4Click
  81.     end
  82.     object btnHelp: TButton
  83.       Left = 0
  84.       Top = 152
  85.       Width = 75
  86.       Height = 25
  87.       Caption = '&Help'
  88.       TabOrder = 4
  89.       OnClick = btnHelpClick
  90.     end
  91.   end
  92.   object Panel2: TPanel
  93.     Left = 0
  94.     Top = 0
  95.     Width = 367
  96.     Height = 233
  97.     Align = alClient
  98.     BevelOuter = bvNone
  99.     Caption = 'Panel2'
  100.     TabOrder = 2
  101.     object Label1: TLabel
  102.       Left = 8
  103.       Top = 213
  104.       Width = 59
  105.       Height = 13
  106.       Caption = 'Files of &type:'
  107.       FocusControl = cboType
  108.     end
  109.     object Label2: TLabel
  110.       Left = 8
  111.       Top = 16
  112.       Width = 48
  113.       Height = 13
  114.       Caption = 'File name:'
  115.       FocusControl = lvList
  116.     end
  117.     object lblPath: TPathLabel
  118.       Left = 64
  119.       Top = 16
  120.       Width = 289
  121.       Height = 13
  122.       AutoSize = False
  123.     end
  124.     object cboType: TComboBox
  125.       Left = 104
  126.       Top = 168
  127.       Width = 241
  128.       Height = 22
  129.       Style = csOwnerDrawFixed
  130.       Enabled = False
  131.       ItemHeight = 16
  132.       TabOrder = 0
  133.       OnChange = cboTypeChange
  134.       Items.Strings = (
  135.         'Blak Hole files'
  136.         'Cab files'
  137.         'GZip files'
  138.         'Jar files'
  139.         'Lha files'
  140.         'Lzh files'
  141.         'Tar files'
  142.         'Zip files')
  143.     end
  144.     object lvList: TdfsEnhListView
  145.       Left = 8
  146.       Top = 40
  147.       Width = 353
  148.       Height = 158
  149.       AutoColumnSort = acsSortToggle
  150.       AutoResort = False
  151.       NoColumnResize = False
  152.       ShowSortArrows = True
  153.       OnDblClick = lvListDblClick
  154.       Columns = <
  155.         item
  156.           Caption = 'Name'
  157.           Width = 100
  158.         end
  159.         item
  160.           Caption = 'Modified'
  161.           Width = 100
  162.         end
  163.         item
  164.           Caption = 'Folder'
  165.           Width = 130
  166.         end>
  167.       ReadOnly = True
  168.       OnChange = lvListChange
  169.       OnSelectItem = lvListSelectItem
  170.       TabOrder = 1
  171.       ViewStyle = vsReport
  172.       SmallImages = frmMain.sysSmallImages
  173.     end
  174.     object cboArctype: TComboBox
  175.       Left = 80
  176.       Top = 208
  177.       Width = 281
  178.       Height = 21
  179.       Style = csDropDownList
  180.       ItemHeight = 13
  181.       TabOrder = 2
  182.       OnChange = cboArctypeChange
  183.       Items.Strings = (
  184.         'All archives'
  185.         'Encoded files'
  186.         'Zip files'
  187.         'Ace files'
  188.         'Arc files'
  189.         'Arj files'
  190.         'Bh files'
  191.         'Cab files'
  192.         'GZip files'
  193.         'Jar files'
  194.         'Lha files'
  195.         'Pak files'
  196.         'Rar files'
  197.         'Tar files'
  198.         'Zoo files')
  199.     end
  200.   end
  201.   object FormCenter1: TFormCenter
  202.     Center = True
  203.     Left = 416
  204.     Top = 160
  205.   end
  206.   object Search: TFileSearch
  207.     Stop = True
  208.     OnFileFind = SearchFileFind
  209.     OnChangeFolder = SearchChangeFolder
  210.     OnFinish = SearchFinish
  211.     Left = 336
  212.     Top = 8
  213.   end
  214.   object Scanner: TDADirScan
  215.     OnDirFound = ScannerDirFound
  216.     OnFileFound = ScannerFileFound
  217.     Levels = 50
  218.     RecursiveScan = False
  219.     CompleteData = False
  220.     Left = 304
  221.     Top = 8
  222.   end
  223.   object Holder: TStrHolder
  224.     Macros = <>
  225.     Left = 272
  226.     Top = 8
  227.     InternalVer = 1
  228.   end
  229. end
  230.