object AddDialog: TAddDialog Left = 214 Top = 110 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Add Item' ClientHeight = 279 ClientWidth = 353 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 192 Top = 248 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object CancelButton: TButton Left = 272 Top = 248 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Pages: TPageControl Left = 8 Top = 8 Width = 337 Height = 233 ActivePage = Advanced TabOrder = 2 object Parameters: TTabSheet Caption = 'Parameters' object Label1: TLabel Left = 8 Top = 27 Width = 25 Height = 13 Caption = 'URL:' end object Label2: TLabel Left = 24 Top = 123 Width = 29 Height = 13 Caption = 'Level:' end object URLEdit: TEdit Left = 56 Top = 24 Width = 265 Height = 21 HelpContext = 101 TabOrder = 0 Text = 'http://' end object ImgBox: TCheckBox Left = 24 Top = 56 Width = 137 Height = 17 HelpContext = 102 Caption = 'Load Images' TabOrder = 1 end object ServersBox: TCheckBox Left = 160 Top = 56 Width = 161 Height = 17 HelpContext = 104 Caption = 'Load other servers' TabOrder = 2 end object LevelEdit: TEdit Left = 96 Top = 120 Width = 105 Height = 21 HelpContext = 103 TabOrder = 4 Text = '0' end object TranslateBox: TRadioGroup Left = 24 Top = 152 Width = 297 Height = 41 HelpContext = 105 Caption = 'Translate Links for:' Columns = 2 ItemIndex = 0 Items.Strings = ( 'Web Server' 'Offline browsing') TabOrder = 5 end object ThisWayBox: TCheckBox Left = 24 Top = 88 Width = 297 Height = 17 HelpContext = 107 Caption = 'Download only on this path and down' TabOrder = 3 end end object Scheduling: TTabSheet Caption = 'Scheduling' object Label3: TLabel Left = 8 Top = 20 Width = 93 Height = 13 Caption = 'When to download:' end object Label4: TLabel Left = 8 Top = 52 Width = 26 Height = 13 Caption = 'Time:' end object Label5: TLabel Left = 178 Top = 48 Width = 6 Height = 20 Caption = ':' Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label6: TLabel Left = 8 Top = 84 Width = 49 Height = 13 Caption = 'Weekday:' end object Label7: TLabel Left = 8 Top = 116 Width = 22 Height = 13 Caption = 'Day:' end object Label8: TLabel Left = 8 Top = 148 Width = 33 Height = 13 Caption = 'Month:' end object WhenBox: TComboBox Left = 144 Top = 16 Width = 145 Height = 21 HelpContext = 108 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Manually' 'Daily' 'Weekly' 'Monthly' 'Yearly' 'Every') TabOrder = 0 OnChange = WhenBoxChange end object HourEdit: TEdit Left = 144 Top = 48 Width = 33 Height = 21 HelpContext = 108 TabOrder = 1 Text = '0' end object MinuteEdit: TEdit Left = 185 Top = 48 Width = 33 Height = 21 HelpContext = 108 TabOrder = 2 Text = '0' end object WeekdayBox: TComboBox Left = 144 Top = 80 Width = 145 Height = 21 HelpContext = 108 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Sunday' 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday') TabOrder = 3 end object DayEdit: TEdit Left = 144 Top = 112 Width = 33 Height = 21 HelpContext = 108 TabOrder = 4 Text = '1' end object MonthBox: TComboBox Left = 144 Top = 144 Width = 145 Height = 21 HelpContext = 108 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'January' 'February' 'March' 'April' 'May' 'June' 'July' 'August' 'September' 'October' 'November' 'December') TabOrder = 5 end end object Authentication: TTabSheet Caption = 'Authentication' object Label9: TLabel Left = 8 Top = 28 Width = 54 Height = 13 Caption = 'User name:' end object Label10: TLabel Left = 8 Top = 60 Width = 49 Height = 13 Caption = 'Password:' end object Label13: TLabel Left = 8 Top = 92 Width = 78 Height = 13 Caption = 'Verify Password:' end object Label14: TLabel Left = 8 Top = 122 Width = 98 Height = 13 Caption = 'Passwords are equal' end object UserEdit: TEdit Left = 128 Top = 24 Width = 121 Height = 21 HelpContext = 110 TabOrder = 0 end object PswEdit: TEdit Left = 128 Top = 56 Width = 121 Height = 21 HelpContext = 110 PasswordChar = '*' TabOrder = 1 OnChange = PswEditChange end object Psw1Edit: TEdit Left = 128 Top = 88 Width = 121 Height = 21 HelpContext = 110 PasswordChar = '*' TabOrder = 2 OnChange = PswEditChange end end object Advanced: TTabSheet Caption = 'Advanced' object Label15: TLabel Left = 16 Top = 176 Width = 49 Height = 13 Caption = 'Extension:' end object LimitsBox: TGroupBox Left = 16 Top = 8 Width = 297 Height = 41 Caption = 'Limit Download by:' TabOrder = 0 object Label11: TLabel Left = 248 Top = 18 Width = 33 Height = 13 Caption = 'KBytes' end object Label12: TLabel Left = 248 Top = 154 Width = 21 Height = 13 Caption = 'Files' Visible = False end object LimitSizeBox: TCheckBox Left = 16 Top = 16 Width = 121 Height = 17 HelpContext = 111 Caption = 'Maximum File size' TabOrder = 0 OnClick = LimitSizeBoxClick end object MaxSizeEdit: TEdit Left = 144 Top = 14 Width = 97 Height = 21 HelpContext = 111 TabOrder = 1 Text = '1000' end object LimitCountBox: TCheckBox Left = 16 Top = 152 Width = 97 Height = 17 Caption = 'Files Count' TabOrder = 2 Visible = False OnClick = LimitCountBoxClick end object MaxCountEdit: TEdit Left = 144 Top = 150 Width = 97 Height = 21 TabOrder = 3 Text = '5000' Visible = False end end object EnableScriptBox: TCheckBox Left = 32 Top = 56 Width = 281 Height = 17 HelpContext = 112 Caption = 'Enable Script Processing' TabOrder = 1 end object InExBox: TRadioGroup Left = 16 Top = 80 Width = 201 Height = 81 HelpContext = 114 Caption = 'Exclude/Include File Types:' ItemIndex = 0 Items.Strings = ( 'Download All Files' 'Download Only these Files:' 'Do not Download these Files:') TabOrder = 2 OnClick = InExBoxClick end object ExtList: TListBox Left = 224 Top = 84 Width = 89 Height = 113 HelpContext = 114 ItemHeight = 13 TabOrder = 4 OnClick = ExtListClick end object ExtEdit: TEdit Left = 88 Top = 173 Width = 49 Height = 21 HelpContext = 114 MaxLength = 10 TabOrder = 3 Text = 'html' end object btnAdd: TButton Left = 144 Top = 167 Width = 73 Height = 17 HelpContext = 114 Caption = '&Add >>' TabOrder = 5 TabStop = False OnClick = btnAddClick end object btnRemove: TButton Tag = 1 Left = 144 Top = 185 Width = 73 Height = 17 HelpContext = 114 Caption = '&Remove <<' TabOrder = 6 TabStop = False OnClick = btnAddClick end end end end