• 大小: 2.97MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-10
  • 语言: C#
  • 标签: 聊天软件  

资源简介

可运行,代码完整有注释。界面美观,适用于初学者,或者不了解此程序的新人

资源截图

代码片段和文件信息

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);

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

     文件        318  2007-06-10 15:48  仿QQ2008聊天程序(C#源码)\QQ\1.ico

     文件        318  2007-06-10 15:48  仿QQ2008聊天程序(C#源码)\QQ\2.ico

     文件       3573  2007-05-29 17:39  仿QQ2008聊天程序(C#源码)\QQ\about.cs

     文件     117151  2007-05-29 17:39  仿QQ2008聊天程序(C#源码)\QQ\about.resx

     文件       2550  2007-06-10 15:47  仿QQ2008聊天程序(C#源码)\QQ\App.ico

     文件       1078  2007-06-10 11:26  仿QQ2008聊天程序(C#源码)\QQ\App1.ico

     文件       1859  2007-05-25 13:00  仿QQ2008聊天程序(C#源码)\QQ\AssemblyInfo.cs

     文件        318  2007-06-10 15:48  仿QQ2008聊天程序(C#源码)\QQ\Backup\1.ico

     文件        318  2007-06-10 15:48  仿QQ2008聊天程序(C#源码)\QQ\Backup\2.ico

     文件       3573  2007-05-29 17:39  仿QQ2008聊天程序(C#源码)\QQ\Backup\about.cs

     文件     117151  2007-05-29 17:39  仿QQ2008聊天程序(C#源码)\QQ\Backup\about.resx

     文件       2550  2007-06-10 15:47  仿QQ2008聊天程序(C#源码)\QQ\Backup\App.ico

     文件       1859  2007-05-27 22:34  仿QQ2008聊天程序(C#源码)\QQ\Backup\AssemblyInfo(2).cs

     文件       1859  2007-05-25 13:00  仿QQ2008聊天程序(C#源码)\QQ\Backup\AssemblyInfo.cs

     文件        906  2007-06-05 20:25  仿QQ2008聊天程序(C#源码)\QQ\Backup\CheckOutIpPoint.cs

     文件        829  2007-06-09 17:14  仿QQ2008聊天程序(C#源码)\QQ\Backup\CheckOutNum.cs

     文件        214  2007-05-27 22:34  仿QQ2008聊天程序(C#源码)\QQ\Backup\Class1.cs

     文件       8718  2007-06-16 17:26  仿QQ2008聊天程序(C#源码)\QQ\Backup\Form1.cs

     文件     272585  2007-06-16 14:50  仿QQ2008聊天程序(C#源码)\QQ\Backup\Form1.resx

     文件        593  2007-05-27 23:02  仿QQ2008聊天程序(C#源码)\QQ\Backup\getSerInf.cs

     文件       4575  2007-06-17 16:16  仿QQ2008聊天程序(C#源码)\QQ\Backup\Login.cs

     文件      24374  2007-06-16 22:22  仿QQ2008聊天程序(C#源码)\QQ\Backup\main.cs

     文件     290021  2007-06-16 22:22  仿QQ2008聊天程序(C#源码)\QQ\Backup\main.resx

     文件       3778  2007-06-16 15:37  仿QQ2008聊天程序(C#源码)\QQ\Backup\MessageServer.cs

     文件      14199  2007-06-26 15:48  仿QQ2008聊天程序(C#源码)\QQ\Backup\MsgSend.cs

     文件      74938  2007-06-17 18:01  仿QQ2008聊天程序(C#源码)\QQ\Backup\MsgSend.resx

     文件       3686  2007-06-07 18:17  仿QQ2008聊天程序(C#源码)\QQ\Backup\Online.cs

     文件      35126  2007-06-07 18:17  仿QQ2008聊天程序(C#源码)\QQ\Backup\Online.resx

     文件       1359  2007-06-10 10:41  仿QQ2008聊天程序(C#源码)\QQ\Backup\PlaySound.cs

     文件       6810  2007-06-10 16:33  仿QQ2008聊天程序(C#源码)\QQ\Backup\QQ.csproj

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

评论

共有 条评论