${res:Templates.Project.UserControlLibrary.Name}
		VB
		${res:Templates.File.Categories.WindowsApplications}
		VB.Project.ControlLibrary
		${res:Templates.Project.UserControlLibrary.Description}
		v2.0;v3.5Client
	
	
	
	
		
	
	
		
			
			
			
			
			
			
			
			
			
			
			
			
			
			
		
		
		
			Library
			Properties
			On
		
		
		
			
	''' Designer variable used to keep track of non-visual components.
	''' 
	Private components As System.ComponentModel.IContainer
	
	''' 
	''' Disposes resources used by the control.
	''' 
	''' true if managed resources should be disposed; otherwise, false.
	Protected Overrides Sub Dispose(ByVal disposing As Boolean)
		If disposing Then
			If components IsNot Nothing Then
				components.Dispose()
			End If
		End If
		MyBase.Dispose(disposing)
	End Sub
	
	''' 
	''' This method is required for Windows Forms designer support.
	''' Do not change the method contents inside the source code editor. The Forms designer might
	''' not be able to load this method if it was changed manually.
	''' 
	Private Sub InitializeComponent()
		'
		'UserControl1
		'
		Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
		Me.Name = "UserControl1"
	End Sub
End Class
]]>