资源简介
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个文件信息
相关资源
- 百度OCR免token调用.e
- OpenCV3编程入门及源码百度网盘链接
- 拼图游戏自动复原支持3乘3以上易语言
- aes最后一轮5个候选算法之一MARS实现源
- VC10创建win7(无线网卡)共享热点源码
- DIV元素响应键盘事件源码
- 遗传算法数据预测源码
- vs2015编译的yolo3图形界面程序源码
- 乌云xss.me源码
- winIO3.0源码案例
- 动力节点 SSM和SSH视频,源码及讲义
- 黄龙脚本源码
- USBViewer源码
- 一款可以直接编译使用的《弹一弹》
- 通达OA单点登录模块及密码同步模块(
- HttpHelper万能框架 V1.9 源码
- qt下图片循环显示的几个很好的,包括
- WinCe Json 源码
- 最新微信付费进群收费进群系统源码
- PB11.5源码全新DWTOOLBAR,增强版
- cocos-js小游戏《别踩白块》游戏源码以
- HttpHelper 苏飞万能框架 V1.9.0.1 源码
- 价值 ¥199 ,HttpHelper万能框架 V1.8 源
- 微信小程序代码.rar
- war文件,包括源码
- TPerlRegEx〖Delphi下的正则表达式组件,
- CSS网站布局实录:基于Web标准的网站
- CAD二次开发LISP程序源码 90个源码代码
- Qt creator 做的计算器工程文件
- 仿VS2010风格的toolbox抽屉控件(源码)
评论
共有 条评论