Skip to content

Commit

Permalink
Merge pull request #5 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
Getting the latest master version
  • Loading branch information
Marthafuraha committed Jan 22, 2016
2 parents 7cf4e69 + b5a73b8 commit 8a55c31
Show file tree
Hide file tree
Showing 32 changed files with 837 additions and 654 deletions.
4 changes: 2 additions & 2 deletions instat/dlgBivariateANOVA.Designer.vb

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

6 changes: 3 additions & 3 deletions instat/dlgChiSquareTest.designer.vb

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

38 changes: 19 additions & 19 deletions instat/dlgColumnStats.Designer.vb

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

6 changes: 3 additions & 3 deletions instat/dlgCorrelation.designer.vb

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

51 changes: 26 additions & 25 deletions instat/dlgCreateClimateObject.designer.vb

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

21 changes: 18 additions & 3 deletions instat/dlgCreateClimateObject.vb
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
Imports instat.Translations
' Instat-R
' Copyright (C) 2015
'
' This program is free software: you can redistribute it and/or modify
' it under the terms of the GNU General Public License as published by
' the Free Software Foundation, either version 3 of the License, or
' (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License k
' along with this program. If not, see <http://www.gnu.org/licenses/>.
Imports instat.Translations
Public Class dlgCreateClimateObject

Private Sub UcrButtons1_clickOk(sender As Object, e As EventArgs) Handles UcrButtons1.ClickOk
Private Sub ucrBase_clickOk(sender As Object, e As EventArgs) Handles ucrBase.ClickOk
frmMain.clsRLink.climateObject()
Me.Hide()
End Sub

Private Sub dlgCreateClimateObject_Load(sender As Object, e As EventArgs) Handles Me.Load
autoTranslate(Me)
UcrButtons1.clsRsyntax.iCalltype = -1
ucrBase.clsRsyntax.iCalltype = -1
End Sub

End Class
46 changes: 23 additions & 23 deletions instat/dlgCropCoefficients.Designer.vb

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

Loading

0 comments on commit 8a55c31

Please sign in to comment.