aboutsummaryrefslogtreecommitdiff
path: root/Source/fstextunit.dfm
diff options
context:
space:
mode:
authorJuha Vehviläinen <jusu@users.sourceforge.net>2002-07-06 17:50:18 +0000
committerJuha Vehviläinen <jusu@users.sourceforge.net>2002-07-06 17:50:18 +0000
commit4d64e4cd434426234a5c313c151cd79b6afc299e (patch)
tree5c23dd6acc65b869741d3bb9d33912d74bb7407d /Source/fstextunit.dfm
*** empty log message ***svn2git-root
svn path=/trunk/Framestein/; revision=27
Diffstat (limited to 'Source/fstextunit.dfm')
-rw-r--r--Source/fstextunit.dfm18
1 files changed, 18 insertions, 0 deletions
diff --git a/Source/fstextunit.dfm b/Source/fstextunit.dfm
new file mode 100644
index 0000000..c8ff138
--- /dev/null
+++ b/Source/fstextunit.dfm
@@ -0,0 +1,18 @@
+object fstext: Tfstext
+ Left = 231
+ Top = 103
+ Width = 236
+ Height = 79
+ Caption = 'fstext'
+ Color = clBtnFace
+ Font.Charset = DEFAULT_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'MS Sans Serif'
+ Font.Style = []
+ OldCreateOrder = False
+ WindowState = wsMinimized
+ OnCreate = FormCreate
+ PixelsPerInch = 96
+ TextHeight = 13
+end