資源簡介
C#拖拉控件及拖拽文件上傳,拖拉控件改變大小及改變位置不會超出父容器邊界
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?DropForms
{
????class?Dragframe
????{
????????private?const?int?Box_Size?=?8;
????????private?Color?Box_Color?=?Color.White;
????????private?Control?control;
????????private?Label[]?label?=?new?Label[8];
????????private?int?Initial_Left;
????????private?int?Initial_Top;
????????private?int?Initial_Width;
????????private?int?Initial_Height;
????????private?int?Initial_X;
????????private?int?Initial_Y;
????????private?bool?dragging;
????????private?Cursor[]?arrArrow?=?new?Cursor[]?{Cursors.SizeNWSE?Cursors.SizeNS
???Cursors.SizeNESW?Cursors.SizeWE?Cursors.SizeNWSE?Cursors.SizeNS
???Cursors.SizeNESW?Cursors.Si
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????43008??2019-05-08?11:56??DropForms\.vs\DropForms\v15\.suo
?????文件??????????0??2019-05-08?09:20??DropForms\.vs\DropForms\v15\Server\sqlite3\db.lock
?????文件?????565248??2019-05-08?11:02??DropForms\.vs\DropForms\v15\Server\sqlite3\storage.ide
?????文件??????32768??2019-05-08?09:20??DropForms\.vs\DropForms\v15\Server\sqlite3\storage.ide-shm
?????文件????4140632??2019-05-08?11:42??DropForms\.vs\DropForms\v15\Server\sqlite3\storage.ide-wal
?????文件??????15360??2019-05-08?11:42??DropForms\DropForms\bin\Debug\DropForms.exe
?????文件??????44544??2019-05-08?11:42??DropForms\DropForms\bin\Debug\DropForms.pdb
?????文件??????10741??2019-05-08?11:20??DropForms\DropForms\Dragfr
?????文件???????2577??2019-05-08?11:42??DropForms\DropForms\DragUpForm.cs
?????文件???????2446??2019-05-08?11:42??DropForms\DropForms\DragUpForm.Designer.cs
?????文件???????5817??2019-05-08?11:42??DropForms\DropForms\DragUpForm.resx
?????文件???????3791??2019-05-08?11:27??DropForms\DropForms\DropForms.csproj
?????文件???????1472??2019-05-08?11:37??DropForms\DropForms\Form1.cs
?????文件???????2565??2019-05-08?11:37??DropForms\DropForms\Form1.Designer.cs
?????文件???????6011??2019-05-08?11:37??DropForms\DropForms\Form1.resx
?????文件????????815??2019-05-08?09:20??DropForms\DropForms\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6869??2019-05-08?11:24??DropForms\DropForms\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????42??2019-05-08?11:24??DropForms\DropForms\obj\Debug\DropForms.csproj.CoreCompileInputs.cache
?????文件???????1105??2019-05-08?11:36??DropForms\DropForms\obj\Debug\DropForms.csproj.FileListAbsolute.txt
?????文件???????1075??2019-05-08?11:42??DropForms\DropForms\obj\Debug\DropForms.csproj.GenerateResource.cache
?????文件??????10510??2019-05-08?09:20??DropForms\DropForms\obj\Debug\DropForms.csprojAssemblyReference.cache
?????文件????????180??2019-05-08?11:42??DropForms\DropForms\obj\Debug\DropForms.DragUpForm.resources
?????文件??????15360??2019-05-08?11:42??DropForms\DropForms\obj\Debug\DropForms.exe
?????文件????????180??2019-05-08?11:37??DropForms\DropForms\obj\Debug\DropForms.Form1.resources
?????文件??????44544??2019-05-08?11:42??DropForms\DropForms\obj\Debug\DropForms.pdb
?????文件????????180??2019-05-08?11:27??DropForms\DropForms\obj\Debug\DropForms.Properties.Resources.resources
?????文件????????490??2019-05-08?09:20??DropForms\DropForms\Program.cs
?????文件???????1338??2019-05-08?09:20??DropForms\DropForms\Properties\AssemblyInfo.cs
?????文件???????2831??2019-05-08?09:20??DropForms\DropForms\Properties\Resources.Designer.cs
?????文件???????5612??2019-05-08?09:20??DropForms\DropForms\Properties\Resources.resx
............此處省略20個文件信息
評論
共有 條評論