Skip to content

Commit

Permalink
Merge pull request #5 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
updating my repo
  • Loading branch information
maxwellfundi committed Apr 29, 2016
2 parents 50a9584 + 8533490 commit cec30f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Public Class frmMain
Public clsGrids As New clsGridLink
Public strStaticPath As String
Public strHelpFilePath As String
Public clsInstatOptions As InstatOptions
Public clsInstatOptions As New InstatOptions
Public strCurrentDataFrame As String
Public dlgLastDialog As Form

Expand Down Expand Up @@ -67,11 +67,11 @@ Public Class frmMain
End Sub

Private Sub LoadInstatOptions()
clsInstatOptions = New InstatOptions
clsInstatOptions.bIncludeRDefaultParameters = False
clsInstatOptions.fntOutput = New Font(FontFamily.GenericMonospace, 8, FontStyle.Regular)
clsInstatOptions.clrOutput = Color.Blue
clsInstatOptions.iLines = 10
clsInstatOptions.SetFormatOutput(New Font(FontFamily.GenericMonospace, 8, FontStyle.Regular), Color.Blue)
clsInstatOptions.SetFormatComment(New Font(FontFamily.GenericSansSerif, 8, FontStyle.Regular), Color.Green)
clsInstatOptions.SetFormatScript(New Font(FontFamily.GenericSansSerif, 8, FontStyle.Regular), Color.Black)
clsInstatOptions.SetNoLines(10)
End Sub

Private Sub DescribeToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles mnuStatisticsSummaryDescribe.Click
Expand Down

0 comments on commit cec30f1

Please sign in to comment.