资源简介
C#通讯录项目学生期末作业+C#.通讯录管理系统.rar
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace text
{
public partial class frmMain : Form
{
public frmMain()
{
InitializeComponent();
}
private void btnlogin_Click(object sender EventArgs e)
{
if (txtname.Text == “admain“)
{
if (txtpwd.Text == “123“)
{
Form2 fr2 = new Form2();
fr2.Show();
}
else
MessageBox.Show(“密码有误!请重新输入。“);
}
else
MessageBox.Show(“用户名有误!请重新输入。“);
}
private void frmMain_Load(object sender EventArgs e)
{
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 58368 2010-06-08 13:39 期末考试课程设计\1-2《C#2005程序设计语言》综合课程设计及评价方案.doc
文件 569 2010-06-10 13:02 期末考试课程设计\text\Backup\text\App.config
文件 81920 2010-06-16 17:53 期末考试课程设计\text\Backup\text\bin\Debug\text.exe
文件 569 2010-06-10 13:02 期末考试课程设计\text\Backup\text\bin\Debug\text.exe.config
文件 208384 2010-06-16 17:53 期末考试课程设计\text\Backup\text\bin\Debug\text.pdb
文件 5632 2005-11-11 22:25 期末考试课程设计\text\Backup\text\bin\Debug\text.vshost.exe
文件 569 2010-06-10 13:02 期末考试课程设计\text\Backup\text\bin\Debug\text.vshost.exe.config
文件 951 2010-06-16 17:53 期末考试课程设计\text\Backup\text\Form1.cs
文件 5080 2010-06-16 17:53 期末考试课程设计\text\Backup\text\Form1.Designer.cs
文件 5814 2010-06-16 17:53 期末考试课程设计\text\Backup\text\Form1.resx
文件 4385 2010-06-10 13:33 期末考试课程设计\text\Backup\text\Form2.cs
文件 9827 2010-06-10 13:07 期末考试课程设计\text\Backup\text\Form2.Designer.cs
文件 6627 2010-06-10 13:07 期末考试课程设计\text\Backup\text\Form2.resx
文件 2663 2010-06-10 13:50 期末考试课程设计\text\Backup\text\Form3.cs
文件 7553 2010-06-08 18:52 期末考试课程设计\text\Backup\text\Form3.Designer.cs
文件 5814 2010-06-08 18:52 期末考试课程设计\text\Backup\text\Form3.resx
文件 3058 2010-06-10 09:55 期末考试课程设计\text\Backup\text\Form4.cs
文件 7629 2010-06-10 09:49 期末考试课程设计\text\Backup\text\Form4.Designer.cs
文件 5814 2010-06-10 09:49 期末考试课程设计\text\Backup\text\Form4.resx
文件 2533 2010-06-10 13:44 期末考试课程设计\text\Backup\text\Form5.cs
文件 10789 2010-06-10 13:32 期末考试课程设计\text\Backup\text\Form5.Designer.cs
文件 6829 2010-06-10 13:32 期末考试课程设计\text\Backup\text\Form5.resx
文件 28672 2010-06-10 13:04 期末考试课程设计\text\Backup\text\obj\Debug\TempPE\textDataSet.Designer.cs.dll
文件 32768 2010-06-10 13:04 期末考试课程设计\text\Backup\text\obj\Debug\TempPE\textDataSet1.Designer.cs.dll
文件 32768 2010-06-10 13:04 期末考试课程设计\text\Backup\text\obj\Debug\TempPE\textDataSet2.Designer.cs.dll
文件 32768 2010-06-10 13:16 期末考试课程设计\text\Backup\text\obj\Debug\TempPE\textDataSet3.Designer.cs.dll
文件 1074 2010-06-16 17:53 期末考试课程设计\text\Backup\text\obj\Debug\text.csproj.GenerateResource.Cache
文件 81920 2010-06-16 17:53 期末考试课程设计\text\Backup\text\obj\Debug\text.exe
文件 180 2010-06-10 13:07 期末考试课程设计\text\Backup\text\obj\Debug\text.Form2.resources
文件 180 2010-06-10 12:34 期末考试课程设计\text\Backup\text\obj\Debug\text.Form3.resources
............此处省略128个文件信息
- 上一篇:将一个容器中控件拖到另一个容器中
- 下一篇:漂亮的C#软件启动界面特效源码
评论
共有 条评论