• 大小: 13.77MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-29
  • 语言: C#
  • 标签: MyQQ,QQ  

资源简介

WinForm窗体程序 功能描述:MyQQ集登录,注册,聊天,修改信息为一体, 还可以起昵称,真实模仿早期QQ版本,代码简洁,注释详细,是你的不二之选。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace MyQQ
{
    class Blood
    {
        private int bloodId;

        public int BloodId
        {
            get { return bloodId; }
            set { bloodId = value; }
        }
        private string bloodType;

        public string BloodType
        {
            get { return bloodType; }
            set { bloodType = value; }
        }


        public Blood(int id string type)
        {
            this.BloodId = id;
            this.BloodType = type;
        }

        public override string ToString()
        {
            return this.BloodType;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    3145728  2013-01-25 22:11  MyQQ\database\MyQQ.mdf

     文件    1048576  2013-01-25 22:11  MyQQ\database\MyQQ_log.ldf

     文件        219  2013-02-21 21:02  MyQQ\MyQQ\MyQQ\App.config

     文件       9156  2007-06-19 11:00  MyQQ\MyQQ\MyQQ\bin\Debug\folder.wav

     文件       9220  2007-06-19 11:00  MyQQ\MyQQ\MyQQ\bin\Debug\msg.wav

     文件    1918464  2013-02-21 20:50  MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.exe

     文件        221  2013-01-25 20:45  MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.exe.config

     文件     284160  2013-02-21 20:50  MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.pdb

     文件      11600  2013-02-21 21:01  MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.vshost.exe

     文件        221  2013-01-25 20:45  MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.vshost.exe.config

     文件        490  2009-08-31 00:40  MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.vshost.exe.manifest

     文件      40960  2007-09-14 15:51  MyQQ\MyQQ\MyQQ\bin\Debug\SideBar.dll

     文件       6947  2007-06-19 11:00  MyQQ\MyQQ\MyQQ\bin\Debug\system.wav

     文件        716  2013-01-23 13:37  MyQQ\MyQQ\MyQQ\Blood.cs

     文件       6297  2007-12-26 10:03  MyQQ\MyQQ\MyQQ\ChatForm.cs

     文件      13743  2007-09-29 11:11  MyQQ\MyQQ\MyQQ\ChatForm.Designer.cs

     文件    1503146  2007-09-29 11:11  MyQQ\MyQQ\MyQQ\ChatForm.resx

     文件       1387  2013-01-23 13:28  MyQQ\MyQQ\MyQQ\ChooseTit.cs

     文件      10853  2013-01-11 17:34  MyQQ\MyQQ\MyQQ\ChooseTit.Designer.cs

     文件     239053  2013-01-11 17:34  MyQQ\MyQQ\MyQQ\ChooseTit.resx

     文件      27311  2013-01-24 16:37  MyQQ\MyQQ\MyQQ\DBHelper.cs

     文件       5641  2013-01-23 13:41  MyQQ\MyQQ\MyQQ\EditInfo.cs

     文件      33077  2013-01-21 15:06  MyQQ\MyQQ\MyQQ\EditInfo.Designer.cs

     文件     263448  2013-01-13 19:02  MyQQ\MyQQ\MyQQ\EditInfo.resx

     文件       1863  2007-12-12 16:13  MyQQ\MyQQ\MyQQ\FacesForm.cs

     文件      11006  2007-10-15 09:37  MyQQ\MyQQ\MyQQ\FacesForm.Designer.cs

     文件    1415431  2007-10-15 09:37  MyQQ\MyQQ\MyQQ\FacesForm.resx

     文件       2218  2013-01-23 13:29  MyQQ\MyQQ\MyQQ\ForgetPwd.cs

     文件      10763  2013-01-08 09:56  MyQQ\MyQQ\MyQQ\ForgetPwd.Designer.cs

     文件       7849  2013-01-08 09:56  MyQQ\MyQQ\MyQQ\ForgetPwd.resx

............此处省略395个文件信息

评论

共有 条评论

相关资源