基本信息
源码名称:C#入室签到系统(C/S)
源码大小:1.24M
文件格式:.rar
开发语言:C#
更新时间:2023-07-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#入室签到系统(C/S)
本签到系统是可以灵活性的设置时间进行签到,然后,系统会自动判断是否下常上课、迟到和旷课;然后,可能进行修改,是否请了假的。还有一种功能就是可以进行到课的总结,不分时间段,不分日期的归纳汇总。 很适合...


文件清单
└── 签到项目
    ├── DataBase
    │   ├── thesign_Data.MDF
    │   └── thesign_Log.LDF
    ├── 签到
    │   ├── App.config
    │   ├── bin
    │   │   └── Debug
    │   │       ├── Thumbs.db
    │   │       ├── 未知.jpg
    │   │       ├── 签到.exe
    │   │       ├── 签到.exe.config
    │   │       ├── 签到.pdb
    │   │       ├── 签到.vshost.exe
    │   │       └── 签到.vshost.exe.config
    │   ├── FrmBurglary.cs
    │   ├── FrmBurglary.Designer.cs
    │   ├── FrmBurglary.resx
    │   ├── FrmGetInformation.cs
    │   ├── FrmGetInformation.Designer.cs
    │   ├── FrmGetInformation.resx
    │   ├── FrmMyPic.cs
    │   ├── FrmMyPic.Designer.cs
    │   ├── FrmMyPic.resx
    │   ├── FrmSearchTips.cs
    │   ├── FrmSearchTips.Designer.cs
    │   ├── FrmSearchTips.resx
    │   ├── FrmStamp.cs
    │   ├── FrmStamp.Designer.cs
    │   ├── FrmStampReport.cs
    │   ├── FrmStampReport.Designer.cs
    │   ├── FrmStampReport.resx
    │   ├── FrmStamp.resx
    │   ├── FrmStopLogin.cs
    │   ├── FrmStopLogin.Designer.cs
    │   ├── FrmStopLogin.resx
    │   ├── FrmStuinfoLogin.cs
    │   ├── FrmStuinfoLogin.Designer.cs
    │   ├── FrmStuinfoLogin.resx
    │   ├── FrmTimeConfig.cs
    │   ├── FrmTimeConfig.Designer.cs
    │   ├── FrmTimeConfig.resx
    │   ├── KEY04.ICO
    │   ├── MyComclass.cs
    │   ├── MyReport.cs
    │   ├── MyReport.rpt
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── Refactor
    │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   ├── TempPE
    │   │   │   │   ├── MyReport.cs.dll
    │   │   │   │   └── ReportDataSet.Designer.cs.dll
    │   │   │   ├── 签到.csproj.GenerateResource.Cache
    │   │   │   ├── 签到.exe
    │   │   │   ├── 签到.FrmGetInformation.resources
    │   │   │   ├── 签到.FrmMain.resources
    │   │   │   ├── 签到.FrmMyPic.resources
    │   │   │   ├── 签到.FrmSearchTips.resources
    │   │   │   ├── 签到.FrmStampReport.resources
    │   │   │   ├── 签到.FrmStamp.resources
    │   │   │   ├── 签到.FrmStopLogin.resources
    │   │   │   ├── 签到.FrmStuinfoLogin.resources
    │   │   │   ├── 签到.FrmTimeConfig.resources
    │   │   │   ├── 签到.MyReport.rpt
    │   │   │   ├── 签到.pdb
    │   │   │   └── 签到.Properties.Resources.resources
    │   │   ├── 签到.csproj.FileListAbsolute.txt
    │   │   └── 签到.csproj.FileList.txt
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── ReportDataSet.cs
    │   ├── ReportDataSet.Designer.cs
    │   ├── ReportDataSet.xsc
    │   ├── ReportDataSet.xsd
    │   ├── ReportDataSet.xss
    │   ├── 签到.csproj
    │   └── 签到.csproj.user
    ├── 签到.sln
    └── 签到.suo

10 directories, 75 files