SetSyncTime.dfm
3.05 KB
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
object SetSyncShiftTimeForm: TSetSyncShiftTimeForm
Left = 347
Top = 483
BorderStyle = bsDialog
Caption = 'Adjust Sync Time'
ClientHeight = 160
ClientWidth = 361
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object btnCLose: TButton
Left = 255
Top = 121
Width = 80
Height = 25
Caption = 'Close'
TabOrder = 0
OnClick = btnCLoseClick
end
object GroupBox1: TGroupBox
Left = 12
Top = 16
Width = 337
Height = 94
Caption = ' Adjust Lyrics Sync '
TabOrder = 1
object Label10: TLabel
Left = 19
Top = 52
Width = 29
Height = 14
Caption = '-1.0S'
end
object Label12: TLabel
Left = 145
Top = 564
Width = 22
Height = 14
Caption = '-2.0'
end
object Label13: TLabel
Left = 288
Top = 52
Width = 33
Height = 14
Caption = '+1.0S'
end
object Label15: TLabel
Left = 26
Top = 32
Width = 45
Height = 14
Caption = '<- Later'
end
object Label18: TLabel
Left = 265
Top = 32
Width = 49
Height = 14
Caption = 'Earlier ->'
end
object Label4: TLabel
Left = 114
Top = 32
Width = 63
Height = 14
Alignment = taRightJustify
Caption = 'Adj. Sec = '
end
object lbl_ShiftAll: TLabel
Left = 180
Top = 31
Width = 30
Height = 14
Caption = '+ 0.0'
end
object Label1: TLabel
Left = 165
Top = 74
Width = 10
Height = 14
Caption = #9650
end
object SliderMIDI_DS: TSlider
Left = 56
Top = 55
Width = 228
Height = 22
ImageHThumb.Data = {
42010000424D4201000000000000760000002800000012000000110000000100
040000000000CC00000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333303333333
303333000000333F80333333F8033300000033F77803333F7F80330000003F77
778033F7F7F803000000F77777780F7F7F7F80000000F77777780F77F7F78000
0000F77777780F7F7F7F80000000F77777780F77F7F780000000F77777780F7F
7F7F80000000F77777780F77F7F780000000F77777780F7F7F7F80000000F777
77780F77F7F780000000F77777780F7F7F7F80000000F77777780F77F7F78000
0000F77777780F7F7F7F80000000F77777780F77777780000000FFFFFFFF0FFF
FFFFF0000000}
NumThumbStates = 2
Options = [soShowPoints, soSmooth]
Increment = 1
MinValue = -20
MaxValue = 20
Value = 0
RulerVisible = True
ThumbVisible = True
Transparent = False
ViewElapsedImage = False
TabOrder = 0
OnChange = SliderMIDI_DSChange
OnStartTracking = SliderMIDI_DSStartTracking
OnStopTracking = SliderMIDI_DSStopTracking
UserImages = {01}
end
end
end