基本信息
源码名称:显示gif图片C#源码
源码大小:0.24M
文件格式:.rar
开发语言:C#
更新时间:2022-11-22
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 1 元×
微信扫码支付:1 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
显示gif图片C#源码
.
├── 显示gif图片
│ └── 17869351KpImageViewerV2_140_src
│ ├── GifImage.cs
│ ├── KP-DrawEngine.cs
│ ├── KP-DrawObject.cs
│ ├── KP-ImageViewerV2.Designer.cs
│ ├── KP-ImageViewerV2.cs
│ ├── KP-ImageViewerV2.csproj
│ ├── KP-ImageViewerV2.csproj.user
│ ├── KP-ImageViewerV2.resx
│ ├── KP-ImageViewerV2.sln
│ ├── KP-ImageViewerV2.suo
│ ├── MultiPageImage.cs
│ ├── PanelDoubleBuffered.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── Drag.cur
│ │ ├── Grab.cur
│ │ ├── Thumbs.db
│ │ ├── btnBack.png
│ │ ├── btnDrag.png
│ │ ├── btnFitToScreen.png
│ │ ├── btnNext.png
│ │ ├── btnOpen.png
│ │ ├── btnPreview.png
│ │ ├── btnRotate270.png
│ │ ├── btnRotate90.png
│ │ ├── btnSelect.png
│ │ ├── btnZoomIn.png
│ │ └── btnZoomOut.png
│ ├── WindowsFormsApplication1
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── WindowsFormsApplication1.csproj
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ │ ├── KP-ImageViewerV2.dll
│ │ │ ├── KP-ImageViewerV2.pdb
│ │ │ ├── WindowsFormsApplication1.exe
│ │ │ ├── WindowsFormsApplication1.pdb
│ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ └── obj
│ │ └── x86
│ │ ├── Debug
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── TempPE
│ │ ├── WindowsFormsApplication1.Form1.resources
│ │ ├── WindowsFormsApplication1.Properties.Resources.resources
│ │ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│ │ ├── WindowsFormsApplication1.exe
│ │ └── WindowsFormsApplication1.pdb
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ ├── KP-ImageViewerV2.dll
│ │ └── KP-ImageViewerV2.pdb
│ └── obj
│ ├── Debug
│ │ └── TempPE
│ └── Release
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource-ResGen.read.1.tlog
│ ├── GenerateResource-ResGen.write.1.tlog
│ ├── GenerateResource.read.1.tlog
│ ├── KP-ImageViewerV2.csproj.FileListAbsolute.txt
│ ├── KP-ImageViewerV2.dll
│ ├── KP-ImageViewerV2.pdb
│ ├── KaiwaProjects.KpImageViewer.resources
│ ├── KaiwaProjects.Properties.Resources.resources
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
└── 好例子网_显示gif图片C#源码.rar
22 directories, 67 files
显示gif图片C#源码
.
├── 显示gif图片
│ └── 17869351KpImageViewerV2_140_src
│ ├── GifImage.cs
│ ├── KP-DrawEngine.cs
│ ├── KP-DrawObject.cs
│ ├── KP-ImageViewerV2.Designer.cs
│ ├── KP-ImageViewerV2.cs
│ ├── KP-ImageViewerV2.csproj
│ ├── KP-ImageViewerV2.csproj.user
│ ├── KP-ImageViewerV2.resx
│ ├── KP-ImageViewerV2.sln
│ ├── KP-ImageViewerV2.suo
│ ├── MultiPageImage.cs
│ ├── PanelDoubleBuffered.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── Drag.cur
│ │ ├── Grab.cur
│ │ ├── Thumbs.db
│ │ ├── btnBack.png
│ │ ├── btnDrag.png
│ │ ├── btnFitToScreen.png
│ │ ├── btnNext.png
│ │ ├── btnOpen.png
│ │ ├── btnPreview.png
│ │ ├── btnRotate270.png
│ │ ├── btnRotate90.png
│ │ ├── btnSelect.png
│ │ ├── btnZoomIn.png
│ │ └── btnZoomOut.png
│ ├── WindowsFormsApplication1
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── WindowsFormsApplication1.csproj
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ │ ├── KP-ImageViewerV2.dll
│ │ │ ├── KP-ImageViewerV2.pdb
│ │ │ ├── WindowsFormsApplication1.exe
│ │ │ ├── WindowsFormsApplication1.pdb
│ │ │ ├── WindowsFormsApplication1.vshost.exe
│ │ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ │ └── obj
│ │ └── x86
│ │ ├── Debug
│ │ └── Release
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── TempPE
│ │ ├── WindowsFormsApplication1.Form1.resources
│ │ ├── WindowsFormsApplication1.Properties.Resources.resources
│ │ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│ │ ├── WindowsFormsApplication1.exe
│ │ └── WindowsFormsApplication1.pdb
│ ├── bin
│ │ ├── Debug
│ │ └── Release
│ │ ├── KP-ImageViewerV2.dll
│ │ └── KP-ImageViewerV2.pdb
│ └── obj
│ ├── Debug
│ │ └── TempPE
│ └── Release
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource-ResGen.read.1.tlog
│ ├── GenerateResource-ResGen.write.1.tlog
│ ├── GenerateResource.read.1.tlog
│ ├── KP-ImageViewerV2.csproj.FileListAbsolute.txt
│ ├── KP-ImageViewerV2.dll
│ ├── KP-ImageViewerV2.pdb
│ ├── KaiwaProjects.KpImageViewer.resources
│ ├── KaiwaProjects.Properties.Resources.resources
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
└── 好例子网_显示gif图片C#源码.rar
22 directories, 67 files