Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8944 from Fidel365/Calcorder.new
Browse files Browse the repository at this point in the history
Adjusting keyboards order and changing labels in the calculator
  • Loading branch information
conlooptechnologies authored Apr 23, 2024
2 parents ce9d7de + 3d22fdd commit 5c85192
Show file tree
Hide file tree
Showing 4 changed files with 1,764 additions and 1,586 deletions.
4 changes: 2 additions & 2 deletions instat/dlgCalculator.vb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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", "Text/Strings (Character Columns)", "Factor", "Probability", "Dates/Times", "Transform", "Circular", "Wakefield", "Modifier", "Symbols", "HydroGOF", "Integer", "Complex", "List"}
Private strKeyboards() As String = {"Basic", "Maths", "Logical and Symbols", "Transform", "Summary", "Probability", "Factor", "Text/Strings (Character Columns)", "Dates/Times", "Circular", "Wakefield", "Goodness of Fit", "List", "Complex", "Integer"}

Private Sub dlgCalculator_Load(sender As Object, e As EventArgs) Handles MyBase.Load
If bFirstLoad Then
Expand Down Expand Up @@ -192,7 +192,7 @@ Public Class dlgCalculator
Me.Width = iBasicWidth * 1.39
Case "Symbols"
Me.Width = iBasicWidth * 2.56
Case "hydroGOF"
Case "Goodness of Fit"
Me.Width = iBasicWidth * 1.27
ucrBase.iHelpTopicID = 598
Case "Integer"
Expand Down
Loading

0 comments on commit 5c85192

Please sign in to comment.