基本信息
源码名称:C# WinForms - 快递单打印系统
源码大小:2.73M
文件格式:.7z
开发语言:C#
更新时间:2023-07-07
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C# WinForms - 快递单打印系统
☆ 功能如下:☆ 快递单模板设置; 快递单打印; 快递单查询; 管理员设置;
文件清单
└── Express
├── Express
│ ├── App.config
│ ├── AppForm.cs
│ ├── AppForm.Designer.cs
│ ├── AppForm.resx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Express.vshost.exe
│ │ │ ├── Express.vshost.exe.config
│ │ │ └── Express.vshost.exe.manifest
│ │ └── Release
│ ├── Common
│ │ ├── CommonClass.cs
│ │ ├── GlobalProperty.cs
│ │ └── ReadFile.cs
│ ├── CustomControl
│ │ ├── CTextBox.cs
│ │ ├── CTextBox.Designer.cs
│ │ └── CTextBox.resx
│ ├── DAL
│ │ └── DataOperate.cs
│ ├── Database
│ │ ├── db_Express_Data.MDF
│ │ └── db_Express_Log.LDF
│ ├── DLL
│ │ └── SQLHelper.dll
│ ├── Express.csproj
│ ├── FormLogin.cs
│ ├── FormLogin.Designer.cs
│ ├── FormLogin.resx
│ ├── Images
│ │ ├── BaseSet
│ │ │ ├── 图标_修改密码.gif
│ │ │ ├── 图标_基础设置.gif
│ │ │ ├── 图标_操作员维护.gif
│ │ │ ├── 图标_操作员设置.gif
│ │ │ └── 图标_模板设置.gif
│ │ ├── Express
│ │ │ ├── 图标_快递单1.gif
│ │ │ ├── 图标_快递单.gif
│ │ │ ├── 图标_打印.gif
│ │ │ └── 图标_查询.gif
│ │ ├── Other
│ │ │ ├── an_03.gif
│ │ │ ├── an_05.gif
│ │ │ ├── an_07.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── 图标_快递单1.gif
│ │ │ ├── 图标_快递单1.ico
│ │ │ ├── 图标_快递单.gif
│ │ │ ├── 图标_快递单.ico
│ │ │ ├── 图标_退出人.gif
│ │ │ ├── 图标_退出门.gif
│ │ │ ├── 大图 带字副本.bmp
│ │ │ ├── 登录带按钮.bmp
│ │ │ └── 登录改图片.bmp
│ │ └── ToolStrip
│ │ ├── add.ico
│ │ ├── btnfind.ico
│ │ ├── cancel.ico
│ │ ├── change.ico
│ │ ├── Close.ico
│ │ ├── delete.ico
│ │ ├── exit.ico
│ │ ├── find.ico
│ │ ├── print.ico
│ │ ├── Query.ico
│ │ ├── save.ico
│ │ └── Setting.ico
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── Pic
│ │ └── 追封快递单.jpg
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── UI
│ ├── BaseSet
│ │ ├── FormAmendPassword.cs
│ │ ├── FormAmendPassword.Designer.cs
│ │ ├── FormAmendPassword.resx
│ │ ├── FormBillType.cs
│ │ ├── FormBillType.Designer.cs
│ │ ├── FormBillTypeInput.cs
│ │ ├── FormBillTypeInput.Designer.cs
│ │ ├── FormBillTypeInput.resx
│ │ ├── FormBillType.resx
│ │ ├── FormOperator.cs
│ │ ├── FormOperator.Designer.cs
│ │ ├── FormOperatorInput.cs
│ │ ├── FormOperatorInput.Designer.cs
│ │ ├── FormOperatorInput.resx
│ │ ├── FormOperator.resx
│ │ ├── FormSetProperty.cs
│ │ ├── FormSetProperty.Designer.cs
│ │ ├── FormSetProperty.resx
│ │ ├── FormSetTemplate.cs
│ │ ├── FormSetTemplate.Designer.cs
│ │ └── FormSetTemplate.resx
│ └── Express
│ ├── FormBillPrint.cs
│ ├── FormBillPrint.Designer.cs
│ ├── FormBillPrint.resx
│ ├── FormBrowseBill.cs
│ ├── FormBrowseBill.Designer.cs
│ ├── FormBrowseBill.resx
│ ├── FormExpressBill.cs
│ ├── FormExpressBill.Designer.cs
│ └── FormExpressBill.resx
├── Express.sln
├── Express.sln.DotSettings.user
└── Express.suo
24 directories, 97 files
C# WinForms - 快递单打印系统
☆ 功能如下:☆ 快递单模板设置; 快递单打印; 快递单查询; 管理员设置;
文件清单
└── Express
├── Express
│ ├── App.config
│ ├── AppForm.cs
│ ├── AppForm.Designer.cs
│ ├── AppForm.resx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Express.vshost.exe
│ │ │ ├── Express.vshost.exe.config
│ │ │ └── Express.vshost.exe.manifest
│ │ └── Release
│ ├── Common
│ │ ├── CommonClass.cs
│ │ ├── GlobalProperty.cs
│ │ └── ReadFile.cs
│ ├── CustomControl
│ │ ├── CTextBox.cs
│ │ ├── CTextBox.Designer.cs
│ │ └── CTextBox.resx
│ ├── DAL
│ │ └── DataOperate.cs
│ ├── Database
│ │ ├── db_Express_Data.MDF
│ │ └── db_Express_Log.LDF
│ ├── DLL
│ │ └── SQLHelper.dll
│ ├── Express.csproj
│ ├── FormLogin.cs
│ ├── FormLogin.Designer.cs
│ ├── FormLogin.resx
│ ├── Images
│ │ ├── BaseSet
│ │ │ ├── 图标_修改密码.gif
│ │ │ ├── 图标_基础设置.gif
│ │ │ ├── 图标_操作员维护.gif
│ │ │ ├── 图标_操作员设置.gif
│ │ │ └── 图标_模板设置.gif
│ │ ├── Express
│ │ │ ├── 图标_快递单1.gif
│ │ │ ├── 图标_快递单.gif
│ │ │ ├── 图标_打印.gif
│ │ │ └── 图标_查询.gif
│ │ ├── Other
│ │ │ ├── an_03.gif
│ │ │ ├── an_05.gif
│ │ │ ├── an_07.gif
│ │ │ ├── Thumbs.db
│ │ │ ├── 图标_快递单1.gif
│ │ │ ├── 图标_快递单1.ico
│ │ │ ├── 图标_快递单.gif
│ │ │ ├── 图标_快递单.ico
│ │ │ ├── 图标_退出人.gif
│ │ │ ├── 图标_退出门.gif
│ │ │ ├── 大图 带字副本.bmp
│ │ │ ├── 登录带按钮.bmp
│ │ │ └── 登录改图片.bmp
│ │ └── ToolStrip
│ │ ├── add.ico
│ │ ├── btnfind.ico
│ │ ├── cancel.ico
│ │ ├── change.ico
│ │ ├── Close.ico
│ │ ├── delete.ico
│ │ ├── exit.ico
│ │ ├── find.ico
│ │ ├── print.ico
│ │ ├── Query.ico
│ │ ├── save.ico
│ │ └── Setting.ico
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── Pic
│ │ └── 追封快递单.jpg
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── UI
│ ├── BaseSet
│ │ ├── FormAmendPassword.cs
│ │ ├── FormAmendPassword.Designer.cs
│ │ ├── FormAmendPassword.resx
│ │ ├── FormBillType.cs
│ │ ├── FormBillType.Designer.cs
│ │ ├── FormBillTypeInput.cs
│ │ ├── FormBillTypeInput.Designer.cs
│ │ ├── FormBillTypeInput.resx
│ │ ├── FormBillType.resx
│ │ ├── FormOperator.cs
│ │ ├── FormOperator.Designer.cs
│ │ ├── FormOperatorInput.cs
│ │ ├── FormOperatorInput.Designer.cs
│ │ ├── FormOperatorInput.resx
│ │ ├── FormOperator.resx
│ │ ├── FormSetProperty.cs
│ │ ├── FormSetProperty.Designer.cs
│ │ ├── FormSetProperty.resx
│ │ ├── FormSetTemplate.cs
│ │ ├── FormSetTemplate.Designer.cs
│ │ └── FormSetTemplate.resx
│ └── Express
│ ├── FormBillPrint.cs
│ ├── FormBillPrint.Designer.cs
│ ├── FormBillPrint.resx
│ ├── FormBrowseBill.cs
│ ├── FormBrowseBill.Designer.cs
│ ├── FormBrowseBill.resx
│ ├── FormExpressBill.cs
│ ├── FormExpressBill.Designer.cs
│ └── FormExpressBill.resx
├── Express.sln
├── Express.sln.DotSettings.user
└── Express.suo
24 directories, 97 files