From 4d64e4cd434426234a5c313c151cd79b6afc299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sat, 6 Jul 2002 17:50:18 +0000 Subject: *** empty log message *** svn path=/trunk/Framestein/; revision=27 --- Source/fsaviunit.dfm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Source/fsaviunit.dfm (limited to 'Source/fsaviunit.dfm') 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 -- cgit v1.2.1