@@ -5,7 +5,7 @@ object FormTrackerModify: TFormTrackerModify
5
5
Width = 1179
6
6
AllowDropFiles = True
7
7
Caption = 'Bittorrent Tracker Editor'
8
- ClientHeight = 587
8
+ ClientHeight = 607
9
9
ClientWidth = 1179
10
10
Constraints.MinHeight = 500
11
11
Constraints.MinWidth = 700
@@ -16,10 +16,10 @@ object FormTrackerModify: TFormTrackerModify
16
16
OnDropFiles = FormDropFiles
17
17
OnShow = FormShow
18
18
Position = poScreenCenter
19
- LCLVersion = '2.2.6 .0'
19
+ LCLVersion = '3.6.0 .0'
20
20
object PageControl: TPageControl
21
21
Left = 0
22
- Height = 587
22
+ Height = 607
23
23
Top = 0
24
24
Width = 1179
25
25
ActivePage = TabSheetTrackersList
@@ -28,15 +28,15 @@ object FormTrackerModify: TFormTrackerModify
28
28
TabOrder = 0
29
29
object TabSheetTrackersList: TTabSheet
30
30
Caption = 'Trackers List'
31
- ClientHeight = 561
31
+ ClientHeight = 581
32
32
ClientWidth = 1171
33
33
object PanelTop: TPanel
34
34
Left = 0
35
- Height = 561
35
+ Height = 581
36
36
Top = 0
37
37
Width = 1171
38
38
Align = alClient
39
- ClientHeight = 561
39
+ ClientHeight = 581
40
40
ClientWidth = 1171
41
41
TabOrder = 0
42
42
object GroupBoxNewTracker: TGroupBox
@@ -62,19 +62,19 @@ object FormTrackerModify: TFormTrackerModify
62
62
end
63
63
object GroupBoxPresentTracker: TGroupBox
64
64
Left = 1
65
- Height = 353
65
+ Height = 373
66
66
Top = 207
67
67
Width = 1169
68
68
Align = alClient
69
69
Caption = 'Present trackers in all torrent files. Select the one that you want to keep.'
70
- ClientHeight = 335
70
+ ClientHeight = 355
71
71
ClientWidth = 1165
72
72
Constraints.MinHeight = 100
73
73
ParentBidiMode = False
74
74
TabOrder = 1
75
75
object StringGridTrackerOnline: TStringGrid
76
76
Left = 0
77
- Height = 335
77
+ Height = 355
78
78
Top = 0
79
79
Width = 1165
80
80
Align = alClient
@@ -100,30 +100,30 @@ object FormTrackerModify: TFormTrackerModify
100
100
end
101
101
object TabSheetPublicPrivateTorrent: TTabSheet
102
102
Caption = 'Public/Private'
103
- ClientHeight = 561
103
+ ClientHeight = 581
104
104
ClientWidth = 1171
105
105
object PanelTopPublicTorrent: TPanel
106
106
Left = 0
107
- Height = 561
107
+ Height = 581
108
108
Top = 0
109
109
Width = 1171
110
110
Align = alClient
111
- ClientHeight = 561
111
+ ClientHeight = 581
112
112
ClientWidth = 1171
113
113
TabOrder = 0
114
114
object GroupBoxPublicPrivateTorrent: TGroupBox
115
115
Left = 1
116
- Height = 559
116
+ Height = 579
117
117
Top = 1
118
118
Width = 1169
119
119
Align = alClient
120
120
Caption = 'Checked items are public torrent. WARNING: change public/private setting will change torrent Hash info.'
121
- ClientHeight = 541
121
+ ClientHeight = 561
122
122
ClientWidth = 1165
123
123
TabOrder = 0
124
124
object CheckListBoxPublicPrivateTorrent: TCheckListBox
125
125
Left = 0
126
- Height = 541
126
+ Height = 561
127
127
Top = 0
128
128
Width = 1165
129
129
Align = alClient
@@ -135,15 +135,15 @@ object FormTrackerModify: TFormTrackerModify
135
135
end
136
136
object TabSheetTorrentData: TTabSheet
137
137
Caption = 'Data/Info'
138
- ClientHeight = 561
138
+ ClientHeight = 581
139
139
ClientWidth = 1171
140
140
object StringGridTorrentData: TStringGrid
141
141
Left = 0
142
- Height = 561
142
+ Height = 581
143
143
Top = 0
144
144
Width = 1171
145
145
Align = alClient
146
- ColCount = 11
146
+ ColCount = 13
147
147
ColumnClickSorts = True
148
148
Columns = <
149
149
item
@@ -156,11 +156,21 @@ object FormTrackerModify: TFormTrackerModify
156
156
Title.Caption = 'Info Filename'
157
157
Width = 250
158
158
end
159
+ item
160
+ ReadOnly = True
161
+ Title.Caption = 'Torrent Version'
162
+ Width = 100
163
+ end
164
+ item
165
+ ReadOnly = True
166
+ Title.Caption = 'Padding (beb 47)'
167
+ Width = 100
168
+ end
159
169
item
160
170
MaxSize = 250
161
171
ReadOnly = True
162
172
Title.Caption = 'Info Hash'
163
- Width = 280
173
+ Width = 439
164
174
end
165
175
item
166
176
ReadOnly = True
@@ -201,8 +211,10 @@ object FormTrackerModify: TFormTrackerModify
201
211
end
202
212
item
203
213
ReadOnly = True
214
+ SizePriority = 0
204
215
Title.Alignment = taRightJustify
205
216
Title.Caption = 'IndexOrder (internal used)'
217
+ Width = 0
206
218
Visible = False
207
219
end>
208
220
FixedCols = 0
@@ -213,7 +225,9 @@ object FormTrackerModify: TFormTrackerModify
213
225
ColWidths = (
214
226
250
215
227
250
216
- 280
228
+ 100
229
+ 100
230
+ 439
217
231
145
218
232
145
219
233
160
@@ -230,7 +244,7 @@ object FormTrackerModify: TFormTrackerModify
230
244
end
231
245
object TabSheetPrivateTrackers: TTabSheet
232
246
Caption = 'Private Trackers'
233
- ClientHeight = 561
247
+ ClientHeight = 581
234
248
ClientWidth = 1171
235
249
object GroupBoxItemsForPrivateTrackers: TGroupBox
236
250
Left = 0
@@ -244,15 +258,15 @@ object FormTrackerModify: TFormTrackerModify
244
258
TabOrder = 0
245
259
object CheckBoxSkipAnnounceCheck: TCheckBox
246
260
Left = 0
247
- Height = 19
261
+ Height = 17
248
262
Top = 0
249
263
Width = 284
250
264
Align = alTop
251
265
Caption = 'Skip Announce Check in the URL (-SAC)'
252
- OnChange = CheckBoxSkipAnnounceCheckChange
253
266
ParentShowHint = False
254
267
ShowHint = True
255
268
TabOrder = 0
269
+ OnChange = CheckBoxSkipAnnounceCheckChange
256
270
end
257
271
object GroupBoxInfoSource: TGroupBox
258
272
Left = 0
@@ -266,12 +280,12 @@ object FormTrackerModify: TFormTrackerModify
266
280
TabOrder = 1
267
281
object CheckBoxRemoveAllSourceTag: TCheckBox
268
282
Left = 8
269
- Height = 19
283
+ Height = 17
270
284
Top = 8
271
- Width = 132
285
+ Width = 130
272
286
Caption = 'Remove all source tag'
273
- OnChange = CheckBoxRemoveAllSourceTagChange
274
287
TabOrder = 0
288
+ OnChange = CheckBoxRemoveAllSourceTagChange
275
289
end
276
290
object LabeledEditInfoSource: TLabeledEdit
277
291
Left = 8
0 commit comments