Skip to content

Commit

Permalink
Merge pull request #7308 from Vitalis95/MenuItems
Browse files Browse the repository at this point in the history
Renaming sub-menu items in Describe, Prepare, Climatic and Option by Context menus and Right Clicks.
  • Loading branch information
shadrackkibet authored Mar 22, 2022
2 parents 821f2ad + 27e1418 commit f8da0f3
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 253 deletions.
135 changes: 47 additions & 88 deletions instat/frmMain.Designer.vb

Large diffs are not rendered by default.

18 changes: 7 additions & 11 deletions instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ Public Class frmMain
dlgCombineText.ShowDialog()
End Sub

Private Sub mnuPrepareDataFilter_Click(sender As Object, e As EventArgs) Handles mnuPrepareDataFrameFilter.Click
Private Sub mnuPrepareDataFilter_Click(sender As Object, e As EventArgs) Handles mnuPrepareDataFrameFilterRows.Click
dlgRestrict.bIsSubsetDialog = False
dlgRestrict.strDefaultDataframe = ""
dlgRestrict.ShowDialog()
Expand Down Expand Up @@ -1456,10 +1456,6 @@ Public Class frmMain
dlgStringDistance.ShowDialog()
End Sub

Private Sub mnuDescribeThreeVariableFrequencies_Click(sender As Object, e As EventArgs) Handles mnuDescribeThreeVariableFrequencies.Click
dlgThreeVariableFrequencies.ShowDialog()
End Sub

Private Sub mnuDescribeViewGraph_Click(sender As Object, e As EventArgs) Handles mnuDescribeViewGraph.Click
dlgViewGraph.ShowDialog()
End Sub
Expand Down Expand Up @@ -1838,7 +1834,7 @@ Public Class frmMain
dlgMergeAdditionalData.ShowDialog()
End Sub

Private Sub mnuOptionsByContextsCheckDataDuplicates_Click(sender As Object, e As EventArgs) Handles mnuOptionsByContextCheckDataDuplicates.Click
Private Sub mnuOptionsByContextsCheckDataDuplicates_Click(sender As Object, e As EventArgs) Handles mnuOptionsByContextCheckDataDuplicateRows.Click
dlgDuplicates.ShowDialog()
End Sub

Expand Down Expand Up @@ -2001,7 +1997,7 @@ Public Class frmMain
dlgOneWayFrequencies.ShowDialog()
End Sub

Private Sub mnuClimaticTidyandExamineDuplicates_Click(sender As Object, e As EventArgs) Handles mnuClimaticTidyandExamineDuplicates.Click
Private Sub mnuClimaticTidyandExamineDuplicates_Click(sender As Object, e As EventArgs) Handles mnuClimaticTidyandExamineDuplicateRows.Click
dlgDuplicates.ShowDialog()
End Sub

Expand Down Expand Up @@ -2396,10 +2392,6 @@ Public Class frmMain
dlgSelect.ShowDialog()
End Sub

Private Sub mnuDescribeThreeVariablePivotTable_Click(sender As Object, e As EventArgs) Handles mnuDescribeThreeVariablePivotTable.Click
dlgThreeVariablePivotTable.ShowDialog()
End Sub

Private Sub mnuClimaticFileExportToClimsoft_Click(sender As Object, e As EventArgs) Handles mnuClimaticFileExportToClimsoft.Click
dlgExportToClimsoft.ShowDialog()
End Sub
Expand Down Expand Up @@ -2431,4 +2423,8 @@ Public Class frmMain
Private Sub mnuOptionsByContextDefineOnFarm_Click(sender As Object, e As EventArgs) Handles mnuOptionsByContextDefineOnFarm.Click
dlgDefineOptionsByContext.ShowDialog()
End Sub

Private Sub mnuDescribeTwoThreeVariablesCorrelations_Click(sender As Object, e As EventArgs) Handles mnuDescribeTwoThreeVariablesCorrelations.Click
dlgCorrelation.ShowDialog()
End Sub
End Class
Binary file modified instat/translations/rInstatTranslations.db
Binary file not shown.
112 changes: 56 additions & 56 deletions instat/ucrColumnMetadata.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions instat/ucrColumnMetadata.vb
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Public Class ucrColumnMetadata
dlgDuplicateColumns.ShowDialog()
End Sub

Private Sub mnuColumnFilter_Click(sender As Object, e As EventArgs) Handles mnuColumnFilter.Click
Private Sub mnuColumnFilter_Click(sender As Object, e As EventArgs) Handles mnuColumnFilterRows.Click
dlgRestrict.bIsSubsetDialog = False
dlgRestrict.strDefaultDataframe = _grid.CurrentWorksheet.Name
dlgRestrict.ShowDialog()
Expand Down Expand Up @@ -447,7 +447,7 @@ Public Class ucrColumnMetadata
dlgAddComment.ShowDialog()
End Sub

Private Sub mnuColumnContextColumnSelection_Click(sender As Object, e As EventArgs) Handles mnuColumnContextColumnSelection.Click
Private Sub mnuColumnContextColumnSelection_Click(sender As Object, e As EventArgs) Handles mnuColumnContextSelectColumns.Click
dlgSelect.SetDefaultDataFrame(_grid.CurrentWorksheet.Name)
dlgSelect.ShowDialog()
End Sub
Expand Down
Loading

0 comments on commit f8da0f3

Please sign in to comment.