Browse Source

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

Martijn Laan 6 năm trước cách đây
mục cha
commit
03e7af8e27
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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