-
Notifications
You must be signed in to change notification settings - Fork 1
/
CutlistRate_dialog.dfm
86 lines (82 loc) · 2.17 KB
/
CutlistRate_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
object FCutlistRate: TFCutlistRate
Left = 371
Top = 160
ActiveControl = RGRatingByAuthor
BorderStyle = bsDialog
Caption = 'Cutlist Rating'
ClientHeight = 223
ClientWidth = 572
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCloseQuery = FormCloseQuery
DesignSize = (
572
223)
PixelsPerInch = 96
TextHeight = 13
object lblSendRating: TLabel
Left = 7
Top = 7
Width = 172
Height = 16
Caption = 'Send Cutlist Rating to Server:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Style = []
ParentFont = False
end
object RGRatingByAuthor: TRadioGroup
Left = 7
Top = 33
Width = 560
Height = 156
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'How do you rate this cutlist?'
Items.Strings = (
'&0 - Test, do not use, or dummy cutlist to save only information' +
' about the movie'
'&1 - Trimmed beginning and end, but there are one or more commer' +
'cials still in the movie'
'&2 - All commercials cut out, but cutting was done very roughly ' +
'(+/- 5 sec.)'
'&3 - ... cutting was done fairly accurately (+/- 1 sec.)'
'&4 - ... cutting was done very accurately (to frame)'
'&5 - ... perfect! (Duplicate scenes have been removed if necessa' +
'ry)')
TabOrder = 0
OnClick = RGRatingByAuthorClick
end
object cmdCancel: TButton
Left = 482
Top = 196
Width = 85
Height = 21
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object cmdOk: TButton
Left = 392
Top = 196
Width = 85
Height = 21
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 1
end
end