Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
N-thony committed Aug 10, 2023
1 parent ccfe12c commit 2f3bd65
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
98 changes: 49 additions & 49 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 @@ -584,15 +584,15 @@ Public Class dlgDescribeTwoVariable

If rdoSkim.Checked Then
ucrReceiverFirstVars.SetSingleTypeStatus(False)
ucrSaveTable.Location = New Point(10, 286)
ucrSaveTable.Location = New Point(23, 286)
ElseIf rdoThreeVariable.Checked Then
ucrReceiverFirstVars.SetSingleTypeStatus(True, bIsCategoricalNumeric:=True)
lblThreeVariableCategorical.Visible = True
lblThreeVariableCategorical.Location = New Point(106, 18)
lblSecondType.Location = New Point(12, 33)
lblSecondBy.Visible = True
Else
ucrSaveTable.Location = New Point(23, 686)
ucrSaveTable.Location = New Point(23, 450)
ucrReceiverFirstVars.SetSingleTypeStatus(True, bIsCategoricalNumeric:=True)
lblThreeVariableCategorical.Visible = False
lblThreeVariableCategorical.Location = New Point(12, 33)
Expand Down

0 comments on commit 2f3bd65

Please sign in to comment.