资源简介

DockForm停靠窗体仿VS界面控件(源码)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Reflection;
using WeifenLuo.WinFormsUI.Docking;

namespace DockSample
{
    public partial class AboutDialog : Form
    {
        public AboutDialog()
        {
            InitializeComponent();
        }

        private void AboutDialog_Load(object sender EventArgs e)
        {
            labelAppVersion.Text = typeof(MainForm).Assembly.GetName().Version.ToString();
            labelLibVersion.Text = typeof(DockPanel).Assembly.GetName().Version.ToString();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        661  2014-07-12 18:54  HelloCsharp\DockSample\AboutDialog.cs

     文件       4759  2014-07-12 18:54  HelloCsharp\DockSample\AboutDialog.Designer.cs

     文件       5814  2014-07-12 18:54  HelloCsharp\DockSample\AboutDialog.resx

     文件       4513  2014-06-18 19:43  HelloCsharp\DockSample\Customization\DockHelper.cs

     文件       1785  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Extender.cs

     文件      18988  2014-06-18 19:43  HelloCsharp\DockSample\Customization\InertButton.cs

     文件      23286  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PaneDiamond.bmp

     文件      23286  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Bottom.bmp

     文件      23286  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\Dockindicator_PaneDiamond_Fill.bmp

     文件      23286  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Hotspot.bmp

     文件         90  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp

     文件      23286  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Left.bmp

     文件      23286  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Right.bmp

     文件      23286  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Top.bmp

     文件       2782  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelBottom.bmp

     文件       2782  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelBottom_Active.bmp

     文件       3030  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelFill.bmp

     文件       3030  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelFill_Active.bmp

     文件       2838  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelLeft.bmp

     文件       2838  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelLeft_Active.bmp

     文件       2838  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelRight.bmp

     文件       2838  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelRight_Active.bmp

     文件       2870  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelTop.bmp

     文件       2870  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockIndicator_PanelTop_Active.bmp

     文件        114  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockPaneCaption_AutoHideNo.bmp

     文件        114  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockPaneCaption_AutoHideYes.bmp

     文件        114  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockPaneCaption_CloseDisabled.bmp

     文件        114  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockPaneCaption_CloseEnabled.bmp

     文件        114  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockPaneStrip_CloseDisabled.bmp

     文件        114  2014-06-18 19:43  HelloCsharp\DockSample\Customization\Resources\DockPaneStrip_CloseEnabled.bmp

............此处省略189个文件信息

评论

共有 条评论