diff --git a/CSE/Calculation/Minor_routines_calculate.vb b/CSE/Calculation/Minor_routines_calculate.vb index e3a19a25c71334aecc9755721e7c4382acf5839a..e5c5663db7bb5972256241fc5ff2ea8b730523ca 100644 --- a/CSE/Calculation/Minor_routines_calculate.vb +++ b/CSE/Calculation/Minor_routines_calculate.vb @@ -389,7 +389,6 @@ Module Minor_routines_calculate End Using End Function - ' Calculate the UTM coordinates Function UTM(ByVal Lat As Double, ByVal Lon As Double) As cUTMCoord ' Declaration diff --git a/CSE/GUI/F_Main.Designer.vb b/CSE/GUI/F_Main.Designer.vb index 907d6e9832b9c2271f087ab0508d2173e878c02e..b7e726784e45e3c75cccaf14df8aac8c58863789 100644 --- a/CSE/GUI/F_Main.Designer.vb +++ b/CSE/GUI/F_Main.Designer.vb @@ -644,6 +644,8 @@ Partial Class F_Main 'CB_accel_correction ' 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.Name = "CB_accel_correction" Me.CB_accel_correction.Size = New System.Drawing.Size(111, 17) diff --git a/CSE/GUI/F_Main.vb b/CSE/GUI/F_Main.vb index e343e70539b9c3d6fb1386d26bcecd7674577289..399a8fe4d9649c34f4bdf9dcdab508f7092c7c44 100644 --- a/CSE/GUI/F_Main.vb +++ b/CSE/GUI/F_Main.vb @@ -1102,8 +1102,6 @@ Public Class F_Main PBInfoIconCrt.Visible = False End Sub - - #End Region End Class