-
大小: 11.36M文件類型: .zip金幣: 1下載: 0 次發布日期: 2020-12-14
- 語言: C#
- 標簽:
資源簡介
基于VS15 的 C# .NET Framework 4.5 用于查詢身份證的籍貫、簽發機關等基本信息,輸入不正確時會提示出錯誤原因
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.IO;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?BMSIdCard
{
????public?partial?class?BMSIdCardForm?:?Form
????{
????????IDS[]?id?=?new?IDS[4400];//
????????List?objList?=?new?List();
????????private?string?yob;??????//出生年份???算取生肖
????????private?string?born;?????//出生月份???與出生日相結合算取星座
????????private?string?day;??????//出生日期
????????public?BMSIdCardForm()
????????{
????????????//Substring?截取字符串
????????????InitializeComponent();
????????????//不可編輯的項????此處為根據輸入的身份證號獲取,計算的結果
????????????//this.txtsex.Enabled?=?false;
????????????//this.txtbirthyear.En
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-01-16?14:37??.vs\
?????目錄???????????0??2019-01-16?14:37??.vs\BMSIdCard\
?????目錄???????????0??2019-01-16?14:37??.vs\BMSIdCard\v14\
?????文件???????63488??2019-09-05?10:51??.vs\BMSIdCard\v14\.suo
?????文件?????????994??2019-01-15?14:39??BMSIdCard.sln
?????目錄???????????0??2019-09-05?10:51??BMSIdCard\
?????文件?????????184??2019-09-05?10:08??BMSIdCard\App.config
?????目錄???????????0??2019-01-16?14:37??BMSIdCard\bin\
?????目錄???????????0??2019-09-05?10:17??BMSIdCard\bin\Debug\
?????文件??????937472??2019-09-05?10:26??BMSIdCard\bin\Debug\BMSIdCard.exe
?????文件?????????184??2019-09-05?10:08??BMSIdCard\bin\Debug\BMSIdCard.exe.config
?????文件???????46592??2019-09-05?10:26??BMSIdCard\bin\Debug\BMSIdCard.pdb
?????文件???????22696??2019-09-05?10:37??BMSIdCard\bin\Debug\BMSIdCard.vshost.exe
?????文件?????????184??2019-09-05?10:08??BMSIdCard\bin\Debug\BMSIdCard.vshost.exe.config
?????文件?????????490??2019-03-19?12:46??BMSIdCard\bin\Debug\BMSIdCard.vshost.exe.manifest
?????目錄???????????0??2019-09-05?10:17??BMSIdCard\bin\Debug\de\
?????文件??????179496??2018-12-13?15:55??BMSIdCard\bin\Debug\de\DevExpress.Data.v15.1.resources.dll
?????文件???????14120??2018-12-13?15:55??BMSIdCard\bin\Debug\de\DevExpress.Printing.v15.1.Core.resources.dll
?????文件???????12072??2018-12-13?15:55??BMSIdCard\bin\Debug\de\DevExpress.Sparkline.v15.1.Core.resources.dll
?????文件???????26408??2018-12-13?15:55??BMSIdCard\bin\Debug\de\DevExpress.Utils.v15.1.resources.dll
?????文件??????105256??2018-12-13?15:55??BMSIdCard\bin\Debug\de\DevExpress.XtraEditors.v15.1.resources.dll
?????文件?????3694376??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.Data.v15.1.dll
?????文件?????1147587??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.Data.v15.1.xm
?????文件?????3461416??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.Printing.v15.1.Core.dll
?????文件?????1181009??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.Printing.v15.1.Core.xm
?????文件???????77096??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.Sparkline.v15.1.Core.dll
?????文件???????23966??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.Sparkline.v15.1.Core.xm
?????文件?????7563560??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.Utils.v15.1.dll
?????文件??????690024??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.Utils.v15.1.xm
?????文件?????4516136??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.XtraEditors.v15.1.dll
?????文件?????2082017??2018-12-13?15:55??BMSIdCard\bin\Debug\DevExpress.XtraEditors.v15.1.xm
............此處省略69個文件信息
評論
共有 條評論