• 大小: 3.44M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 菜单  源码  

资源简介

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个文件信息

评论

共有 条评论