实例介绍
.net排队机叫号源代码
【实例截图】
【核心代码】
排队机叫号源代码
├── Backup
│ ├── BLL
│ │ ├── AssemblyInfo.cs
│ │ ├── BLL.csproj
│ │ ├── BLL.csproj.user
│ │ ├── _businessesBll.cs
│ │ ├── _callersBll.cs
│ │ ├── _chooseModesBll.cs
│ │ ├── _configsBll.cs
│ │ ├── _deptsBll.cs
│ │ ├── _deviceLedsBll.cs
│ │ ├── _deviceLogsBll.cs
│ │ ├── _enterpriseTypesBll.cs
│ │ ├── _orderPrivilegesBll.cs
│ │ ├── _ordersBll.cs
│ │ ├── _telephoneOrdersBll.cs
│ │ ├── _tmpnumBll.cs
│ │ ├── _usersBll.cs
│ │ ├── _usersLogsBll.cs
│ │ ├── _usersPrivilegesBll.cs
│ │ ├── _waitingLogsBll.cs
│ │ ├── _waitingsBll.cs
│ │ ├── mpTableBll.cs
│ │ └── 源码必读.pdf
│ ├── Caller
│ │ ├── Caller.csproj
│ │ ├── Caller.csproj.user
│ │ ├── MyCommon.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ ├── Settings.settings
│ │ │ └── 源码必读.pdf
│ │ ├── cnx.ico
│ │ ├── frmCaller.Designer.cs
│ │ ├── frmCaller.cs
│ │ ├── frmCaller.resx
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.designer.cs
│ │ ├── frmLogin.resx
│ │ ├── frmPsw.Designer.cs
│ │ ├── frmPsw.cs
│ │ ├── frmPsw.resx
│ │ ├── frmSelectBusi.Designer.cs
│ │ ├── frmSelectBusi.cs
│ │ ├── frmSelectBusi.resx
│ │ ├── frmSelectWindow.Designer.cs
│ │ ├── frmSelectWindow.cs
│ │ ├── frmSelectWindow.resx
│ │ ├── frmSets.Designer.cs
│ │ ├── frmSets.cs
│ │ ├── frmSets.resx
│ │ ├── logo.ico
│ │ └── 源码必读.pdf
│ ├── DAL
│ │ ├── AssemblyInfo.cs
│ │ ├── DAL.csproj
│ │ ├── DAL.csproj.user
│ │ ├── _businessesDal.cs
│ │ ├── _callersDal.cs
│ │ ├── _chooseModesDal.cs
│ │ ├── _configsDal.cs
│ │ ├── _deptsDal.cs
│ │ ├── _deviceLedsDal.cs
│ │ ├── _deviceLogsDal.cs
│ │ ├── _enterpriseTypesDal.cs
│ │ ├── _orderPrivilegesDal.cs
│ │ ├── _ordersDal.cs
│ │ ├── _telephoneOrdersDal.cs
│ │ ├── _tmpnumDal.cs
│ │ ├── _usersDal.cs
│ │ ├── _usersLogsDal.cs
│ │ ├── _usersPrivilegesDal.cs
│ │ ├── _waitingLogsDal.cs
│ │ ├── _waitingsDal.cs
│ │ ├── mpTableDal.cs
│ │ └── 源码必读.pdf
│ ├── DBUtility
│ │ ├── AssemblyInfo.cs
│ │ ├── CommandInfo.cs
│ │ ├── DBUtility.csproj
│ │ ├── DBUtility.csproj.user
│ │ ├── DESEncrypt.cs
│ │ ├── DbHelperMySQL.cs
│ │ ├── DbHelperOleDb.cs
│ │ ├── DbHelperOra.cs
│ │ ├── DbHelperSQL.cs
│ │ ├── DbHelperSQLP.cs
│ │ ├── OracleHelper.cs
│ │ ├── PubConstant.cs
│ │ ├── SQLHelper.cs
│ │ └── 源码必读.pdf
│ ├── Model
│ │ ├── AssemblyInfo.cs
│ │ ├── Model.csproj
│ │ ├── Model.csproj.user
│ │ ├── _businesses.cs
│ │ ├── _callers.cs
│ │ ├── _chooseModes.cs
│ │ ├── _configs.cs
│ │ ├── _depts.cs
│ │ ├── _deviceLeds.cs
│ │ ├── _deviceLogs.cs
│ │ ├── _enterpriseTypes.cs
│ │ ├── _orderPrivileges.cs
│ │ ├── _orders.cs
│ │ ├── _telephoneOrders.cs
│ │ ├── _tmpnum.cs
│ │ ├── _users.cs
│ │ ├── _usersLogs.cs
│ │ ├── _usersPrivileges.cs
│ │ ├── _waitingLogs.cs
│ │ ├── _waitings.cs
│ │ ├── mpTable.cs
│ │ └── 源码必读.pdf
│ ├── Queuer System.sln
│ ├── Queuer System.suo
│ ├── QueuerData
│ │ ├── 10.ico
│ │ ├── FrmUserPrivileges.cs
│ │ ├── FrmUserPrivileges.designer.cs
│ │ ├── FrmUserPrivileges.resx
│ │ ├── MyCommon.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── QueuerData.csproj
│ │ ├── frmAppraiseOrderSum.cs
│ │ ├── frmAppraiseOrderSum.designer.cs
│ │ ├── frmAppraiseOrderSum.resx
│ │ ├── frmBusinesses.Designer.cs
│ │ ├── frmBusinesses.cs
│ │ ├── frmBusinesses.resx
│ │ ├── frmCallerQuery.cs
│ │ ├── frmCallerQuery.designer.cs
│ │ ├── frmCallerQuery.resx
│ │ ├── frmChooseModes.Designer.cs
│ │ ├── frmChooseModes.cs
│ │ ├── frmChooseModes.resx
│ │ ├── frmDemos.Designer.cs
│ │ ├── frmDemos.cs
│ │ ├── frmDemos.resx
│ │ ├── frmDepts.Designer.cs
│ │ ├── frmDepts.cs
│ │ ├── frmDepts.resx
│ │ ├── frmEnterpriseTypes.Designer.cs
│ │ ├── frmEnterpriseTypes.cs
│ │ ├── frmEnterpriseTypes.resx
│ │ ├── frmLedSets.Designer.cs
│ │ ├── frmLedSets.cs
│ │ ├── frmLedSets.resx
│ │ ├── frmLogin.Designer.cs
│ │ ├── frmLogin.cs
│ │ ├── frmLogin.resx
│ │ ├── frmOrderingQuery.cs
│ │ ├── frmOrderingQuery.designer.cs
│ │ ├── frmOrderingQuery.resx
│ │ ├── frmPsw.Designer.cs
│ │ ├── frmPsw.cs
│ │ ├── frmPsw.resx
│ │ ├── frmQueuer.Designer.cs
│ │ ├── frmQueuer.cs
│ │ ├── frmQueuer.resx
│ │ ├── frmSumByTypeAndMode.cs
│ │ ├── frmSumByTypeAndMode.designer.cs
│ │ ├── frmSumByTypeAndMode.resx
│ │ ├── frmSumByUserAndMode.cs
│ │ ├── frmSumByUserAndMode.designer.cs
│ │ ├── frmSumByUserAndMode.resx
│ │ ├── frmSumByUserAndType.cs
│ │ ├── frmSumByUserAndType.designer.cs
│ │ ├── frmSumByUserAndType.resx
│ │ ├── frmSumPJ.cs
│ │ ├── frmSumPJ.designer.cs
│ │ ├── frmSumPJ.resx
│ │ ├── frmSumYWPJ.cs
│ │ ├── frmSumYWPJ.designer.cs
│ │ ├── frmSumYWPJ.resx
│ │ ├── frmTelephoneOrders.Designer.cs
│ │ ├── frmTelephoneOrders.cs
│ │ ├── frmTelephoneOrders.resx
│ │ ├── frmTelephpneOrderQuery.cs
│ │ ├── frmTelephpneOrderQuery.designer.cs
│ │ ├── frmTelephpneOrderQuery.resx
│ │ ├── frmUsers.Designer.cs
│ │ ├── frmUsers.cs
│ │ ├── frmUsers.resx
│ │ ├── frmWorktimeSum.cs
│ │ ├── frmWorktimeSum.designer.cs
│ │ ├── frmWorktimeSum.resx
│ │ ├── iisres.dll_I4e88_0409.ico
│ │ ├── oobefldr.dll_I0004_0409.ico
│ │ ├── oobefldr.dll_I006c_0409.ico
│ │ └── 源码必读.pdf
│ ├── Regkey
│ │ ├── MyCommon.cs
│ │ ├── Newmain.Designer.cs
│ │ ├── Newmain.cs
│ │ ├── Newmain.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Regkey.csproj
│ │ ├── ctxmgr.ico
│ │ ├── main.Designer.cs
│ │ ├── main.cs
│ │ ├── main.resx
│ │ └── 源码必读.pdf
│ ├── ScreenQueuer
│ │ ├── MyCommon.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ScreenQueuer.csproj
│ │ ├── frmDemos.Designer.cs
│ │ ├── frmDemos.cs
│ │ ├── frmDemos.resx
│ │ ├── frmInputWinno.Designer.cs
│ │ ├── frmInputWinno.cs
│ │ ├── frmInputWinno.resx
│ │ ├── frmKeyInputs.Designer.cs
│ │ ├── frmKeyInputs.cs
│ │ ├── frmKeyInputs.resx
│ │ ├── frmLedSets.Designer.cs
│ │ ├── frmLedSets.cs
│ │ ├── frmLedSets.resx
│ │ ├── frmParaSet.Designer.cs
│ │ ├── frmParaSet.cs
│ │ ├── frmParaSet.resx
│ │ ├── frmScreen.Designer.cs
│ │ ├── frmScreen.cs
│ │ ├── frmScreen.resx
│ │ ├── imageres.dll_I0041_0409.ico
│ │ ├── rpt_0.rdlc
│ │ ├── rt_Nums.rdlc
│ │ └── 源码必读.pdf
│ ├── Server
│ │ ├── Customize.ico
│ │ ├── DeviceDLL.cs
│ │ ├── MyCommon.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Server.csproj
│ │ ├── Server.csproj.user
│ │ ├── frmDeviceLogs.Designer.cs
│ │ ├── frmDeviceLogs.cs
│ │ ├── frmDeviceLogs.resx
│ │ ├── frmMain.Designer.cs
│ │ ├── frmMain.cs
│ │ ├── frmMain.resx
│ │ ├── frmSystemSet.Designer.cs
│ │ ├── frmSystemSet.cs
│ │ ├── frmSystemSet.resx
│ │ └── 源码必读.pdf
│ └── 源码必读.pdf
└── 源码必读.pdf
15 directories, 261 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)