資源簡介
該項(xiàng)目適合winform初學(xué)者小白使用,用以觀看C#編寫winform界面的大概樣子,該串口通信界面實(shí)測成功,可參考博主博文:https://blog.csdn.net/weixin_41529093/article/details/103148427;該文件還附上一個簡單的C#編寫的簡易計算器實(shí)現(xiàn)代碼項(xiàng)目
使用visual studio 2019、.net 4.7.2且積分多的博友可以下載后直接運(yùn)行,想學(xué)習(xí)過程而且不怕麻煩的博友建議按博主的博文去自己嘗試編寫https://blog.csdn.net/weixin_41529093/article/details/103148427;
使用visual studio 2019、.net 4.7.2且積分多的博友可以下載后直接運(yùn)行,想學(xué)習(xí)過程而且不怕麻煩的博友建議按博主的博文去自己嘗試編寫https://blog.csdn.net/weixin_41529093/article/details/103148427;
代碼片段和文件信息
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?a1
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????lblHelloWorld.Text?=?“Hello?World!“;
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????90112??2019-11-19?19:51??example20191117\.vs\example20191117\v16\.suo
?????文件??????????0??2019-11-17?19:59??example20191117\.vs\example20191117\v16\Server\sqlite3\db.lock
?????文件?????610304??2019-11-19?19:51??example20191117\.vs\example20191117\v16\Server\sqlite3\storage.ide
?????文件???????3592??2019-11-17?20:04??example20191117\a1\a1.csproj
?????文件????????189??2019-11-17?19:59??example20191117\a1\App.config
?????文件???????8192??2019-11-17?20:17??example20191117\a1\bin\Debug\a1.exe
?????文件????????189??2019-11-17?19:59??example20191117\a1\bin\Debug\a1.exe.config
?????文件??????28160??2019-11-17?20:17??example20191117\a1\bin\Debug\a1.pdb
?????文件????????608??2019-11-17?20:16??example20191117\a1\Form1.cs
?????文件???????2782??2019-11-17?20:16??example20191117\a1\Form1.Designer.cs
?????文件???????5817??2019-11-17?20:16??example20191117\a1\Form1.resx
?????文件????????592??2019-11-17?20:17??example20191117\a1\obj\Debug\a1.csproj.FileListAbsolute.txt
?????文件???????1012??2019-11-17?20:17??example20191117\a1\obj\Debug\a1.csproj.GenerateResource.cache
?????文件???????8192??2019-11-17?20:17??example20191117\a1\obj\Debug\a1.exe
?????文件????????180??2019-11-17?20:17??example20191117\a1\obj\Debug\a1.Form1.resources
?????文件??????28160??2019-11-17?20:17??example20191117\a1\obj\Debug\a1.pdb
?????文件????????180??2019-11-17?20:17??example20191117\a1\obj\Debug\a1.Properties.Resources.resources
?????文件????????514??2019-11-17?19:59??example20191117\a1\Program.cs
?????文件???????1296??2019-11-17?19:59??example20191117\a1\Properties\AssemblyInfo.cs
?????文件???????2817??2019-11-17?19:59??example20191117\a1\Properties\Resources.Designer.cs
?????文件???????5612??2019-11-17?19:59??example20191117\a1\Properties\Resources.resx
?????文件???????1089??2019-11-17?19:59??example20191117\a1\Properties\Settings.Designer.cs
?????文件????????249??2019-11-17?19:59??example20191117\a1\Properties\Settings.settings
?????文件???????3592??2019-11-17?20:27??example20191117\a2\a2.csproj
?????文件????????189??2019-11-17?20:23??example20191117\a2\App.config
?????文件??????13824??2019-11-19?12:44??example20191117\a2\bin\Debug\a2.exe
?????文件????????189??2019-11-17?20:23??example20191117\a2\bin\Debug\a2.exe.config
?????文件??????34304??2019-11-19?12:44??example20191117\a2\bin\Debug\a2.pdb
?????文件???????3756??2019-11-19?12:44??example20191117\a2\Form1.cs
?????文件??????10145??2019-11-19?12:16??example20191117\a2\Form1.Designer.cs
............此處省略70個文件信息
評論
共有 條評論