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

資源簡介

簡單的自定義窗體的例子,包括屬性添加、描邊、窗體拖動

資源截圖

代碼片段和文件信息

using?CustomWindow.Forms;
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;

namespace?CustomWindow
{
????public?partial?class?Form1?:?NotitleForm
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{

????????}

????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Close();
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????189??2017-07-26?21:34??CustomWindow\App.config

?????文件??????16896??2017-07-26?22:14??CustomWindow\bin\Debug\CustomWindow.exe

?????文件????????189??2017-07-26?21:34??CustomWindow\bin\Debug\CustomWindow.exe.config

?????文件??????42496??2017-07-26?22:14??CustomWindow\bin\Debug\CustomWindow.pdb

?????文件??????22696??2017-07-26?22:15??CustomWindow\bin\Debug\CustomWindow.vshost.exe

?????文件????????189??2017-07-26?21:34??CustomWindow\bin\Debug\CustomWindow.vshost.exe.config

?????文件???????5286??2017-07-26?21:53??CustomWindow\CustomWindow.csproj

?????文件????????624??2017-07-26?21:42??CustomWindow\Form1.cs

?????文件???????2948??2017-07-26?21:42??CustomWindow\Form1.Designer.cs

?????文件???????5817??2017-07-26?21:42??CustomWindow\Form1.resx

?????文件????????518??2017-07-26?22:14??CustomWindow\Form2.cs

?????文件???????3876??2017-07-26?22:14??CustomWindow\Form2.Designer.cs

?????文件???????5817??2017-07-26?22:14??CustomWindow\Form2.resx

?????文件???????3812??2017-07-26?21:40??CustomWindow\Forms\NotitleForm.cs

?????文件???????1594??2017-07-26?21:40??CustomWindow\Forms\NotitleForm.Designer.cs

?????文件???????5817??2017-07-26?21:36??CustomWindow\Forms\NotitleForm.resx

?????文件???????3975??2017-07-26?22:12??CustomWindow\Forms\SimpletitleForm.cs

?????文件???????6438??2017-07-26?22:12??CustomWindow\Forms\SimpletitleForm.Designer.cs

?????文件???????5817??2017-07-26?22:12??CustomWindow\Forms\SimpletitleForm.resx

?????文件????????641??2017-07-26?21:36??CustomWindow\MainForm.cs

?????文件???????2726??2017-07-26?21:36??CustomWindow\MainForm.Designer.cs

?????文件???????5817??2017-07-26?21:36??CustomWindow\MainForm.resx

?????文件???????1051??2017-07-26?22:15??CustomWindow\obj\Debug\CustomWindow.csproj.FileListAbsolute.txt

?????文件???????1275??2017-07-26?22:14??CustomWindow\obj\Debug\CustomWindow.csproj.GenerateResource.Cache

?????文件??????16896??2017-07-26?22:14??CustomWindow\obj\Debug\CustomWindow.exe

?????文件????????180??2017-07-26?22:11??CustomWindow\obj\Debug\CustomWindow.Form1.resources

?????文件????????180??2017-07-26?22:14??CustomWindow\obj\Debug\CustomWindow.Form2.resources

?????文件????????180??2017-07-26?22:11??CustomWindow\obj\Debug\CustomWindow.Forms.NotitleForm.resources

?????文件????????180??2017-07-26?22:12??CustomWindow\obj\Debug\CustomWindow.Forms.SimpletitleForm.resources

?????文件????????180??2017-07-26?22:11??CustomWindow\obj\Debug\CustomWindow.MainForm.resources

............此處省略25個文件信息

評論

共有 條評論