91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 271KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-06-29
  • 語言: C#
  • 標簽: C#,SQL??

資源簡介

開發環境VS2010,SQL2008,包含注冊短信驗證,登入系統(管理員,客戶),可修改客戶密碼,分管權限。刪除添加訂單。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Data.SqlClient;
namespace?網上訂餐系統
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????webservice?wb?=?new?webservice();
????????public?static?string?username;//定義全局變量,用于傳參
??????
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????if?(textBox1.Text?==?““?||?textBox2.Text?==?““)
????????????{
????????????????MessageBox.Show(“用戶名或者密碼還沒有輸入!“?“提示“);
????????????}
????????????else
????????????{
???????????????int?result1=wb.panduan(textBox1.Text?textBox2.Text);
????????????????if(result1==0)
????????????????{
????????????????????MessageBox.Show(“用戶名或者密碼錯誤!““提示“);
????????????????}
????????????????else?if(result1==1)
????????????????{
????????????????????MessageBox.Show(“員工:“?+?textBox1.Text?+?“?登陸成功!“?“提示“);
????????????????????username?=?textBox1.Text;
????????????????????this.Hide();
????????????????????new?Form2().Show();
???????????????????
????????????????}
????????????????else
????????????????{
????????????????????MessageBox.Show(“管理員:“?+?textBox1.Text?+?“?登陸成功!“?“提示“);
????????????????????this.Hide();
????????????????????new?Form3().Show();???????????????????
????????????????}
????????????}
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????wb.colect();
????????}

????????private?void?linkLabel1_linkClicked(object?sender?linkLabellinkClickedEventArgs?e)
????????{????????????
????????????new?Form4().Show();?????
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-07-08?16:30??網上訂餐系統\
?????目錄???????????0??2015-07-08?16:43??網上訂餐系統\網上訂餐系統\
?????目錄???????????0??2015-07-08?16:43??網上訂餐系統\網上訂餐系統\sql\
?????文件?????1593856??2015-07-08?16:42??網上訂餐系統\網上訂餐系統\sql\網上訂餐系統.bak
?????目錄???????????0??2015-07-08?15:16??網上訂餐系統\網上訂餐系統\網上訂餐系統\
?????文件?????????975??2015-07-08?15:20??網上訂餐系統\網上訂餐系統\網上訂餐系統.sln
?????文件???????17408??2015-07-08?15:21??網上訂餐系統\網上訂餐系統\網上訂餐系統.v12.suo
?????目錄???????????0??2015-07-08?11:00??網上訂餐系統\網上訂餐系統\網上訂餐系統\bin\
?????目錄???????????0??2015-07-08?15:20??網上訂餐系統\網上訂餐系統\網上訂餐系統\bin\Debug\
?????文件???????23552??2015-07-08?15:19??網上訂餐系統\網上訂餐系統\網上訂餐系統\bin\Debug\網上訂餐系統.exe
?????文件???????46592??2015-07-08?15:19??網上訂餐系統\網上訂餐系統\網上訂餐系統\bin\Debug\網上訂餐系統.pdb
?????文件???????24224??2015-07-08?15:21??網上訂餐系統\網上訂餐系統\網上訂餐系統\bin\Debug\網上訂餐系統.vshost.exe
?????文件?????????490??2010-03-17?22:39??網上訂餐系統\網上訂餐系統\網上訂餐系統\bin\Debug\網上訂餐系統.vshost.exe.manifest
?????目錄???????????0??2015-07-08?11:00??網上訂餐系統\網上訂餐系統\網上訂餐系統\bin\Release\
?????文件????????1904??2015-07-08?14:59??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form1.cs
?????文件????????5412??2015-07-08?13:02??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form1.Designer.cs
?????文件????????5817??2015-07-08?13:02??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form1.resx
?????文件????????2645??2015-07-08?15:05??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form2.cs
?????文件????????4903??2015-07-08?14:59??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form2.Designer.cs
?????文件????????5817??2015-07-08?14:52??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form2.resx
?????文件????????3291??2015-07-08?15:16??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form3.cs
?????文件???????13826??2015-07-08?15:16??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form3.Designer.cs
?????文件????????5817??2015-07-08?15:16??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form3.resx
?????文件????????1560??2015-07-08?14:32??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form4.cs
?????文件????????6587??2015-07-08?14:32??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form4.Designer.cs
?????文件????????5817??2015-07-08?14:32??網上訂餐系統\網上訂餐系統\網上訂餐系統\Form4.resx
?????目錄???????????0??2015-07-08?11:00??網上訂餐系統\網上訂餐系統\網上訂餐系統\obj\
?????目錄???????????0??2015-07-08?11:00??網上訂餐系統\網上訂餐系統\網上訂餐系統\obj\x86\
?????目錄???????????0??2015-07-08?15:19??網上訂餐系統\網上訂餐系統\網上訂餐系統\obj\x86\Debug\
?????文件????????2873??2015-07-08?11:01??網上訂餐系統\網上訂餐系統\網上訂餐系統\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7113??2015-07-08?15:21??網上訂餐系統\網上訂餐系統\網上訂餐系統\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此處省略30個文件信息

評論

共有 條評論