home *** CD-ROM | disk | FTP | other *** search
- object frmFavOpt: TfrmFavOpt
- Left = 328
- Top = 350
- HelpContext = 121
- BorderStyle = bsDialog
- Caption = 'UltimateZip Favorite Options'
- ClientHeight = 300
- ClientWidth = 404
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object tabOther: TPageControl
- Left = 4
- Top = 8
- Width = 395
- Height = 257
- ActivePage = tabFav
- HotTrack = True
- TabOrder = 0
- object tabFav: TTabSheet
- Caption = 'Favorite Archive Folders'
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 377
- Height = 65
- AutoSize = False
- Caption =
- '&UltimateZip will automatically list Archive Files found in the ' +
- 'following folders. If you want to add or remove folders from you' +
- 'r Favorite Folders, click the buttons below.'
- WordWrap = True
- end
- object Button3: TButton
- Left = 272
- Top = 192
- Width = 105
- Height = 25
- Caption = '&Remove folder'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 160
- Top = 192
- Width = 105
- Height = 25
- Caption = '&Add folder'
- TabOrder = 1
- OnClick = Button4Click
- end
- object lbxFiles: TListBox
- Left = 8
- Top = 56
- Width = 369
- Height = 121
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Other Archive Folders'
- ImageIndex = 1
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 361
- Height = 33
- AutoSize = False
- Caption =
- 'If you open an archive from search results that is not in your F' +
- 'avorite List, UltimateZip can add the folder to your Favorite Ar' +
- 'chive Folders.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 56
- Width = 371
- Height = 17
- Shape = bsTopLine
- end
- object rbAuto: TRadioButton
- Left = 8
- Top = 72
- Width = 305
- Height = 17
- Caption = '&Add the folder to the Favorite Archive Folders automatically'
- TabOrder = 0
- end
- object rbAsk: TRadioButton
- Left = 8
- Top = 104
- Width = 305
- Height = 17
- Caption = 'A&sk before adding the folder to the Favorite Archive Folders'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object rbNot: TRadioButton
- Left = 8
- Top = 136
- Width = 281
- Height = 17
- Caption = '&Do not add the folder to the Favorite Archive Folders'
- TabOrder = 2
- end
- end
- end
- object Button1: TButton
- Left = 244
- Top = 272
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 324
- Top = 272
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 16
- Top = 24
- end
- object bdBrowse: TdfsBrowseDirectoryDlg
- Selection = 'C:\WINDOWS\Desktop\'
- Options = [bfNewDialogStyle]
- Caption = 'Select Favorite Folder'
- ShowSelectionInStatus = True
- Left = 336
- Top = 88
- end
- end
-