Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c4a6307f authored by unknown's avatar unknown
Browse files

* Acceleration correction true as default

parent 79d238d1
No related branches found
No related tags found
No related merge requests found
...@@ -389,7 +389,6 @@ Module Minor_routines_calculate ...@@ -389,7 +389,6 @@ Module Minor_routines_calculate
End Using End Using
End Function End Function
' Calculate the UTM coordinates ' Calculate the UTM coordinates
Function UTM(ByVal Lat As Double, ByVal Lon As Double) As cUTMCoord Function UTM(ByVal Lat As Double, ByVal Lon As Double) As cUTMCoord
' Declaration ' Declaration
......
...@@ -644,6 +644,8 @@ Partial Class F_Main ...@@ -644,6 +644,8 @@ Partial Class F_Main
'CB_accel_correction 'CB_accel_correction
' '
Me.CB_accel_correction.AutoSize = True Me.CB_accel_correction.AutoSize = True
Me.CB_accel_correction.Checked = True
Me.CB_accel_correction.CheckState = System.Windows.Forms.CheckState.Checked
Me.CB_accel_correction.Location = New System.Drawing.Point(6, 111) Me.CB_accel_correction.Location = New System.Drawing.Point(6, 111)
Me.CB_accel_correction.Name = "CB_accel_correction" Me.CB_accel_correction.Name = "CB_accel_correction"
Me.CB_accel_correction.Size = New System.Drawing.Size(111, 17) Me.CB_accel_correction.Size = New System.Drawing.Size(111, 17)
......
...@@ -1102,8 +1102,6 @@ Public Class F_Main ...@@ -1102,8 +1102,6 @@ Public Class F_Main
PBInfoIconCrt.Visible = False PBInfoIconCrt.Visible = False
End Sub End Sub
#End Region #End Region
End Class End Class
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment