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

  • 大小: 1.24M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-26
  • 語言: C#
  • 標(biāo)簽: winform??

資源簡介

升訊威 .Net WinForm 控件庫提供了超過15種 Winform 控件,你可以直接使用本控件庫,更可以通過本控件庫學(xué)到 Winform 控件開發(fā)的方法和理念。
你可以學(xué)習(xí)到:
如何基于 Control 類重頭開始實(shí)現(xiàn)一個(gè)具備復(fù)雜功能的 Winform 控件;
GDI 繪圖接口的使用方法,以及如何與用戶的行為進(jìn)行交互;
不同設(shè)計(jì)模式在 Winform 控件開發(fā)中的應(yīng)用;

對于設(shè)計(jì)模式,很多人的觀念是它是用來解決大型解決方案中的問題的,但是我們在這里可以看到,設(shè)計(jì)模式不僅僅用于分解大型工程,小到一個(gè) Winform 控件的開發(fā),都需要具備良好的模式去幫助你分解問題,解決問題。

例如說原型模式,我雖然能夠?qū)@種模式娓娓道來,但是一直想不出它的應(yīng)用場景到底是什么,直到我發(fā)現(xiàn)微軟在實(shí)現(xiàn) DataGridView 時(shí),應(yīng)用了原型模式解決了若干問題,才豁然開朗。

而其它諸如工廠模式,創(chuàng)建者模式,命令模式等,在復(fù)雜 Winform 控件的開發(fā)中,都有非常契合的應(yīng)用場景。

源代碼中包括了詳細(xì)的注釋,相信對你閱讀使用源代碼會有一定的幫助。

代碼片段和文件信息

//用在SETreeView?的拖放操作時(shí)
//http://www.codeproject.com/KB/tree/TreeViewDragDrop.aspx

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Runtime.InteropServices;

namespace?Sheng.Winform.Controls
{
????public?class?DragHelper
????{
????????[DllImport(“comctl32.dll“)]
????????public?static?extern?bool?InitCommonControls();

????????[DllImport(“comctl32.dll“?CharSet?=?CharSet.Auto)]
????????public?static?extern?bool?ImageList_BeginDrag(IntPtr?himlTrack?int
????????????iTrack?int?dxHotspot?int?dyHotspot);

????????[DllImport(“comctl32.dll“?CharSet?=?CharSet.Auto)]
????????public?static?extern?bool?ImageList_DragMove(int?x?int?y);

????????[DllImport(“comctl32.dll“?CharSet?=?CharSet.Auto)]
????????public?static?extern?void?ImageList_EndDrag();

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-06-08?14:56??Sheng.Winform.Controls-master\
?????文件??????????12??2018-06-08?14:56??Sheng.Winform.Controls-master\.gitignore
?????文件????????1079??2018-06-08?14:56??Sheng.Winform.Controls-master\LICENSE
?????文件????????1558??2018-06-08?14:56??Sheng.Winform.Controls-master\README.md
?????目錄???????????0??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\
?????文件????????1575??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\Form1.Designer.cs
?????文件????????9909??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\Form1.cs
?????文件????????5817??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\Form1.resx
?????文件???????10112??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormMisc.Designer.cs
?????文件?????????473??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormMisc.cs
?????文件????????5817??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormMisc.resx
?????文件????????5395??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengAdressBar.Designer.cs
?????文件?????????574??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengAdressBar.cs
?????文件????????5817??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengAdressBar.resx
?????文件???????13724??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengComboSelector.Designer.cs
?????文件????????1048??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengComboSelector.cs
?????文件????????5817??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengComboSelector.resx
?????文件???????12259??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengComboSelector2.Designer.cs
?????文件?????????914??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengComboSelector2.cs
?????文件????????5817??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengComboSelector2.resx
?????文件????????7135??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengDataGridView.Designer.cs
?????文件????????1060??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengDataGridView.cs
?????文件????????5817??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengDataGridView.resx
?????文件???????15620??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengImageListView.Designer.cs
?????文件????????2066??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengImageListView.cs
?????文件????????5817??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengImageListView.resx
?????文件???????12937??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengListView.Designer.cs
?????文件????????1068??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengListView.cs
?????文件????????5817??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengListView.resx
?????文件????????6399??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengThumbnailImageListView.Designer.cs
?????文件????????1090??2018-06-08?14:56??Sheng.Winform.Controls-master\Sheng.Winform.Controls.Demo\FormShengThumbnailImageListView.cs
............此處省略272個(gè)文件信息

評論

共有 條評論