forked from abc874/ca2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CutlistInfo_dialog.dfm
351 lines (348 loc) · 8.05 KB
/
CutlistInfo_dialog.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
object FCutlistInfo: TFCutlistInfo
Left = 360
Top = 238
Caption = 'Cutlist Info'
ClientHeight = 591
ClientWidth = 564
Color = clBtnFace
Constraints.MaxHeight = 625
Constraints.MinHeight = 625
Constraints.MinWidth = 580
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
DesignSize = (
564
591)
PixelsPerInch = 96
TextHeight = 13
object lblInfoCaption: TLabel
Left = 7
Top = 7
Width = 123
Height = 16
Caption = 'Infos saved in Cutlist:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
end
object lblComment: TLabel
Left = 7
Top = 513
Width = 72
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'User Comment:'
end
object lblSuggestedFilename: TLabel
Left = 7
Top = 468
Width = 221
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Suggested movie file name (without extension):'
end
object lblFrameRate: TLabel
Left = 249
Top = 8
Width = 88
Height = 13
Alignment = taRightJustify
Caption = 'Frame rate: N/A (-)'
Layout = tlCenter
end
object rgRatingByAuthor: TRadioGroup
Left = 7
Top = 33
Width = 550
Height = 151
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'How do you rate your cutlist?'
Items.Strings = (
'&0 - Test, do not use, or dummy cutlist to save only information' +
' about the movie (see below)'
'&1 - I trimmed beginning and end, but there may be one or more c' +
'ommercials still in the movie'
'&2 - All commercials cut out, but I did the cutting very roughly' +
' (+/- 5 sec.)'
'&3 - ... I did the cutting fairly accurate (+/- 1 sec.)'
'&4 - ... I did the cutting very accurate (to frame)'
'&5 - ... and I removed duplicate scenes if necessary')
TabOrder = 1
OnClick = EnableOK
end
object grpDetails: TGroupBox
Left = 7
Top = 273
Width = 550
Height = 185
Anchors = [akLeft, akRight, akBottom]
Caption = 'Infos about the movie:'
TabOrder = 2
DesignSize = (
550
185)
object edtOtherErrorDescription: TEdit
Left = 24
Top = 153
Width = 514
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 7
OnChange = EnableOK
end
object edtActualContent: TEdit
Left = 24
Top = 39
Width = 514
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 1
OnChange = EnableOK
end
object cbEPGError: TJvCheckBox
Left = 7
Top = 20
Width = 385
Height = 17
Caption =
'Wrong content, EPG error (filename does not match content). Actu' +
'al content:'
TabOrder = 0
OnClick = cbEPGErrorClick
LinkedControls = <>
end
object cbMissingBeginning: TJvCheckBox
Left = 7
Top = 67
Width = 106
Height = 17
Caption = 'Missing Beginning'
TabOrder = 2
OnClick = EnableOK
LinkedControls = <>
end
object cbMissingEnding: TJvCheckBox
Left = 7
Top = 84
Width = 92
Height = 17
Caption = 'Missing Ending'
TabOrder = 3
OnClick = EnableOK
LinkedControls = <>
end
object cbMissingVideo: TJvCheckBox
Left = 7
Top = 102
Width = 113
Height = 17
Caption = 'Missing Video track'
TabOrder = 4
OnClick = EnableOK
LinkedControls = <>
end
object cbMissingAudio: TJvCheckBox
Left = 7
Top = 119
Width = 113
Height = 17
Caption = 'Missing Audio track'
TabOrder = 5
OnClick = EnableOK
LinkedControls = <>
end
object cbOtherError: TJvCheckBox
Left = 7
Top = 136
Width = 75
Height = 17
Caption = 'Other Error:'
TabOrder = 6
OnClick = cbOtherErrorClick
LinkedControls = <>
end
end
object cmdCancel: TButton
Left = 472
Top = 561
Width = 85
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 8
end
object cmdOk: TButton
Left = 382
Top = 561
Width = 85
Height = 23
Anchors = [akRight, akBottom]
Caption = '&OK'
ModalResult = 1
TabOrder = 7
end
object edtUserComment: TEdit
Left = 7
Top = 533
Width = 550
Height = 21
Anchors = [akLeft, akRight, akBottom]
TabOrder = 5
OnChange = EnableOK
end
object pnlAuthor: TPanel
Left = 7
Top = 560
Width = 368
Height = 25
Anchors = [akLeft, akRight, akBottom]
BevelInner = bvLowered
TabOrder = 6
object lblAuthor: TEdit
Left = 2
Top = 5
Width = 364
Height = 18
Align = alBottom
Alignment = taCenter
AutoSize = False
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentColor = True
ParentFont = False
ReadOnly = True
TabOrder = 0
Text = 'Cutlist Author unknown'
end
end
object edtMovieName: TEdit
Left = 7
Top = 487
Width = 414
Height = 21
Anchors = [akLeft, akRight, akBottom]
TabOrder = 3
OnChange = EnableOK
end
object cmdMovieNameCopy: TButton
Left = 426
Top = 486
Width = 131
Height = 23
Anchors = [akRight, akBottom]
Caption = 'Copy from Filename'
TabOrder = 4
OnClick = cmdMovieNameCopyClick
end
object cbFramesPresent: TJvCheckBox
Left = 426
Top = 8
Width = 131
Height = 17
TabStop = False
Anchors = [akTop, akRight]
Caption = 'Frame numbers present'
Enabled = False
TabOrder = 0
LinkedControls = <>
end
object grpServerRating: TGroupBox
Left = 8
Top = 191
Width = 550
Height = 77
Anchors = [akLeft, akRight, akBottom]
Caption = 'Cutlist Server'
TabOrder = 9
DesignSize = (
550
77)
object lblRatingOnServer: TLabel
Left = 52
Top = 20
Width = 77
Height = 13
Alignment = taRightJustify
Caption = 'Average Rating:'
end
object lblRatingCountOnServer: TLabel
Left = 216
Top = 20
Width = 82
Height = 13
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'Count of Ratings:'
end
object lblDownloadTime: TLabel
Left = 54
Top = 48
Width = 75
Height = 13
Alignment = taRightJustify
Caption = 'Downloaded at:'
end
object lblRatingSent: TLabel
Left = 415
Top = 20
Width = 59
Height = 13
Alignment = taRightJustify
Anchors = [akTop, akRight]
Caption = 'User Rating:'
end
object edtRatingOnServer: TEdit
Left = 132
Top = 16
Width = 60
Height = 21
ReadOnly = True
TabOrder = 0
end
object edtRatingCountOnServer: TEdit
Left = 301
Top = 16
Width = 60
Height = 21
Anchors = [akTop, akRight]
ReadOnly = True
TabOrder = 1
end
object edtDownloadTime: TEdit
Left = 132
Top = 44
Width = 230
Height = 21
Anchors = [akLeft, akTop, akRight]
ReadOnly = True
TabOrder = 2
end
object edtRatingSent: TEdit
Left = 477
Top = 16
Width = 60
Height = 21
Anchors = [akTop, akRight]
ReadOnly = True
TabOrder = 3
end
end
end