资源简介
HGM环形菜单源码
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using AMS.Profile;
using DockItemsInformation;
namespace DockItemSettingsLoader
{
public class DockItemSettingsLoader
{
#region Variables
private Profile DockItemSettingsSettingsINI;
#endregion
#region Constructor & Private Methods
public DockItemSettingsLoader(String FilePath)
{
if (!File.Exists(FilePath))
{
try
{
File.Create(FilePath);
}
catch (Exception)
{
}
}
DockItemSettingsSettingsINI = new Ini(FilePath);
}
pub
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2877 2014-07-01 09:50 51Aspx源码必读.txt
文件 3008 2008-07-21 03:18 app.config
目录 0 2014-07-01 09:13 bin\
目录 0 2014-07-01 09:12 bin\Debug\
文件 45056 2005-02-21 15:03 bin\Debug\AMS.Profile.dll
文件 11608 2014-07-01 09:06 bin\Debug\CircleDock.vshost.exe
文件 3008 2008-07-21 03:18 bin\Debug\CircleDock.vshost.exe.config
文件 490 2012-06-02 22:34 bin\Debug\CircleDock.vshost.exe.manifest
文件 24576 2008-07-17 03:49 bin\Debug\Orbit.Interop.Win32.dll
文件 24576 2008-07-17 03:49 bin\Debug\Orbit.Utilities.dll
目录 0 2014-06-28 18:41 bin\Debug\System\
目录 0 2014-06-28 18:41 bin\Debug\System\Background\
文件 51631 2004-10-13 23:59 bin\Debug\System\Background\sapphire_ring.png
目录 0 2014-06-28 18:41 bin\Debug\System\Background\Skins\
目录 0 2014-06-28 18:41 bin\Debug\System\Background\Skins\Aero Milk\
文件 4267 2007-01-01 20:54 bin\Debug\System\Background\Skins\Aero Milk\Aeroglass.png
文件 230 2007-01-01 20:54 bin\Debug\System\Background\Skins\Aero Milk\Background.ini
文件 69 2007-01-01 20:54 bin\Debug\System\Background\Skins\Aero Milk\Separator.ini
文件 565 2007-01-01 20:54 bin\Debug\System\Background\Skins\Aero Milk\Separator.png
文件 10240 2007-08-25 20:40 bin\Debug\System\Background\Skins\Aero Milk\Thumbs.db
目录 0 2014-06-28 18:41 bin\Debug\System\Background\Skins\AstroGlass\
文件 223 2007-01-01 20:54 bin\Debug\System\Background\Skins\AstroGlass\background.ini
文件 8774 2007-01-01 20:54 bin\Debug\System\Background\Skins\AstroGlass\bg.png
文件 146 2007-01-01 20:55 bin\Debug\System\Background\Skins\AstroGlass\sep.png
文件 63 2007-01-01 20:55 bin\Debug\System\Background\Skins\AstroGlass\separator.ini
文件 9216 2007-08-25 20:39 bin\Debug\System\Background\Skins\AstroGlass\Thumbs.db
目录 0 2014-06-28 18:41 bin\Debug\System\Background\Skins\AstroGrey\
文件 223 2007-01-01 20:55 bin\Debug\System\Background\Skins\AstroGrey\background.ini
文件 8004 2007-01-01 20:55 bin\Debug\System\Background\Skins\AstroGrey\bg.png
文件 146 2007-01-01 20:55 bin\Debug\System\Background\Skins\AstroGrey\sep.png
文件 63 2007-01-01 20:55 bin\Debug\System\Background\Skins\AstroGrey\separator.ini
............此处省略318个文件信息
- 上一篇:企业后台架构
- 下一篇:用树型列表动态显示菜单
相关资源
- adsl 自动拨号类 源码
- C# 读取并编辑window系统的右键菜单
- 仿XP系统的任务栏菜单
- 教室/会议室预定系统源码
- C# 邮件群发示例 源码下载18952
- 数据同步服务程序源码(附数据库脚
- C# 飞行棋 游戏源码(面向对象入门)
- Multipart解析类库源码(HttpMultipart)
- Prodave6联接程序源码
- 疯子ftp上传工具源码传送数据到服务
- 《C#版Ftp软件源码》
- WPF 自定义标题的winform窗体实现源码
- Socket局域网聊天项目(客户端源码)
- NET G4(EntityMapping)源码
- 网格系统源码
- 2048游戏完整(学会界面和逻辑解耦)
- 357game(数字游戏源码)
- 保卫萝卜源码及教程
- C#批量解压缩桌面程序源码(ICSharpC
- asp.net 多文件上传源码
- Unicode解码、编码工具(附源码)
- ProxyHelper IE 代理 操作类 源码
- Request的几种 Url 用法比较 有有源码
- 屏幕取色 取色器源码
- UU云远程打码工具源码
- MD5值校正工具源码
- C# 排列组合类源码 以及调用
- C# 农历 操作常用类 源码
- 青春部落格pds图片源码
- Sharepoint自动创建网站 源码
评论
共有 条评论