温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Vb.net验证码控件及Demo源码
当前文件:
VBCaptcha/WebControlCaptcha/AssemblyInfo.vb,打开代码结构图
VBCaptcha/WebControlCaptcha/AssemblyInfo.vb,打开代码结构图1Imports System 2
Imports System.Reflection 3
4
' General Information about an assembly is controlled through the following 5
' set of attributes. Change these attribute values to modify the information 6
' associated with an assembly. 7
8
' Review the values of the assembly attributes 9
10
<Assembly: AssemblyTitle("WebControlCaptcha")> 11
<Assembly: AssemblyDescription("ASP.NET CAPTCHA server control")> 12
<Assembly: AssemblyCompany("Atwood Heavy Industries")> 13
<Assembly: AssemblyProduct("Captcha")> 14
<Assembly: AssemblyCopyright("?2007, Atwood Heavy Industries")> 15
<Assembly: AssemblyTrademark("All Rights Reserved")> 16
<Assembly: CLSCompliant(True)> 17
18
' Version information for an assembly consists of the following four values: 19
' 20
' Major Version 21
' Minor Version 22
' Build Number 23
' Revision 24
' 25
' You can specify all the values or you can default the Build and Revision Numbers 26
' by using the '*' as shown below: 27
28
<Assembly: AssemblyVersion("2.3.*")> 29


