Skip to content

Commit

Permalink
Adding the top radio button
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanluv committed Feb 14, 2022
1 parent 122b87a commit 0ac73de
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 72 deletions.
139 changes: 68 additions & 71 deletions instat/dlgOneVariableSummarise.Designer.vb

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

2 changes: 1 addition & 1 deletion instat/dlgOneVariableSummarise.vb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Public Class dlgOneVariableSummarise
strDefaultColumns = Nothing
End Sub

Private Sub Controls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrReceiverOneVarSummarise.ControlContentsChanged, ucrNudMaxSum.ControlContentsChanged, ucrPnlSummaries.ControlValueChanged
Private Sub Controls_ControlContentsChanged(ucrChangedControl As ucrCore) Handles ucrReceiverOneVarSummarise.ControlContentsChanged, ucrNudMaxSum.ControlContentsChanged
TestOKEnabled()
End Sub

Expand Down

0 comments on commit 0ac73de

Please sign in to comment.