object formAdd: TformAdd
|
|
Left = 763
|
|
Height = 240
|
|
Top = 454
|
|
Width = 320
|
|
BorderStyle = bsSingle
|
|
Caption = 'Add new URL'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
OnShow = FormShow
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '1.2.4.0'
|
|
object edit_uri: TEdit
|
|
Left = 9
|
|
Height = 23
|
|
Top = 28
|
|
Width = 303
|
|
TabOrder = 0
|
|
end
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Height = 15
|
|
Top = 12
|
|
Width = 21
|
|
Caption = 'URL'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 9
|
|
Height = 15
|
|
Top = 62
|
|
Width = 158
|
|
Caption = 'or file with URLs (one per line)'
|
|
ParentColor = False
|
|
end
|
|
object Button1: TButton
|
|
Left = 160
|
|
Height = 25
|
|
Top = 56
|
|
Width = 75
|
|
Caption = 'Select'
|
|
Enabled = False
|
|
TabOrder = 1
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 168
|
|
Height = 23
|
|
Top = 104
|
|
Width = 144
|
|
ItemHeight = 15
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'local machine'
|
|
)
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
Text = 'local machine'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 168
|
|
Height = 15
|
|
Top = 91
|
|
Width = 32
|
|
Caption = 'Server'
|
|
ParentColor = False
|
|
end
|
|
object Button2: TButton
|
|
Left = 88
|
|
Height = 25
|
|
Top = 200
|
|
Width = 75
|
|
Caption = 'Add'
|
|
OnClick = Button2Click
|
|
TabOrder = 3
|
|
end
|
|
object Button3: TButton
|
|
Left = 168
|
|
Height = 25
|
|
Top = 200
|
|
Width = 75
|
|
Caption = 'Cancel'
|
|
OnClick = Button3Click
|
|
TabOrder = 4
|
|
end
|
|
object Label4: TLabel
|
|
Left = 272
|
|
Height = 15
|
|
Top = 136
|
|
Width = 42
|
|
Caption = 'Threads'
|
|
ParentColor = False
|
|
end
|
|
object edit_threads: TEdit
|
|
Left = 272
|
|
Height = 23
|
|
Top = 152
|
|
Width = 23
|
|
TabOrder = 5
|
|
Text = '3'
|
|
end
|
|
object UpDown1: TUpDown
|
|
Left = 295
|
|
Height = 23
|
|
Top = 152
|
|
Width = 17
|
|
Associate = edit_threads
|
|
Min = 1
|
|
Max = 8
|
|
ParentShowHint = False
|
|
Position = 3
|
|
TabOrder = 6
|
|
Wrap = False
|
|
end
|
|
object ComboBox2: TComboBox
|
|
Left = 9
|
|
Height = 23
|
|
Top = 104
|
|
Width = 151
|
|
Enabled = False
|
|
ItemHeight = 15
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Usual http or ftp'
|
|
'Torrent'
|
|
)
|
|
Style = csDropDownList
|
|
TabOrder = 7
|
|
Text = 'Usual http or ftp'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 9
|
|
Height = 15
|
|
Top = 91
|
|
Width = 80
|
|
Caption = 'Download type'
|
|
ParentColor = False
|
|
end
|
|
object Label6: TLabel
|
|
Left = 9
|
|
Height = 15
|
|
Top = 136
|
|
Width = 104
|
|
Caption = 'Download directory'
|
|
ParentColor = False
|
|
end
|
|
object edit_dir: TEdit
|
|
Left = 9
|
|
Height = 23
|
|
Top = 152
|
|
Width = 223
|
|
TabOrder = 8
|
|
Text = '/home/vlad/Downloads'
|
|
end
|
|
object Button4: TButton
|
|
Left = 236
|
|
Height = 23
|
|
Top = 152
|
|
Width = 28
|
|
Caption = '...'
|
|
OnClick = Button4Click
|
|
TabOrder = 9
|
|
end
|
|
end
|