基本信息
源码名称:c#仿电脑管家源码
源码大小:5.24M
文件格式:.rar
开发语言:C#
更新时间:2021-04-27
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 3 元 
   源码介绍
仿电脑管家,界面美观漂亮,系统功能齐全,操作便捷,可在.net4.0以上运行。

仿电脑管家

├── EncryptForm
│   ├── BitmapRegion.cs
│   ├── EncryptForm.cs
│   ├── EncryptForm.csproj
│   ├── EncryptForm.csproj.user
│   ├── EncryptForm.designer.cs
│   ├── EncryptForm.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Resources
│   │   └── EncryptForm_02_01.png
│   ├── bin
│   │   ├── Debug
│   │   └── Release
│   └── obj
│       └── x86
│           ├── Debug
│           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   ├── EncryptForm.EncryptForm.resources
│           │   ├── EncryptForm.Properties.Resources.resources
│           │   ├── EncryptForm.csproj.FileListAbsolute.txt
│           │   ├── GenerateResource.read.1.tlog
│           │   ├── GenerateResource.write.1.tlog
│           │   └── TempPE
│           │       └── Properties.Resources.Designer.cs.dll
│           └── Release
│               ├── DesignTimeResolveAssemblyReferences.cache
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── EncryptForm.EncryptForm.resources
│               ├── EncryptForm.Properties.Resources.resources
│               ├── EncryptForm.csproj.FileListAbsolute.txt
│               ├── GenerateResource.read.1.tlog
│               ├── GenerateResource.write.1.tlog
│               └── TempPE
│                   └── Properties.Resources.Designer.cs.dll
├── ImageLibrary
│   ├── ImageLibrary.csproj
│   ├── ImageLibrary.csproj.user
│   ├── ImagePoint.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resource_Png.Designer.cs
│   │   └── Resource_Png.resx
│   ├── Resources
│   │   ├── btn_beifen_2011_01_01.png
│   │   ├── btn_huanyuan_2011_01_01.png
│   │   ├── btn_youhua_2011_01_01.png
│   │   ├── exit_2011_01_01.png
│   │   ├── exit_2011_01_02.png
│   │   ├── from.gif
│   │   ├── hide_2011_01_01.png
│   │   ├── hide_2011_01_02.png
│   │   ├── leave_2011_01_01.png
│   │   ├── menu2011_01_01.png
│   │   ├── menu2011_01_02.png
│   │   ├── menu2011_01_03.png
│   │   ├── skin_2011_01_01.png
│   │   ├── skin_2011_01_02.png
│   │   ├── skinbgcolor.png
│   │   ├── titlebut_01_2011_01_01.png
│   │   ├── titlebut_01_2011_01_02.png
│   │   ├── titlebut_02_2011_01_01.png
│   │   ├── titlebut_02_2011_01_02.png
│   │   ├── titlebut_03_2011_01_01.png
│   │   ├── titlebut_03_2011_01_02.png
│   │   ├── titlebut_04_2011_01_01.png
│   │   ├── titlebut_04_2011_01_02.png
│   │   ├── titlebut_05_2011_01_01.png
│   │   ├── titlebut_05_2011_01_02.png
│   │   ├── titlebut_06_2011_01_01.png
│   │   ├── titlebut_06_2011_01_02.png
│   │   ├── titlebut_07_2011_01_01.png
│   │   ├── titlebut_07_2011_01_02.png
│   │   └── update_2011_01_01.png
│   ├── bin
│   │   ├── Debug
│   │   └── Release
│   │       ├── ImageLibrary.dll
│   │       └── ImageLibrary.pdb
│   └── obj
│       ├── Debug
│       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   ├── GenerateResource.read.1.tlog
│       │   ├── GenerateResource.write.1.tlog
│       │   ├── ImageLibrary.Properties.Resource_Png.resources
│       │   ├── ImageLibrary.csproj.FileListAbsolute.txt
│       │   ├── ImageLibrary.dll
│       │   ├── ImageLibrary.pdb
│       │   └── TempPE
│       │       ├── Properties.Resource_Png.Designer.cs.dll
│       │       └── Resource_Png.Designer.cs.dll
│       └── Release
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── GenerateResource.read.1.tlog
│           ├── GenerateResource.write.1.tlog
│           ├── ImageLibrary.Properties.Resource_Png.resources
│           ├── ImageLibrary.csproj.FileListAbsolute.txt
│           ├── ImageLibrary.csproj.GenerateResource.Cache
│           ├── ImageLibrary.csprojResolveAssemblyReference.cache
│           ├── ImageLibrary.dll
│           ├── ImageLibrary.pdb
│           └── TempPE
│               └── Properties.Resource_Png.Designer.cs.dll
├── MailForm
│   ├── MailForm.csproj
│   ├── MailStart.Designer.cs
│   ├── MailStart.cs
│   ├── MailStart.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   ├── Debug
│   │   └── Release
│   ├── mailunit.cs
│   └── obj
│       └── x86
│           ├── Debug
│           │   ├── DesignTimeResolveAssemblyReferences.cache
│           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   ├── GenerateResource.read.1.tlog
│           │   ├── GenerateResource.write.1.tlog
│           │   ├── MailForm.MailStart.resources
│           │   ├── MailForm.Properties.Resources.resources
│           │   ├── MailForm.csproj.FileListAbsolute.txt
│           │   └── TempPE
│           └── Release
│               ├── DesignTimeResolveAssemblyReferences.cache
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── GenerateResource.read.1.tlog
│               ├── GenerateResource.write.1.tlog
│               ├── MailForm.MailStart.resources
│               ├── MailForm.Properties.Resources.resources
│               ├── MailForm.csproj.FileListAbsolute.txt
│               └── TempPE
├── OptimizeTool.sln
├── OptimizeTool.suo
├── OptimizeToolToolForm
│   ├── 01.ico
│   ├── Form4.Designer.cs
│   ├── Form4.cs
│   ├── Form4.resx
│   ├── Form7.Designer.cs
│   ├── Form7.cs
│   ├── Form7.resx
│   ├── Form8.Designer.cs
│   ├── Form8.cs
│   ├── Form8.resx
│   ├── FormMenu
│   │   ├── ParentForm.Designer.cs
│   │   ├── ParentForm.cs
│   │   ├── ParentForm.resx
│   │   ├── WindowMenu.Designer.cs
│   │   ├── WindowMenu.cs
│   │   └── WindowMenu.resx
│   ├── OptimizeToolToolForm.csproj
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Resources
│   │   ├── panelindex_bg_2011_01_01.png
│   │   ├── skin_01.png
│   │   ├── skin_01_02.png
│   │   ├── skin_02.png
│   │   ├── skin_02_02.png
│   │   ├── skin_03.png
│   │   ├── skin_03_02.png
│   │   ├── skinbgcolor.png
│   │   ├── system_001.png
│   │   ├── system_002.png
│   │   ├── system_003.png
│   │   ├── system_004.png
│   │   ├── system_005.png
│   │   ├── system_006.png
│   │   └── system_007.png
│   ├── SystemClear
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.cs
│   │   └── Form2.resx
│   ├── bin
│   │   ├── Debug
│   │   └── Release
│   │       ├── ImageLibrary.dll
│   │       ├── ImageLibrary.pdb
│   │       ├── OptimizeToolToolForm.exe
│   │       ├── OptimizeToolToolForm.pdb
│   │       ├── OptimizeToolToolForm.vshost.exe
│   │       ├── OptimizeToolToolForm.vshost.exe.manifest
│   │       ├── ToolClassLibrary.dll
│   │       ├── ToolClassLibrary.pdb
│   │       └── fig.dll
│   ├── frmCloseWindows.cs
│   ├── frmCloseWindows.designer.cs
│   ├── frmCloseWindows.resx
│   └── obj
│       └── x86
│           ├── Debug
│           │   ├── DesignTimeResolveAssemblyReferences.cache
│           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   ├── GenerateResource.read.1.tlog
│           │   ├── GenerateResource.write.1.tlog
│           │   ├── MagicCony.frmCloseWindows.resources
│           │   ├── OptimizeToolToolForm.Form2.resources
│           │   ├── OptimizeToolToolForm.Form4.resources
│           │   ├── OptimizeToolToolForm.Form7.resources
│           │   ├── OptimizeToolToolForm.Form8.resources
│           │   ├── OptimizeToolToolForm.FormMenu.ParentForm.resources
│           │   ├── OptimizeToolToolForm.Properties.Resources.resources
│           │   ├── OptimizeToolToolForm.WindowMenu.resources
│           │   ├── OptimizeToolToolForm.csproj.FileListAbsolute.txt
│           │   ├── ResolveAssemblyReference.cache
│           │   └── TempPE
│           │       └── Properties.Resources.Designer.cs.dll
│           └── Release
│               ├── DesignTimeResolveAssemblyReferences.cache
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── GenerateResource.read.1.tlog
│               ├── GenerateResource.write.1.tlog
│               ├── MagicCony.frmCloseWindows.resources
│               ├── OptimizeToolToolForm.Form2.resources
│               ├── OptimizeToolToolForm.Form4.resources
│               ├── OptimizeToolToolForm.Form7.resources
│               ├── OptimizeToolToolForm.Form8.resources
│               ├── OptimizeToolToolForm.FormMenu.ParentForm.resources
│               ├── OptimizeToolToolForm.Properties.Resources.resources
│               ├── OptimizeToolToolForm.WindowMenu.resources
│               ├── OptimizeToolToolForm.csproj.FileListAbsolute.txt
│               ├── OptimizeToolToolForm.csproj.GenerateResource.Cache
│               ├── OptimizeToolToolForm.csprojResolveAssemblyReference.cache
│               ├── OptimizeToolToolForm.exe
│               ├── OptimizeToolToolForm.pdb
│               ├── ResolveAssemblyReference.cache
│               └── TempPE
│                   └── Properties.Resources.Designer.cs.dll
├── Package
│   ├── Class1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── ICSharpCode.SharpZipLib.dll
│   ├── Package.csproj
│   ├── Program.cs
│   ├── ProjectInstaller.Designer.cs
│   ├── ProjectInstaller.cs
│   ├── ProjectInstaller.resx
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Resources
│   ├── Service1.Designer.cs
│   ├── Service1.cs
│   ├── Service1.resx
│   ├── bin
│   │   ├── Debug
│   │   └── Release
│   └── obj
│       └── x86
│           ├── Debug
│           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   ├── GenerateResource.read.1.tlog
│           │   ├── GenerateResource.write.1.tlog
│           │   ├── Package.Form1.resources
│           │   ├── Package.Properties.Resources.resources
│           │   ├── Package.csproj.FileListAbsolute.txt
│           │   └── TempPE
│           └── Release
│               ├── DesignTimeResolveAssemblyReferences.cache
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── GenerateResource.read.1.tlog
│               ├── GenerateResource.write.1.tlog
│               ├── Package.Form1.resources
│               ├── Package.ProjectInstaller.resources
│               ├── Package.Properties.Resources.resources
│               ├── Package.Service1.resources
│               ├── Package.csproj.FileListAbsolute.txt
│               ├── ResolveAssemblyReference.cache
│               └── TempPE
│                   └── Properties.Resources.Designer.cs.dll
├── ToolClassLibrary
│   ├── ConfigClass
│   │   └── ConfigClass.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── StaticClass
│   │   ├── BitmapRegion.cs
│   │   ├── EcanQQ.cs
│   │   ├── ErrorLog.cs
│   │   ├── FileBear.cs
│   │   ├── Files.cs
│   │   ├── ImageFormClass.cs
│   │   ├── Input.cs
│   │   ├── PublicClass.cs
│   │   └── ejzText.cs
│   ├── SystemToolClass
│   │   └── SystemTool.cs
│   ├── ToolClassLibrary.csproj
│   ├── Win32.cs
│   ├── bin
│   │   ├── Debug
│   │   └── Release
│   │       ├── ImageLibrary.dll
│   │       ├── ImageLibrary.pdb
│   │       ├── ToolClassLibrary.dll
│   │       └── ToolClassLibrary.pdb
│   └── obj
│       ├── Debug
│       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   ├── ResolveAssemblyReference.cache
│       │   ├── TempPE
│       │   ├── ToolClassLibrary.csproj.FileListAbsolute.txt
│       │   ├── ToolClassLibrary.dll
│       │   └── ToolClassLibrary.pdb
│       └── Release
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── ResolveAssemblyReference.cache
│           ├── TempPE
│           ├── ToolClassLibrary.csproj.FileListAbsolute.txt
│           ├── ToolClassLibrary.csprojResolveAssemblyReference.cache
│           ├── ToolClassLibrary.dll
│           └── ToolClassLibrary.pdb
└── 工具
    └── SharpZipLib_0860_Bin.zip

74 directories, 264 files