Parcourir la source

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

Martijn Laan il y a 6 ans
Parent
commit
03e7af8e27
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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