diff options
Diffstat (limited to 'Source/fstextunit.dfm')
-rw-r--r-- | Source/fstextunit.dfm | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/Source/fstextunit.dfm b/Source/fstextunit.dfm index c8ff138..95f2630 100644 --- a/Source/fstextunit.dfm +++ b/Source/fstextunit.dfm @@ -1,18 +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 +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
|