diff --git a/BitBox Digital.vbproj b/BitBox Digital.vbproj index 289f799..68abdec 100644 --- a/BitBox Digital.vbproj +++ b/BitBox Digital.vbproj @@ -25,6 +25,7 @@ A box that uses switches lightbulbs and a Arduino Mega to teach students how bin 1.5.2 https://github.com/AlexanderEDavis/Binary-Box-Simulator GitHub + Debug;Release;Export diff --git a/My Project/Application.Designer.vb b/My Project/Application.Designer.vb index 8542139..07c1932 100644 --- a/My Project/Application.Designer.vb +++ b/My Project/Application.Designer.vb @@ -26,8 +26,8 @@ Namespace My MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) Me.IsSingleInstance = false Me.EnableVisualStyles = true - Me.SaveMySettingsOnExit = True - Me.ShutdownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose + Me.SaveMySettingsOnExit = true + Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterAllFormsClose End Sub _ diff --git a/My Project/Resources.Designer.vb b/My Project/Resources.Designer.vb index bb0ce93..c1fcfa7 100644 --- a/My Project/Resources.Designer.vb +++ b/My Project/Resources.Designer.vb @@ -75,7 +75,7 @@ Namespace My.Resources ''' Friend ReadOnly Property Seven_Segment() As Byte() Get - Dim obj As Object = ResourceManager.GetObject("Seven_Segment", resourceCulture) + Dim obj As Object = ResourceManager.GetObject("Seven Segment", resourceCulture) Return CType(obj,Byte()) End Get End Property diff --git a/My Project/Resources.resx b/My Project/Resources.resx index 0aa356e..d917268 100644 --- a/My Project/Resources.resx +++ b/My Project/Resources.resx @@ -121,10 +121,10 @@ ..\DSEG7Classic-Regular.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\..\..\Downloads\seven_segment\Seven Segment.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\seven segment.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ..\..\..\Downloads\Unicode_IEC_symbol.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ..\unicode_iec_symbol.ttf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/My Project/Settings.Designer.vb b/My Project/Settings.Designer.vb index a719136..3b5986e 100644 --- a/My Project/Settings.Designer.vb +++ b/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase diff --git a/Published/D3DCompiler_47_cor3.dll b/Published/D3DCompiler_47_cor3.dll index 3349a8d..b9b1506 100644 Binary files a/Published/D3DCompiler_47_cor3.dll and b/Published/D3DCompiler_47_cor3.dll differ diff --git a/Published/PenImc_cor3.dll b/Published/PenImc_cor3.dll index 8aa09c9..0f485e1 100644 Binary files a/Published/PenImc_cor3.dll and b/Published/PenImc_cor3.dll differ diff --git a/Published/PresentationNative_cor3.dll b/Published/PresentationNative_cor3.dll index cea8519..4fad125 100644 Binary files a/Published/PresentationNative_cor3.dll and b/Published/PresentationNative_cor3.dll differ diff --git a/Published/vcruntime140_cor3.dll b/Published/vcruntime140_cor3.dll index 8a8e69d..66d2e96 100644 Binary files a/Published/vcruntime140_cor3.dll and b/Published/vcruntime140_cor3.dll differ diff --git a/Published/wpfgfx_cor3.dll b/Published/wpfgfx_cor3.dll index 6533193..46c5261 100644 Binary files a/Published/wpfgfx_cor3.dll and b/Published/wpfgfx_cor3.dll differ diff --git a/Seven Segment.ttf b/Seven Segment.ttf new file mode 100644 index 0000000..214053f Binary files /dev/null and b/Seven Segment.ttf differ diff --git a/Unicode_IEC_symbol.ttf b/Unicode_IEC_symbol.ttf new file mode 100644 index 0000000..ab8cfba Binary files /dev/null and b/Unicode_IEC_symbol.ttf differ