資源簡介
代碼片段和文件信息
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?DemoApp
{
????public?partial?class?FormembededDemo?:?Form
????{
????????public?FormembededDemo()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????MessageBox.Show(“Form?border?style:?“?+?this.FormBorderstyle);
????????}
????????private?void?FormembededDemo_Load(object?sender?EventArgs?e)
????????{
????????????this.label1.Text?=?“Form?border?style:?“?+?this.FormBorderstyle;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????31744??2010-08-22?23:44??WindowDetective(窗口偵探)0.20\VirtualDeviceLib.dll
?????文件?????209408??2010-08-22?23:44??WindowDetective(窗口偵探)0.20\WindowDetective.exe
?????文件????????117??2010-08-13?23:47??WindowDetective(窗口偵探)0.20\WindowDetective.exe.config
?????文件????????324??2010-08-22?23:55??WindowDetective(窗口偵探)0.20\WindowDetective0.20版?-?說明.txt
?????目錄??????????0??2010-08-22?23:49??WindowDetective(窗口偵探)0.20
-----------?---------??----------?-----??----
???????????????241593????????????????????5
- 上一篇:考勤機讀取考勤記錄
- 下一篇:C# 可隨意拖動改變大小的控件
評論
共有 條評論