資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?身份證查詢
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????}
????????private?void?tsbtnOk_Click(object?sender?EventArgs?e)
????????{
????????????IDCardNumber?idCardNumber?=?new?IDCardNumber(tstxtCode.Text.Trim());
????????????if?(idCardNumber.CheckIDCardNumber(tstxtCode.Text.Trim()))
????????????{
????????????????txtArea.Text?=?idCardNumber.result;
????????????????txtYear.Text?=?idCardNumber.getYear();
????????????????txtMonth.Text?=?idCa
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????934??2009-05-26?09:06??身份證查詢\身份證查詢.sln
????..A..H.?????17920??2010-12-04?19:32??身份證查詢\身份證查詢.suo
?????文件?????152272??2009-05-26?10:55??身份證查詢\身份證查詢\codeInfo.xm
?????文件???????1715??2010-11-04?16:08??身份證查詢\身份證查詢\Form1.cs
?????文件??????11477??2009-05-26?12:06??身份證查詢\身份證查詢\Form1.Designer.cs
?????文件??????57287??2009-05-26?12:06??身份證查詢\身份證查詢\Form1.resx
?????文件???????5579??2009-05-26?11:05??身份證查詢\身份證查詢\IDCardNumber.cs
?????文件??????22486??2009-05-26?09:29??身份證查詢\身份證查詢\midi.ico
?????文件????????474??2009-05-26?09:06??身份證查詢\身份證查詢\Program.cs
?????文件???????3436??2009-05-26?09:50??身份證查詢\身份證查詢\身份證查詢.csproj
?????文件???????1214??2009-05-26?09:53??身份證查詢\身份證查詢\Properties\AssemblyInfo.cs
?????文件???????2884??2009-05-26?09:06??身份證查詢\身份證查詢\Properties\Resources.Designer.cs
?????文件???????5612??2009-05-26?09:06??身份證查詢\身份證查詢\Properties\Resources.resx
?????文件???????1098??2009-05-26?09:06??身份證查詢\身份證查詢\Properties\Settings.Designer.cs
?????文件????????249??2009-05-26?09:06??身份證查詢\身份證查詢\Properties\Settings.settings
?????文件????????324??2010-12-04?19:05??身份證查詢\身份證查詢\obj\身份證查詢.csproj.FileList.txt
?????文件????????842??2009-05-26?12:06??身份證查詢\身份證查詢\obj\Debug\身份證查詢.csproj.GenerateResource.Cache
?????文件??????81920??2010-11-04?16:08??身份證查詢\身份證查詢\obj\Debug\身份證查詢.exe
?????文件??????34744??2009-05-26?12:06??身份證查詢\身份證查詢\obj\Debug\身份證查詢.Form1.resources
?????文件??????42496??2010-11-04?16:08??身份證查詢\身份證查詢\obj\Debug\身份證查詢.pdb
?????文件????????180??2009-05-26?09:50??身份證查詢\身份證查詢\obj\Debug\身份證查詢.Properties.Resources.resources
?????文件?????152272??2009-05-26?10:55??身份證查詢\身份證查詢\bin\Debug\codeInfo.xm
?????文件??????81920??2010-11-04?16:08??身份證查詢\身份證查詢\bin\Debug\身份證查詢.exe
?????文件??????42496??2010-11-04?16:08??身份證查詢\身份證查詢\bin\Debug\身份證查詢.pdb
?????文件???????5632??2005-11-11?22:25??身份證查詢\身份證查詢\bin\Debug\身份證查詢.vshost.exe
?????目錄??????????0??2010-12-03?11:22??身份證查詢\身份證查詢\obj\Debug\TempPE
?????目錄??????????0??2010-12-03?11:22??身份證查詢\身份證查詢\obj\Debug\Refactor
?????目錄??????????0??2010-12-03?11:22??身份證查詢\身份證查詢\obj\Debug
?????目錄??????????0??2010-12-03?11:22??身份證查詢\身份證查詢\bin\Debug
?????目錄??????????0??2010-12-03?11:22??身份證查詢\身份證查詢\Properties
............此處省略7個文件信息
評論
共有 條評論