资源简介
防QQ2008的程序,有三个项目,分别是登录端、服务端、管理端
代码片段和文件信息
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace QQ
{
///
/// about 的摘要说明。
///
public class about : System.Windows.Forms.Form
{
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button1;
///
/// 必需的设计器变量。
///
private System.ComponentModel.Container components = null;
public about()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
///
/// 清理所有正在使用的资源。
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(about));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.Getobject(“pictureBox1.Image“)));
this.pictureBox1.Location = new System.Drawing.Point(8 8);
this.pictureBox1.Name = “pictureBox1“;
this.pictureBox1.Size = new System.Drawing.Size(504 176);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.Location = new System.Drawing.Point(136 192);
this.label1.Name = “label1“;
this.label1.Size = new System.Drawing.Size(256 16);
this.label1.TabIndex = 1;
this.label1.Text = “QQ2008 copyright @ MistySoft 2008“;
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.Location = new System.Drawing.Point(136 208);
this.label2.Name = “label2“;
this.label2.Size = new System.Drawing.Size(256 23);
this.label2.TabIndex = 2;
this.label2.Text = “版权所有 盗版不究“;
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.Location = new System.Drawing.Point(224 232);
this.button1.Name = “button1“;
this.button1.TabIndex = 3;
this.button1.Text = “确定“;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// about
//
this.AutoScalebaseSize = new System.Drawing.Size(6 14);
this.ClientSize = new System.Drawing.Size(512 264);
this.ControlBox = false;
this.Controls.Add(this.button1);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2357 2008-10-09 12:43 仿QQ2008聊天程序\CQQ2008.sln
..A..H. 27770 2008-10-09 12:43 仿QQ2008聊天程序\CQQ2008.suo
文件 318 2007-06-10 15:48 仿QQ2008聊天程序\QQ\1.ico
文件 318 2007-06-10 15:48 仿QQ2008聊天程序\QQ\2.ico
文件 3573 2007-05-29 17:39 仿QQ2008聊天程序\QQ\about.cs
文件 117151 2007-05-29 17:39 仿QQ2008聊天程序\QQ\about.resx
文件 2550 2007-06-10 15:47 仿QQ2008聊天程序\QQ\App.ico
文件 1078 2007-06-10 11:26 仿QQ2008聊天程序\QQ\App1.ico
文件 1859 2007-05-25 13:00 仿QQ2008聊天程序\QQ\AssemblyInfo.cs
文件 1830 2007-07-16 14:20 仿QQ2008聊天程序\QQ\bin\Debug\00000000\FriendInf.dat
文件 356 2007-06-28 10:32 仿QQ2008聊天程序\QQ\bin\Debug\00000005\FriendInf.dat
文件 168 2007-07-16 14:20 仿QQ2008聊天程序\QQ\bin\Debug\online.dat
文件 581632 2008-10-09 12:43 仿QQ2008聊天程序\QQ\bin\Debug\QQ.exe
文件 56832 2008-10-09 12:43 仿QQ2008聊天程序\QQ\bin\Debug\QQ.pdb
文件 14328 2008-10-09 12:35 仿QQ2008聊天程序\QQ\bin\Debug\QQ.vshost.exe
文件 490 2007-07-21 01:33 仿QQ2008聊天程序\QQ\bin\Debug\QQ.vshost.exe.manifest
文件 28672 2008-10-09 12:43 仿QQ2008聊天程序\QQ\bin\Debug\QQloginCont.dll
文件 58880 2008-10-09 12:43 仿QQ2008聊天程序\QQ\bin\Debug\QQloginCont.pdb
文件 178 2007-07-16 14:19 仿QQ2008聊天程序\QQ\bin\Debug\QQuser.dat
文件 0 2007-07-16 14:20 仿QQ2008聊天程序\QQ\bin\Debug\SerInf\OnlineInf.dat
文件 108 2007-07-16 14:16 仿QQ2008聊天程序\QQ\bin\Debug\SerInf\SerInf.dat
文件 14156 2004-09-20 17:00 仿QQ2008聊天程序\QQ\bin\Debug\sound\Call.wav
文件 9756 2004-09-20 12:57 仿QQ2008聊天程序\QQ\bin\Debug\sound\Folder.wav
文件 9948 2004-09-20 12:55 仿QQ2008聊天程序\QQ\bin\Debug\sound\Global.wav
文件 8316 2004-09-20 12:55 仿QQ2008聊天程序\QQ\bin\Debug\sound\Msg.wav
文件 10428 2004-09-20 12:53 仿QQ2008聊天程序\QQ\bin\Debug\sound\Ring.wav
文件 10140 2004-09-20 12:58 仿QQ2008聊天程序\QQ\bin\Debug\sound\System.wav
文件 8718 2007-06-16 17:26 仿QQ2008聊天程序\QQ\Form1.cs
文件 272585 2007-06-16 14:50 仿QQ2008聊天程序\QQ\Form1.resx
文件 24374 2007-06-16 22:22 仿QQ2008聊天程序\QQ\main.cs
............此处省略152个文件信息
相关资源
- 微信demo包含聊天界面及表情!
- QQ昵称下划线内含代码
- 基于CSocket的局域网聊天和文件传输
- qq_29471575_10307979.zip
- SignalR 实现聊天室通信功能
- QT 自制聊天室 界面如QQ
- QQ堂源码
- 仿QQ微信评论回复Demo
- 小QQ 学习Swift 界面篇
- Zxing二维码扫描,竖屏仿QQ扫一扫
- IPCJ-STD-002CCHINESE-2008.rar
- GB-T 9386-2008 计算机软件测试文档编制
- 模仿qq音乐播放旋转ImageView动画
- QQlogin.rar
- 基于Application和session的聊天室
- linux下的聊天室
- GBT9385-2008计算机软件需求规格说明书
- DELPHI 7仿QQ好友列表
- 毕业设计 IM 聊天
- Swing带表情upd聊天的实现
- 恩波2008数学辅导讲义
- window server 2008 安装及设置优化图解
- 仿QQ1.0实现联系人界面.rar
- 基于QT的QQ聊天实现文件传输,消息记
- WEB在线聊天系统源码
- qq_30742865_9453697.e
- 安卓qq授权登陆源代码
- QQ 登录界面 各个控件图片资源
- GB/T 9385-2008计算机软件需求说明编制指
- WINDOWS SERVER 2008 IIS负载均衡群集搭建
评论
共有 条评论