Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#6257 from Patowhiz/DateTimeCalc…
Browse files Browse the repository at this point in the history
…ulator

Improved the date/time features of the Calculator
  • Loading branch information
lloyddewit authored Mar 16, 2021
2 parents a5fd75a + fb44ecd commit 0d664c0
Show file tree
Hide file tree
Showing 4 changed files with 2,547 additions and 2,490 deletions.
6 changes: 3 additions & 3 deletions instat/dlgCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Public Class dlgCalculator
Private iBasicWidth As Integer
Private strDefaultKeyboard As String
' Note: This list needs to be updated when a new keyboard is added.
Private strKeyboards() As String = {"Maths", "Logical and Symbols", "Summary", "Strings (Character Columns)", "Factor", "Probability", "Dates", "Transform", "Circular", "Wakefield", "Modifier", "Symbols", "HydroGOF"}
Private strKeyboards() As String = {"Maths", "Logical and Symbols", "Summary", "Strings (Character Columns)", "Factor", "Probability", "Dates/Times", "Transform", "Circular", "Wakefield", "Modifier", "Symbols", "HydroGOF"}


Private Sub dlgCalculator_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Expand Down Expand Up @@ -149,8 +149,8 @@ Public Class dlgCalculator
Me.Width = iBasicWidth * 1.4
Case "Probability"
Me.Width = iBasicWidth * 1.5
Case "Dates"
Me.Width = iBasicWidth * 1.3
Case "Dates/Times"
Me.Width = iBasicWidth * 1.37
Case "Transform"
Me.Width = iBasicWidth * 1.37
Case "Circular"
Expand Down
Loading

0 comments on commit 0d664c0

Please sign in to comment.