資源簡介
火車票搶票軟件,你懂的。
希望對你有所幫助,能擴展一些
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Text.Regularexpressions;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?WindowsFormsApplication1
{
????public?partial?class?CreateFavoriteContactFrom?:?Form
????{
????????public?CreateFavoriteContactFrom()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????string?name?=?textBox1.Text.Trim();
????????????string?sexCode?=?“M“;
????????????string?bornDate?=?dateTimePicker1.Value.ToString(“yyyy-MM-dd“);
????????????string?cardType?=?“2“;
????????????string?cardNo?=?textBox4.Text.Trim();
????????????string?mobileNo?=?textBox5.Text.Trim();
????????????switch?(comboBox1.SelectedItem?as?string)
????????????{
????????????????case?“男“:
????????????????????sexCode?=?“M“;
????????????????????break;
????????????????case?“女“:
????????????????????sexCode?=?“F“;
????????????????????break;
????????????????default:
????????????????????MessageBox.Show(“請選擇性別“);
????????????????????return;
????????????????????break;
????????????}
????????????switch?(comboBox2.SelectedItem?as?string)
????????????{
????????????????case?“二代身份證“:
????????????????????cardType?=?“2“;
????????????????????break;
????????????????case?“港澳通行證“:
????????????????????cardType?=?“C“;
????????????????????break;
????????????????case?“臺灣通行證“:
????????????????????cardType?=?“G“;
????????????????????break;
????????????????case?“護照“:
????????????????????cardType?=?“B“;
????????????????????break;
????????????????default:
????????????????????MessageBox.Show(“請選擇證件類型“);
????????????????????return;
????????????????????break;
????????????}
????????????var?v?=?_12306Class.CreateCreateFavoriteContact(name?sexCode?bornDate?cardType?cardNo?mobileNo);
????????????if?(v.IsCreated)
????????????{
????????????????MessageBox.Show(“添加成功“);
????????????????this.Close();
????????????}
????????????else
????????????{
????????????????MessageBox.Show(v.Message);
????????????}
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????textBox1.Text?=?““;
????????????textBox4.Text?=?““;
????????????textBox5.Text?=?““;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-01-08?18:06??馬后炮之12306搶票工具(四)--搶票Demo\
?????目錄???????????0??2014-01-10?14:02??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\
?????文件?????????184??2014-01-10?13:50??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\App.config
?????目錄???????????0??2014-01-10?13:50??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\bin\
?????目錄???????????0??2014-01-10?14:02??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\bin\Debug\
?????文件???????24216??2014-01-10?14:02??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe
?????文件????????2474??2013-02-02?10:55??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\CreateFavoriteContactFrom.cs
?????文件????????9476??2013-02-02?10:55??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\CreateFavoriteContactFrom.Designer.cs
?????文件????????5817??2013-02-02?10:55??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\CreateFavoriteContactFrom.resx
?????目錄???????????0??2013-01-31?10:07??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\DLL\
?????文件??????640000??2013-01-24?09:33??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\DLL\IronJS.dll
?????文件???????73728??2013-01-24?09:32??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\DLL\IronJS.Runtime.dll
?????文件????????3713??2014-01-08?21:40??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\DynamicConsoleWriter.cs
?????文件????????4840??2014-01-08?21:40??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\DynamicJsonConverter.cs
?????文件????????1086??2014-01-10?14:01??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\EventArges.cs
?????文件???????22800??2014-01-10?14:02??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\Form1.cs
?????文件???????20661??2014-01-10?09:44??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\Form1.Designer.cs
?????文件????????5817??2014-01-10?09:44??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\Form1.resx
?????文件????????2704??2014-01-09?16:50??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\GetTrainsFrom.cs
?????文件????????6578??2013-02-02?10:55??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\GetTrainsFrom.Designer.cs
?????文件????????5817??2013-02-02?10:55??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\GetTrainsFrom.resx
?????文件????????7835??2014-01-09?15:38??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\HttpHelper.cs
?????文件???????14624??2014-01-09?17:44??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\HttpHelper2.cs
?????文件????????1332??2014-01-09?18:06??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\ImageFrom.cs
?????文件????????3407??2014-01-09?14:48??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\ImageFrom.Designer.cs
?????文件????????5817??2014-01-09?14:48??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\ImageFrom.resx
?????目錄???????????0??2013-01-30?13:19??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\obj\
?????目錄???????????0??2014-01-10?14:02??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\obj\Debug\
?????文件????????1453??2014-01-10?09:34??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7678??2014-01-10?13:56??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????????0??2013-01-30?13:19??馬后炮之12306搶票工具(四)--搶票Demo\WindowsFormsApplication1\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
............此處省略35個文件信息
- 上一篇:104規約 C#實現代碼
- 下一篇:2008 安裝 sqldmo.dll
評論
共有 條評論