Skip to content

Commit e482cd9

Browse files
committed
1 parent 3036985 commit e482cd9

File tree

7 files changed

+338
-52
lines changed

7 files changed

+338
-52
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.4
1+
5.1.0

addtorrent.lfm

+41-18
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
inherited AddTorrentForm: TAddTorrentForm
22
Left = 494
3-
Height = 440
4-
Top = 277
3+
Height = 488
4+
Top = 276
55
Width = 497
66
HorzScrollBar.Page = 505
77
VertScrollBar.Page = 404
88
VertScrollBar.Range = 92
99
AutoSize = True
1010
BorderIcons = [biSystemMenu]
1111
Caption = 'Add new torrent'
12-
ClientHeight = 440
12+
ClientHeight = 488
1313
ClientWidth = 497
1414
Constraints.MinHeight = 300
1515
Constraints.MinWidth = 470
@@ -18,15 +18,15 @@ inherited AddTorrentForm: TAddTorrentForm
1818
Position = poMainFormCenter
1919
object gbSaveAs: TGroupBox[0]
2020
Left = 8
21-
Height = 132
21+
Height = 176
2222
Top = 8
2323
Width = 481
2424
Align = alTop
2525
BorderSpacing.Left = 8
2626
BorderSpacing.Top = 8
2727
BorderSpacing.Right = 8
2828
Caption = ' '
29-
ClientHeight = 114
29+
ClientHeight = 158
3030
ClientWidth = 477
3131
TabOrder = 0
3232
object txDestFolder: TLabel
@@ -38,9 +38,9 @@ inherited AddTorrentForm: TAddTorrentForm
3838
ParentColor = False
3939
end
4040
object txPeerLimit: TLabel
41-
Left = 335
41+
Left = 333
4242
Height = 15
43-
Top = 87
43+
Top = 131
4444
Width = 53
4545
Alignment = taRightJustify
4646
Anchors = [akTop, akRight]
@@ -60,19 +60,19 @@ inherited AddTorrentForm: TAddTorrentForm
6060
TabOrder = 0
6161
end
6262
object cbStartTorrent: TCheckBox
63-
Left = 10
63+
Left = 8
6464
Height = 19
65-
Top = 85
65+
Top = 129
6666
Width = 83
6767
Caption = 'Start torrent'
6868
Checked = True
6969
State = cbChecked
7070
TabOrder = 3
7171
end
7272
object edPeerLimit: TSpinEdit
73-
Left = 404
73+
Left = 402
7474
Height = 23
75-
Top = 84
75+
Top = 128
7676
Width = 62
7777
Anchors = [akTop, akRight]
7878
MaxValue = 999
@@ -93,33 +93,56 @@ inherited AddTorrentForm: TAddTorrentForm
9393
object txSaveAs: TLabel
9494
Left = 10
9595
Height = 15
96-
Top = 40
96+
Top = 80
9797
Width = 41
9898
Caption = 'Save as:'
9999
ParentColor = False
100100
end
101101
object edSaveAs: TEdit
102102
Left = 10
103103
Height = 23
104-
Top = 56
104+
Top = 96
105105
Width = 456
106106
Anchors = [akTop, akLeft, akRight]
107107
OnChange = edSaveAsChange
108108
TabOrder = 2
109109
end
110+
object edExtension: TEdit
111+
Left = 8
112+
Height = 23
113+
Hint = 'for example: *.avi *.mkv tom*jerry*.avi'
114+
Top = 56
115+
Width = 456
116+
Anchors = [akTop, akLeft, akRight]
117+
OnChange = edSaveAsChange
118+
ParentShowHint = False
119+
ShowHint = True
120+
TabOrder = 5
121+
end
122+
object txSaveAs1: TLabel
123+
Left = 10
124+
Height = 15
125+
Hint = 'for example: *.avi *.mkv tom*jerry*.avi'
126+
Top = 40
127+
Width = 59
128+
Caption = 'Template: '
129+
ParentColor = False
130+
ParentShowHint = False
131+
ShowHint = True
132+
end
110133
end
111134
object gbContents: TGroupBox[1]
112135
Left = 8
113-
Height = 254
114-
Top = 144
136+
Height = 258
137+
Top = 188
115138
Width = 481
116139
Align = alClient
117140
BorderSpacing.Left = 8
118141
BorderSpacing.Top = 4
119142
BorderSpacing.Right = 8
120143
BorderSpacing.Bottom = 8
121144
Caption = 'Torrent contents'
122-
ClientHeight = 236
145+
ClientHeight = 240
123146
ClientWidth = 477
124147
TabOrder = 1
125148
object txDiskSpace: TLabel
@@ -139,7 +162,7 @@ inherited AddTorrentForm: TAddTorrentForm
139162
end
140163
object lvFiles: TVarGrid
141164
Left = 10
142-
Height = 183
165+
Height = 187
143166
Top = 40
144167
Width = 456
145168
Anchors = [akTop, akLeft, akRight, akBottom]
@@ -189,7 +212,7 @@ inherited AddTorrentForm: TAddTorrentForm
189212
object Buttons: TButtonPanel[2]
190213
Left = 8
191214
Height = 26
192-
Top = 406
215+
Top = 454
193216
Width = 481
194217
BorderSpacing.Left = 8
195218
BorderSpacing.Right = 8

0 commit comments

Comments
 (0)