1
1
inherited AddTorrentForm: TAddTorrentForm
2
2
Left = 494
3
- Height = 440
4
- Top = 277
3
+ Height = 488
4
+ Top = 276
5
5
Width = 497
6
6
HorzScrollBar.Page = 505
7
7
VertScrollBar.Page = 404
8
8
VertScrollBar.Range = 92
9
9
AutoSize = True
10
10
BorderIcons = [biSystemMenu]
11
11
Caption = 'Add new torrent'
12
- ClientHeight = 440
12
+ ClientHeight = 488
13
13
ClientWidth = 497
14
14
Constraints.MinHeight = 300
15
15
Constraints.MinWidth = 470
@@ -18,15 +18,15 @@ inherited AddTorrentForm: TAddTorrentForm
18
18
Position = poMainFormCenter
19
19
object gbSaveAs: TGroupBox[0]
20
20
Left = 8
21
- Height = 132
21
+ Height = 176
22
22
Top = 8
23
23
Width = 481
24
24
Align = alTop
25
25
BorderSpacing.Left = 8
26
26
BorderSpacing.Top = 8
27
27
BorderSpacing.Right = 8
28
28
Caption = ' '
29
- ClientHeight = 114
29
+ ClientHeight = 158
30
30
ClientWidth = 477
31
31
TabOrder = 0
32
32
object txDestFolder: TLabel
@@ -38,9 +38,9 @@ inherited AddTorrentForm: TAddTorrentForm
38
38
ParentColor = False
39
39
end
40
40
object txPeerLimit: TLabel
41
- Left = 335
41
+ Left = 333
42
42
Height = 15
43
- Top = 87
43
+ Top = 131
44
44
Width = 53
45
45
Alignment = taRightJustify
46
46
Anchors = [akTop, akRight]
@@ -60,19 +60,19 @@ inherited AddTorrentForm: TAddTorrentForm
60
60
TabOrder = 0
61
61
end
62
62
object cbStartTorrent: TCheckBox
63
- Left = 10
63
+ Left = 8
64
64
Height = 19
65
- Top = 85
65
+ Top = 129
66
66
Width = 83
67
67
Caption = 'Start torrent'
68
68
Checked = True
69
69
State = cbChecked
70
70
TabOrder = 3
71
71
end
72
72
object edPeerLimit: TSpinEdit
73
- Left = 404
73
+ Left = 402
74
74
Height = 23
75
- Top = 84
75
+ Top = 128
76
76
Width = 62
77
77
Anchors = [akTop, akRight]
78
78
MaxValue = 999
@@ -93,33 +93,56 @@ inherited AddTorrentForm: TAddTorrentForm
93
93
object txSaveAs: TLabel
94
94
Left = 10
95
95
Height = 15
96
- Top = 40
96
+ Top = 80
97
97
Width = 41
98
98
Caption = 'Save as:'
99
99
ParentColor = False
100
100
end
101
101
object edSaveAs: TEdit
102
102
Left = 10
103
103
Height = 23
104
- Top = 56
104
+ Top = 96
105
105
Width = 456
106
106
Anchors = [akTop, akLeft, akRight]
107
107
OnChange = edSaveAsChange
108
108
TabOrder = 2
109
109
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
110
133
end
111
134
object gbContents: TGroupBox[1]
112
135
Left = 8
113
- Height = 254
114
- Top = 144
136
+ Height = 258
137
+ Top = 188
115
138
Width = 481
116
139
Align = alClient
117
140
BorderSpacing.Left = 8
118
141
BorderSpacing.Top = 4
119
142
BorderSpacing.Right = 8
120
143
BorderSpacing.Bottom = 8
121
144
Caption = 'Torrent contents'
122
- ClientHeight = 236
145
+ ClientHeight = 240
123
146
ClientWidth = 477
124
147
TabOrder = 1
125
148
object txDiskSpace: TLabel
@@ -139,7 +162,7 @@ inherited AddTorrentForm: TAddTorrentForm
139
162
end
140
163
object lvFiles: TVarGrid
141
164
Left = 10
142
- Height = 183
165
+ Height = 187
143
166
Top = 40
144
167
Width = 456
145
168
Anchors = [akTop, akLeft, akRight, akBottom]
@@ -189,7 +212,7 @@ inherited AddTorrentForm: TAddTorrentForm
189
212
object Buttons: TButtonPanel[2]
190
213
Left = 8
191
214
Height = 26
192
- Top = 406
215
+ Top = 454
193
216
Width = 481
194
217
BorderSpacing.Left = 8
195
218
BorderSpacing.Right = 8
0 commit comments