-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathUnit1.lfm
77 lines (77 loc) · 1.52 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
77
object Form1: TForm1
Left = 405
Height = 470
Top = 243
Width = 813
Caption = 'Form1'
ClientHeight = 470
ClientWidth = 813
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.2.2.0'
object Panel1: TPanel
Left = 0
Height = 62
Top = 408
Width = 813
Align = alBottom
BevelOuter = bvNone
ClientHeight = 62
ClientWidth = 813
TabOrder = 0
object bplay: TButton
Left = 616
Height = 25
Top = 30
Width = 75
Caption = 'Play'
OnClick = bplayClick
TabOrder = 0
end
object evideo: TEdit
Left = 48
Height = 23
Top = 32
Width = 560
TabOrder = 1
TextHint = 'C:\Video\movi.avi or rtsp://video.org/movie.mp4'
end
object Label1: TLabel
Left = 8
Height = 15
Top = 37
Width = 33
Caption = 'Video:'
ParentColor = False
end
object chbdisableaudio: TCheckBox
Left = 8
Height = 19
Top = 8
Width = 91
Caption = 'Disable audio'
TabOrder = 2
end
object bstop: TButton
Left = 704
Height = 25
Top = 30
Width = 75
Caption = 'Stop'
OnClick = bstopClick
TabOrder = 3
end
object chbsavevideo: TCheckBox
Left = 120
Height = 19
Top = 8
Width = 77
Caption = 'Save to file'
TabOrder = 4
end
end
object sddvideo: TSelectDirectoryDialog
Left = 32
Top = 16
end
end