資源簡(jiǎn)介
簡(jiǎn)單的登錄注冊(cè)winform窗口
代碼片段和文件信息
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?WFLOGIN
{
????public?partial?class?Login?:?Form
????{
????????public?Login()
????????{
????????????InitializeComponent();
????????}
????????//登錄按鈕事件
????????private?void?button_login_Click(object?sender?EventArgs?e)
????????{
????????????String?username?passsword;
????????????username?=?textBox_name.Text;
????????????passsword?=?textBox_password.Text;
????????????if?(username?==?““)
????????????{
????????????????MessageBox.Show(“請(qǐng)輸入用戶名““登錄失敗“);
????????????????textBox_name.Focus();
????????????}
????????????else?if?(passsword?==?““)
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
????..A..H.?????55296??2019-05-30?20:32??WFLOGIN\.vs\WFLOGIN\v15\.suo
?????文件??????????0??2019-05-17?15:21??WFLOGIN\.vs\WFLOGIN\v15\Server\sqlite3\db.lock
?????文件?????589824??2019-05-28?09:40??WFLOGIN\.vs\WFLOGIN\v15\Server\sqlite3\storage.ide
?????文件??????32768??2019-05-30?20:26??WFLOGIN\.vs\WFLOGIN\v15\Server\sqlite3\storage.ide-shm
?????文件??????????0??2019-05-30?20:26??WFLOGIN\.vs\WFLOGIN\v15\Server\sqlite3\storage.ide-wal
?????文件????????189??2019-05-17?15:21??WFLOGIN\WFLOGIN\App.config
?????文件?????174592??2019-05-22?08:38??WFLOGIN\WFLOGIN\bin\Debug\WFLOGIN.exe
?????文件????????189??2019-05-17?15:21??WFLOGIN\WFLOGIN\bin\Debug\WFLOGIN.exe.config
?????文件??????44544??2019-05-22?08:38??WFLOGIN\WFLOGIN\bin\Debug\WFLOGIN.pdb
?????文件???????3189??2019-05-28?09:39??WFLOGIN\WFLOGIN\Login.cs
?????文件???????7124??2019-05-22?08:36??WFLOGIN\WFLOGIN\Login.Designer.cs
?????文件???????5817??2019-05-22?08:36??WFLOGIN\WFLOGIN\Login.resx
?????文件????????386??2019-05-17?15:50??WFLOGIN\WFLOGIN\main.cs
?????文件???????1408??2019-05-17?15:50??WFLOGIN\WFLOGIN\main.Designer.cs
?????文件???????5817??2019-05-17?15:50??WFLOGIN\WFLOGIN\main.resx
?????文件???????1407??2019-05-22?08:31??WFLOGIN\WFLOGIN\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7183??2019-05-28?09:39??WFLOGIN\WFLOGIN\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2019-05-17?15:21??WFLOGIN\WFLOGIN\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2019-05-17?15:21??WFLOGIN\WFLOGIN\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2019-05-17?15:21??WFLOGIN\WFLOGIN\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件???????3584??2019-05-17?15:22??WFLOGIN\WFLOGIN\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件?????????42??2019-05-28?09:39??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.csproj.CoreCompileInputs.cache
?????文件???????1039??2019-05-17?16:40??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.csproj.FileListAbsolute.txt
?????文件???????1166??2019-05-22?08:38??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.csproj.GenerateResource.cache
?????文件??????11418??2019-05-22?08:31??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.csprojAssemblyReference.cache
?????文件?????174592??2019-05-22?08:38??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.exe
?????文件????????180??2019-05-22?08:36??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.Login.resources
?????文件????????180??2019-05-17?16:03??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.Main.resources
?????文件??????44544??2019-05-22?08:38??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.pdb
?????文件?????160089??2019-05-17?16:03??WFLOGIN\WFLOGIN\obj\Debug\WFLOGIN.Properties.Resources.resources
............此處省略31個(gè)文件信息
評(píng)論
共有 條評(píng)論