实例介绍
主要用于商户管理系统,登录可以保存多个用户名密码或自动登录,主要用C#数据上下文EF开发,界面优美,主要功能都已实现。附上源码与数据库结构与脚本。
【实例截图】
【核心代码】
Manicure
└── Manicure
├── Manicure
│ ├── App.config
│ ├── bin
│ │ └── Debug
│ │ ├── app.publish
│ │ │ └── Manicure.exe
│ │ ├── Config
│ │ │ ├── Skin
│ │ │ │ ├── bg
│ │ │ │ │ ├── bg01.jpg
│ │ │ │ │ ├── bg02.jpg
│ │ │ │ │ ├── bg03.jpg
│ │ │ │ │ ├── bg04.jpg
│ │ │ │ │ ├── bg05.jpg
│ │ │ │ │ └── bg06.jpg
│ │ │ │ ├── BlueSea.config
│ │ │ │ ├── KissOfAngel.config
│ │ │ │ ├── NoFlower.config
│ │ │ │ └── SunsetRed.config
│ │ │ ├── Skin.config
│ │ │ └── Skin.ini
│ │ ├── CSkin.dll
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── Manicure.application
│ │ ├── ManicureBll.dll
│ │ ├── ManicureBll.pdb
│ │ ├── ManicureDal.dll
│ │ ├── ManicureDal.dll.config
│ │ ├── ManicureDal.pdb
│ │ ├── Manicure.exe
│ │ ├── Manicure.exe.config
│ │ ├── Manicure.exe.manifest
│ │ ├── ManicureIDal.dll
│ │ ├── ManicureIDal.pdb
│ │ ├── ManicureModel.dll
│ │ ├── ManicureModel.pdb
│ │ ├── Manicure.pdb
│ │ ├── Microsoft.Office.Interop.Excel.dll
│ │ ├── System.Linq.Dynamic.dll
│ │ ├── TX.Framework.dll
│ │ ├── TX.Framework.WindowUI.dll
│ │ ├── TX.Framework.WindowUI.pdb
│ │ ├── userInfo.exe
│ │ └── zh-Hans
│ │ └── EntityFramework.resources.dll
│ ├── CARD
│ │ ├── AddCard.cs
│ │ ├── AddCard.Designer.cs
│ │ ├── AddCard.resx
│ │ ├── RechargeCard.cs
│ │ ├── RechargeCard.Designer.cs
│ │ ├── RechargeCard.resx
│ │ ├── SelectCard.cs
│ │ ├── SelectCard.Designer.cs
│ │ └── SelectCard.resx
│ ├── COMMODITY
│ │ ├── AddCommodity.cs
│ │ ├── AddCommodity.Designer.cs
│ │ ├── AddCommodity.resx
│ │ ├── CommodityMenu.cs
│ │ ├── CommodityMenu.Designer.cs
│ │ └── CommodityMenu.resx
│ ├── Login.cs
│ ├── Login.designer.cs
│ ├── Login.resx
│ ├── Main.cs
│ ├── Main.designer.cs
│ ├── Main.resx
│ ├── Manicure.csproj
│ ├── Manicure.csproj.user
│ ├── Manicure_TemporaryKey.pfx
│ ├── obj
│ │ └── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Manicure.application
│ │ ├── Manicure.CARD.AddCard.resources
│ │ ├── Manicure.CARD.RechargeCard.resources
│ │ ├── Manicure.CARD.SelectCard.resources
│ │ ├── Manicure.COMMODITY.AddCommodity.resources
│ │ ├── Manicure.COMMODITY.CommodityMenu.resources
│ │ ├── Manicure.csproj.FileListAbsolute.txt
│ │ ├── Manicure.csproj.GenerateResource.Cache
│ │ ├── Manicure.csproj.Manicure.exe.config
│ │ ├── Manicure.csprojResolveAssemblyReference.cache
│ │ ├── Manicure.exe
│ │ ├── Manicure.exe.manifest
│ │ ├── Manicure.Login.resources
│ │ ├── Manicure.Main.resources
│ │ ├── Manicure.pdb
│ │ ├── Manicure.Properties.Resources.resources
│ │ ├── Manicure.STAFF.AddStaff.resources
│ │ ├── Manicure.STAFF.StaffMenu.resources
│ │ ├── Manicure.USER.AddUser.resources
│ │ ├── Manicure.USER.UserMenu.resources
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Province
│ │ ├── CSkin.dll
│ │ └── 省市区.xml
│ ├── STAFF
│ │ ├── AddStaff.cs
│ │ ├── AddStaff.Designer.cs
│ │ ├── AddStaff.resx
│ │ ├── StaffMenu.cs
│ │ ├── StaffMenu.Designer.cs
│ │ └── StaffMenu.resx
│ └── USER
│ ├── AddUser.cs
│ ├── AddUser.Designer.cs
│ ├── AddUser.resx
│ ├── UserMenu.cs
│ ├── UserMenu.Designer.cs
│ └── UserMenu.resx
├── ManicureBll
│ ├── AdminBll.cs
│ ├── bin
│ │ └── Debug
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── ManicureBll.dll
│ │ ├── ManicureBll.pdb
│ │ ├── ManicureDal.dll
│ │ ├── ManicureDal.dll.config
│ │ ├── ManicureDal.pdb
│ │ ├── ManicureIDal.dll
│ │ ├── ManicureIDal.pdb
│ │ ├── ManicureModel.dll
│ │ ├── ManicureModel.pdb
│ │ ├── System.Linq.Dynamic.dll
│ │ └── zh-Hans
│ │ └── EntityFramework.resources.dll
│ ├── CardBll.cs
│ ├── CommoditysBll.cs
│ ├── ManicureBll.csproj
│ ├── obj
│ │ └── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ManicureBll.csproj.FileListAbsolute.txt
│ │ ├── ManicureBll.csprojResolveAssemblyReference.cache
│ │ ├── ManicureBll.dll
│ │ ├── ManicureBll.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── StaffBll.cs
│ └── UserBll.cs
├── ManicureDal
│ ├── App.Config
│ ├── BaseDal.cs
│ ├── bin
│ │ └── Debug
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── ManicureDal.dll
│ │ ├── ManicureDal.dll.config
│ │ ├── ManicureDal.pdb
│ │ ├── ManicureIDal.dll
│ │ ├── ManicureIDal.pdb
│ │ ├── ManicureModel.dll
│ │ ├── ManicureModel.pdb
│ │ ├── System.Linq.Dynamic.dll
│ │ └── zh-Hans
│ │ └── EntityFramework.resources.dll
│ ├── ManDal
│ │ ├── AdminDal.cs
│ │ ├── CardDal.cs
│ │ ├── CommodityDal.cs
│ │ ├── StaffDal.cs
│ │ └── UserDal.cs
│ ├── ManicureDal.csproj
│ ├── ManicureModel.Context.cs
│ ├── ManicureModel.Context.tt
│ ├── ManicureModel.Designer.cs
│ ├── ManicureModel.edmx
│ ├── ManicureModel.edmx.diagram
│ ├── ManicureModel.tt
│ ├── obj
│ │ └── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── edmxResourcesToEmbed
│ │ │ ├── ManicureModel.csdl
│ │ │ ├── ManicureModel.msl
│ │ │ └── ManicureModel.ssdl
│ │ ├── ManicureDal.csproj.FileListAbsolute.txt
│ │ ├── ManicureDal.csprojResolveAssemblyReference.cache
│ │ ├── ManicureDal.dll
│ │ ├── ManicureDal.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── TempPE
│ │ ├── ManicureModel.Context.cs.dll
│ │ ├── ManicureModel.cs.dll
│ │ └── ManicureModel.Designer.cs.dll
│ ├── packages.config
│ └── Properties
│ └── AssemblyInfo.cs
├── ManicureDalFactory
│ ├── bin
│ │ └── Debug
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── ManicureDal.dll
│ │ ├── ManicureDal.dll.config
│ │ ├── ManicureDalFactory.dll
│ │ ├── ManicureDalFactory.pdb
│ │ ├── ManicureDal.pdb
│ │ ├── ManicureIDal.dll
│ │ ├── ManicureIDal.pdb
│ │ ├── ManicureModel.dll
│ │ ├── ManicureModel.pdb
│ │ ├── System.Linq.Dynamic.dll
│ │ └── zh-Hans
│ │ └── EntityFramework.resources.dll
│ ├── Factory.cs
│ ├── ManicureDalFactory.csproj
│ ├── obj
│ │ └── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ManicureDalFactory.csproj.FileListAbsolute.txt
│ │ ├── ManicureDalFactory.csprojResolveAssemblyReference.cache
│ │ ├── ManicureDalFactory.dll
│ │ ├── ManicureDalFactory.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── ManicureIDal
│ ├── bin
│ │ └── Debug
│ │ ├── ManicureIDal.dll
│ │ ├── ManicureIDal.pdb
│ │ ├── ManicureModel.dll
│ │ └── ManicureModel.pdb
│ ├── IAdminDal.cs
│ ├── ICardDal.cs
│ ├── ICommodityDal.cs
│ ├── IStaffDal.cs
│ ├── IUserDal.cs
│ ├── ManicureIDal.csproj
│ ├── obj
│ │ └── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ManicureIDal.csproj.FileListAbsolute.txt
│ │ ├── ManicureIDal.csprojResolveAssemblyReference.cache
│ │ ├── ManicureIDal.dll
│ │ ├── ManicureIDal.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── ManicureModel
│ ├── bin
│ │ └── Debug
│ │ ├── ManicureModel.dll
│ │ └── ManicureModel.pdb
│ ├── Extend
│ │ └── MyEncrypt.cs
│ ├── LoginUser.cs
│ ├── ManicureModel.csproj
│ ├── Model
│ │ ├── ADMIN.cs
│ │ ├── CARD.cs
│ │ ├── CARDTYPE.cs
│ │ ├── COMMODITY.cs
│ │ ├── OPERATION_LOG.cs
│ │ ├── RECHARGE_LOG.cs
│ │ ├── RECORD_LOG.cs
│ │ ├── STAFF.cs
│ │ └── USERDB.cs
│ ├── obj
│ │ └── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ManicureModel.csproj.FileListAbsolute.txt
│ │ ├── ManicureModel.csprojResolveAssemblyReference.cache
│ │ ├── ManicureModel.dll
│ │ ├── ManicureModel.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── Manicure.sln
├── Manicure数据库结构.xlsx
├── Manicure数据库脚本.sql
├── packages
│ ├── EntityFramework.5.0.0
│ │ ├── Content
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.5.0.0.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ ├── EntityFramework.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── EntityFramework.resources.dll
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.PS3.psd1
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ ├── migrate.exe
│ │ ├── Redirect.config
│ │ └── Redirect.VS11.config
│ ├── EntityFramework.zh-Hans.5.0.0
│ │ ├── EntityFramework.zh-Hans.5.0.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ └── Microsoft.Office.Interop.Excel.12.0.4518.1014
│ ├── lib
│ │ └── net20
│ │ └── Microsoft.Office.Interop.Excel.dll
│ └── Microsoft.Office.Interop.Excel.12.0.4518.1014.nupkg
└── TX.Framework.WindowUI
├── AppCode
│ ├── {InteropServices}
│ │ └── APIs
│ │ ├── APIsClipboard.cs
│ │ ├── APIsComctl32.cs
│ │ ├── APIsEnums.cs
│ │ ├── APIsGdi.cs
│ │ ├── APIsMenu.cs
│ │ ├── APIsShell.cs
│ │ ├── APIsShlwapi.cs
│ │ ├── APIsStructs.cs
│ │ ├── APIsUser32.cs
│ │ ├── APIsUxTheme.cs
│ │ ├── APIsWndProc.cs
│ │ ├── ColorUtil.cs
│ │ ├── COMInterfaces.cs
│ │ └── TextUtil.cs
│ ├── Model
│ │ ├── Enums.cs
│ │ ├── RoundRectangle.cs
│ │ └── Structs.CS
│ ├── {Reference}
│ │ ├── Caching
│ │ │ ├── Cache.cs
│ │ │ ├── CacheStrategy.cs
│ │ │ ├── ICache.cs
│ │ │ ├── LruCache.cs
│ │ │ └── ThreadSafeCache.cs
│ │ ├── Collections
│ │ │ ├── DoubleEndedQueue.cs
│ │ │ ├── Generic
│ │ │ │ ├── HashList.cs
│ │ │ │ ├── IEnumerableExtensions.cs
│ │ │ │ ├── LatestPriorityDictionary.cs
│ │ │ │ ├── PagedCollection.cs
│ │ │ │ └── TopDeque{TKey,TValue}.cs
│ │ │ ├── PriorityQueue.cs
│ │ │ ├── Queue.cs
│ │ │ └── Specialized
│ │ │ └── NameValueCollectionExtensions.cs
│ │ ├── ComponentModel
│ │ │ ├── ChainingPropertyDescriptor.cs
│ │ │ ├── HyperTypeDescriptionProvider.cs
│ │ │ └── HyperTypeDescriptor.cs
│ │ ├── ImageHelper.cs
│ │ ├── Pair.cs
│ │ ├── Reflection
│ │ │ ├── CallInfo.cs
│ │ │ ├── ClassHelper.cs
│ │ │ ├── Delegates.cs
│ │ │ ├── Emit
│ │ │ │ ├── ArrayGetEmitter.cs
│ │ │ │ ├── ArraySetEmitter.cs
│ │ │ │ ├── BaseEmitter.cs
│ │ │ │ ├── CtorInvocationEmitter.cs
│ │ │ │ ├── EmitHelper.cs
│ │ │ │ ├── InvocationEmitter.cs
│ │ │ │ ├── LookupUtils.cs
│ │ │ │ ├── MapEmitter.cs
│ │ │ │ ├── MemberGetEmitter.cs
│ │ │ │ ├── MemberSetEmitter.cs
│ │ │ │ └── MethodInvocationEmitter.cs
│ │ │ ├── Extensions
│ │ │ │ ├── AttributeExtensions.cs
│ │ │ │ ├── ConstructorExtensions.cs
│ │ │ │ ├── ConstructorInfoExtensions.cs
│ │ │ │ ├── FieldExtensions.cs
│ │ │ │ ├── FieldInfoExtensions.cs
│ │ │ │ ├── MemberExtensions.cs
│ │ │ │ ├── MemberInfoExtensions.cs
│ │ │ │ ├── MethodExtensions.cs
│ │ │ │ ├── MethodInfoExtensions.cs
│ │ │ │ ├── ParameterInfoExtensions.cs
│ │ │ │ ├── PropertyExtensions.cs
│ │ │ │ └── PropertyInfoExtensions.cs
│ │ │ ├── Extensions.cs
│ │ │ ├── Flags.cs
│ │ │ ├── FormatOptions.cs
│ │ │ ├── MemberAdapter.cs
│ │ │ ├── MemberFilter.cs
│ │ │ ├── Probing
│ │ │ │ └── TypeConverter.cs
│ │ │ ├── ReflectionConst.cs
│ │ │ ├── V1
│ │ │ │ ├── AttributeEmitter.cs
│ │ │ │ ├── AttributeGetEmitter.cs
│ │ │ │ ├── AttributeSetEmitter.cs
│ │ │ │ ├── BaseEmitter_.cs
│ │ │ │ ├── CallInfo.cs
│ │ │ │ ├── CtorInvocationEmitter_.cs
│ │ │ │ ├── DelegateCache.cs
│ │ │ │ ├── InvocationEmitter_.cs
│ │ │ │ ├── MethodInvocationEmitter_.cs
│ │ │ │ └── Reflector.cs
│ │ │ └── ValueTypeHolder.cs
│ │ ├── Threading
│ │ │ ├── AsyncOperation.cs
│ │ │ ├── ILockable.cs
│ │ │ ├── Lockable.cs
│ │ │ └── ThreadSafeDictionary.cs
│ │ └── TypeExtensions.cs
│ ├── SKin
│ │ ├── ColorScheme.cs
│ │ ├── EnumTheme.cs
│ │ ├── LoadResource.cs
│ │ ├── SkinManager.cs
│ │ ├── SkinThemeBlueSea.cs
│ │ ├── SkinTheme.cs
│ │ ├── SkinThemeDefault.cs
│ │ ├── SkinThemeKissOfAngel.cs
│ │ ├── SkinThemeNoFlower.cs
│ │ └── SkinThemeSunsetRed.cs
│ ├── {Template}
│ │ ├── AST
│ │ │ ├── ExpressionNode.cs
│ │ │ ├── ForeachNode.cs
│ │ │ ├── IfNode.cs
│ │ │ ├── SetNode.cs
│ │ │ ├── TextNode.cs
│ │ │ ├── TokenNode.cs
│ │ │ └── WhileNode.cs
│ │ ├── Common
│ │ │ ├── IValueType.cs
│ │ │ ├── TemplateParser.cs
│ │ │ ├── TemplateTokenType.cs
│ │ │ ├── TokenMatch.cs
│ │ │ └── ValueTypePair.cs
│ │ ├── Config
│ │ │ ├── TemplateConfig.cs
│ │ │ └── Velocity
│ │ │ ├── VelocityConfig.cs
│ │ │ └── Velocity.cs
│ │ ├── Context
│ │ │ ├── AssignmentPermissions.cs
│ │ │ ├── ContextFactory.cs
│ │ │ ├── CSharpContext.cs
│ │ │ ├── ITemplateContext.cs
│ │ │ └── TemplateContext.cs
│ │ ├── Expression
│ │ │ ├── Expression.cs
│ │ │ ├── Expressions
│ │ │ │ ├── AddExpression.cs
│ │ │ │ ├── AndAlsoExpression.cs
│ │ │ │ ├── AsExpression.cs
│ │ │ │ ├── AssignmentExpression.cs
│ │ │ │ ├── BinaryArithmicExpression.cs
│ │ │ │ ├── BinaryExpression.cs
│ │ │ │ ├── BinaryExpressionHelper.cs
│ │ │ │ ├── BitwiseComplementExpression.cs
│ │ │ │ ├── CallExpression.cs
│ │ │ │ ├── CoalesceExpression.cs
│ │ │ │ ├── ConditionalExpression.cs
│ │ │ │ ├── ConstructorExpression.cs
│ │ │ │ ├── DivideExpression.cs
│ │ │ │ ├── FieldExpression.cs
│ │ │ │ ├── IndexExpression.cs
│ │ │ │ ├── IsExpression.cs
│ │ │ │ ├── MultiplyExpression.cs
│ │ │ │ ├── NegationExpression.cs
│ │ │ │ ├── OrElseExpression.cs
│ │ │ │ ├── SubtractExpression.cs
│ │ │ │ ├── TypeCastExpression.cs
│ │ │ │ ├── TypeOfExpression.cs
│ │ │ │ ├── UnaryMinusExpression.cs
│ │ │ │ ├── ValueExpression.cs
│ │ │ │ └── VariableExpression.cs
│ │ │ ├── IExpression.cs
│ │ │ ├── Parser
│ │ │ │ ├── CSharpParser.cs
│ │ │ │ ├── ExpressionParser.cs
│ │ │ │ ├── IExpressionParser.cs
│ │ │ │ ├── OperatorAssociativity.cs
│ │ │ │ ├── RPNExpression.cs
│ │ │ │ ├── Token.cs
│ │ │ │ ├── TokenDefinition.cs
│ │ │ │ └── TokenType.cs
│ │ │ └── Refletion
│ │ │ ├── ClassName.cs
│ │ │ ├── InstanceMethod.cs
│ │ │ ├── LazyBinder.cs
│ │ │ ├── MethodDefinition.cs
│ │ │ └── StaticMethod.cs
│ │ ├── TemplateEngine.cs
│ │ └── TemplateSyntax.cs
│ ├── Utility
│ │ ├── Callback.cs
│ │ ├── ControlHelper.cs
│ │ ├── GDIHelper.cs
│ │ └── Guard.cs
│ └── {Win32}
│ ├── Enums
│ │ └── APIsEnums.cs
│ ├── IniConfig.cs
│ ├── NativeMethods
│ │ ├── Comctl32.cs
│ │ ├── Gdi32.cs
│ │ └── User32.cs
│ ├── Structs
│ │ └── APIsStructs.cs
│ └── Win32.cs
├── bin
│ ├── Debug
│ │ ├── Config
│ │ │ ├── Skin
│ │ │ │ ├── bg
│ │ │ │ │ ├── bg01.jpg
│ │ │ │ │ ├── bg02.jpg
│ │ │ │ │ ├── bg03.jpg
│ │ │ │ │ ├── bg04.jpg
│ │ │ │ │ ├── bg05.jpg
│ │ │ │ │ └── bg06.jpg
│ │ │ │ ├── BlueSea.config
│ │ │ │ ├── KissOfAngel.config
│ │ │ │ ├── NoFlower.config
│ │ │ │ └── SunsetRed.config
│ │ │ ├── Skin.config
│ │ │ └── Skin.ini
│ │ ├── Microsoft.Office.Interop.Excel.dll
│ │ ├── TX.Framework.dll
│ │ ├── TX.Framework.WindowUI.dll
│ │ └── TX.Framework.WindowUI.pdb
│ └── x86
│ └── Debug
│ ├── Config
│ │ ├── Skin
│ │ │ ├── bg
│ │ │ │ ├── bg01.jpg
│ │ │ │ ├── bg02.jpg
│ │ │ │ ├── bg03.jpg
│ │ │ │ ├── bg04.jpg
│ │ │ │ ├── bg05.jpg
│ │ │ │ └── bg06.jpg
│ │ │ ├── BlueSea.config
│ │ │ ├── KissOfAngel.config
│ │ │ ├── NoFlower.config
│ │ │ └── SunsetRed.config
│ │ ├── Skin.config
│ │ └── Skin.ini
│ ├── Microsoft.Office.Interop.Excel.dll
│ ├── TX.Framework.dll
│ ├── TX.Framework.WindowUI.dll
│ └── TX.Framework.WindowUI.pdb
├── Config
│ ├── Skin
│ │ ├── bg
│ │ │ ├── bg01.jpg
│ │ │ ├── bg02.jpg
│ │ │ ├── bg03.jpg
│ │ │ ├── bg04.jpg
│ │ │ ├── bg05.jpg
│ │ │ └── bg06.jpg
│ │ ├── BlueSea.config
│ │ ├── KissOfAngel.config
│ │ ├── NoFlower.config
│ │ └── SunsetRed.config
│ ├── Skin.config
│ └── Skin.ini
├── Controls
│ ├── Docking
│ │ ├── AutoHideStripBase.cs
│ │ ├── DockAreasEditor.cs
│ │ ├── DockContentCollection.cs
│ │ ├── DockContent.cs
│ │ ├── DockContentEventArgs.cs
│ │ ├── DockContentHandler.cs
│ │ ├── DockOutlineBase.cs
│ │ ├── DockPaneCaptionBase.cs
│ │ ├── DockPaneCollection.cs
│ │ ├── DockPane.cs
│ │ ├── DockPanel.AutoHideWindow.cs
│ │ ├── DockPanel.bmp
│ │ ├── DockPanel.cs
│ │ ├── DockPanel.DockDragHandler.cs
│ │ ├── DockPanel.DragHandler.cs
│ │ ├── DockPanelExtender.cs
│ │ ├── DockPanel.FocusManager.cs
│ │ ├── DockPanel.MdiClientController.cs
│ │ ├── DockPanel.Persistor.cs
│ │ ├── DockPanelSkin.cs
│ │ ├── DockPanel.SplitterDragHandler.cs
│ │ ├── DockPane.SplitterControl.cs
│ │ ├── DockPaneStripBase.cs
│ │ ├── DockWindowCollection.cs
│ │ ├── DockWindow.cs
│ │ ├── DockWindow.SplitterControl.cs
│ │ ├── DragForm.cs
│ │ ├── DummyControl.cs
│ │ ├── Enums.cs
│ │ ├── FloatWindowCollection.cs
│ │ ├── FloatWindow.cs
│ │ ├── Helpers
│ │ │ ├── DockHelper.cs
│ │ │ ├── DrawHelper.cs
│ │ │ ├── ResourceHelper.cs
│ │ │ └── Win32Helper.cs
│ │ ├── InertButtonBase.cs
│ │ ├── Interfaces.cs
│ │ ├── Localization.cs
│ │ ├── Measures.cs
│ │ ├── NestedDockingStatus.cs
│ │ ├── NestedPaneCollection.cs
│ │ ├── Resources
│ │ │ ├── DockIndicator_PaneDiamond.bmp
│ │ │ ├── DockIndicator_PaneDiamond_Bottom.bmp
│ │ │ ├── Dockindicator_PaneDiamond_Fill.bmp
│ │ │ ├── DockIndicator_PaneDiamond_Hotspot.bmp
│ │ │ ├── DockIndicator_PaneDiamond_HotspotIndex.bmp
│ │ │ ├── DockIndicator_PaneDiamond_Left.bmp
│ │ │ ├── DockIndicator_PaneDiamond_Right.bmp
│ │ │ ├── DockIndicator_PaneDiamond_Top.bmp
│ │ │ ├── DockIndicator_PanelBottom_Active.bmp
│ │ │ ├── DockIndicator_PanelBottom.bmp
│ │ │ ├── DockIndicator_PanelFill_Active.bmp
│ │ │ ├── DockIndicator_PanelFill.bmp
│ │ │ ├── DockIndicator_PanelLeft_Active.bmp
│ │ │ ├── DockIndicator_PanelLeft.bmp
│ │ │ ├── DockIndicator_PanelRight_Active.bmp
│ │ │ ├── DockIndicator_PanelRight.bmp
│ │ │ ├── DockIndicator_PanelTop_Active.bmp
│ │ │ ├── DockIndicator_PanelTop.bmp
│ │ │ ├── DockPane_AutoHide.bmp
│ │ │ ├── DockPane_Close.bmp
│ │ │ ├── DockPane_Dock.bmp
│ │ │ ├── DockPane_Option.bmp
│ │ │ └── DockPane_OptionOverflow.bmp
│ │ ├── Resources1.Designer.cs
│ │ ├── Resources.resx
│ │ ├── SplitterBase.cs
│ │ ├── Strings.Designer.cs
│ │ ├── Strings.resx
│ │ ├── VisibleNestedPaneCollection.cs
│ │ ├── VS2005AutoHideStrip.cs
│ │ ├── VS2005DockPaneCaption.cs
│ │ ├── VS2005DockPaneStrip.cs
│ │ └── Win32
│ │ ├── Enums.cs
│ │ └── NativeMethods.cs
│ ├── DrowDownTree
│ │ ├── DefaultTreeNode.cs
│ │ ├── EmptyTreeNode.cs
│ │ ├── TreeComboBoxContainer.cs
│ │ ├── TreeComboBoxContainer.resx
│ │ ├── TreeNodeEventArgs.cs
│ │ ├── TreeNodeEx.cs
│ │ └── TXTreeComboBox.cs
│ ├── MultiselectComboBox
│ │ ├── CheckBoxProperties.cs
│ │ ├── GripBounds.cs
│ │ ├── MultiselectComboBox.cs
│ │ ├── MultiselectComboBox.designer.cs
│ │ ├── MultiselectComboBoxItem.cs
│ │ ├── MultiselectComboBoxItemList.cs
│ │ ├── MultiselectComboBoxListControlContainer.cs
│ │ ├── MultiselectComboBoxListControl.cs
│ │ ├── PopupComboBox.cs
│ │ ├── PopupComboBox.designer.cs
│ │ ├── Popup.cs
│ │ ├── Popup.designer.cs
│ │ ├── Selection
│ │ │ ├── ListSelection.cs
│ │ │ └── ObjectSelection.cs
│ │ └── TXPopupComboBox.cs
│ ├── TemplateListView
│ │ ├── ListViewSorter.cs
│ │ ├── SubItemEndEditingEventArgs.cs
│ │ ├── SubItemEventArgs.cs
│ │ ├── TemplateColumnHeaderCollection.cs
│ │ ├── TemplateColumnHeader.cs
│ │ ├── TemplateListView.cs
│ │ └── TemplateListView.resx
│ ├── ThumbnailView
│ │ ├── ThumbnailView.cs
│ │ └── ThumbnailView.resx
│ ├── TreeListView
│ │ ├── CheckBoxesTypes.cs
│ │ ├── CheckDirection.cs
│ │ ├── EditItemInformations.cs
│ │ ├── ITreeListViewItemComparer.cs
│ │ ├── SelectedTreeListViewItemCollection.cs
│ │ ├── TreeListViewAction.cs
│ │ ├── TreeListView.cs
│ │ ├── TreeListViewEventArgs.cs
│ │ ├── TreeListViewExpandMethod.cs
│ │ ├── TreeListViewItemBoundsPortion.cs
│ │ ├── TreeListViewItemCollection.cs
│ │ ├── TreeListViewItem.cs
│ │ ├── TreeListViewLabelEditEventArgs.cs
│ │ ├── TreeListView.resx
│ │ └── TreeListViewSubItemEdit.cs
│ ├── TXButton
│ │ └── TXButton.cs
│ ├── TXCheckBox
│ │ └── TXCheckBox.cs
│ ├── TXComboBox
│ │ └── TXComboBox.cs
│ ├── TXDateTimePicker
│ │ └── TXDateTimePicker.cs
│ ├── TXGroupBox
│ │ └── TXGroupBox.cs
│ ├── TXHtmlEditor
│ │ ├── frmAddImage.cs
│ │ ├── frmAddImage.designer.cs
│ │ ├── frmAddImage.resx
│ │ ├── frmPreview.cs
│ │ ├── frmPreview.designer.cs
│ │ ├── frmPreview.resx
│ │ ├── frmSourceCode.cs
│ │ ├── frmSourceCode.designer.cs
│ │ ├── frmSourceCode.resx
│ │ ├── TXHtmlEditor.cs
│ │ ├── TXHtmlEditor.designer.cs
│ │ └── TXHtmlEditor.resx
│ ├── TXListView
│ │ └── TXListView.cs
│ ├── TXMonthCalendar
│ │ ├── AlignControl.cs
│ │ ├── AlignControl.resx
│ │ ├── AlignEditor.cs
│ │ ├── DateItemCollection.cs
│ │ ├── DateItemCollectionEditor.cs
│ │ ├── DateItem.cs
│ │ ├── Day.cs
│ │ ├── Footer.cs
│ │ ├── GlobalHook.cs
│ │ ├── Header.cs
│ │ ├── ImageListPanel.cs
│ │ ├── ImageListPanel.resx
│ │ ├── ImageMapEditor.cs
│ │ ├── Images
│ │ │ ├── prev_month_vs.bmp
│ │ │ ├── prev_year.bmp
│ │ │ ├── prev_year_disabled.bmp
│ │ │ └── prev_year_vs.bmp
│ │ ├── MonthCalendar.cs
│ │ ├── MonthCalendar.resx
│ │ ├── Month.cs
│ │ ├── NativeMethods.cs
│ │ ├── RoomRate.cs
│ │ ├── SelectedDatesCollection.cs
│ │ ├── SelectionArea.cs
│ │ ├── Weekday.cs
│ │ └── Weeknumber.cs
│ ├── TXPager
│ │ ├── PageEventArgs.cs
│ │ ├── TXPager.cs
│ │ └── TXPager.resx
│ ├── TXPander
│ │ ├── Renderer
│ │ │ ├── BseColorTable.cs
│ │ │ ├── BseRenderer.cs
│ │ │ ├── ColorTableBlack.cs
│ │ │ ├── ColorTableBlue.cs
│ │ │ ├── Office2007BlackColorTable.cs
│ │ │ ├── Office2007BlueColorTable.cs
│ │ │ ├── Office2007Renderer.cs
│ │ │ ├── Office2007SilverColorTable.cs
│ │ │ ├── OfficeColorTable.cs
│ │ │ └── ProfessionalColorTable.cs
│ │ └── XPander
│ │ ├── BasePanel.cs
│ │ ├── CaptionStyle.cs
│ │ ├── ColorSchemeChangeEventArgs.cs
│ │ ├── ColorScheme.cs
│ │ ├── Constants.cs
│ │ ├── CustomColors.cs
│ │ ├── CustomPanelColors.cs
│ │ ├── CustomXPanderPanelColors.cs
│ │ ├── DisplayInformation.cs
│ │ ├── HoverStateChangeEventArgs.cs
│ │ ├── HoverState.cs
│ │ ├── IPanel.cs
│ │ ├── PanelColorsBlack.cs
│ │ ├── PanelColorsBlue.cs
│ │ ├── PanelColorsBse.cs
│ │ ├── PanelColors.cs
│ │ ├── PanelColorsOffice2007Black.cs
│ │ ├── PanelColorsOffice2007Blue.cs
│ │ ├── PanelColorsOffice2007Silver.cs
│ │ ├── PanelColorsOffice.cs
│ │ ├── PanelColorsRed.cs
│ │ ├── Panel.cs
│ │ ├── Panel.designer.cs
│ │ ├── Panel.resx
│ │ ├── PanelSettingsManager.cs
│ │ ├── PanelStyleChangeEventArgs.cs
│ │ ├── PanelStyle.cs
│ │ ├── UseAntiAlias.cs
│ │ ├── UseClearTypeGridFit.cs
│ │ ├── XPanderPanel.cs
│ │ ├── XPanderPanel.Designer.cs
│ │ ├── XPanderPanelList.cs
│ │ ├── XPanderPanelList.Designer.cs
│ │ ├── XPanderPanelList.resx
│ │ ├── XPanderPanel.resx
│ │ └── XPanderStateChangeEventArgs.cs
│ ├── TXPanel
│ │ └── TXPanel.cs
│ ├── TXRadioButton
│ │ └── TXRadioButton.cs
│ ├── TXRangeValue
│ │ ├── RangeValueHeader.cs
│ │ ├── RangeValueItem.cs
│ │ ├── TXRangeValue.cs
│ │ ├── TXRangeValue.Designer.cs
│ │ └── TXRangeValue.resx
│ ├── TXScrollBar
│ │ └── TXScrollBar.cs
│ ├── TXTabControl
│ │ ├── TXTabControl.cs
│ │ └── UpDownButtonPaintEventArgs.cs
│ ├── TXTableLayoutPanel
│ │ └── TXTableLayoutPanel.cs
│ ├── TXTextBox
│ │ ├── TXTextBox.cs
│ │ └── TXTextBox.resx
│ ├── TXToolBar
│ │ ├── TXToolBar.cs
│ │ ├── TXToolBar.Designer.cs
│ │ ├── TXToolBarEventArgs.cs
│ │ └── TXToolBar.resx
│ ├── TXToolStrip
│ │ ├── TXContextMenuStrip.cs
│ │ ├── TXMenuStrip.cs
│ │ ├── TXStatusStrip.cs
│ │ ├── TXToolStrip.cs
│ │ └── TXToolStripRenderer.cs
│ └── TXTreeComboBox
│ ├── TXTreeComboBox.cs
│ └── TXTreeComboBox.resx
├── Excel
│ ├── Attributes
│ │ ├── DefaultSheetAttribute.cs
│ │ ├── FromCellAttribute.cs
│ │ ├── FromRangeAttribute.cs
│ │ ├── ToCellAttribute.cs
│ │ ├── ToDynamicRangeAttribute.cs
│ │ ├── ToRangeAttribute.cs
│ │ └── UseSheetAttribute.cs
│ ├── Category.cs
│ ├── ExcelException.cs
│ ├── ExcelManager.cs
│ └── ExcelMapper.cs
├── Forms
│ ├── BaseForm
│ │ ├── BaseForm.ControlBox.cs
│ │ ├── BaseForm.cs
│ │ ├── BaseForm.Extend.cs
│ │ ├── BaseForm.NonModalWaitingBox.cs
│ │ ├── BaseForm.Render.cs
│ │ ├── BaseForm.resx
│ │ ├── FormControlBoxRender.cs
│ │ └── FormRender.cs
│ ├── ErrorBox
│ │ ├── frmErrorBox.cs
│ │ ├── frmErrorBox.designer.cs
│ │ └── frmErrorBox.resx
│ ├── FormEntity
│ │ ├── FormInfoEntity.cs
│ │ ├── FormInfoEntity.designer.cs
│ │ ├── FormInfoListEntity.cs
│ │ ├── FormInfoListEntity.designer.cs
│ │ ├── FormInfoListEntity.resx
│ │ ├── FormListEntity.cs
│ │ ├── FormListEntity.designer.cs
│ │ └── FormListEntity.resx
│ ├── MainForm
│ │ ├── BtnEventArgs.cs
│ │ ├── frmSkinManager.cs
│ │ ├── frmSkinManager.designer.cs
│ │ ├── frmSkinManager.resx
│ │ └── MainForm.cs
│ ├── MessageBox
│ │ ├── TXMessageBox.cs
│ │ ├── TXMessageBox.designer.cs
│ │ ├── TXMessageBoxExtensions.cs
│ │ └── TXMessageBox.resx
│ ├── PopBox
│ │ ├── PopForm.cs
│ │ ├── PopForm.Designer.cs
│ │ └── PopForm.resx
│ └── WaitingBox
│ ├── TXWaitingBox.cs
│ ├── TXWaitingBox.designer.cs
│ ├── TXWaitingBox.resx
│ └── WaitWindow.cs
├── Lib
│ ├── GMap.NET.Core.dll
│ ├── GMap.NET.WindowsForms.dll
│ ├── Mono.Data.SqliteClient.dll
│ ├── MySql.Data.dll
│ ├── System.Data.SQLite.DLL
│ └── TX.Framework.dll
├── obj
│ ├── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ ├── Controls.Docking.Resources1.Designer.cs.dll
│ │ │ ├── Controls.Docking.Strings.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TX.Framework.WindowUI.Controls.AlignControl.resources
│ │ ├── TX.Framework.WindowUI.Controls.Docking.Resources.resources
│ │ ├── TX.Framework.WindowUI.Controls.Docking.Strings.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmAddImage.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmPreview.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmSourceCode.resources
│ │ ├── TX.Framework.WindowUI.Controls.ImageListPanel.resources
│ │ ├── TX.Framework.WindowUI.Controls.MonthCalendar.resources
│ │ ├── TX.Framework.WindowUI.Controls.Panel.resources
│ │ ├── TX.Framework.WindowUI.Controls.TemplateListView.resources
│ │ ├── TX.Framework.WindowUI.Controls.ThumbnailView.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeComboBoxContainer.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeComboBox.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeListView.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXHtmlEditor.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXPager.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXRangeValue.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXTextBox.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXToolBar.resources
│ │ ├── TX.Framework.WindowUI.Controls.XPanderPanelList.resources
│ │ ├── TX.Framework.WindowUI.Controls.XPanderPanel.resources
│ │ ├── TX.Framework.WindowUI.csproj.FileListAbsolute.txt
│ │ ├── TX.Framework.WindowUI.csproj.GenerateResource.Cache
│ │ ├── TX.Framework.WindowUI.csprojResolveAssemblyReference.cache
│ │ ├── TX.Framework.WindowUI.dll
│ │ ├── TX.Framework.WindowUI.Forms.BaseForm.resources
│ │ ├── TX.Framework.WindowUI.Forms.FormInfoListEntity.resources
│ │ ├── TX.Framework.WindowUI.Forms.FormListEntity.resources
│ │ ├── TX.Framework.WindowUI.Forms.frmErrorBox.resources
│ │ ├── TX.Framework.WindowUI.Forms.frmSkinManager.resources
│ │ ├── TX.Framework.WindowUI.Forms.PopForm.resources
│ │ ├── TX.Framework.WindowUI.Forms.TXMessageBox.resources
│ │ ├── TX.Framework.WindowUI.Forms.TXWaitingBox.resources
│ │ ├── TX.Framework.WindowUI.pdb
│ │ └── TX.Framework.WindowUI.Properties.Resources.resources
│ ├── Release
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ ├── Controls.Docking.Resources1.Designer.cs.dll
│ │ │ ├── Controls.Docking.Strings.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TX.Framework.WindowUI.Controls.AlignControl.resources
│ │ ├── TX.Framework.WindowUI.Controls.Docking.Resources.resources
│ │ ├── TX.Framework.WindowUI.Controls.Docking.Strings.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmAddImage.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmPreview.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmSourceCode.resources
│ │ ├── TX.Framework.WindowUI.Controls.ImageListPanel.resources
│ │ ├── TX.Framework.WindowUI.Controls.MonthCalendar.resources
│ │ ├── TX.Framework.WindowUI.Controls.Panel.resources
│ │ ├── TX.Framework.WindowUI.Controls.TemplateListView.resources
│ │ ├── TX.Framework.WindowUI.Controls.ThumbnailView.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeComboBoxContainer.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeComboBox.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeListView.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXHtmlEditor.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXPager.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXRangeValue.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXTextBox.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXToolBar.resources
│ │ ├── TX.Framework.WindowUI.Controls.XPanderPanelList.resources
│ │ ├── TX.Framework.WindowUI.Controls.XPanderPanel.resources
│ │ ├── TX.Framework.WindowUI.csproj.FileListAbsolute.txt
│ │ ├── TX.Framework.WindowUI.dll
│ │ ├── TX.Framework.WindowUI.Forms.BaseForm.resources
│ │ ├── TX.Framework.WindowUI.Forms.FormInfoListEntity.resources
│ │ ├── TX.Framework.WindowUI.Forms.FormListEntity.resources
│ │ ├── TX.Framework.WindowUI.Forms.frmErrorBox.resources
│ │ ├── TX.Framework.WindowUI.Forms.frmSkinManager.resources
│ │ ├── TX.Framework.WindowUI.Forms.PopForm.resources
│ │ ├── TX.Framework.WindowUI.Forms.TXMessageBox.resources
│ │ ├── TX.Framework.WindowUI.Forms.TXWaitingBox.resources
│ │ ├── TX.Framework.WindowUI.pdb
│ │ └── TX.Framework.WindowUI.Properties.Resources.resources
│ └── x86
│ ├── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ ├── Controls.Docking.Resources1.Designer.cs.dll
│ │ │ ├── Controls.Docking.Strings.Designer.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TX.Framework.WindowUI.Controls.AlignControl.resources
│ │ ├── TX.Framework.WindowUI.Controls.Docking.Resources.resources
│ │ ├── TX.Framework.WindowUI.Controls.Docking.Strings.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmAddImage.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmPreview.resources
│ │ ├── TX.Framework.WindowUI.Controls.frmSourceCode.resources
│ │ ├── TX.Framework.WindowUI.Controls.ImageListPanel.resources
│ │ ├── TX.Framework.WindowUI.Controls.MonthCalendar.resources
│ │ ├── TX.Framework.WindowUI.Controls.Panel.resources
│ │ ├── TX.Framework.WindowUI.Controls.TemplateListView.resources
│ │ ├── TX.Framework.WindowUI.Controls.ThumbnailView.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeComboBoxContainer.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeComboBox.resources
│ │ ├── TX.Framework.WindowUI.Controls.TreeListView.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXHtmlEditor.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXPager.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXRangeValue.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXTextBox.resources
│ │ ├── TX.Framework.WindowUI.Controls.TXToolBar.resources
│ │ ├── TX.Framework.WindowUI.Controls.XPanderPanelList.resources
│ │ ├── TX.Framework.WindowUI.Controls.XPanderPanel.resources
│ │ ├── TX.Framework.WindowUI.csproj.FileListAbsolute.txt
│ │ ├── TX.Framework.WindowUI.csproj.GenerateResource.Cache
│ │ ├── TX.Framework.WindowUI.csprojResolveAssemblyReference.cache
│ │ ├── TX.Framework.WindowUI.dll
│ │ ├── TX.Framework.WindowUI.Forms.BaseForm.resources
│ │ ├── TX.Framework.WindowUI.Forms.FormInfoListEntity.resources
│ │ ├── TX.Framework.WindowUI.Forms.FormListEntity.resources
│ │ ├── TX.Framework.WindowUI.Forms.frmErrorBox.resources
│ │ ├── TX.Framework.WindowUI.Forms.frmSkinManager.resources
│ │ ├── TX.Framework.WindowUI.Forms.PopForm.resources
│ │ ├── TX.Framework.WindowUI.Forms.TXMessageBox.resources
│ │ ├── TX.Framework.WindowUI.Forms.TXWaitingBox.resources
│ │ ├── TX.Framework.WindowUI.pdb
│ │ └── TX.Framework.WindowUI.Properties.Resources.resources
│ └── Release
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource.read.1.tlog
│ ├── GenerateResource.write.1.tlog
│ ├── ResolveAssemblyReference.cache
│ ├── TempPE
│ │ ├── Controls.Docking.Resources1.Designer.cs.dll
│ │ ├── Controls.Docking.Strings.Designer.cs.dll
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── TX.Framework.WindowUI.Controls.AlignControl.resources
│ ├── TX.Framework.WindowUI.Controls.Docking.Resources.resources
│ ├── TX.Framework.WindowUI.Controls.Docking.Strings.resources
│ ├── TX.Framework.WindowUI.Controls.frmAddImage.resources
│ ├── TX.Framework.WindowUI.Controls.frmPreview.resources
│ ├── TX.Framework.WindowUI.Controls.frmSourceCode.resources
│ ├── TX.Framework.WindowUI.Controls.ImageListPanel.resources
│ ├── TX.Framework.WindowUI.Controls.MonthCalendar.resources
│ ├── TX.Framework.WindowUI.Controls.Panel.resources
│ ├── TX.Framework.WindowUI.Controls.TemplateListView.resources
│ ├── TX.Framework.WindowUI.Controls.ThumbnailView.resources
│ ├── TX.Framework.WindowUI.Controls.TreeComboBoxContainer.resources
│ ├── TX.Framework.WindowUI.Controls.TreeComboBox.resources
│ ├── TX.Framework.WindowUI.Controls.TreeListView.resources
│ ├── TX.Framework.WindowUI.Controls.TXHtmlEditor.resources
│ ├── TX.Framework.WindowUI.Controls.TXPager.resources
│ ├── TX.Framework.WindowUI.Controls.TXRangeValue.resources
│ ├── TX.Framework.WindowUI.Controls.TXTextBox.resources
│ ├── TX.Framework.WindowUI.Controls.TXToolBar.resources
│ ├── TX.Framework.WindowUI.Controls.XPanderPanelList.resources
│ ├── TX.Framework.WindowUI.Controls.XPanderPanel.resources
│ ├── TX.Framework.WindowUI.csproj.FileListAbsolute.txt
│ ├── TX.Framework.WindowUI.dll
│ ├── TX.Framework.WindowUI.Forms.BaseForm.resources
│ ├── TX.Framework.WindowUI.Forms.FormInfoListEntity.resources
│ ├── TX.Framework.WindowUI.Forms.FormListEntity.resources
│ ├── TX.Framework.WindowUI.Forms.frmErrorBox.resources
│ ├── TX.Framework.WindowUI.Forms.frmSkinManager.resources
│ ├── TX.Framework.WindowUI.Forms.PopForm.resources
│ ├── TX.Framework.WindowUI.Forms.TXMessageBox.resources
│ ├── TX.Framework.WindowUI.Forms.TXWaitingBox.resources
│ ├── TX.Framework.WindowUI.pdb
│ └── TX.Framework.WindowUI.Properties.Resources.resources
├── packages.config
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ └── Resources.resx
├── Resources
│ ├── 1312941478_old-view-refresh.png
│ ├── 1312954756_Search.png
│ ├── 1347776853_attention3_16x16.gif
│ ├── 1347777508_16-message-warn.png
│ ├── 1348579722_download.png
│ ├── 2105767112-360158.ico
│ ├── add.png
│ ├── anger.ico
│ ├── anger.png
│ ├── bg01.jpg
│ ├── bg02.jpg
│ ├── bg03.jpg
│ ├── bg04.jpg
│ ├── bg05.jpg
│ ├── bg06.jpg
│ ├── BM_dropdown.bmp
│ ├── burn.ico
│ ├── burn.png
│ ├── calendar_blue.png
│ ├── check.png
│ ├── chevrondown.png
│ ├── chevronleft.png
│ ├── chevronright.png
│ ├── chevronup.png
│ ├── closepanel.png
│ ├── code.png
│ ├── collapse_h.jpg
│ ├── collapse.jpg
│ ├── Collapse.png
│ ├── confused.ico
│ ├── confused.png
│ ├── cool.ico
│ ├── cool.png
│ ├── cry.ico
│ ├── cry.png
│ ├── delete.gif
│ ├── document_preview_archive.png
│ ├── edit.png
│ ├── error.png
│ ├── excel.png
│ ├── expand_h.jpg
│ ├── expand.jpg
│ ├── Expand.png
│ ├── fire.ico
│ ├── fire.png
│ ├── goto.png
│ ├── grimace.ico
│ ├── grimace.png
│ ├── help.png
│ ├── info.png
│ ├── Lilas toy.ico
│ ├── Lilas toy.png
│ ├── load2 (1).gif
│ ├── load2 (2).gif
│ ├── load2 (4).gif
│ ├── load2.gif
│ ├── loader(0).gif
│ ├── loader (10).gif
│ ├── loader (11).gif
│ ├── loader (12).gif
│ ├── loader (13).gif
│ ├── loader (1).gif
│ ├── loader (2).gif
│ ├── loader (3).gif
│ ├── loader (4).gif
│ ├── loader (5).gif
│ ├── loader (6).gif
│ ├── loader (7).gif
│ ├── loader (8).gif
│ ├── loader (9).gif
│ ├── logo1.png
│ ├── logo2.png
│ ├── logo3.png
│ ├── logo.ico
│ ├── logos.png
│ ├── Logo(已去底).png
│ ├── Logo_已去底_.png
│ ├── Logo(未).png
│ ├── Logo_未_.png
│ ├── love.ico
│ ├── love.png
│ ├── Mask Toy.ico
│ ├── Mask Toy.png
│ ├── me.ico
│ ├── miao.ico
│ ├── miao.png
│ ├── naruto.png
│ ├── Orange Toy.ico
│ ├── Orange Toy.png
│ ├── prettiness.ico
│ ├── prettiness.png
│ ├── question.ico
│ ├── question.png
│ ├── Red Toy.ico
│ ├── Red Toy.png
│ ├── refresh.png
│ ├── shape_group.png
│ ├── shout.ico
│ ├── shout.png
│ ├── skin.png
│ ├── slobber.ico
│ ├── slobber.png
│ ├── smile.ico
│ ├── smile.png
│ ├── spook.ico
│ ├── spook.png
│ ├── startle.ico
│ ├── startle.png
│ ├── surprise.ico
│ ├── surprise.png
│ ├── sweat.ico
│ ├── sweat.png
│ ├── the_pictures_icon.png
│ ├── thirst.ico
│ ├── thirst.png
│ ├── tishi.ico
│ ├── tishi.png
│ ├── Tooth Toy.ico
│ ├── Tooth Toy.png
│ ├── vomit.ico
│ ├── vomit.png
│ └── warning.png
├── TX.Framework.WindowUI.csproj
├── TX.Framework.WindowUI.csproj.user
├── TX.Framework.WindowUI.csproj.vspscc
├── TX.Framework.WindowUI.sln
├── TX.Framework.WindowUI.suo
└── TX.Framework.WindowUI.v12.suo
176 directories, 1082 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论