Jordan Russell 8 месяцев назад
Родитель
Сommit
a081642763
2 измененных файлов с 1 добавлено и 22 удалено
  1. 1 3
      Projects/Setup.dproj
  2. 0 19
      Projects/Src/Setup.MainForm.dfm

+ 1 - 3
Projects/Setup.dproj

@@ -78,9 +78,7 @@
         <DCCReference Include="..\Components\RichEditViewer.pas"/>
         <DCCReference Include="Src\Shared.CommonFunc.Vcl.pas"/>
         <DCCReference Include="Src\Shared.CommonFunc.pas"/>
-        <DCCReference Include="Src\Setup.MainForm.pas">
-            <Form>MainForm</Form>
-        </DCCReference>
+        <DCCReference Include="Src\Setup.MainForm.pas"/>
         <DCCReference Include="Src\Setup.MainFunc.pas"/>
         <DCCReference Include="Src\Setup.Install.pas"/>
         <DCCReference Include="Src\SetupLdrAndSetup.Messages.pas"/>

+ 0 - 19
Projects/Src/Setup.MainForm.dfm

@@ -1,19 +0,0 @@
-object MainForm: TMainForm
-  Left = 1
-  Top = 95
-  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
-  OnResize = FormResize
-  PixelsPerInch = 96
-  TextHeight = 13
-end