资源简介
XTable C#WinFom下的一个表格的自定义控件,非常漂亮
代码片段和文件信息
//#########################################################################################
//★★★★★★★ http://www.cnpopsoft.com [华普软件] ★★★★★★★
//★★★★★★★ 华普软件 - VB & C#.NET 专业论文与源码荟萃! ★★★★★★★
//#########################################################################################
using System;
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(“XPTable“)]
[assembly: AssemblyDescription(“A fully customisable ListView style control based on Java‘s JTable“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(“XPTable“)]
[assembly: AssemblyCopyright(“Copyright ?2005 Mathew Hall. All rights reserved.“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
[assembly: CLSCompliant(true)]
//
// 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.0.2.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 which is
// %Project Directory%\obj\. For example if your KeyFile is
// located in the project directory you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
// (*) Delay Signing is an advanced option - see the Microsoft .NET framework
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(@“..\..\XPTable.snk“)]
[assembly: AssemblyKeyName(““)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2786 2005-09-26 09:39 XPTable.ndoc
文件 897 2007-01-12 23:31 XPTable.sln
文件 596 2005-09-26 09:39 XPTable.snk
..A..H. 139776 2008-05-24 16:11 XPTable.suo
文件 689737 2008-05-24 16:11 XPTable.xm
文件 12381 2008-05-24 16:08 Editors\CellEditor.cs
文件 169058 2008-05-24 16:08 Editors\ColorCellEditor.cs
文件 14110 2008-05-24 16:08 Editors\ComboBoxCellEditor.cs
文件 7049 2008-05-24 16:08 Editors\DateTimeCellEditor.cs
文件 19426 2008-05-24 16:08 Editors\DropDownCellEditor.cs
文件 5833 2008-05-24 16:08 Editors\DropDownContainer.cs
文件 6444 2005-09-26 09:39 Editors\DropDownContainer.resx
文件 2305 2008-05-24 16:08 Editors\DropDownst
文件 2294 2008-05-24 16:08 Editors\EditStartAction.cs
文件 3098 2008-05-24 16:08 Editors\ICellEditor.cs
文件 2679 2008-05-24 16:08 Editors\IEditorUsesRendererButtons.cs
文件 2794 2008-05-24 16:08 Editors\IKeyMessageFilterClient.cs
文件 2802 2008-05-24 16:08 Editors\IMouseMessageFilterClient.cs
文件 3881 2008-05-24 16:08 Editors\KeyMessageFilter.cs
文件 3947 2008-05-24 16:08 Editors\MouseMessageFilter.cs
文件 20253 2008-05-24 16:08 Editors\NumberCellEditor.cs
文件 5560 2008-05-24 16:08 Editors\TextCellEditor.cs
文件 2835 2008-05-24 16:08 Events\CellButtonEventArgs.cs
文件 2843 2008-05-24 16:08 Events\CellCheckBoxEventArgs.cs
文件 5341 2008-05-24 16:08 Events\CellEditEventArgs.cs
文件 4125 2008-05-24 16:08 Events\CellEventArgs.cs
文件 4179 2008-05-24 16:08 Events\CellEventArgsba
文件 3788 2008-05-24 16:08 Events\CellEventType.cs
文件 3768 2008-05-24 16:08 Events\CellFocusEventArgs.cs
文件 5533 2008-05-24 16:08 Events\CellKeyEventArgs.cs
............此处省略142个文件信息
评论
共有 条评论