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

資源簡介

可拖動打印的內容,自定義打印內容

資源截圖

代碼片段和文件信息

/******************************************************************
?*?創?建?人:??SamWang
?*?創建時間:??2012-5-10?17:00
?*?描????述:
?*?????????????在控件外部加上邊框,用于拖拉,以改變內部控件的大小
?*?原????理:
?*?版????本:??V1.0??????
?*?環????境:??VS2010
******************************************************************/
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Drawing;
using?System.Drawing.Drawing2D;

namespace?DragControl
{
????public?class?frameControl?:?UserControl
????{
????????#region?Constructors
????????///?
????????///?構造函數
????????///?

????????public?frameControl(Control?ctrl)
????????{
????????????baseControl?=?ctrl;
????????????AddEvents();
????????????CreateBounds();
????????}
??

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-01-23?15:51??DragControl\
?????文件????????4491??2018-01-17?14:18??DragControl\DragControl.csproj
?????文件???????15729??2018-01-16?10:21??DragControl\frameControl.cs
?????文件????????5817??2018-01-16?10:19??DragControl\frameControl.resx
?????文件???????13283??2018-01-16?10:33??DragControl\MainForm.Designer.cs
?????文件???????15447??2018-01-23?15:51??DragControl\MainForm.cs
?????文件????????5817??2018-01-16?10:33??DragControl\MainForm.resx
?????文件????????4652??2018-01-16?10:21??DragControl\MoveControl.cs
?????文件?????????495??2018-01-12?18:19??DragControl\Program.cs
?????目錄???????????0??2018-01-23?15:35??DragControl\Properties\
?????文件????????1362??2012-05-10?09:55??DragControl\Properties\AssemblyInfo.cs
?????文件????????2862??2018-01-16?13:45??DragControl\Properties\Resources.Designer.cs
?????文件????????5612??2012-05-10?09:55??DragControl\Properties\Resources.resx
?????文件????????1111??2018-01-16?13:45??DragControl\Properties\Settings.Designer.cs
?????文件?????????249??2012-05-10?09:55??DragControl\Properties\Settings.settings
?????文件????????5152??2018-01-15?17:30??DragControl\xmlHelper.cs
?????文件?????????161??2018-01-16?13:45??DragControl\app.config
?????目錄???????????0??2018-01-23?15:35??DragControl\bin\
?????目錄???????????0??2018-01-23?17:03??DragControl\bin\Debug\
?????目錄???????????0??2018-01-23?15:35??DragControl\bin\Debug\Data\
?????文件????????4944??2018-01-17?17:34??DragControl\bin\Debug\Data\PrintTpls.xml
?????文件???????30720??2018-12-01?16:37??DragControl\bin\Debug\DragControl.exe
?????文件?????????161??2018-01-16?13:45??DragControl\bin\Debug\DragControl.exe.config
?????文件???????60928??2018-12-01?16:37??DragControl\bin\Debug\DragControl.pdb
?????文件???????24224??2018-01-23?15:52??DragControl\bin\Debug\DragControl.vshost.exe
?????文件?????????161??2018-01-16?13:45??DragControl\bin\Debug\DragControl.vshost.exe.config
?????文件?????????490??2017-09-29?21:43??DragControl\bin\Debug\DragControl.vshost.exe.manifest
?????文件??????504320??2016-01-28?14:22??DragControl\bin\Debug\Newtonsoft.Json.dll
?????文件??????440219??2017-06-20?15:54??DragControl\bin\Debug\Newtonsoft.Json.xml
?????文件????????9728??2018-12-01?16:37??DragControl\bin\Debug\PrintManage.dll
?????文件???????24064??2018-12-01?16:37??DragControl\bin\Debug\PrintManage.pdb
............此處省略45個文件信息

評論

共有 條評論