blob: 8f7e6020d3989604b8602a79745606819f827fd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
object FsAvi: TFsAvi
Left = 243
Top = 106
Width = 226
Height = 103
Caption = 'FsAvi'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object sd1: TSaveDialog
Filter = 'AVI files|*.avi'
Left = 8
Top = 8
end
end
|