aboutsummaryrefslogtreecommitdiff
path: root/Source/fsaviunit.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/fsaviunit.dfm')
-rw-r--r--Source/fsaviunit.dfm23
1 files changed, 23 insertions, 0 deletions
diff --git a/Source/fsaviunit.dfm b/Source/fsaviunit.dfm
new file mode 100644
index 0000000..761db79
--- /dev/null
+++ b/Source/fsaviunit.dfm
@@ -0,0 +1,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