• 大小: 1.10M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 组件  c  控件  d  ORM  

资源简介

 【VS停靠组件】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();
        }
    }
}

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

    ..A..H.     59904  2015-04-19 16:19  WinFormsUI.Docking.v12.suo

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

     文件       4795  2015-04-19 16:19  DockSample\AboutDialog.Designer.cs

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

     文件       9732  2015-04-19 16:19  DockSample\bin\Debug\DockPanel.config

     文件     128512  2015-04-19 16:19  DockSample\bin\Debug\DockSample.exe

     文件     237056  2015-04-19 16:19  DockSample\bin\Debug\DockSample.pdb

     文件      22656  2015-04-19 16:19  DockSample\bin\Debug\DockSample.vshost.exe

     文件        490  2013-06-18 20:28  DockSample\bin\Debug\DockSample.vshost.exe.manifest

     文件     456192  2015-04-19 00:11  DockSample\bin\Debug\WeifenLuo.WinFormsUI.Docking.dll

     文件     714240  2015-04-19 00:11  DockSample\bin\Debug\WeifenLuo.WinFormsUI.Docking.pdb

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

评论

共有 条评论