Skip to content

Commit

Permalink
groundwater toolbox 1.3.2 updates; add hydrotoolbox version label
Browse files Browse the repository at this point in the history
  • Loading branch information
TongZhai committed Sep 11, 2019
1 parent e1a3ae3 commit 227f532
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions BASINS/atcBasinsPlugIn.vb
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ Public Class atcBasinsPlugIn
.Add("Welcome to BASINS 4.5 Window", "Welcome to GW Toolbox Window")
.Add("Build BASINS Project", "Build New Project")
End With
Case "Hydro Toolbox"
lHelpFilename = FindFile("Please Find Help Document", g_ProgramDir & "docs\GWToolbox.chm")
BasinsDataPath = "USGS-WATER\data\"
With atcUtility.HelpSubstitutions
.Add("BASINS Details", "GW Toolbox Details")
.Add("Welcome to BASINS 4.5 Window", "Welcome to GW Toolbox Window")
.Add("Build BASINS Project", "Build New Project")
End With

Case Else ' BASINS
lHelpFilename = FindFile("", g_ProgramDir & "docs\BASINS4.5.chm")
Expand Down
1 change: 1 addition & 0 deletions BASINS/frmAbout.vb
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ Friend Class frmAbout
End Try
Try
#If ProgramName = "USGS GW Toolbox" Then
Me.Width += 30

#ElseIf ProgramName = "USGS SW Toolbox" Then
Me.Width += 30
Expand Down
4 changes: 2 additions & 2 deletions BASINS/modBasinsPlugin.vb
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Public Module modBasinsPlugin
#If ProgramName = "USGS GW Toolbox" Then
Public Const g_AppNameRegistry As String = "USGS-GW" 'For preferences in registry
Friend Const g_AppNameShort As String = "GW Toolbox"
Friend Const g_AppNameLong As String = "USGS GW Toolbox 1.3"
Friend Const g_AppNameLong As String = "USGS GW Toolbox 1.3.2"
Friend Const g_URL_Home As String = "http://water.usgs.gov/ogw/gwtoolbox/"
Friend Const g_URL_Register As String = "http://hspf.com/pub/USGS-GW/register.html"
#ElseIf ProgramName = "USGS SW Toolbox" Then
Public Const g_AppNameRegistry As String = "USGS-SW" 'For preferences in registry
Friend Const g_AppNameShort As String = "SW Toolbox"
Friend Const g_AppNameLong As String = "USGS SW Toolbox 1.0.3"
Friend Const g_AppNameLong As String = "USGS SW Toolbox 1.0.5"
Friend Const g_URL_Home As String = "https://water.usgs.gov/osw/swtoolbox/"
Friend Const g_URL_Register As String = "http://hspf.com/pub/USGS-SW/register.html"
#ElseIf ProgramName = "USGS Hydrologic Toolbox" Then
Expand Down

0 comments on commit 227f532

Please sign in to comment.