在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → ASP.net(C#)+SQL Server2005智能仓库系统

ASP.net(C#)+SQL Server2005智能仓库系统

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:15.97M
  • 下载次数:10
  • 浏览次数:80
  • 发布时间:2023-06-25
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: SQL Server asp.net Server .NET 2005

实例介绍

【实例简介】ASP.net(C#) SQL Server2005智能仓库系统
第6章 智能仓库管理系统 113 6.1 系统总体设计 113 6.1.1 系统功能描述 113 6.1.2 体系架构概述 113 6.2 数据库设计 114 6.2.1 总体设计 114 6.2.2 数据模型设计 115 6.3 数据访问层设计 117 6.3.1...

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── ASP.net(C#) SQL Server2005智能仓库系统.rar
└── 智能仓库
    ├── Database
    │   ├── ASPNETDB.MDF
    │   ├── YXCK.mdf
    │   ├── YXCK_log.ldf
    │   ├── YxckLogging.mdf
    │   ├── YxckLogging_log.ldf
    │   └── aspnetdb_log.ldf
    ├── NHibernate
    │   ├── DLL
    │   │   ├── Iesi.Collections.dll
    │   │   ├── NHibernate.Generics.dll
    │   │   ├── NHibernate.dll
    │   │   ├── log4net.dll
    │   │   └── nunit.framework.dll
    │   ├── NHibernate Quick Start Guide.doc
    │   ├── NHibernate.Documentation.chm
    │   └── NHibernate1.0.2
    │       ├── NHibernateContribSolution.build
    │       ├── bin
    │       │   ├── Bamboo.Prevalence.dll
    │       │   ├── Bamboo.Prevalence.license.txt
    │       │   ├── Castle.DynamicProxy.dll
    │       │   ├── Castle.DynamicProxy.license.txt
    │       │   ├── Castle.DynamicProxy.xml
    │       │   ├── Iesi.Collections.dll
    │       │   ├── Iesi.Collections.license.txt
    │       │   ├── Iesi.Collections.xml
    │       │   ├── NHibernate.Caches.Prevalence.dll
    │       │   ├── NHibernate.Caches.Prevalence.xml
    │       │   ├── NHibernate.Caches.SysCache.dll
    │       │   ├── NHibernate.Caches.SysCache.xml
    │       │   ├── NHibernate.JetDriver.dll
    │       │   ├── NHibernate.JetDriver.xml
    │       │   ├── NHibernate.Mapping.Attributes.dll
    │       │   ├── NHibernate.Mapping.Attributes.xml
    │       │   ├── NHibernate.Tasks.dll
    │       │   ├── NHibernate.Tasks.xml
    │       │   ├── NHibernate.Tool.hbm2net.Console.exe
    │       │   ├── NHibernate.Tool.hbm2net.Console.exe.config
    │       │   ├── NHibernate.Tool.hbm2net.Console.xml
    │       │   ├── NHibernate.Tool.hbm2net.dll
    │       │   ├── NHibernate.Tool.hbm2net.xml
    │       │   ├── NHibernate.UserTypes.Oracle.dll
    │       │   ├── NHibernate.UserTypes.Oracle.xml
    │       │   ├── NHibernate.UserTypes.SqlTypes.dll
    │       │   ├── NHibernate.UserTypes.SqlTypes.xml
    │       │   ├── NHibernate.dll
    │       │   ├── NHibernate.xml
    │       │   ├── NHibernateContrib.license.txt
    │       │   ├── NVelocity.dll
    │       │   ├── NVelocity.license.txt
    │       │   ├── Nullables.NHibernate.dll
    │       │   ├── Nullables.NHibernate.xml
    │       │   ├── Nullables.dll
    │       │   ├── Nullables.xml
    │       │   ├── PayAccount.hbm.xml
    │       │   ├── log4net.dll
    │       │   ├── log4net.license.txt
    │       │   ├── log4net.xml
    │       │   ├── nant
    │       │   │   ├── NAnt.Core.dll
    │       │   │   ├── NAnt.Core.license.txt
    │       │   │   ├── NAnt.Core.xml
    │       │   │   └── log4net.dll
    │       │   └── uto.bat
    │       ├── doc
    │       │   ├── Install Documentation In VS .NET Help.bat
    │       │   ├── Installer.build
    │       │   ├── NHibernateContrib.Reference.HxS
    │       │   ├── NHibernateContrib.Reference.chm
    │       │   ├── NHibernateContrib.ini
    │       │   ├── NhibernateContribCollection.HxC
    │       │   ├── NhibernateContribCollection.HxT
    │       │   ├── NhibernateContribCollection_A.HxK
    │       │   ├── NhibernateContribCollection_F.HxK
    │       │   ├── NhibernateContribCollection_NamedURL.HxK
    │       │   └── Uninstall Documentation In VS .NET Help.bat
    │       ├── lgpl.txt
    │       ├── lib
    │       │   ├── Bamboo.Prevalence.dll
    │       │   ├── Bamboo.Prevalence.license.txt
    │       │   └── net
    │       │       └── 1.1
    │       │           ├── Castle.DynamicProxy.dll
    │       │           ├── Castle.DynamicProxy.license.txt
    │       │           ├── Castle.DynamicProxy.xml
    │       │           ├── Iesi.Collections.dll
    │       │           ├── Iesi.Collections.license.txt
    │       │           ├── Iesi.Collections.xml
    │       │           ├── NHibernate.dll
    │       │           ├── NHibernate.xml
    │       │           ├── NVelocity.dll
    │       │           ├── NVelocity.license.txt
    │       │           ├── log4net.dll
    │       │           ├── log4net.license.txt
    │       │           ├── log4net.xml
    │       │           ├── nunit.framework.dll
    │       │           ├── nunit.framework.license.txt
    │       │           └── nunit.framework.xml
    │       ├── readme.html
    │       ├── releasenotes.txt
    │       └── src
    │           ├── NHibernate.Caches
    │           │   ├── Prevalence
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── CacheEntry.cs
    │           │   │   ├── CacheSystem.cs
    │           │   │   ├── NHibernate.Caches.Prevalence-1.1.csproj
    │           │   │   ├── NHibernate.Caches.Prevalence.Tests-1.1.csproj
    │           │   │   ├── PrevalenceCache.cs
    │           │   │   ├── PrevalenceCacheFixture.cs
    │           │   │   ├── PrevalenceCacheProvider.cs
    │           │   │   ├── PrevalenceCacheProviderFixture.cs
    │           │   │   ├── prevalencecache.build
    │           │   │   ├── prevalencecache.config
    │           │   │   └── prevalencecache.nunit
    │           │   └── SysCache
    │           │       ├── App.config
    │           │       ├── AssemblyInfo.cs
    │           │       ├── CacheConfig.cs
    │           │       ├── NHibernate.Caches.SysCache-1.1.csproj
    │           │       ├── NHibernate.Caches.SysCache.Tests-1.1.csproj
    │           │       ├── SysCache.cs
    │           │       ├── SysCacheFixture.cs
    │           │       ├── SysCacheProvider.cs
    │           │       ├── SysCacheProviderFixture.cs
    │           │       ├── SysCacheSectionHandler.cs
    │           │       ├── SysCacheSectionHandlerFixture.cs
    │           │       ├── syscache.build
    │           │       ├── syscache.config
    │           │       └── syscache.nunit
    │           ├── NHibernate.JetDriver
    │           │   ├── AssemblyInfo.cs
    │           │   ├── JetCaseFragment.cs
    │           │   ├── JetDbCommand.cs
    │           │   ├── JetDbConnection.cs
    │           │   ├── JetDbTransaction.cs
    │           │   ├── JetDialect.cs
    │           │   ├── JetDriver.cs
    │           │   ├── JetJoinFragment.cs
    │           │   ├── NHibernate.JetDriver-1.1.csproj
    │           │   └── NHibernate.JetDriver.build
    │           ├── NHibernate.Mapping.Attributes
    │           │   ├── AnyAttribute.cs
    │           │   ├── ArrayAttribute.cs
    │           │   ├── AssemblyInfo.cs
    │           │   ├── BagAttribute.cs
    │           │   ├── BaseAttribute.cs
    │           │   ├── CacheAttribute.cs
    │           │   ├── CacheUsage.cs
    │           │   ├── CascadeStyle.cs
    │           │   ├── ClassAttribute.cs
    │           │   ├── CollectionIdAttribute.cs
    │           │   ├── ColumnAttribute.cs
    │           │   ├── ComponentAttribute.cs
    │           │   ├── ComponentPropertyAttribute.cs
    │           │   ├── CompositeElementAttribute.cs
    │           │   ├── CompositeIdAttribute.cs
    │           │   ├── CompositeIndexAttribute.cs
    │           │   ├── DiscriminatorAttribute.cs
    │           │   ├── DynamicComponentAttribute.cs
    │           │   ├── ElementAttribute.cs
    │           │   ├── FetchMode.cs
    │           │   ├── Generator
    │           │   │   ├── App.ico
    │           │   │   ├── AttributeAndEnumGenerator.cs
    │           │   │   ├── Generator-1.1.csproj
    │           │   │   ├── HbmWriterGenerator.cs
    │           │   │   ├── Program.cs
    │           │   │   ├── Utils.cs
    │           │   │   └── app.config
    │           │   ├── GeneratorAttribute.cs
    │           │   ├── HbmSerializer.cs
    │           │   ├── HbmWriter.cs
    │           │   ├── HbmWriterEx.cs
    │           │   ├── HbmWriterHelper.cs
    │           │   ├── HbmWriterHelperEx.cs
    │           │   ├── HibernateMappingAttribute.cs
    │           │   ├── IdAttribute.cs
    │           │   ├── IdBagAttribute.cs
    │           │   ├── ImportAttribute.cs
    │           │   ├── IndexAttribute.cs
    │           │   ├── IndexManyToAnyAttribute.cs
    │           │   ├── IndexManyToManyAttribute.cs
    │           │   ├── JcsCacheAttribute.cs
    │           │   ├── JcsCacheUsage.cs
    │           │   ├── JoinedSubclassAttribute.cs
    │           │   ├── KeyAttribute.cs
    │           │   ├── KeyManyToOneAttribute.cs
    │           │   ├── KeyPropertyAttribute.cs
    │           │   ├── ListAttribute.cs
    │           │   ├── ManyToAnyAttribute.cs
    │           │   ├── ManyToManyAttribute.cs
    │           │   ├── ManyToOneAttribute.cs
    │           │   ├── MapAttribute.cs
    │           │   ├── MetaAttribute.cs
    │           │   ├── MetaValueAttribute.cs
    │           │   ├── NHibernate.Mapping.Attributes-1.1.csproj
    │           │   ├── NHibernate.Mapping.Attributes.Generator.sln
    │           │   ├── NHibernate.Mapping.Attributes.build
    │           │   ├── NestedCompositeElementAttribute.cs
    │           │   ├── OneToManyAttribute.cs
    │           │   ├── OneToOneAttribute.cs
    │           │   ├── OptimisticLockMode.cs
    │           │   ├── OuterJoinStrategy.cs
    │           │   ├── ParamAttribute.cs
    │           │   ├── ParentAttribute.cs
    │           │   ├── PolymorphismType.cs
    │           │   ├── PrimitiveArrayAttribute.cs
    │           │   ├── PropertyAttribute.cs
    │           │   ├── Refly
    │           │   │   ├── CodeDom
    │           │   │   │   ├── AttributeArgument.cs
    │           │   │   │   ├── AttributeDeclaration.cs
    │           │   │   │   ├── ClassDeclaration.cs
    │           │   │   │   ├── ClassOutputType.cs
    │           │   │   │   ├── CodeGenerator.cs
    │           │   │   │   ├── CodeLanguage.cs
    │           │   │   │   ├── Collections
    │           │   │   │   │   ├── AssemblyCollection.cs
    │           │   │   │   │   ├── AttributeArgumentDictionary.cs
    │           │   │   │   │   ├── AttributeDeclarationCollection.cs
    │           │   │   │   │   ├── CatchClauseCollection.cs
    │           │   │   │   │   ├── ConstructorDeclarationCollection.cs
    │           │   │   │   │   ├── DelegateDeclarationCollection.cs
    │           │   │   │   │   ├── EventDeclarationCollection.cs
    │           │   │   │   │   ├── ExpressionCollection.cs
    │           │   │   │   │   ├── FieldDeclarationCollection.cs
    │           │   │   │   │   ├── IndexerDeclarationCollection.cs
    │           │   │   │   │   ├── MethodDeclarationCollection.cs
    │           │   │   │   │   ├── ParameterDeclarationCollection.cs
    │           │   │   │   │   ├── PropertyDeclarationCollection.cs
    │           │   │   │   │   ├── StatementCollection.cs
    │           │   │   │   │   ├── StringClassDeclarationDictionary.cs
    │           │   │   │   │   ├── StringConstantDeclaration.cs
    │           │   │   │   │   ├── StringEnumDeclarationDictionary.cs
    │           │   │   │   │   ├── StringFieldDeclarationDictionary.cs
    │           │   │   │   │   ├── StringNamespaceDeclarationDictionary.cs
    │           │   │   │   │   ├── StringSet.cs
    │           │   │   │   │   ├── ThrowedExceptionDeclarationCollection.cs
    │           │   │   │   │   ├── TypeCollection.cs
    │           │   │   │   │   ├── TypeDeclarationCollection.cs
    │           │   │   │   │   ├── TypeParameterDeclarationCollection.cs
    │           │   │   │   │   └── TypeTypeDeclarationDictionary.cs
    │           │   │   │   ├── ConstantDeclaration.cs
    │           │   │   │   ├── ConstructorDeclaration.cs
    │           │   │   │   ├── Declaration.cs
    │           │   │   │   ├── DelegateDeclaration.cs
    │           │   │   │   ├── Doc
    │           │   │   │   │   ├── Documentation.cs
    │           │   │   │   │   ├── TypeFinder.cs
    │           │   │   │   │   └── XmlMarkup.cs
    │           │   │   │   ├── EnumDeclaration.cs
    │           │   │   │   ├── EventDeclaration.cs
    │           │   │   │   ├── Expr.cs
    │           │   │   │   ├── Expressions
    │           │   │   │   │   ├── ArgumentReferenceExpression.cs
    │           │   │   │   │   ├── ArrayCreationWithInitializersExpression.cs
    │           │   │   │   │   ├── ArrayCreationWithSizeExpression.cs
    │           │   │   │   │   ├── ArrayIndexerExpression.cs
    │           │   │   │   │   ├── BaseReferenceExpression.cs
    │           │   │   │   │   ├── BinaryOpOperatorExpression.cs
    │           │   │   │   │   ├── CastExpression.cs
    │           │   │   │   │   ├── DelegateCreateExpression.cs
    │           │   │   │   │   ├── DelegateInvokeExpression.cs
    │           │   │   │   │   ├── EventReferenceExpression.cs
    │           │   │   │   │   ├── Expression.cs
    │           │   │   │   │   ├── FieldReferenceExpression.cs
    │           │   │   │   │   ├── IndexerExpression.cs
    │           │   │   │   │   ├── MethodInvokeExpression.cs
    │           │   │   │   │   ├── MethodReferenceExpression.cs
    │           │   │   │   │   ├── NativeExpression.cs
    │           │   │   │   │   ├── NativeMethodInvokeExpression.cs
    │           │   │   │   │   ├── NativeMethodReferenceExpression.cs
    │           │   │   │   │   ├── NativePropertyReferenceExpression.cs
    │           │   │   │   │   ├── ObjectCreationExpression.cs
    │           │   │   │   │   ├── PrimitiveExpression.cs
    │           │   │   │   │   ├── PropertyReferenceExpression.cs
    │           │   │   │   │   ├── PropertySetValueReferenceExpression.cs
    │           │   │   │   │   ├── SnippetExpression.cs
    │           │   │   │   │   ├── ThisReferenceExpression.cs
    │           │   │   │   │   ├── TypeReferenceExpression.cs
    │           │   │   │   │   └── VariableReferenceExpression.cs
    │           │   │   │   ├── FieldDeclaration.cs
    │           │   │   │   ├── ICustomAttributeProviderDeclaration.cs
    │           │   │   │   ├── ITypeDeclaration.cs
    │           │   │   │   ├── ImplementationMemberDeclaration.cs
    │           │   │   │   ├── IndexerDeclaration.cs
    │           │   │   │   ├── MemberDeclaration.cs
    │           │   │   │   ├── MethodDeclaration.cs
    │           │   │   │   ├── MethodSignature.cs
    │           │   │   │   ├── NamespaceDeclaration.cs
    │           │   │   │   ├── ParameterDeclaration.cs
    │           │   │   │   ├── PropertyDeclaration.cs
    │           │   │   │   ├── RealizedGenericTypeDeclaration.cs
    │           │   │   │   ├── Refly.CodeDom.Doc.xml
    │           │   │   │   ├── SnippetExpression.cs
    │           │   │   │   ├── Statements
    │           │   │   │   │   ├── AssignStatement.cs
    │           │   │   │   │   ├── AttachRemoveEventStatement.cs
    │           │   │   │   │   ├── CatchClauseStatement.cs
    │           │   │   │   │   ├── ConditionStatement.cs
    │           │   │   │   │   ├── ExpressionStatement.cs
    │           │   │   │   │   ├── ForEachStatement.cs
    │           │   │   │   │   ├── IterationStatement.cs
    │           │   │   │   │   ├── LabelStatement.cs
    │           │   │   │   │   ├── MethodReturnStatement.cs
    │           │   │   │   │   ├── NativeStatement.cs
    │           │   │   │   │   ├── SnippetStatement.cs
    │           │   │   │   │   ├── Statement.cs
    │           │   │   │   │   ├── ThrowExceptionStatement.cs
    │           │   │   │   │   ├── TryCatchFinallyStatement.cs
    │           │   │   │   │   └── VariableDeclarationStatement.cs
    │           │   │   │   ├── Stm.cs
    │           │   │   │   ├── StringEventArgs.cs
    │           │   │   │   ├── StringTypeDeclaration.cs
    │           │   │   │   ├── ThrowedExceptionDeclaration.cs
    │           │   │   │   ├── TypeParameterDeclaration.cs
    │           │   │   │   └── TypeTypeDeclaration.cs
    │           │   │   ├── NameConformer.cs
    │           │   │   ├── Namer.cs
    │           │   │   ├── Refly.csproj
    │           │   │   ├── Templates
    │           │   │   │   ├── CollectionTemplate.cs
    │           │   │   │   ├── DataReaderTemplate.cs
    │           │   │   │   ├── DataTemplate.cs
    │           │   │   │   ├── DictionaryTemplate.cs
    │           │   │   │   ├── ITemplate.cs
    │           │   │   │   ├── Import.cs
    │           │   │   │   ├── ImportCollection.cs
    │           │   │   │   └── Template.cs
    │           │   │   └── TypeHelper.cs
    │           │   ├── SetAttribute.cs
    │           │   ├── SubclassAttribute.cs
    │           │   ├── Test
    │           │   │   ├── App.ico
    │           │   │   ├── AssemblyInfo.cs
    │           │   │   ├── Baz.Reference.hbm.xml
    │           │   │   ├── DomainModel.Reference.hbm.xml
    │           │   │   ├── DomainModel.cs
    │           │   │   ├── NHibernate.Mapping.Attributes.Test.build
    │           │   │   ├── NHibernate.Mapping.Attributes.Test.nunit
    │           │   │   ├── Program.cs
    │           │   │   ├── SerializationFixture.cs
    │           │   │   └── Test-1.1.csproj
    │           │   ├── TimestampAttribute.cs
    │           │   ├── UnsavedValueType.cs
    │           │   ├── VersionAttribute.cs
    │           │   └── nhibernate-mapping-2.0.xsd
    │           ├── NHibernate.Mapping.Attributes.Deprecated
    │           │   ├── CascadeType.cs
    │           │   ├── ClassAttribute.cs
    │           │   ├── ClassPolymorphismType.cs
    │           │   ├── CollectionCompositeElementAttribute.cs
    │           │   ├── CollectionIndexAttribute.cs
    │           │   ├── CollectionKeyAttribute.cs
    │           │   ├── CollectionManyToManyAttribute.cs
    │           │   ├── CollectionOneToManyAttribute.cs
    │           │   ├── DiscriminatorAttribute.cs
    │           │   ├── GeneratorParameterAttribute.cs
    │           │   ├── IdAttribute.cs
    │           │   ├── JoinedSubclassAttribute.cs
    │           │   ├── JoinedSubclassKeyAttribute.cs
    │           │   ├── ListAttribute.cs
    │           │   ├── ManyToOneAttribute.cs
    │           │   ├── MapGenerator.cs
    │           │   ├── NHibernate.Mapping.Attributes-1.1.csproj
    │           │   ├── NHibernate.Mapping.Attributes.build
    │           │   ├── OuterJoinType.cs
    │           │   ├── PropertyAttribute.cs
    │           │   ├── SetAttribute.cs
    │           │   ├── Size.cs
    │           │   ├── SubclassAttribute.cs
    │           │   ├── TypeKey.cs
    │           │   ├── TypeNode.cs
    │           │   ├── TypeNodeCollection.cs
    │           │   ├── UnsavedValueType.cs
    │           │   ├── VersionAttribute.cs
    │           │   └── readme.txt
    │           ├── NHibernate.Tasks
    │           │   ├── AssemblyInfo.cs
    │           │   ├── Hbm2DdlTask.cs
    │           │   ├── Hbm2NetTask.cs
    │           │   ├── NHibernate.Tasks-1.1.csproj
    │           │   └── NHibernate.Tasks.build
    │           ├── NHibernate.Tool.hbm2net
    │           │   ├── AbstractRenderer.cs
    │           │   ├── App.config
    │           │   ├── AssemblyInfo.cs
    │           │   ├── BasicRenderer.cs
    │           │   ├── ClassMapping.cs
    │           │   ├── ClassName.cs
    │           │   ├── CodeGenerator.cs
    │           │   ├── DOMRenderer.cs
    │           │   ├── FieldProperty.cs
    │           │   ├── FinderRenderer.cs
    │           │   ├── Generator.cs
    │           │   ├── JavaTool.cs
    │           │   ├── MappingElement.cs
    │           │   ├── MetaAttributeHelper.cs
    │           │   ├── MethodSignatureBuilder.cs
    │           │   ├── NHibernate.Tool.hbm2net-1.1.csproj
    │           │   ├── NHibernate.Tool.hbm2net.build
    │           │   ├── QueryBuilder.cs
    │           │   ├── Renderer.cs
    │           │   ├── StringResourceLoader.cs
    │           │   ├── SubclassMapping.cs
    │           │   ├── SupportClass.cs
    │           │   ├── VelocityRenderer.cs
    │           │   └── convert.vm
    │           ├── NHibernate.Tool.hbm2net.Console
    │           │   ├── App.config
    │           │   ├── AssemblyInfo.cs
    │           │   ├── Bootstrap.cs
    │           │   ├── NHibernate.Tool.hbm2net.Console-1.1.csproj
    │           │   └── NHibernate.Tool.hbm2net.Console.build
    │           ├── NHibernate.Tool.hbm2net.Tests
    │           │   ├── App.config
    │           │   ├── AssemblyInfo.cs
    │           │   ├── DomainModel.csharp
    │           │   ├── NHibernate.Tool.hbm2net.Tests-1.1.csproj
    │           │   ├── NHibernate.Tool.hbm2net.Tests.build
    │           │   ├── ResourceHelper.cs
    │           │   ├── Simple.hbm.xml
    │           │   ├── SimpleMappingFileNoConfigNoOutputArgsTests.cs
    │           │   └── TestHelper.cs
    │           ├── NHibernate.UserTypes.Oracle
    │           │   ├── AssemblyInfo.cs
    │           │   ├── BFileType.cs
    │           │   ├── NHibernate.UserTypes.Oracle-1.1.csproj
    │           │   └── NHibernate.UserTypes.Oracle.build
    │           ├── NHibernate.UserTypes.SqlTypes
    │           │   ├── AssemblyInfo.cs
    │           │   ├── NHibernate.UserTypes.SqlTypes-1.1.csproj
    │           │   ├── NHibernate.UserTypes.SqlTypes.build
    │           │   ├── NullableTypesType.cs
    │           │   ├── SqlBinaryType.cs
    │           │   ├── SqlBooleanType.cs
    │           │   ├── SqlByteType.cs
    │           │   ├── SqlDateTimeType.cs
    │           │   ├── SqlDecimalType.cs
    │           │   ├── SqlDoubleType.cs
    │           │   ├── SqlGuidType.cs
    │           │   ├── SqlInt16Type.cs
    │           │   ├── SqlInt32Type.cs
    │           │   ├── SqlInt64Type.cs
    │           │   ├── SqlMoneyType.cs
    │           │   ├── SqlSingleType.cs
    │           │   ├── SqlStringType.cs
    │           │   └── SqlTypesType.cs
    │           ├── NHibernate.UserTypes.Tests
    │           │   ├── App.config
    │           │   ├── AssemblyInfo.cs
    │           │   ├── EmptyAnsiStringClass.hbm.xml
    │           │   ├── EmptyAnsiStringFixture.cs
    │           │   ├── EmptyStringClass.cs
    │           │   ├── EmptyStringClass.hbm.xml
    │           │   ├── EmptyStringFixture.cs
    │           │   ├── NHibernate.UserTypes.Tests-1.1.csproj
    │           │   ├── NHibernate.UserTypes.Tests.build
    │           │   ├── SqlTypesClass.cs
    │           │   ├── SqlTypesClass.hbm.xml
    │           │   ├── SqlTypesFixture.cs
    │           │   └── TestCase.cs
    │           ├── NHibernateContrib-1.1.sln
    │           ├── NamespaceSummary.xml
    │           ├── Nullables
    │           │   ├── AssemblyInfo.cs
    │           │   ├── INullableType.cs
    │           │   ├── NullableBoolean.cs
    │           │   ├── NullableByte.cs
    │           │   ├── NullableChar.cs
    │           │   ├── NullableDateTime.cs
    │           │   ├── NullableDecimal.cs
    │           │   ├── NullableDouble.cs
    │           │   ├── NullableGuid.cs
    │           │   ├── NullableInt16.cs
    │           │   ├── NullableInt32.cs
    │           │   ├── NullableInt64.cs
    │           │   ├── NullableSByte.cs
    │           │   ├── NullableSingle.cs
    │           │   ├── Nullables-1.1.csproj
    │           │   ├── Nullables.build
    │           │   └── TypeConverters
    │           │       ├── NullableBooleanConverter.cs
    │           │       ├── NullableByteConverter.cs
    │           │       ├── NullableCharConverter.cs
    │           │       ├── NullableDateTimeConverter.cs
    │           │       ├── NullableDecimalConverter.cs
    │           │       ├── NullableDoubleConverter.cs
    │           │       ├── NullableGuidConverter.cs
    │           │       ├── NullableInt16Converter.cs
    │           │       ├── NullableInt32Converter.cs
    │           │       ├── NullableInt64Converter.cs
    │           │       ├── NullableSByteConverter.cs
    │           │       └── NullableSingleConverter.cs
    │           ├── Nullables.NHibernate
    │           │   ├── AssemblyInfo.cs
    │           │   ├── EmptyAnsiStringType.cs
    │           │   ├── EmptyStringType.cs
    │           │   ├── NullableBooleanType.cs
    │           │   ├── NullableByteType.cs
    │           │   ├── NullableCharType.cs
    │           │   ├── NullableDateTimeType.cs
    │           │   ├── NullableDecimalType.cs
    │           │   ├── NullableDoubleType.cs
    │           │   ├── NullableGuidType.cs
    │           │   ├── NullableInt16Type.cs
    │           │   ├── NullableInt32Type.cs
    │           │   ├── NullableInt64Type.cs
    │           │   ├── NullableSByteType.cs
    │           │   ├── NullableSingleType.cs
    │           │   ├── NullableTypesType.cs
    │           │   ├── Nullables.NHibernate-1.1.csproj
    │           │   ├── Nullables.NHibernate.build
    │           │   └── NullablesTypes.cs
    │           └── Nullables.Tests
    │               ├── App.config
    │               ├── AssemblyInfo.cs
    │               ├── NHibernate
    │               │   ├── NullablesClass.cs
    │               │   ├── NullablesClass.hbm.xml
    │               │   ├── NullablesFixture.cs
    │               │   └── TestCase.cs
    │               ├── NullableBooleanFixture.cs
    │               ├── NullableByteFixture.cs
    │               ├── NullableCharFixture.cs
    │               ├── NullableDateTimeFixture.cs
    │               ├── NullableDecimalFixture.cs
    │               ├── NullableDoubleFixture.cs
    │               ├── NullableGuidFixture.cs
    │               ├── NullableInt16Fixture.cs
    │               ├── NullableInt32Fixture.cs
    │               ├── NullableInt64Fixture.cs
    │               ├── NullableSByteFixture.cs
    │               ├── NullableSingleFixture.cs
    │               ├── Nullables.Tests-1.1.csproj
    │               ├── Nullables.Tests.build
    │               └── Nullables.Tests.nunit
    └── yxck
        └── yxck
            ├── BLL
            │   ├── BLL.csproj
            │   ├── BLL.csproj.user
            │   ├── BLL.csproj.vspscc
            │   ├── Cargo.cs
            │   ├── Customer.cs
            │   ├── Default.aspx
            │   ├── Default.aspx.cs
            │   ├── IncomeAccount.cs
            │   ├── InputBill.cs
            │   ├── JSscript.cs
            │   ├── LoggingComponent.cs
            │   ├── OutputBill.cs
            │   ├── PayAccount.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   └── vssver2.scc
            │   ├── StorageFee.cs
            │   ├── TrafficFee.cs
            │   ├── User.cs
            │   ├── Warehouse.cs
            │   ├── bin
            │   │   └── Debug
            │   │       ├── Castle.DynamicProxy.dll
            │   │       ├── Castle.DynamicProxy.xml
            │   │       ├── Iesi.Collections.dll
            │   │       ├── Iesi.Collections.xml
            │   │       ├── NHibernate.dll
            │   │       ├── NHibernate.xml
            │   │       ├── Yxck.BLL.XML
            │   │       ├── Yxck.BLL.dll
            │   │       ├── Yxck.BLL.pdb
            │   │       ├── Yxck.HibernateDAL.dll
            │   │       ├── Yxck.HibernateDAL.pdb
            │   │       ├── Yxck.IDAL.dll
            │   │       ├── Yxck.IDAL.pdb
            │   │       ├── Yxck.Modal.dll
            │   │       ├── Yxck.Modal.pdb
            │   │       ├── Yxck.YxckFactory.dll
            │   │       ├── Yxck.YxckFactory.pdb
            │   │       ├── log4net.dll
            │   │       └── log4net.xml
            │   ├── mssccprj.scc
            │   ├── obj
            │   │   ├── BLL.csproj.FileList.txt
            │   │   └── Debug
            │   │       ├── ResolveAssemblyReference.cache
            │   │       ├── TempPE
            │   │       ├── Yxck.BLL.dll
            │   │       └── Yxck.BLL.pdb
            │   └── vssver2.scc
            ├── HibernateDAL
            │   ├── Cargo.cs
            │   ├── Customer.cs
            │   ├── DALLoggingDB.cs
            │   ├── HibernateDAL.csproj
            │   ├── HibernateDAL.csproj.vspscc
            │   ├── IncomeAccount.cs
            │   ├── InputBill.cs
            │   ├── LoggingInterceptor.cs
            │   ├── MappingFiles
            │   │   ├── CargoInfo.hbm.xml
            │   │   ├── ContractInfo.hbm.xml
            │   │   ├── CustomerInfo.hbm.xml
            │   │   ├── IncomeAccount.hbm.xml
            │   │   ├── InputBillInfo.hbm.xml
            │   │   ├── OutputBillInfo.hbm.xml
            │   │   ├── PayAccountInfo.hbm.xml
            │   │   ├── PermissionInfo.hbm.xml
            │   │   ├── StorageFee.hbm.xml
            │   │   ├── StorageInfo.hbm.xml
            │   │   ├── TrafficFeeInfo.hbm.xml
            │   │   ├── UserInfo.hbm.xml
            │   │   ├── WarehouseInfo.hbm.xml
            │   │   └── vssver2.scc
            │   ├── OutputBill.cs
            │   ├── PayAccount.cs
            │   ├── PersistentBase.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   └── vssver2.scc
            │   ├── Storage.cs
            │   ├── StorageFee.cs
            │   ├── TrafficFee.cs
            │   ├── User.cs
            │   ├── Warehouse.cs
            │   ├── bin
            │   │   └── Debug
            │   │       ├── Castle.DynamicProxy.dll
            │   │       ├── Castle.DynamicProxy.xml
            │   │       ├── Iesi.Collections.dll
            │   │       ├── Iesi.Collections.xml
            │   │       ├── NHibernate.dll
            │   │       ├── NHibernate.xml
            │   │       ├── Yxck.HibernateDAL.dll
            │   │       ├── Yxck.HibernateDAL.pdb
            │   │       ├── Yxck.IDAL.dll
            │   │       ├── Yxck.IDAL.pdb
            │   │       ├── Yxck.Modal.dll
            │   │       ├── Yxck.Modal.pdb
            │   │       ├── log4net.dll
            │   │       └── log4net.xml
            │   ├── mssccprj.scc
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── ResolveAssemblyReference.cache
            │   │   │   ├── TempPE
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.CargoInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.ContractInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.CustomerInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.IncomeAccount.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.InputBillInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.OutputBillInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.PayAccountInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.PermissionInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.StorageFee.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.StorageInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.TrafficFeeInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.UserInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.MappingFiles.WarehouseInfo.hbm.xml
            │   │   │   ├── Yxck.HibernateDAL.dll
            │   │   │   └── Yxck.HibernateDAL.pdb
            │   │   └── HibernateDAL.csproj.FileList.txt
            │   └── vssver2.scc
            ├── IDAL
            │   ├── ICargo.cs
            │   ├── ICustomer.cs
            │   ├── IDAL.csproj
            │   ├── IDAL.csproj.vspscc
            │   ├── IIncomeAccount.cs
            │   ├── IInputBill.cs
            │   ├── IOutputBill.cs
            │   ├── IPayAccount.cs
            │   ├── IStorage.cs
            │   ├── IStorageFee.cs
            │   ├── ITrafficFee.cs
            │   ├── IUser.cs
            │   ├── IWarehouse.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   └── vssver2.scc
            │   ├── bin
            │   │   └── Debug
            │   │       ├── Yxck.IDAL.dll
            │   │       ├── Yxck.IDAL.pdb
            │   │       ├── Yxck.Modal.dll
            │   │       └── Yxck.Modal.pdb
            │   ├── mssccprj.scc
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── ResolveAssemblyReference.cache
            │   │   │   ├── TempPE
            │   │   │   ├── Yxck.IDAL.dll
            │   │   │   └── Yxck.IDAL.pdb
            │   │   └── IDAL.csproj.FileList.txt
            │   └── vssver2.scc
            ├── Model
            │   ├── CargoInfo.cs
            │   ├── ContractInfo.cs
            │   ├── CustomerInfo.cs
            │   ├── IncomeAccount.cs
            │   ├── InputBillInfo.cs
            │   ├── InputBillListInfo.cs
            │   ├── Modal.csproj
            │   ├── Modal.csproj.vspscc
            │   ├── OutputBillInfo.cs
            │   ├── OutputListInfo.cs
            │   ├── PayAccountInfo.cs
            │   ├── PermissionInfo.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   └── vssver2.scc
            │   ├── StorageFeeInfo.cs
            │   ├── StorageInfo.cs
            │   ├── TrafficFeeInfo.cs
            │   ├── UserInfo.cs
            │   ├── WarehouseCellInfo.cs
            │   ├── WarehouseInfo.cs
            │   ├── WarehouseRegionInfo.cs
            │   ├── bin
            │   │   └── Debug
            │   │       ├── Yxck.Modal.dll
            │   │       └── Yxck.Modal.pdb
            │   ├── mssccprj.scc
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── TempPE
            │   │   │   ├── Yxck.Modal.dll
            │   │   │   └── Yxck.Modal.pdb
            │   │   └── Modal.csproj.FileList.txt
            │   └── vssver2.scc
            ├── Report
            │   ├── CargoDataSource.rds
            │   ├── CargoRep.rdl
            │   ├── CargoRep.rdl.data
            │   ├── PayAccountRep.rdl
            │   ├── PayAccountRep.rdl.data
            │   ├── Report.rptproj
            │   ├── Report.rptproj.user
            │   ├── Report.rptproj.vspscc
            │   ├── TrafficFeeRep.rdl
            │   ├── TrafficFeeRep.rdl.data
            │   ├── YearRep.rdl
            │   ├── YearRep.rdl.data
            │   └── vssver2.scc
            ├── StoredProcedures
            │   ├── CalFee.cs
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   └── vssver2.scc
            │   ├── StoredProcedures.csproj
            │   ├── StoredProcedures.csproj.vspscc
            │   ├── Test Scripts
            │   │   ├── Test.sql
            │   │   └── vssver2.scc
            │   ├── bin
            │   │   └── Debug
            │   │       ├── StoredProcedures.dll
            │   │       └── StoredProcedures.pdb
            │   ├── mssccprj.scc
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── StoredProcedures.dll
            │   │   │   ├── StoredProcedures.pdb
            │   │   │   └── TempPE
            │   │   └── StoredProcedures.csproj.FileList.txt
            │   └── vssver2.scc
            ├── Web
            │   ├── App_Browsers
            │   │   ├── CSSFriendlyAdapters.browser
            │   │   └── vssver2.scc
            │   ├── App_Code
            │   │   ├── Adapters
            │   │   │   ├── ChangePasswordAdapter.cs
            │   │   │   ├── CompositeDataBoundControlAdapter.cs
            │   │   │   ├── CreateUserWizardAdapter.cs
            │   │   │   ├── DataListAdapter.cs
            │   │   │   ├── DetailsViewAdapter.cs
            │   │   │   ├── FormViewAdapter.cs
            │   │   │   ├── GridViewAdapter.cs
            │   │   │   ├── LoginAdapter.cs
            │   │   │   ├── LoginStatusAdapter.cs
            │   │   │   ├── MenuAdapter.cs
            │   │   │   ├── PasswordRecoveryAdapter.cs
            │   │   │   ├── TreeViewAdapter.cs
            │   │   │   ├── WebControlAdapterExtender.cs
            │   │   │   └── vssver2.scc
            │   │   └── SiteSpecific
            │   │       ├── Context.cs
            │   │       ├── DynamicAdaptersPage.cs
            │   │       ├── ExamplePage.cs
            │   │       ├── FakeMembershipProvider.cs
            │   │       ├── MathOperationPerf.cs
            │   │       ├── ProcessStats.cs
            │   │       ├── Snippet.cs
            │   │       └── vssver2.scc
            │   ├── App_Data
            │   ├── App_Themes
            │   │   ├── Basic
            │   │   │   ├── Basic.skin
            │   │   │   ├── ChangePasswordExample.css
            │   │   │   ├── CreateUserWizardExample.css
            │   │   │   ├── DataListExample.css
            │   │   │   ├── DetailsViewExample.css
            │   │   │   ├── ExamplesMaster.css
            │   │   │   ├── FormViewExample.css
            │   │   │   ├── GridViewExample.css
            │   │   │   ├── LoginExample.css
            │   │   │   ├── LoginStatusExample.css
            │   │   │   ├── MainMaster.css
            │   │   │   ├── MenuExample.css
            │   │   │   ├── PasswordRecoveryExample.css
            │   │   │   ├── TreeViewExample.css
            │   │   │   ├── WhitePaper.css
            │   │   │   ├── activeArrowRight.gif
            │   │   │   ├── arrowRight.gif
            │   │   │   ├── bg-main.png
            │   │   │   ├── bg-menu-main.png
            │   │   │   ├── bg-snippet-dim.png
            │   │   │   ├── bg-snippet.png
            │   │   │   ├── bg_nav.gif
            │   │   │   ├── blank.gif
            │   │   │   ├── btn-blank-background.png
            │   │   │   ├── collapse.gif
            │   │   │   ├── corner-top-left.png
            │   │   │   ├── expand.gif
            │   │   │   ├── folder.gif
            │   │   │   ├── gridStyle.css
            │   │   │   ├── logo.png
            │   │   │   ├── txt.gif
            │   │   │   ├── vssver2.scc
            │   │   │   ├── web.gif
            │   │   │   └── 未标题-1.psd
            │   │   ├── Enhanced
            │   │   │   ├── ChangePasswordExample.css
            │   │   │   ├── CreateUserWizardExample.css
            │   │   │   ├── DataListExample.css
            │   │   │   ├── DetailsViewExample.css
            │   │   │   ├── Enhanced.skin
            │   │   │   ├── ExamplesMaster.css
            │   │   │   ├── FormViewExample.css
            │   │   │   ├── GridViewExample.css
            │   │   │   ├── LoginExample.css
            │   │   │   ├── LoginStatusExample.css
            │   │   │   ├── MainMaster.css
            │   │   │   ├── MenuExample.css
            │   │   │   ├── PasswordRecoveryExample.css
            │   │   │   ├── SrcViewer.css
            │   │   │   ├── TreeViewExample.css
            │   │   │   ├── WalkThrough.css
            │   │   │   ├── WhitePaper.css
            │   │   │   ├── activeArrowRight.gif
            │   │   │   ├── arrow-active.png
            │   │   │   ├── arrow.png
            │   │   │   ├── arrowRight.gif
            │   │   │   ├── bg-fade-light-short-top-down.png
            │   │   │   ├── bg-fade-light-short.png
            │   │   │   ├── bg-fade-light.png
            │   │   │   ├── bg-main.png
            │   │   │   ├── bg-menu-example.png
            │   │   │   ├── bg-menu-main.png
            │   │   │   ├── bg-snippet-dim.png
            │   │   │   ├── bg-snippet.png
            │   │   │   ├── bg_nav.gif
            │   │   │   ├── blank.gif
            │   │   │   ├── btn-blank-background.png
            │   │   │   ├── collapse.gif
            │   │   │   ├── corner-top-left.png
            │   │   │   ├── expand.gif
            │   │   │   ├── folder.gif
            │   │   │   ├── logo.png
            │   │   │   ├── txt.gif
            │   │   │   ├── vssver2.scc
            │   │   │   └── web.gif
            │   │   └── None
            │   │       ├── GridViewExample.css
            │   │       ├── None.skin
            │   │       └── vssver2.scc
            │   ├── Bin
            │   │   ├── Anthem.dll
            │   │   ├── Anthem.dll.refresh
            │   │   ├── App_Licenses.dll
            │   │   ├── Castle.DynamicProxy.dll
            │   │   ├── Castle.DynamicProxy.xml
            │   │   ├── Components.dll
            │   │   ├── Components.dll.refresh
            │   │   ├── Components.pdb
            │   │   ├── Iesi.Collections.dll
            │   │   ├── Iesi.Collections.dll.refresh
            │   │   ├── Iesi.Collections.xml
            │   │   ├── NHibernate.dll
            │   │   ├── NHibernate.dll.refresh
            │   │   ├── NHibernate.xml
            │   │   ├── Wilco.SyntaxHighlighter.dll
            │   │   ├── Yxck.BLL.XML
            │   │   ├── Yxck.BLL.dll
            │   │   ├── Yxck.BLL.pdb
            │   │   ├── Yxck.HibernateDAL.dll
            │   │   ├── Yxck.HibernateDAL.pdb
            │   │   ├── Yxck.IDAL.dll
            │   │   ├── Yxck.IDAL.pdb
            │   │   ├── Yxck.Modal.dll
            │   │   ├── Yxck.Modal.pdb
            │   │   ├── Yxck.YxckFactory.dll
            │   │   ├── Yxck.YxckFactory.pdb
            │   │   ├── ZLTextBox.dll
            │   │   ├── ZLTextBox.pdb
            │   │   ├── componentart.web.ui.dll
            │   │   ├── componentart.web.ui.dll.refresh
            │   │   ├── log4net.dll
            │   │   ├── log4net.dll.refresh
            │   │   ├── log4net.xml
            │   │   └── vssver2.scc
            │   ├── Business
            │   │   ├── CargoTransfer.aspx
            │   │   ├── CargoTransfer.aspx.cs
            │   │   ├── DetailCargos.aspx
            │   │   ├── DetailCargos.aspx.cs
            │   │   ├── InputBill.aspx
            │   │   ├── InputBill.aspx.cs
            │   │   ├── InputBillDetail.aspx
            │   │   ├── InputBillDetail.aspx.cs
            │   │   ├── OutputBill.aspx
            │   │   ├── OutputBill.aspx.cs
            │   │   ├── OutputBillDetail.aspx
            │   │   ├── OutputBillDetail.aspx.cs
            │   │   ├── SeparateCargo.aspx
            │   │   ├── SeparateCargo.aspx.cs
            │   │   ├── StorageForCustomer.aspx
            │   │   ├── StorageForCustomer.aspx.cs
            │   │   ├── StorageForRegion.aspx
            │   │   ├── StorageForRegion.aspx.cs
            │   │   └── vssver2.scc
            │   ├── CSS
            │   │   ├── BrowserSpecific
            │   │   │   ├── IEMenu6.css
            │   │   │   └── vssver2.scc
            │   │   ├── ChangePassword.css
            │   │   ├── CreateUserWizard.css
            │   │   ├── DataList.css
            │   │   ├── DetailsView.css
            │   │   ├── FormView.css
            │   │   ├── GridView.css
            │   │   ├── Import.css
            │   │   ├── Login.css
            │   │   ├── LoginStatus.css
            │   │   ├── Menu.css
            │   │   ├── PasswordRecovery.css
            │   │   ├── TreeView.css
            │   │   └── vssver2.scc
            │   ├── Customer
            │   │   ├── AddRegion.aspx
            │   │   ├── AddRegion.aspx.cs
            │   │   ├── ContractInfo.aspx
            │   │   ├── ContractInfo.aspx.cs
            │   │   ├── CustomerInfo.aspx
            │   │   ├── CustomerInfo.aspx.cs
            │   │   ├── CustomerList.aspx
            │   │   ├── CustomerList.aspx.cs
            │   │   ├── HistoryContract.aspx
            │   │   ├── HistoryContract.aspx.cs
            │   │   ├── Mortgage.aspx
            │   │   ├── Mortgage.aspx.cs
            │   │   ├── RestrictOutput.aspx
            │   │   ├── RestrictOutput.aspx.cs
            │   │   └── vssver2.scc
            │   ├── Default.aspx
            │   ├── Default.aspx.cs
            │   ├── Global.asax
            │   ├── Image
            │   │   ├── del.GIF
            │   │   ├── help_on.jpg
            │   │   ├── ok.GIF
            │   │   ├── pen.GIF
            │   │   └── vssver2.scc
            │   ├── JavaScript
            │   │   ├── AdapterUtils.js
            │   │   ├── MenuAdapter.js
            │   │   ├── TreeViewAdapter.js
            │   │   └── vssver2.scc
            │   ├── Login.aspx
            │   ├── Login.aspx.cs
            │   ├── Main.master
            │   ├── Main.master.cs
            │   ├── Report
            │   │   ├── CargoReport.aspx
            │   │   ├── CargoReport.aspx.cs
            │   │   ├── CustomerRep.aspx
            │   │   ├── CustomerRep.aspx.cs
            │   │   ├── Default.aspx
            │   │   ├── Default.aspx.cs
            │   │   ├── PayAccountRep.aspx
            │   │   ├── PayAccountRep.aspx.cs
            │   │   ├── TrafficFeeRep.aspx
            │   │   ├── TrafficFeeRep.aspx.cs
            │   │   ├── YearRep.aspx
            │   │   ├── YearRep.aspx.cs
            │   │   └── vssver2.scc
            │   ├── System
            │   │   ├── Help.aspx
            │   │   ├── Help.aspx.cs
            │   │   ├── Log.aspx
            │   │   ├── Log.aspx.cs
            │   │   ├── PasswordRecovery.aspx
            │   │   ├── PasswordRecovery.aspx.cs
            │   │   ├── WarehouseDetail.aspx
            │   │   ├── WarehouseDetail.aspx.cs
            │   │   ├── WarehouseList.aspx
            │   │   ├── WarehouseList.aspx.cs
            │   │   └── vssver2.scc
            │   ├── User
            │   │   ├── AddRoles.aspx
            │   │   ├── AddRoles.aspx.cs
            │   │   ├── ManageRoles.aspx
            │   │   ├── ManageRoles.aspx.cs
            │   │   ├── UserDetail.aspx
            │   │   ├── UserDetail.aspx.cs
            │   │   ├── UserList.aspx
            │   │   ├── UserList.aspx.cs
            │   │   └── vssver2.scc
            │   ├── UserControl
            │   │   ├── CustomerControl.ascx
            │   │   ├── CustomerControl.ascx.cs
            │   │   ├── CustomerShortcuts.ascx
            │   │   ├── CustomerShortcuts.ascx.cs
            │   │   ├── SecurityController.ascx
            │   │   ├── SecurityController.ascx.cs
            │   │   └── vssver2.scc
            │   ├── Web.config
            │   ├── Web.sitemap
            │   ├── error.aspx
            │   ├── error.aspx.cs
            │   ├── fee
            │   │   ├── IncomeAccount.aspx
            │   │   ├── IncomeAccount.aspx.cs
            │   │   ├── PayAccount.aspx
            │   │   ├── PayAccount.aspx.cs
            │   │   ├── TrafficFee.aspx
            │   │   ├── TrafficFee.aspx.cs
            │   │   └── vssver2.scc
            │   ├── images
            │   │   ├── BU1032.gif
            │   │   ├── BU2075.gif
            │   │   ├── Back.gif
            │   │   ├── DownDownMenusArrow.gif
            │   │   ├── Group.gif
            │   │   ├── GroupCheck.gif
            │   │   ├── Home.gif
            │   │   ├── Shipping.gif
            │   │   ├── Symbol Forward.gif
            │   │   ├── Thumbs.db
            │   │   ├── User 7 Check.gif
            │   │   ├── User.gif
            │   │   ├── WalkThru
            │   │   │   ├── Cassini.gif
            │   │   │   ├── DynamicHoverStyle.gif
            │   │   │   ├── ExperimentWithCss.gif
            │   │   │   ├── FileDownloadDialog.gif
            │   │   │   ├── KitLandingPage.gif
            │   │   │   ├── KitReadmeFile.gif
            │   │   │   ├── KitSamplePageLayout.gif
            │   │   │   ├── KitSamplePageSourceCodeLayout.gif
            │   │   │   ├── KitSamplePageUseAdaptersToggle.gif
            │   │   │   ├── KitSamplePageUseThemeChooser.gif
            │   │   │   ├── RunIt.gif
            │   │   │   ├── SamplePagesNav.gif
            │   │   │   ├── SamplePagesNavGoToMenu.gif
            │   │   │   ├── SimpleCBTreeView1.gif
            │   │   │   ├── SimpleCascadeCBTreeView1.gif
            │   │   │   ├── SimpleMenu1.gif
            │   │   │   ├── SimpleMenu2.gif
            │   │   │   ├── SimplePopOnDemandTreeView1.gif
            │   │   │   ├── SimpleTreeView1.gif
            │   │   │   ├── SimpleTreeView2.gif
            │   │   │   ├── VSContentInstallationComplete.gif
            │   │   │   ├── VSContentInstaller.gif
            │   │   │   ├── VSFinishContentInstallation.gif
            │   │   │   ├── VSOverwriteExistingFile.gif
            │   │   │   ├── VWDNewWebSite.gif
            │   │   │   ├── VwdInProgramList.gif
            │   │   │   ├── VwdNewWebSiteCssAdapterTemplate.gif
            │   │   │   ├── VwdNewWebSiteCssAdapterTemplateLanguage.gif
            │   │   │   ├── VwdSolutionExplorer.gif
            │   │   │   ├── VwdSolutionExplorerApp_CodeFolderAndFiles.gif
            │   │   │   ├── VwdSolutionExplorerApp_ThemesFiles.gif
            │   │   │   ├── VwdSolutionExplorerBinFolder.gif
            │   │   │   ├── VwdSolutionExplorerContactsXmlFileUsage.gif
            │   │   │   ├── VwdSolutionExplorerCssBrowserSpecificFolder.gif
            │   │   │   ├── VwdSolutionExplorerCssFolder.gif
            │   │   │   ├── VwdSolutionExplorerDotBrowserFile.gif
            │   │   │   ├── VwdSolutionExplorerJavaScriptFolder.gif
            │   │   │   ├── VwdSolutionExplorerMembershipFolderAndFiles.gif
            │   │   │   ├── VwdStartDebugging.gif
            │   │   │   └── vssver2.scc
            │   │   ├── WhitePaper
            │   │   │   ├── Css_ChangePassword.gif
            │   │   │   ├── Css_CreateUserWizard.gif
            │   │   │   ├── Css_DataList.gif
            │   │   │   ├── Css_DetailsView.gif
            │   │   │   ├── Css_FormView.gif
            │   │   │   ├── Css_GridView.gif
            │   │   │   ├── Css_Login.gif
            │   │   │   ├── Css_LoginStatus.gif
            │   │   │   ├── Css_Menu.gif
            │   │   │   ├── Css_PasswordRecovery.gif
            │   │   │   ├── Css_TreeView.gif
            │   │   │   ├── TreeViewAdapterCode.gif
            │   │   │   └── vssver2.scc
            │   │   ├── accountnext_16.gif
            │   │   ├── arrow.png
            │   │   ├── asc.gif
            │   │   ├── attachment.gif
            │   │   ├── background_addhours.jpg
            │   │   ├── background_body.gif
            │   │   ├── background_calendar.gif
            │   │   ├── background_drop.jpg
            │   │   ├── background_drop_menu.jpg
            │   │   ├── background_drop_menu1.JPG
            │   │   ├── background_formsection.gif
            │   │   ├── background_main1.jpg
            │   │   ├── book.GIF
            │   │   ├── book.jpg
            │   │   ├── btn_calendar.gif
            │   │   ├── calendar.gif
            │   │   ├── checkers.gif
            │   │   ├── circle_16.gif
            │   │   ├── clear.gif
            │   │   ├── col.gif
            │   │   ├── contacts.gif
            │   │   ├── dayheader_bg.gif
            │   │   ├── del.gif
            │   │   ├── deleted.gif
            │   │   ├── deletedFolder.gif
            │   │   ├── desc.gif
            │   │   ├── drafts.gif
            │   │   ├── edit.gif
            │   │   ├── excel.gif
            │   │   ├── exp.gif
            │   │   ├── feed.gif
            │   │   ├── flag_blue.gif
            │   │   ├── folder.gif
            │   │   ├── folder_open.gif
            │   │   ├── folders.gif
            │   │   ├── footergradient.gif
            │   │   ├── grid_headerBg.gif
            │   │   ├── grip_open.gif
            │   │   ├── group_asc.gif
            │   │   ├── group_desc.gif
            │   │   ├── header1stCell_bg.gif
            │   │   ├── header_activeBg.gif
            │   │   ├── header_bg.gif
            │   │   ├── header_hoverBg.gif
            │   │   ├── header_rowBg.gif
            │   │   ├── home3.gif
            │   │   ├── i_open.gif
            │   │   ├── icon-calendar.gif
            │   │   ├── icon-cancel.gif
            │   │   ├── icon-delete.gif
            │   │   ├── icon-edit.gif
            │   │   ├── icon-save.gif
            │   │   ├── icon_icon.gif
            │   │   ├── icon_left_white_arrow.gif
            │   │   ├── inbox.gif
            │   │   ├── journal.gif
            │   │   ├── junk.gif
            │   │   ├── lines
            │   │   │   ├── Thumbs.db
            │   │   │   ├── dash.gif
            │   │   │   ├── dashminus.gif
            │   │   │   ├── dashplus.gif
            │   │   │   ├── i.gif
            │   │   │   ├── l.gif
            │   │   │   ├── lminus.gif
            │   │   │   ├── lplus.gif
            │   │   │   ├── minus.gif
            │   │   │   ├── noexpand.gif
            │   │   │   ├── plus.gif
            │   │   │   ├── r.gif
            │   │   │   ├── rminus.gif
            │   │   │   ├── rplus.gif
            │   │   │   ├── t.gif
            │   │   │   ├── tminus.gif
            │   │   │   ├── tplus.gif
            │   │   │   └── vssver2.scc
            │   │   ├── lo.gif
            │   │   ├── lo1.gif
            │   │   ├── logo1.gif
            │   │   ├── margin_clip.gif
            │   │   ├── margin_down.gif
            │   │   ├── margin_exclaim.gif
            │   │   ├── margin_flag.gif
            │   │   ├── margin_up.gif
            │   │   ├── margin_x.gif
            │   │   ├── menu.gif
            │   │   ├── menu.jpg
            │   │   ├── next.gif
            │   │   ├── notes.gif
            │   │   ├── outbox.gif
            │   │   ├── post.gif
            │   │   ├── prev.gif
            │   │   ├── qwqw.gif
            │   │   ├── reorder.gif
            │   │   ├── root.gif
            │   │   ├── search.gif
            │   │   ├── searchFolder.gif
            │   │   ├── sel.gif
            │   │   ├── sentItems.gif
            │   │   ├── spacer.gif
            │   │   ├── spinner.gif
            │   │   ├── splitter_horBg.gif
            │   │   ├── splitter_horCol.gif
            │   │   ├── splitter_horColHover.gif
            │   │   ├── splitter_horExp.gif
            │   │   ├── splitter_horExpHover.gif
            │   │   ├── splitter_verBg.gif
            │   │   ├── splitter_verCol.gif
            │   │   ├── splitter_verColBg.gif
            │   │   ├── splitter_verColHover.gif
            │   │   ├── splitter_verExp.gif
            │   │   ├── splitter_verExpHover.gif
            │   │   ├── swatches.gif
            │   │   ├── swirl.gif
            │   │   ├── tab.gif
            │   │   ├── tab_bg.gif
            │   │   ├── tab_dim.gif
            │   │   ├── tasks.gif
            │   │   ├── time_tracker_logo.gif
            │   │   ├── timesheet_data_bg.gif
            │   │   ├── title_bg.gif
            │   │   ├── topnav_bg.gif
            │   │   ├── treeview_bg.gif
            │   │   ├── treeview_headerBg.gif
            │   │   ├── undo.gif
            │   │   ├── upd.gif
            │   │   ├── user_32.gif
            │   │   ├── vssver2.scc
            │   │   ├── word.gif
            │   │   └── 未标题-6.jpg
            │   ├── licenses.licx
            │   └── vssver2.scc
            ├── YXCK.gpState
            ├── YXCK.sln
            ├── YXCK.suo
            ├── YXCK.vssscc
            ├── YxckFactory
            │   ├── DALFactory.cs
            │   ├── ObjectFactory.csproj
            │   ├── ObjectFactory.csproj.vspscc
            │   ├── Properties
            │   │   ├── AssemblyInfo.cs
            │   │   └── vssver2.scc
            │   ├── bin
            │   │   └── Debug
            │   │       ├── Yxck.IDAL.dll
            │   │       ├── Yxck.IDAL.pdb
            │   │       ├── Yxck.Modal.dll
            │   │       ├── Yxck.Modal.pdb
            │   │       ├── Yxck.YxckFactory.dll
            │   │       └── Yxck.YxckFactory.pdb
            │   ├── mssccprj.scc
            │   ├── obj
            │   │   ├── Debug
            │   │   │   ├── ResolveAssemblyReference.cache
            │   │   │   ├── TempPE
            │   │   │   ├── Yxck.YxckFactory.dll
            │   │   │   └── Yxck.YxckFactory.pdb
            │   │   └── ObjectFactory.csproj.FileList.txt
            │   └── vssver2.scc
            ├── mssccprj.scc
            └── vssver2.scc

112 directories, 1161 files


实例下载地址

ASP.net(C#)+SQL Server2005智能仓库系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警