-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit1.lfm
76 lines (76 loc) · 1.54 KB
/
unit1.lfm
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
object Form1: TForm1
Left = 290
Height = 381
Top = 452
Width = 455
Caption = 'Form1'
ClientHeight = 381
ClientWidth = 455
DesignTimePPI = 144
LCLVersion = '2.2.6.0'
object Button1: TButton
Left = 64
Height = 38
Top = 128
Width = 192
Caption = 'Play V2M From RES'
OnClick = Button1Click
TabOrder = 0
end
object Button2: TButton
Left = 64
Height = 38
Top = 181
Width = 192
Caption = 'Stop'
OnClick = Button2Click
TabOrder = 1
end
object Label1: TLabel
Left = 72
Height = 25
Top = 256
Width = 50
Caption = 'Time:'
Font.CharSet = ANSI_CHARSET
Font.Name = 'Segoe UI Black'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 136
Height = 1
Top = 256
Width = 1
Font.CharSet = ANSI_CHARSET
Font.Name = 'Segoe UI Black'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 64
Height = 54
Top = 40
Width = 342
Caption = 'V2M Player Lazarus'
Font.CharSet = ANSI_CHARSET
Font.Height = -40
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 320
Top = 296
end
end