File tree 5 files changed +832
-8
lines changed
5 files changed +832
-8
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ object DisclaimerForm: TDisclaimerForm
229
229
' We recommend that this version be used only for testing '
230
230
' and not for any other purposes.'
231
231
' '
232
- ' If you require a stable and reliable version of EPANET, please '
233
- ' use the standard release of the software.'
232
+ ' If you require a stable and reliable version of EPANET, '
233
+ ' please use the standard release of the software.'
234
234
' '
235
235
' The developers of this software are not responsible for any '
236
236
' damage or loss caused by the use of this development '
Original file line number Diff line number Diff line change 1
1
program Epanet2w;
2
2
3
+
4
+
3
5
uses
4
6
WinProcs,
5
7
Forms,
56
58
Dchart in ' Dchart.pas' { ChartOptionsDlg} ,
57
59
Vcl.Themes,
58
60
Vcl.Styles,
59
- Dsource in ' Dsource.pas' { SourceForm} ;
61
+ Dsource in ' Dsource.pas' { SourceForm} ,
62
+ Ddisclaimer in ' Ddisclaimer.pas' { DisclaimerForm} ;
60
63
61
64
{ $R *.RES}
62
65
67
70
Application.CreateForm(TFindForm, FindForm);
68
71
Application.CreateForm(TQueryForm, QueryForm);
69
72
Application.CreateForm(TOVMapForm, OVMapForm);
73
+ Application.CreateForm(TDisclaimerForm, DisclaimerForm);
70
74
Application.Run;
71
75
end .
You can’t perform that action at this time.
0 commit comments