PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/Visual Studio 2008/VBWinFormPrinting/My Project/Application.Designer.vb

#
Visual Basic | 38 lines | 18 code | 6 blank | 14 comment | 0 complexity | f6bba95365b820e7386dc25a925066b6 MD5 | raw file
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' This code was generated by a tool.
  4. ' Runtime Version:2.0.50727.4952
  5. '
  6. ' Changes to this file may cause incorrect behavior and will be lost if
  7. ' the code is regenerated.
  8. ' </auto-generated>
  9. '------------------------------------------------------------------------------
  10. Option Strict On
  11. Option Explicit On
  12. Namespace My
  13. 'NOTE: This file is auto-generated; do not modify it directly. To make changes,
  14. ' or if you encounter build errors in this file, go to the Project Designer
  15. ' (go to Project Properties or double-click the My Project node in
  16. ' Solution Explorer), and make changes on the Application tab.
  17. '
  18. Partial Friend Class MyApplication
  19. <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
  20. Public Sub New()
  21. MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
  22. Me.IsSingleInstance = false
  23. Me.EnableVisualStyles = true
  24. Me.SaveMySettingsOnExit = true
  25. Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
  26. End Sub
  27. <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
  28. Protected Overrides Sub OnCreateMainForm()
  29. Me.MainForm = Global.VBWinFormPrinting.MainForm
  30. End Sub
  31. End Class
  32. End Namespace