Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8811 from Fidel365/help_id.3
Browse files Browse the repository at this point in the history
Adding help id's -3
  • Loading branch information
N-thony authored Feb 15, 2024
2 parents 239ff41 + 456974a commit 9f3862b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPCountRecords.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Public Class dlgClimaticNCMPCountRecords
Private Sub InitialiseDialog()
Dim dctResolution As New Dictionary(Of String, String)

ucrBase.iHelpTopicID=631
ucrSelectorForA2.SetParameter(New RParameter("a2", 0))
ucrSelectorForA2.SetParameterIsrfunction()
ucrSelectorForA2.ucrAvailableDataFrames.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPIndices.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Public Class dlgClimaticNCMPIndices
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID=627
ucrSelectorIndices.SetParameter(New RParameter("df", 0))
ucrSelectorIndices.SetParameterIsrfunction()

Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPRegionAverage.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Public Class dlgClimaticNCMPRegionAverage
Private Sub InitialiseDialog()
Dim dctResolution As New Dictionary(Of String, String)

ucrBase.iHelpTopicID=629
ucrSelectorForA2.SetParameter(New RParameter("a2", 0))
ucrSelectorForA2.SetParameterIsrfunction()
ucrSelectorForA2.ucrAvailableDataFrames.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPSummaryFile.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Public Class dlgClimaticNCMPSummaryFile
Private Sub InitialiseDialog()
Dim dctResolution As New Dictionary(Of String, String)

ucrBase.iHelpTopicID=632
ucrSelectorA2.SetParameter(New RParameter("a2", 0))
ucrSelectorA2.SetParameterIsRFunction()
ucrSelectorA2.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPTrendGraphs.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Public Class dlgClimaticNCMPTrendGraphs
Private Sub InitialiseDialog()
Dim dctResolution As New Dictionary(Of String, String)

ucrBase.iHelpTopicID=630
ucrSelectorForA2.SetParameter(New RParameter("a2", 0))
ucrSelectorForA2.SetParameterIsrfunction()
ucrSelectorForA2.ucrAvailableDataFrames.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPVariogram.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Public Class dlgClimaticNCMPVariogram
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID=628
ucrSelectorVariogram.SetParameter(New RParameter("a2", 0))
ucrSelectorVariogram.SetParameterIsrfunction()
ucrSelectorVariogram.ucrAvailableDataFrames.lblDataFrame.Text = "Indices Data Frame:"
Expand Down

0 comments on commit 9f3862b

Please sign in to comment.