1 / 29
文档名称:

ATM系统源代码与可执行程序.pdf

格式:pdf   大小:123KB   页数:29页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

ATM系统源代码与可执行程序.pdf

上传人:贾赦 2022/7/12 文件大小:123 KB

下载得到文件列表

ATM系统源代码与可执行程序.pdf

相关文档

文档介绍

文档介绍:: .
ATM系统源代码
//* 连接数据库
*/
private void button1_Click(object sender, EventArgs e)
{//(, );
//CustomerOperatiom co = new CustomerOperatiom();
//();
//();
db = new DBManager();
string strsql="select * from Cardinfo";
sqlds = (strsql);
string cardid = ;
string cardpwd = ;
string tcardid = null;
string tpwd = null;
foreach (DataRow dr in [0].Rows)
{tcardid = dr["cardid"].ToString();
tpwd = dr["cardpwd"].ToString();
if ((cardid) && (tpwd))
{
("登录成功");
();
CustomerOperation cop = new CustomerOperation();
();
}
else
{
("卡号或密码错误");
break;}
}
private void button2_Click(object sender, EventArgs e)
{
();
();
();
} 
//清除 textBox 文本框中的数据
private void button3_Click(object sender, EventArgs e)
{
();
//* ATM 登录界面窗体设计
*/
}
private void button1_Click(object sender, EventArgs e){
Transform tf = new Transform();
();
();
}
private void button2_Click(object sender, EventArgs e)
{
Save save = new Save();
();
();
}
//打开新 Save 窗体,并关闭 CustomerOperation 窗体
private void button3_Click(object sender, EventArg