Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlgLockAndUnlock-putting a tag #436

Merged
merged 15 commits into from
Jan 4, 2016
394 changes: 197 additions & 197 deletions instat/dlgDuplicateColumns.Designer.vb

Large diffs are not rendered by default.

480 changes: 240 additions & 240 deletions instat/dlgExtremes.Designer.vb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions instat/dlgExtremes.vb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Public Class dlgExtremes
lblAnd.Visible = False
txtAnd.Visible = False
chkMaximumLikelihood.Checked = False
chkMethodofMoments.Checked = False
chkMethodOfMoments.Checked = False
cboMaximumLikelihood.Visible = True

cboMethodofMoments.Visible = False
cboMethodOfMoments.Visible = False
chkProbabilityPlot.Checked = False

ucrBase.clsRsyntax.SetFunction("gev.fit")
Expand Down Expand Up @@ -56,11 +56,11 @@ Public Class dlgExtremes
End If
End Sub

Private Sub chkMethodofMoments_CheckedChanged(sender As Object, e As EventArgs) Handles chkMethodofMoments.CheckedChanged
If chkMethodofMoments.Checked = True Then
cboMethodofMoments.Visible = True
Private Sub chkMethodofMoments_CheckedChanged(sender As Object, e As EventArgs) Handles chkMethodOfMoments.CheckedChanged
If chkMethodOfMoments.Checked = True Then
cboMethodOfMoments.Visible = True
Else
cboMethodofMoments.Visible = False
cboMethodOfMoments.Visible = False
End If
End Sub

Expand Down
66 changes: 33 additions & 33 deletions instat/dlgFind.Designer.vb

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

Loading