forked from konvikkor/TFFMPEG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuTestMain.dfm
184 lines (184 loc) · 3.61 KB
/
uTestMain.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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 393
ClientWidth = 590
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PopupMenu = PopupMenu1
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 590
Height = 374
ActivePage = TabSheet2
Align = alClient
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'LOG'
object Splitter1: TSplitter
Left = 394
Top = 0
Height = 346
Align = alRight
ExplicitLeft = 240
ExplicitTop = 128
ExplicitHeight = 100
end
object Splitter2: TSplitter
Left = 185
Top = 0
Height = 346
ExplicitLeft = 256
ExplicitTop = 112
ExplicitHeight = 100
end
object Memo1: TMemo
Left = 188
Top = 0
Width = 206
Height = 346
Align = alClient
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 0
end
object Memo2: TMemo
Left = 397
Top = 0
Width = 185
Height = 346
Align = alRight
Lines.Strings = (
'Memo2')
ScrollBars = ssVertical
TabOrder = 1
end
object Memo3: TMemo
Left = 0
Top = 0
Width = 185
Height = 346
Align = alLeft
Lines.Strings = (
'Memo3')
ScrollBars = ssVertical
TabOrder = 2
end
end
object TabSheet2: TTabSheet
Caption = 'VideoCaplion'
ImageIndex = 1
object TrackBar1: TTrackBar
Left = 0
Top = 320
Width = 582
Height = 26
Hint = 'TEST'
Align = alBottom
DoubleBuffered = True
ParentDoubleBuffered = False
ParentShowHint = False
PageSize = 3
Position = 10
SelEnd = 5
ShowHint = True
TabOrder = 0
TickMarks = tmBoth
TickStyle = tsNone
end
end
object TabSheet3: TTabSheet
Caption = 'TabSheet3'
ImageIndex = 2
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 374
Width = 590
Height = 19
Panels = <
item
Width = 150
end
item
Width = 150
end
item
Width = 150
end
item
Width = 150
end
item
Width = 50
end>
end
object PopupMenu1: TPopupMenu
Left = 88
Top = 64
object Open1: TMenuItem
Caption = 'Open'
OnClick = Open1Click
end
object N1: TMenuItem
Caption = '-'
end
object DecodePak1: TMenuItem
Caption = 'Decode Pak'
OnClick = DecodePak1Click
end
object Play1: TMenuItem
Caption = 'Play'
OnClick = Play1Click
end
object Stop1: TMenuItem
Caption = 'Stop'
OnClick = Stop1Click
end
object EST1: TMenuItem
Caption = 'TEST'
OnClick = EST1Click
end
end
object OpenDialog1: TOpenDialog
Left = 176
Top = 48
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 132
Top = 40
end
object TrayIcon1: TTrayIcon
PopupMenu = PopupMenu1
Visible = True
Left = 228
Top = 64
end
object TaskDialog1: TTaskDialog
Buttons = <>
RadioButtons = <>
Left = 252
Top = 152
end
object OpenDialog2: TOpenDialog
Left = 156
Top = 160
end
end