forked from dotnet/project-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSharpApplicationPropPage.Designer.vb
37 lines (29 loc) · 1.53 KB
/
CSharpApplicationPropPage.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
' Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information.
Namespace Microsoft.VisualStudio.Editors.PropertyPages
Partial Class CSharpApplicationPropPage
Private _components As System.ComponentModel.IContainer
Protected Overloads Overrides Sub Dispose(disposing As Boolean)
If disposing Then
If Not (_components Is Nothing) Then
_components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(ApplicationPropPage))
CType(Me.AppIconImage, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ApplicationPropPage
'
Me.Font = CType(resources.GetObject("$this.Font"), System.Drawing.Font)
Me.ImeMode = CType(resources.GetObject("$this.ImeMode"), System.Windows.Forms.ImeMode)
Me.Name = "ApplicationPropPage"
Me.Size = CType(resources.GetObject("$this.Size"), System.Drawing.Size)
CType(Me.AppIconImage, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
End Class
End Namespace