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

  1. object frmFavOpt: TfrmFavOpt
  2.   Left = 328
  3.   Top = 350
  4.   HelpContext = 121
  5.   BorderStyle = bsDialog
  6.   Caption = 'UltimateZip Favorite Options'
  7.   ClientHeight = 300
  8.   ClientWidth = 404
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object tabOther: TPageControl
  22.     Left = 4
  23.     Top = 8
  24.     Width = 395
  25.     Height = 257
  26.     ActivePage = tabFav
  27.     HotTrack = True
  28.     TabOrder = 0
  29.     object tabFav: TTabSheet
  30.       Caption = 'Favorite Archive Folders'
  31.       object Label1: TLabel
  32.         Left = 8
  33.         Top = 8
  34.         Width = 377
  35.         Height = 65
  36.         AutoSize = False
  37.         Caption = 
  38.           '&UltimateZip will automatically list Archive Files found in the ' +
  39.           'following folders. If you want to add or remove folders from you' +
  40.           'r Favorite Folders, click the buttons below.'
  41.         WordWrap = True
  42.       end
  43.       object Button3: TButton
  44.         Left = 272
  45.         Top = 192
  46.         Width = 105
  47.         Height = 25
  48.         Caption = '&Remove folder'
  49.         TabOrder = 2
  50.         OnClick = Button3Click
  51.       end
  52.       object Button4: TButton
  53.         Left = 160
  54.         Top = 192
  55.         Width = 105
  56.         Height = 25
  57.         Caption = '&Add folder'
  58.         TabOrder = 1
  59.         OnClick = Button4Click
  60.       end
  61.       object lbxFiles: TListBox
  62.         Left = 8
  63.         Top = 56
  64.         Width = 369
  65.         Height = 121
  66.         ItemHeight = 13
  67.         Sorted = True
  68.         TabOrder = 0
  69.       end
  70.     end
  71.     object TabSheet2: TTabSheet
  72.       Caption = 'Other Archive Folders'
  73.       ImageIndex = 1
  74.       object Label2: TLabel
  75.         Left = 8
  76.         Top = 8
  77.         Width = 361
  78.         Height = 33
  79.         AutoSize = False
  80.         Caption = 
  81.           'If you open an archive from search results that is not in your F' +
  82.           'avorite List, UltimateZip can add the folder to your Favorite Ar' +
  83.           'chive Folders.'
  84.         WordWrap = True
  85.       end
  86.       object Bevel1: TBevel
  87.         Left = 8
  88.         Top = 56
  89.         Width = 371
  90.         Height = 17
  91.         Shape = bsTopLine
  92.       end
  93.       object rbAuto: TRadioButton
  94.         Left = 8
  95.         Top = 72
  96.         Width = 305
  97.         Height = 17
  98.         Caption = '&Add the folder to the Favorite Archive Folders automatically'
  99.         TabOrder = 0
  100.       end
  101.       object rbAsk: TRadioButton
  102.         Left = 8
  103.         Top = 104
  104.         Width = 305
  105.         Height = 17
  106.         Caption = 'A&sk before adding the folder to the Favorite Archive Folders'
  107.         Checked = True
  108.         TabOrder = 1
  109.         TabStop = True
  110.       end
  111.       object rbNot: TRadioButton
  112.         Left = 8
  113.         Top = 136
  114.         Width = 281
  115.         Height = 17
  116.         Caption = '&Do not add the folder to the Favorite Archive Folders'
  117.         TabOrder = 2
  118.       end
  119.     end
  120.   end
  121.   object Button1: TButton
  122.     Left = 244
  123.     Top = 272
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'Ok'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 1
  130.     OnClick = Button1Click
  131.   end
  132.   object Button2: TButton
  133.     Left = 324
  134.     Top = 272
  135.     Width = 75
  136.     Height = 25
  137.     Cancel = True
  138.     Caption = 'Cancel'
  139.     ModalResult = 2
  140.     TabOrder = 2
  141.   end
  142.   object FormCenter1: TFormCenter
  143.     Center = True
  144.     Left = 16
  145.     Top = 24
  146.   end
  147.   object bdBrowse: TdfsBrowseDirectoryDlg
  148.     Selection = 'C:\WINDOWS\Desktop\'
  149.     Options = [bfNewDialogStyle]
  150.     Caption = 'Select Favorite Folder'
  151.     ShowSelectionInStatus = True
  152.     Left = 336
  153.     Top = 88
  154.   end
  155. end
  156.