资源简介
下拉选择输入框dropdownlist textbox结合
代码片段和文件信息
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.1.0.*“)]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified the
// following processing occurs:
// (1) If the KeyName can be found in the CSP that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile the location of the KeyFile should be
// relative to the “project output directory“. The location of the project output
// directory is dependent on whether you are working with a local or web project.
// For local projects the project output directory is defined as
// \obj\. For example if your KeyFile is
// located in the project directory you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
// For web projects the project output directory is defined as
// %HOMEPATH%\VSWebCache\\\obj\.
// (*) Delay Signing is an advanced option - see the Microsoft .NET framework
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(“..\\..\\progstudios.snk“)]
[assembly: AssemblyKeyName(““)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2806 2003-09-12 07:21 选择输入框dropdownlist textbox\ComboBox\AssemblyInfo.cs
文件 32768 2008-08-27 10:31 选择输入框dropdownlist textbox\ComboBox\bin\Debug\ProgStudios.WebControls.dll
文件 52736 2008-08-27 10:31 选择输入框dropdownlist textbox\ComboBox\bin\Debug\ProgStudios.WebControls.pdb
文件 32768 2008-08-27 10:06 选择输入框dropdownlist textbox\ComboBox\bin\Release\ProgStudios.WebControls.dll
文件 246 2003-08-10 19:18 选择输入框dropdownlist textbox\ComboBox\ComboBox.bmp
文件 19401 2003-09-12 23:54 选择输入框dropdownlist textbox\ComboBox\ComboBox.cs
文件 6040 2003-09-12 07:21 选择输入框dropdownlist textbox\ComboBox\ComboBox.csproj
文件 1804 2008-08-27 10:47 选择输入框dropdownlist textbox\ComboBox\ComboBox.csproj.user
文件 1453 2003-09-13 21:21 选择输入框dropdownlist textbox\ComboBox\ComboBox.sln
..A..H. 9216 2008-08-27 10:47 选择输入框dropdownlist textbox\ComboBox\ComboBox.suo
文件 1197 2003-09-09 16:50 选择输入框dropdownlist textbox\ComboBox\ComboBoxBuilder.cs
文件 7299 2003-09-09 20:11 选择输入框dropdownlist textbox\ComboBox\Design\ComboBoxDesigner.cs
文件 11252 2003-09-11 19:52 选择输入框dropdownlist textbox\ComboBox\EULA.rtf
..A..H. 16904 2008-08-27 10:40 选择输入框dropdownlist textbox\ComboBox\obj\Debug\ComboBox.projdata
文件 32768 2008-08-27 10:31 选择输入框dropdownlist textbox\ComboBox\obj\Debug\ProgStudios.WebControls.dll
文件 2404 2008-08-27 10:31 选择输入框dropdownlist textbox\ComboBox\obj\Debug\ProgStudios.WebControls.dll.incr
文件 52736 2008-08-27 10:31 选择输入框dropdownlist textbox\ComboBox\obj\Debug\ProgStudios.WebControls.pdb
..A..H. 16904 2008-08-27 10:47 选择输入框dropdownlist textbox\ComboBox\obj\Release\ComboBox.projdata
文件 32768 2008-08-27 10:06 选择输入框dropdownlist textbox\ComboBox\obj\Release\ProgStudios.WebControls.dll
文件 596 2003-08-11 07:41 选择输入框dropdownlist textbox\ComboBox\progstudios.snk
文件 20126 2003-09-13 21:20 选择输入框dropdownlist textbox\ComboBox\runtime\combobox.htc
文件 49 2003-09-12 07:21 选择输入框dropdownlist textbox\ComboBox\runtime\images\dot.gif
文件 46 2003-09-09 16:51 选择输入框dropdownlist textbox\ComboBox\runtime\images\down_arrow.gif
文件 52 2003-09-09 16:51 选择输入框dropdownlist textbox\ComboBox\runtime\images\down_arrow2.gif
文件 2781 2003-07-16 20:36 选择输入框dropdownlist textbox\ProgStudiosDemo\AssemblyInfo.cs
文件 32768 2003-09-13 21:21 选择输入框dropdownlist textbox\ProgStudiosDemo\bin\ProgStudios.WebControls.dll
文件 16384 2003-09-13 21:21 选择输入框dropdownlist textbox\ProgStudiosDemo\bin\ProgStudiosDemo.dll
文件 22419 2003-09-12 23:59 选择输入框dropdownlist textbox\ProgStudiosDemo\ComboBox.aspx
文件 1520 2003-09-12 23:53 选择输入框dropdownlist textbox\ProgStudiosDemo\ComboBox.aspx.cs
文件 5317 2003-09-11 00:26 选择输入框dropdownlist textbox\ProgStudiosDemo\ComboBox.aspx.resx
............此处省略52个文件信息
评论
共有 条评论