資源簡介
初學C#窗體設計必須學會的
加減乘除按鈕計算器,學習Windows窗體應用程序必須掌握的簡單計算器代碼,專為新手而發
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?計算器
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Button?btn?=?(Button)sender;
????????????textBox1.Text?+=?btn.Text;
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????Button?btn?=?(Button)sender;
????????????textBox1.Text?+=?btn.Text;
????????}
????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????Button?btn?=?(Button)sender;
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????12800??2017-11-20?20:56??計算器\計算器\bin\Debug\計算器.exe
?????文件??????32256??2017-11-20?20:56??計算器\計算器\bin\Debug\計算器.pdb
?????文件??????11600??2017-11-20?21:16??計算器\計算器\bin\Debug\計算器.vshost.exe
?????文件????????490??2010-03-17?22:39??計算器\計算器\bin\Debug\計算器.vshost.exe.manifest
?????文件???????4674??2017-11-20?20:56??計算器\計算器\Form1.cs
?????文件??????11893??2017-11-20?20:53??計算器\計算器\Form1.Designer.cs
?????文件???????5817??2017-11-20?20:53??計算器\計算器\Form1.resx
?????文件???????4440??2017-11-20?21:13??計算器\計算器\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6250??2017-11-20?21:12??計算器\計算器\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????280??2017-11-20?20:53??計算器\計算器\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件????????642??2017-11-20?20:53??計算器\計算器\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件???????1193??2017-11-20?21:16??計算器\計算器\obj\x86\Debug\計算器.csproj.FileListAbsolute.txt
?????文件??????12800??2017-11-20?20:56??計算器\計算器\obj\x86\Debug\計算器.exe
?????文件????????180??2017-11-20?20:53??計算器\計算器\obj\x86\Debug\計算器.Form1.resources
?????文件??????32256??2017-11-20?20:56??計算器\計算器\obj\x86\Debug\計算器.pdb
?????文件????????180??2017-11-20?20:53??計算器\計算器\obj\x86\Debug\計算器.Properties.Resources.resources
?????文件????????490??2017-11-20?20:27??計算器\計算器\Program.cs
?????文件???????1360??2017-11-20?20:27??計算器\計算器\Properties\AssemblyInfo.cs
?????文件???????2866??2017-11-20?20:27??計算器\計算器\Properties\Resources.Designer.cs
?????文件???????5612??2017-11-20?20:27??計算器\計算器\Properties\Resources.resx
?????文件???????1092??2017-11-20?20:27??計算器\計算器\Properties\Settings.Designer.cs
?????文件????????249??2017-11-20?20:27??計算器\計算器\Properties\Settings.settings
?????文件???????3677??2017-11-20?20:53??計算器\計算器\計算器.csproj
?????文件????????869??2017-11-20?20:27??計算器\計算器.sln
????..A..H.?????18432??2017-11-20?21:16??計算器\計算器.suo
?????目錄??????????0??2017-11-20?20:27??計算器\計算器\obj\x86\Debug\TempPE
?????目錄??????????0??2017-11-20?21:13??計算器\計算器\obj\x86\Debug
?????目錄??????????0??2017-11-20?21:11??計算器\計算器\bin\Debug
?????目錄??????????0??2017-11-20?21:11??計算器\計算器\obj\x86
?????目錄??????????0??2017-11-20?21:11??計算器\計算器\bin
............此處省略7個文件信息
- 上一篇:C# Socket通信
- 下一篇:C#控制臺版- 學院管理系統源代碼全
評論
共有 條評論