15 changed files
CustomScrollbar | ||
Properties | ||
AssemblyInfo.cs + | ||
Resources | ||
downarrow.png + | ||
ThumbBottom.png + | ||
ThumbMiddle.png + | ||
ThumbSpanBottom.png + | ||
ThumbSpanTop.png + | ||
ThumbTop.png + | ||
uparrow.png + | ||
CustomScrollbar.cs + | ||
CustomScrollbar.csproj + | ||
CustomScrollbar.resx + | ||
Resource.Designer.cs + | ||
Resource.resx + | ||
Shell | ||
Shell.csproj | ||
BExplorer.sln | ||
AssemblyInfo.cs
/CustomScrollbar/Properties/AssemblyInfo.cs+36/CustomScrollbar/Properties/AssemblyInfo.cs
Add comment 1 Plus using System.Reflection;
Add comment 2 Plus using System.Runtime.CompilerServices;
Add comment 3 Plus using System.Runtime.InteropServices;
Add comment 4 Plus
Add comment 5 Plus // General Information about an assembly is controlled through the following
Add comment 6 Plus // set of attributes. Change these attribute values to modify the information
Add comment 7 Plus // associated with an assembly.
Add comment 8 Plus [assembly: AssemblyTitle("CustomControls")]
Add comment 9 Plus [assembly: AssemblyDescription("")]
Add comment 10 Plus [assembly: AssemblyConfiguration("")]
Add comment 11 Plus [assembly: AssemblyCompany("VTN Technologies Inc")]
Add comment 12 Plus [assembly: AssemblyProduct("CustomControls")]
Add comment 13 Plus [assembly: AssemblyCopyright("Copyright © VTN Technologies Inc 2006")]
Add comment 14 Plus [assembly: AssemblyTrademark("")]
Add comment 15 Plus [assembly: AssemblyCulture("")]
Add comment 16 Plus
Add comment 17 Plus // Setting ComVisible to false makes the types in this assembly not visible
Add comment 18 Plus // to COM components. If you need to access a type in this assembly from
Add comment 19 Plus // COM, set the ComVisible attribute to true on that type.
Add comment 20 Plus [assembly: ComVisible(false)]
Add comment 21 Plus
Add comment 22 Plus // The following GUID is for the ID of the typelib if this project is exposed to COM
Add comment 23 Plus [assembly: Guid("8aa49df2-678c-43f5-b5bf-3cdb766fb334")]
Add comment 24 Plus
Add comment 25 Plus // Version information for an assembly consists of the following four values:
Add comment 26 Plus //
Add comment 27 Plus // Major Version
Add comment 28 Plus // Minor Version
Add comment 29 Plus // Build Number
Add comment 30 Plus // Revision
Add comment 31 Plus //
Add comment 32 Plus // You can specify all the values or you can default the Revision and Build Numbers
Add comment 33 Plus // by using the '*' as shown below:
Add comment 34 Plus [assembly: AssemblyVersion("1.0.*")]
Add comment 35 Plus [assembly: AssemblyFileVersion("1.0.0.0")]
Add comment 36 Plus
ThumbBottom.png
/CustomScrollbar/Resources/ThumbBottom.png/CustomScrollbar/Resources/ThumbBottom.png
ThumbMiddle.png
/CustomScrollbar/Resources/ThumbMiddle.png/CustomScrollbar/Resources/ThumbMiddle.png
ThumbSpanBottom.png
/CustomScrollbar/Resources/ThumbSpanBottom.png/CustomScrollbar/Resources/ThumbSpanBottom.png
ThumbSpanTop.png
/CustomScrollbar/Resources/ThumbSpanTop.png/CustomScrollbar/Resources/ThumbSpanTop.png
CustomScrollbar.csproj
/CustomScrollbar/CustomScrollbar.csproj/CustomScrollbar/CustomScrollbar.csproj