資源簡介
快遞打單系統(tǒng)
代碼片段和文件信息
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;
using?Express.Common;
using?Express.UI.Express;
using?Express.UI.baseSet;
namespace?Express
{
????public?partial?class?AppForm?:?Form
????{
????????CommClass?cc?=?new?CommClass();
????????public?AppForm()
????????{
????????????InitializeComponent();
????????}
????????private?void?menuItemSetBill_Click(object?sender?EventArgs?e)
????????{
????????????cc.ShowFormByMdiParent(typeof(FormBillType)?this);
????????}
????????private?void?menuItemBillPrint_Click(object?sender?EventArgs?e)
????????{
????????????cc.ShowFormByMdiParent(typeof(FormBillPrint)?this);
????????}
?????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????117760??2017-05-10?08:50??Express\.vs\Express\v14\.suo
?????文件????????161??2017-05-10?08:50??Express\app.config
?????文件???????1590??2017-05-10?08:50??Express\AppForm.cs
?????文件??????16642??2017-05-10?08:50??Express\AppForm.Designer.cs
?????文件?????381915??2017-05-10?08:50??Express\AppForm.resx
?????文件?????480768??2019-05-19?13:02??Express\bin\Debug\Express.exe
?????文件????????161??2017-05-10?08:50??Express\bin\Debug\Express.exe.config
?????文件?????????48??2019-05-29?07:50??Express\bin\Debug\Express.ini
?????文件?????179712??2019-05-19?13:02??Express\bin\Debug\Express.pdb
?????文件??????22472??2019-05-19?13:02??Express\bin\Debug\Express.vshost.exe
?????文件????????161??2017-05-10?08:50??Express\bin\Debug\Express.vshost.exe.config
?????文件????????490??2010-03-17?22:39??Express\bin\Debug\Express.vshost.exe.manifest
?????文件?????476160??2019-05-27?17:40??Express\bin\Release\Express.exe
?????文件????????161??2017-05-10?08:50??Express\bin\Release\Express.exe.config
?????文件?????????48??2019-05-29?07:50??Express\bin\Release\Express.ini
?????文件?????161280??2019-05-27?17:40??Express\bin\Release\Express.pdb
?????文件??????22472??2019-05-28?19:21??Express\bin\Release\Express.vshost.exe
?????文件????????161??2017-05-10?08:50??Express\bin\Release\Express.vshost.exe.config
?????文件????????490??2012-06-06?02:06??Express\bin\Release\Express.vshost.exe.manifest
?????文件??????14696??2017-05-10?08:50??Express\Common\CommClass.cs
?????文件???????1597??2017-05-10?08:50??Express\Common\GlobalProperty.cs
?????文件????????633??2017-05-10?08:50??Express\Common\MD5Encrypt.cs
?????文件???????1182??2017-05-10?08:50??Express\Common\ReadFile.cs
?????文件???????6963??2017-05-10?08:50??Express\CusControl\CTextBox.cs
?????文件???????4259??2017-05-10?08:50??Express\CusControl\CTextBox.Designer.cs
?????文件???????6201??2017-05-10?08:50??Express\CusControl\CTextBox.resx
?????文件???????8758??2017-05-10?08:50??Express\DAL\DataOperate.cs
?????文件????8257536??2017-05-10?08:50??Express\Databa
?????文件????7003466??2017-05-10?08:50??Express\Databa
?????文件????8585216??2017-05-10?08:50??Express\Databa
............此處省略158個文件信息
評論
共有 條評論