home *** CD-ROM | disk | FTP | other *** search
- object AdvDialog: TAdvDialog
- Left = 358
- Top = 69
- ActiveControl = PageControl1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Job settings'
- ClientHeight = 433
- ClientWidth = 360
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CancelBtn: TButton
- Left = 280
- Top = 406
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object OkBtn: TButton
- Left = 197
- Top = 406
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OkBtnClick
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 360
- Height = 400
- ActivePage = TabSheet5
- TabOrder = 0
- object TabSheet5: TTabSheet
- Caption = 'General'
- object Label8: TLabel
- Left = 20
- Top = 90
- Width = 80
- Height = 13
- Caption = 'Title (description)'
- end
- object Label3: TLabel
- Left = 20
- Top = 18
- Width = 41
- Height = 13
- Caption = 'Location'
- end
- object Label10: TLabel
- Left = 20
- Top = 204
- Width = 68
- Height = 13
- Caption = 'Rename file to'
- end
- object Label1: TLabel
- Left = 20
- Top = 142
- Width = 66
- Height = 13
- Caption = 'Save to folder'
- end
- object TitleEdit: TEdit
- Left = 20
- Top = 108
- Width = 311
- Height = 21
- TabOrder = 3
- end
- object LocBtn: TButton
- Left = 236
- Top = 65
- Width = 89
- Height = 23
- Cancel = True
- Caption = 'Locations...'
- TabOrder = 2
- OnClick = LocBtnClick
- end
- object SiteBtn: TButton
- Left = 141
- Top = 65
- Width = 88
- Height = 23
- Caption = 'Site settings...'
- TabOrder = 1
- OnClick = SiteBtnClick
- end
- object UrlEdit: TEdit
- Left = 20
- Top = 36
- Width = 311
- Height = 21
- TabOrder = 0
- OnChange = UrlEditChange
- end
- object LocalFileEdit: TEdit
- Left = 20
- Top = 224
- Width = 121
- Height = 21
- TabOrder = 6
- end
- object LocalFolderEdit: TEdit
- Left = 20
- Top = 160
- Width = 311
- Height = 21
- TabOrder = 4
- end
- object BrowseBtn: TButton
- Left = 236
- Top = 189
- Width = 89
- Height = 23
- Cancel = True
- Caption = 'Browse...'
- TabOrder = 5
- OnClick = BrowseBtnClick
- end
- object GroupBox7: TGroupBox
- Left = 20
- Top = 280
- Width = 313
- Height = 73
- Caption = ' Start '
- TabOrder = 7
- object Label13: TLabel
- Left = 12
- Top = 18
- Width = 14
- Height = 13
- Caption = 'On'
- end
- object Label16: TLabel
- Left = 120
- Top = 18
- Width = 10
- Height = 13
- Caption = 'At'
- end
- object NowBtn: TSpeedButton
- Left = 212
- Top = 36
- Width = 33
- Height = 21
- Caption = 'Now'
- OnClick = NowBtnClick
- end
- object Label17: TLabel
- Left = 267
- Top = 18
- Width = 31
- Height = 13
- Caption = 'Priority'
- end
- object DateTimePicker1: TDateTimePicker
- Left = 12
- Top = 36
- Width = 101
- Height = 21
- CalAlignment = dtaLeft
- Date = 35862.064069560180000000
- Time = 35862.064069560180000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkDate
- ParseInput = False
- end
- object DateTimePicker2: TDateTimePicker
- Left = 120
- Top = 36
- Width = 85
- Height = 21
- CalAlignment = dtaLeft
- Date = 35862.064582523150000000
- Time = 35862.064582523150000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkTime
- ParseInput = False
- end
- object PrioritySpinEdit: TSpinEdit
- Left = 265
- Top = 36
- Width = 37
- Height = 22
- MaxLength = 1
- MaxValue = 9
- MinValue = 1
- TabOrder = 2
- Value = 1
- end
- end
- end
- object TabSheet6: TTabSheet
- Caption = 'Advanced'
- object Label47: TLabel
- Left = 20
- Top = 18
- Width = 38
- Height = 13
- Caption = 'Referrer'
- end
- object Label5: TLabel
- Left = 20
- Top = 70
- Width = 53
- Height = 13
- Caption = 'User Agent'
- end
- object Label36: TLabel
- Left = 140
- Top = 220
- Width = 146
- Height = 13
- Caption = 'concurrent connections per file'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Visible = False
- end
- object Label21: TLabel
- Left = 300
- Top = 138
- Width = 25
- Height = 13
- Caption = 'bytes'
- end
- object GroupBox6: TGroupBox
- Left = 20
- Top = 248
- Width = 313
- Height = 105
- TabOrder = 8
- object Label2: TLabel
- Left = 12
- Top = 27
- Width = 27
- Height = 13
- Caption = 'Every'
- end
- object Label4: TLabel
- Left = 112
- Top = 27
- Width = 26
- Height = 13
- Caption = 'hours'
- end
- object CheckBox3: TCheckBox
- Left = 12
- Top = 0
- Width = 105
- Height = 17
- Caption = 'Start Job regularly'
- TabOrder = 0
- OnClick = EnableDisable
- end
- object SpinEdit2: TSpinEdit
- Left = 48
- Top = 24
- Width = 57
- Height = 22
- MaxLength = 2
- MaxValue = 99
- MinValue = 1
- TabOrder = 1
- Value = 1
- end
- object CheckBox4: TCheckBox
- Left = 12
- Top = 56
- Width = 153
- Height = 17
- Caption = 'Download only newer files'
- TabOrder = 2
- end
- object CheckBox7: TCheckBox
- Left = 12
- Top = 80
- Width = 145
- Height = 17
- Caption = 'Preserve old files'
- TabOrder = 3
- end
- end
- object ComboBox4: TComboBox
- Left = 20
- Top = 88
- Width = 313
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'Net Vampire/3.0'
- 'Mozilla/4.04 [en] (Win95; I ;Nav)'
- 'Mozilla/4.0 (compatible; MSIE 4.01; Windows 95)')
- TabOrder = 1
- end
- object SpinEdit17: TSpinEdit
- Left = 84
- Top = 216
- Width = 49
- Height = 22
- MaxLength = 1
- MaxValue = 9
- MinValue = 1
- TabOrder = 6
- Value = 1
- Visible = False
- end
- object CheckBox6: TCheckBox
- Left = 32
- Top = 136
- Width = 173
- Height = 17
- Caption = 'Force retry if received less than'
- TabOrder = 2
- OnClick = EnableDisable
- end
- object SpinEdit1: TSpinEdit
- Left = 204
- Top = 133
- Width = 89
- Height = 22
- MaxLength = 9
- MaxValue = 999999999
- MinValue = 1
- TabOrder = 3
- Value = 1
- end
- object CheckBox10: TCheckBox
- Left = 32
- Top = 220
- Width = 49
- Height = 17
- Caption = 'Allow'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- Visible = False
- OnClick = EnableDisable
- end
- object CheckBox5: TCheckBox
- Left = 32
- Top = 192
- Width = 217
- Height = 17
- Caption = 'Strip proxy messages from the file'
- TabOrder = 7
- end
- object Edit1: TEdit
- Left = 20
- Top = 36
- Width = 313
- Height = 21
- TabOrder = 0
- end
- object CheckBox1: TCheckBox
- Left = 32
- Top = 164
- Width = 149
- Height = 17
- Caption = 'Ignore file time change'
- TabOrder = 4
- end
- end
- end
- object BrowseDir1: TBrowseDir
- Directory = '\'
- Title = 'Select folder'
- CustomButtonCaption = 'Create folder'
- Left = 20
- Top = 404
- end
- end
-