groffstudio

Diff
Login

Diff

Differences From Artifact [85befef33a]:

To Artifact [326a826cd4]:


16
17
18
19
20
21
22
23

24
25
26

27




28

29
30

31
32
33
34


35
36

37
38
39
40
41
16
17
18
19
20
21
22

23
24
25

26
27
28
29
30
31

32
33

34
35
36


37
38
39

40
41
42
43
44








-
+


-
+

+
+
+
+
-
+

-
+


-
-
+
+

-
+




-
}

{$mode objfpc}{$H+}

uses
  {$IFDEF UNIX}
  cthreads,
  {$ENDIF}
{$ENDIF}
  {$IFDEF HASAMIGA}
  athreads,
  {$ENDIF}
{$ENDIF}
  Interfaces,
  Forms,
  lazcontrols,
  Unit1,
  Helpers,
  Forms, lazcontrols, Unit1, Helpers, BuildOutputWindow;
  BuildOutputWindow;

{$R *.res}
  {$R *.res}

begin
  RequireDerivedFormResource:=True;
  Application.Scaled:=True;
  RequireDerivedFormResource := True;
  Application.Scaled := True;
  Application.Initialize;
  

  Application.CreateForm(TMainForm, MainForm);

  Application.Run;
end.