Skip to content

Commit

Permalink
Merge branch 'climsoft_updated_dialog' of https://github.com/Patowhiz…
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmusyoka committed Jul 24, 2024
2 parents b47b145 + d1af34c commit b56cd0d
Show file tree
Hide file tree
Showing 89 changed files with 4,356 additions and 1,474 deletions.
2 changes: 1 addition & 1 deletion instat/dlgBarAndPieChart.vb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Public Class dlgBarAndPieChart
ucrReceiverWordcloudAngle.Selector = ucrBarChartSelector

ucrSaveBar.SetIsComboBox()
ucrSaveBar.SetCheckBoxText("Save Graph")
ucrSaveBar.SetCheckBoxText("Store Graph")
ucrSaveBar.SetDataFrameSelector(ucrBarChartSelector.ucrAvailableDataFrames)
ucrSaveBar.SetSaveTypeAsGraph()
ucrSaveBar.SetPrefix("bar_plot")
Expand Down
1 change: 0 additions & 1 deletion instat/dlgCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ Public Class dlgCalculator
Private Sub SetHelpOptions()
Select Case enumCalculatorMode
Case CalculatorMode.Prepare
ucrCalc.ucrInputCalOptions.SetName("Basic")
ucrBase.iHelpTopicID = 14
Case CalculatorMode.Structured
ucrCalc.ucrInputCalOptions.SetName("Circular")
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgCanonicalCorrelationAnalysis.vb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Public Class dlgCanonicalCorrelationAnalysis
ucrSaveResult.SetSaveType(RObjectTypeLabel.Model, strRObjectFormat:=RObjectFormat.Text)
ucrSaveResult.SetDataFrameSelector(ucrSelectorCCA.ucrAvailableDataFrames)
ucrSaveResult.SetIsComboBox()
ucrSaveResult.SetCheckBoxText("Save Model")
ucrSaveResult.SetCheckBoxText("Store Model")
ucrSaveResult.SetAssignToIfUncheckedValue("last_model")

End Sub
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgCircularDensityPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Public Class dlgCircularDensityPlot
ucrSaveDensity.SetPrefix("circular_density")
ucrSaveDensity.SetDataFrameSelector(ucrSelectorDataFrame.ucrAvailableDataFrames)
ucrSaveDensity.SetIsComboBox()
ucrSaveDensity.SetCheckBoxText("Save Graph")
ucrSaveDensity.SetCheckBoxText("Store Graph")
ucrSaveDensity.SetSaveTypeAsGraph()
ucrSaveDensity.SetAssignToIfUncheckedValue("last_graph")

Expand Down
550 changes: 344 additions & 206 deletions instat/dlgClimSoft.Designer.vb

Large diffs are not rendered by default.

451 changes: 255 additions & 196 deletions instat/dlgClimSoft.vb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion instat/dlgClimaticBoxPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Public Class dlgClimaticBoxPlot

ucrSavePlot.SetPrefix("box_plot")
ucrSavePlot.SetIsComboBox()
ucrSavePlot.SetCheckBoxText("Save Graph")
ucrSavePlot.SetCheckBoxText("Store Graph")
ucrSavePlot.SetSaveTypeAsGraph()
ucrSavePlot.SetDataFrameSelector(ucrSelectorClimaticBoxPlot.ucrAvailableDataFrames)
ucrSavePlot.SetAssignToIfUncheckedValue("last_graph")
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgClimaticStationMaps.vb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Public Class dlgClimaticStationMaps
ucrSaveMap.SetPrefix("map")
ucrSaveMap.SetSaveTypeAsGraph()
ucrSaveMap.SetIsComboBox()
ucrSaveMap.SetCheckBoxText("Save Map")
ucrSaveMap.SetCheckBoxText("Store Map")
ucrSaveMap.SetAssignToIfUncheckedValue("last_map")
ucrSaveMap.SetDataFrameSelector(ucrSelectorOutline.ucrAvailableDataFrames)

Expand Down
2 changes: 1 addition & 1 deletion instat/dlgClimdexIndices.vb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Public Class dlgClimdexIndices
ucrPnlAnnualMonthly.SetRDefault(Chr(34) & "annual" & Chr(34))
ucrPnlAnnualMonthly.AddToLinkedControls({ucrReceiverMonth}, {rdoMonthly}, bNewLinkedAddRemoveParameter:=True, bNewLinkedHideIfParameterMissing:=True)

ucrChkSave.SetText("Save Indices")
ucrChkSave.SetText("Store Indices")
ucrChkSave.bChangeParameterValue = False
End Sub

Expand Down
2 changes: 1 addition & 1 deletion instat/dlgClusterAnalysis.vb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Public Class dlgClusterAnalysis
ucrSaveGraph.SetPrefix("Cluster_plot")
ucrSaveGraph.SetSaveTypeAsGraph()
ucrSaveGraph.SetDataFrameSelector(ucrSelectorClusterData.ucrAvailableDataFrames)
ucrSaveGraph.SetCheckBoxText("Save Graph")
ucrSaveGraph.SetCheckBoxText("Store Graph")
ucrSaveGraph.SetIsComboBox()
ucrSaveGraph.SetAssignToIfUncheckedValue("last_graph")

Expand Down
2 changes: 1 addition & 1 deletion instat/dlgCombineforGraphics.vb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Public Class dlgCombineforGraphics
ucrSave.SetPrefix("combined_graph")
ucrSave.SetDataFrameSelector(ucrCombineGraphSelector.ucrAvailableDataFrames)
ucrSave.SetSaveType(strRObjectType:=RObjectTypeLabel.Graph, strRObjectFormat:=RObjectFormat.Image)
ucrSave.SetCheckBoxText("Save Graph")
ucrSave.SetCheckBoxText("Store Graph")
ucrSave.SetIsComboBox()
ucrSave.SetAssignToIfUncheckedValue("last_graph")
End Sub
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgCompareTreatmentLines.vb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Public Class dlgCompareTreatmentLines

ucrSavePlot.SetPrefix("two_options")
ucrSavePlot.SetIsComboBox()
ucrSavePlot.SetCheckBoxText("Save Graph")
ucrSavePlot.SetCheckBoxText("Store Graph")
ucrSavePlot.SetSaveTypeAsGraph()
ucrSavePlot.SetDataFrameSelector(ucrSelectorPlot.ucrAvailableDataFrames)
ucrSavePlot.SetAssignToIfUncheckedValue("last_graph")
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgConditionalQuantilePlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Public Class dlgConditionalQuantilePlot
ucrReceiverType.SetLinkedDisplayControl(lblType)

ucrSavePlot.SetPrefix("cond_quantile_plot")
ucrSavePlot.SetCheckBoxText("Save Graph")
ucrSavePlot.SetCheckBoxText("Store Graph")
ucrSavePlot.SetIsComboBox()
ucrSavePlot.SetSaveTypeAsGraph()
ucrSavePlot.SetDataFrameSelector(ucrConditionalQuantilePlotSelector.ucrAvailableDataFrames)
Expand Down
8 changes: 4 additions & 4 deletions instat/dlgCorrelation.vb
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Public Class dlgCorrelation
If rdoAsText.Checked Then
clsDummyFunction.AddParameter("output", "as.table", iPosition:=2)
ucrSaveCorrelation.SetSaveType(strRObjectType:=RObjectTypeLabel.Table, strRObjectFormat:=RObjectFormat.Text)
ucrSaveCorrelation.SetCheckBoxText("Save Table")
ucrSaveCorrelation.SetCheckBoxText("Store Table")
ucrSaveCorrelation.SetPrefix("summary_table")
ucrSaveCorrelation.SetAssignToIfUncheckedValue("last_table")
clsPipeOperator.SetAssignToOutputObject(strRObjectToAssignTo:="last_table",
Expand All @@ -604,14 +604,14 @@ Public Class dlgCorrelation
clsDummyFunction.AddParameter("output", "as.dataframe", iPosition:=2)
clsPipeOperator.RemoveAssignTo()
ucrSaveCorrelation.SetSaveTypeAsDataFrame()
ucrSaveCorrelation.SetCheckBoxText("Save Data Frame")
ucrSaveCorrelation.SetCheckBoxText("Store Data Frame")
ucrSaveCorrelation.SetPrefix("data_frame")
ucrSaveCorrelation.SetAssignToIfUncheckedValue("last_dataframe")
End If
Else

ucrSaveCorrelation.SetSaveType(strRObjectType:=RObjectTypeLabel.Table, strRObjectFormat:=RObjectFormat.Text)
ucrSaveCorrelation.SetCheckBoxText("Save Table")
ucrSaveCorrelation.SetCheckBoxText("Store Table")
ucrSaveCorrelation.SetPrefix("summary_table")
ucrSaveCorrelation.SetAssignToIfUncheckedValue("last_table")
clsCorrelationFunction.SetAssignToOutputObject(strRObjectToAssignTo:="last_table",
Expand All @@ -623,7 +623,7 @@ Public Class dlgCorrelation
Else

ucrSaveCorrelation.SetSaveType(strRObjectType:=RObjectTypeLabel.Model, strRObjectFormat:=RObjectFormat.Text)
ucrSaveCorrelation.SetCheckBoxText("Save Model")
ucrSaveCorrelation.SetCheckBoxText("Store Model")
ucrSaveCorrelation.SetPrefix("summary_model")
ucrSaveCorrelation.SetAssignToIfUncheckedValue("last_model")
clsCorrelationTestFunction.SetAssignToOutputObject(strRObjectToAssignTo:="last_model",
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgCountryColouredMap.vb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Public Class dlgCountryColouredMap
ucrSaveMap.SetPrefix("Map")
ucrSaveMap.SetSaveTypeAsGraph()
ucrSaveMap.SetIsComboBox()
ucrSaveMap.SetCheckBoxText("Save Graph")
ucrSaveMap.SetCheckBoxText("Store Graph")
ucrSaveMap.SetAssignToIfUncheckedValue("last_graph")
ucrSaveMap.SetDataFrameSelector(ucrSelectorCountryColouredMap.ucrAvailableDataFrames)
End Sub
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgCumulativeDistribution.vb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Public Class dlgCumulativeDistribution

ucrSaveCumDist.SetSaveTypeAsGraph()
ucrSaveCumDist.SetDataFrameSelector(ucrCumDistSelector.ucrAvailableDataFrames)
ucrSaveCumDist.SetCheckBoxText("Save Graph")
ucrSaveCumDist.SetCheckBoxText("Store Graph")
ucrSaveCumDist.SetIsComboBox()
ucrSaveCumDist.SetPrefix("cumulative_dist")
ucrSaveCumDist.SetAssignToIfUncheckedValue("last_graph")
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgDescribeTwoVarGraph.vb
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ Public Class dlgDescribeTwoVarGraph
ucrSaveGraph.SetPrefix("two_var")
ucrSaveGraph.SetSaveTypeAsGraph()
ucrSaveGraph.SetDataFrameSelector(ucrSelectorTwoVarGraph.ucrAvailableDataFrames)
ucrSaveGraph.SetCheckBoxText("Save Graph")
ucrSaveGraph.SetCheckBoxText("Store Graph")
ucrSaveGraph.SetIsComboBox()
ucrSaveGraph.SetAssignToIfUncheckedValue("last_graph")
End Sub
Expand Down
Loading

0 comments on commit b56cd0d

Please sign in to comment.