Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalis95 committed Nov 28, 2024
1 parent 6d8f1cd commit 39f452c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
78 changes: 39 additions & 39 deletions instat/dlgDescribeTwoVariable.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/dlgDescribeTwoVariable.vb
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ Public Class dlgDescribeTwoVariable
ucrChkLevSig.Visible = False
ucrChkTotal.Visible = False
ucrChkInteraction.Visible = False
ucrSaveTable.Location = New Point(23, 385)
ucrSaveTable.Location = New Point(23, 370)
clsDummyFunction.AddParameter("factor_cols", "FactorVar", iPosition:=1)
ucrBase.clsRsyntax.SetBaseROperator(clsJoiningPipeOperator)
ucrSaveTable.SetPrefix("frequency_table")
Expand Down Expand Up @@ -1422,7 +1422,7 @@ Public Class dlgDescribeTwoVariable
End If
End Sub

Private Sub Frequencies_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrReceiverPercentages.ControlValueChanged, ucrReceiverColumns.ControlValueChanged,
Private Sub Frequencies_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrReceiverPercentages.ControlValueChanged,
ucrChkDisplayAsPercentage.ControlValueChanged, ucrChkDisplayMargins.ControlValueChanged, ucrInputMarginName.ControlValueChanged, ucrpnlPercent.ControlValueChanged
If rdoTwoVariable.Checked Then
If ucrChkDisplayAsPercentage.Checked Then
Expand Down

0 comments on commit 39f452c

Please sign in to comment.