Showing posts with label Changing the top of the EPA SWMM 5 GUI Window Caption to the current EPA Version using Delphi XE7. Show all posts
Showing posts with label Changing the top of the EPA SWMM 5 GUI Window Caption to the current EPA Version using Delphi XE7. Show all posts

Sunday, September 11, 2016

Changing the top of the #EPA #SWMM 5 GUI Window Caption to the current EPA Version using Delphi XE7

If you want to change the top of the EPA SWMM 5 GUI Window Caption and you have access to Delphi XE2 to XE7 (I use XE7 and the EPA GUI uses XE2)  you can change the caption by changing the following line in FMAIN.PAS and recompliing

TXT_MAIN_CAPTION = 'SWMM 5.1.011 - QA/QC';

Figure 1 shows the new GUI top and Figure 2 shows the snippet to be changed in FMAIN.PAS

Figure 2 - New Caption at the Top of the SWMM 5 GUI

Figure 2 - FMAIN.PAS code Snippet

The Goal of SWMM5 Input Files

 ðŸŒŸ SWMM5 (Storm Water Management Model 5) is a widely used urban hydrology and hydraulic modeling software developed by the United States E...