- 318
- 0
- 约8.13万字
- 约 59页
- 2016-08-17 发布于重庆
- 举报
c图书管理系统源代码
这里是我的毕业设计,用c#编写——学校图书馆管理系统。全部仿真测试过,毕业论文获得优秀,分享给大家。
1.登陆界面
主要代码:
public partial class LoginForm : Form{
public static string uacc;
public static string upsw;
public static string uname;
public static string usex;
public static string upart;
public static string uright;
public LoginForm()
{
InitializeComponent();
}
private void loginbtn_Click(object sender, EventArgs e)
{
if (this.useracctxt.Text.Trim() == this.pswtxt.Text == )
{
MessageBox.Show(请输入您的用
原创力文档

文档评论(0)