aboutsummaryrefslogtreecommitdiff
path: root/Source/fsaviunit.dfm
blob: 761db7942fae59769e0af962660f69b7a2db055f (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