Browse Source

Update to new format so I don't have to discard this file constantly.

Martijn Laan 6 years ago
parent
commit
03e7af8e27
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Projects/Main.dfm

+ 2 - 1
Projects/Main.dfm

@@ -1,14 +1,15 @@
 object MainForm: TMainForm
   Left = 1
   Top = 95
-  AutoScroll = False
   ClientHeight = 129
   ClientWidth = 129
   Color = clNavy
+  Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -11
   Font.Name = 'MS Sans Serif'
   Font.Style = []
+  OldCreateOrder = True
   OnCloseQuery = FormCloseQuery
   OnKeyDown = FormKeyDown
   OnPaint = FormPaint