資源簡(jiǎn)介
代碼片段和文件信息
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();
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????686??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\AboutDialog.cs
?????文件???????4838??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\AboutDialog.Designer.cs
?????文件???????5814??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\AboutDialog.resx
?????文件?????135168??2007-07-05?09:31??DockPanel_2_1_Source2\Src\DockSample\bin\Debug\DockSample.exe
?????文件???????1109??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\bin\Debug\license.txt
?????文件?????446464??2007-07-05?09:31??DockPanel_2_1_Source2\Src\DockSample\bin\Debug\WeifenLuo.WinFormsUI.Docking.dll
?????文件???????3762??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\DockHelper.cs
?????文件???????1840??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Extender.cs
?????文件??????14341??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\InertButton.cs
?????文件??????23286??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PaneDiamond.bmp
?????文件??????23286??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Bottom.bmp
?????文件??????23286??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\Dockindicator_PaneDiamond_Fill.bmp
?????文件??????23286??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Hotspot.bmp
?????文件?????????90??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PaneDiamond_HotspotIndex.bmp
?????文件??????23286??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Left.bmp
?????文件??????23286??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Right.bmp
?????文件??????23286??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PaneDiamond_Top.bmp
?????文件???????2782??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelBottom.bmp
?????文件???????2782??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelBottom_Active.bmp
?????文件???????3030??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelFill.bmp
?????文件???????3030??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelFill_Active.bmp
?????文件???????2838??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelLeft.bmp
?????文件???????2838??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelLeft_Active.bmp
?????文件???????2838??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelRight.bmp
?????文件???????2838??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelRight_Active.bmp
?????文件???????2870??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelTop.bmp
?????文件???????2870??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockIndicator_PanelTop_Active.bmp
?????文件????????114??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockPaneCaption_AutoHideNo.bmp
?????文件????????114??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockPaneCaption_AutoHideYes.bmp
?????文件????????114??2007-03-02?16:55??DockPanel_2_1_Source2\Src\DockSample\Customization\Resources\DockPaneCaption_CloseDisabled.bmp
............此處省略172個(gè)文件信息
評(píng)論
共有 條評(píng)論