91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

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

評論

共有 條評論