Skip to content

Commit

Permalink
Merge pull request #228 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
update define climatic branch
  • Loading branch information
stevekogo authored Feb 3, 2017
2 parents c5c9cb3 + 8e63f94 commit b926b4b
Show file tree
Hide file tree
Showing 193 changed files with 528 additions and 10,358 deletions.
6 changes: 5 additions & 1 deletion instat/UcrPanel.vb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Public Class UcrPanel
OnControlValueChanged()
End Sub

Protected Overrides Sub SetControlValue(objTemp As Object)
Protected Overrides Sub SetToValue(objTemp As Object)
Dim rdoTemp As RadioButton

If TypeOf objTemp Is RadioButton Then
Expand All @@ -74,4 +74,8 @@ Public Class UcrPanel
MsgBox("Developer error: Cannot set the value of " & Name & " because cannot convert value of object to radio button.")
End If
End Sub

Private Sub UcrPanel_Load(sender As Object, e As EventArgs) Handles Me.Load
bAllowNonConditionValues = False
End Sub
End Class
53 changes: 0 additions & 53 deletions instat/dlgAddStartRain.designer.vb

This file was deleted.

15 changes: 0 additions & 15 deletions instat/dlgAddStartRain.fr-FR.resx

This file was deleted.

120 changes: 0 additions & 120 deletions instat/dlgAddStartRain.resx

This file was deleted.

15 changes: 0 additions & 15 deletions instat/dlgAddStartRain.sw-KE.resx

This file was deleted.

12 changes: 0 additions & 12 deletions instat/dlgAddStartRain.vb

This file was deleted.

Loading

0 comments on commit b926b4b

Please sign in to comment.