电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

个人理财系统

个人理财系统_第1页
1/26
个人理财系统_第2页
2/26
个人理财系统_第3页
3/26
private void btlogin_Click(object sender, EventArgs e){string username = null; string password = null ; if (tbusername、Text == ””) { MessageBox、Show("您没有输入用户名!","错误提示"); return; } if (tbmima、Text == "") { MessageBox、Show("您没有输入密码!","错误提示"); return; } DataSet dst = new DataSet();string connstr = ”Data Source=(local);Initial Catalog=Message;Integrated Security=True";SqlConnection con = new SqlConnection(connstr);con、Open();string str = "select * from 登录”;SqlDataAdapter sda = new SqlDataAdapter(str, con);SqlmandBuilder scd = new SqlmandBuilder(sda);sda、Fill(dst, "tong");dataGridView1、DataSource = dst、Tables[”tong”]、DefaultView;username = dataGridView1、Rows[0]、Cells[0]、Value、ToString()、Trim();password = dataGridView1、Rows[0]、Cells[1]、Value、ToString()、Trim();if (tbusername、Text、Equals(username) && tbmima、Text、Equals(password)){ Form2 f2 = new Form2(); f2、Visible = true; this、Visible = false;}else{ MessageBox、Show("您输入得用户名或密码错误","错误提示”); tbusername、Clear(); tbmima、Clear();} con、Close();}private void btcancel_Click(object sender, EventArgs e){ if (MessageBox、Show("您就是否真得想退出系统?”, "提示", MessageBoxButtons、YesNo) != DialogResult、No) { this、Close(); }}private void button1_Click(object sender, EventArgs e){ string username = null; string password = null; if (tbusername、Text == ”") { MessageBox、Show(”您没有输入用户名!”, "错误提示"); return;}if (tbmima、Text == "”){ MessageBox、Show("您没有输入密码!”, ”错误提示"); return;}DataSet dst...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

个人理财系统

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部