Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding help id's -3 #8811

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading