資源簡介
C#Winfrom旺旺收銀管理系統源碼
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?DevComponents.DotNetBar;
namespace?AppCash
{
????public?partial?class?frmLogin?:?Form
????{
????????public?frmLogin()
????????{
????????????InitializeComponent();
????????}
????????private?void?btnLogin_Click(object?sender?EventArgs?e)
????????{
????????????//登錄
????????????if?(tbPwd.Text?==?““?||?cbUserid.Text?==?““)
????????????{
????????????????MessageBoxEx.Show(“請輸入登錄口令!“?“錯誤“?MessageBoxButtons.OK?MessageBoxIcon.Error);
????????????????return;
????????????}
????????????Dong.BLL.OperInfo?bOper?=?new?Dong.BLL.OperInfo();
????????????if?(bOper.CheckUser(cbUserid.Text?tbPwd.Text))
??????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????300??2013-11-13?11:52??收銀系統\AppCash\app.config
?????文件??????27789??2013-12-25?16:57??收銀系統\AppCash\AppCash.csproj
?????文件????3792384??2015-11-24?21:50??收銀系統\AppCash\bin\Debug\AppCash.exe
?????文件????????300??2013-11-13?11:52??收銀系統\AppCash\bin\Debug\AppCash.exe.config
?????文件?????372224??2015-11-24?21:50??收銀系統\AppCash\bin\Debug\AppCash.pdb
?????文件??????11608??2015-11-24?21:41??收銀系統\AppCash\bin\Debug\AppCash.vshost.exe
?????文件????????300??2013-11-13?11:52??收銀系統\AppCash\bin\Debug\AppCash.vshost.exe.config
?????文件????????490??2010-03-17?22:39??收銀系統\AppCash\bin\Debug\AppCash.vshost.exe.manifest
?????文件??????21504??2015-11-24?21:50??收銀系統\AppCash\bin\Debug\BLL.dll
?????文件??????85504??2015-11-24?21:50??收銀系統\AppCash\bin\Debug\BLL.pdb
?????文件??????15360??2011-03-02?12:25??收銀系統\AppCash\bin\Debug\COM.Excel.dll
?????文件??????41984??2015-11-24?21:50??收銀系統\AppCash\bin\Debug\DAL.dll
?????文件??????97792??2015-11-24?21:50??收銀系統\AppCash\bin\Debug\DAL.pdb
?????文件?????536576??2015-11-24?21:36??收銀系統\AppCash\bin\Debug\DB\MarketDB.mdb
?????文件????4332032??2013-11-11?16:48??收銀系統\AppCash\bin\Debug\DevComponents.DotNetBar2.dll
?????文件????1089536??2011-03-02?12:25??收銀系統\AppCash\bin\Debug\Excel.dll
?????文件???????8731??2012-12-11?11:41??收銀系統\AppCash\bin\Debug\Images\App?Drawer.png
?????文件??????10201??2012-12-11?23:06??收銀系統\AppCash\bin\Debug\Images\Blic.png
?????文件??????10881??2012-11-23?17:08??收銀系統\AppCash\bin\Debug\Images\Bluetooth.png
?????文件??????14073??2012-12-01?18:00??收銀系統\AppCash\bin\Debug\Images\Briefcase.png
?????文件??????16761??2012-11-30?20:19??收銀系統\AppCash\bin\Debug\Images\Calculator.png
?????文件??????12505??2012-11-25?15:58??收銀系統\AppCash\bin\Debug\Images\Calendar.png
?????文件??????12323??2012-11-23?17:50??收銀系統\AppCash\bin\Debug\Images\Camera.png
?????文件??????11537??2012-11-23?18:08??收銀系統\AppCash\bin\Debug\Images\CD.png
?????文件??????11797??2012-12-02?17:01??收銀系統\AppCash\bin\Debug\Images\Clock.png
?????文件???????9719??2012-11-23?19:24??收銀系統\AppCash\bin\Debug\Images\Contacts.png
?????文件???????9908??2012-12-02?17:04??收銀系統\AppCash\bin\Debug\Images\Dropbox.png
?????文件???????9622??2012-11-23?19:34??收銀系統\AppCash\bin\Debug\Images\eBuddy.png
?????文件??????12876??2012-11-24?01:41??收銀系統\AppCash\bin\Debug\Images\Evernote.png
?????文件???????8383??2012-11-23?19:49??收銀系統\AppCash\bin\Debug\Images\Facebook.png
............此處省略424個文件信息
評論
共有 條評論