Так выглядит код сейчас:
- Код: Выделить всё
'NOTE: The following procedure is required by the Component Designer
'It can be modified using the Component Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerNonUserCode()> _
Private Sub InitializeComponent()
Me.eventLogMainInstaller = New System.Diagnostics.EventLogInstaller
'
'eventLogMainInstaller
'
Me.eventLogMainInstaller.CategoryCount = 3
Me.eventLogMainInstaller.CategoryResourceFile = "C:\Demos\ExplorerResources.dll"
Me.eventLogMainInstaller.Log = "ManagedExplorer"
Me.eventLogMainInstaller.MessageResourceFile = "C:\Demos\ExplorerResources.dll"
Me.eventLogMainInstaller.ParameterResourceFile = Nothing
Me.eventLogMainInstaller.Source = "ManagedExplorer"
End Sub
А так он может выглядеть с подсветкой синтаксиса: