資源簡(jiǎn)介
基于 Udp協(xié)議,模仿QQ的聊天軟件,實(shí)現(xiàn)局域網(wǎng)聊天,群聊,視頻聊天
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Linq;
using?System.Reflection;
using?System.Windows.Forms;
namespace?ChatRoom
{
????partial?class?AboutBox1?:?Form
????{
????????public?AboutBox1()
????????{
????????????InitializeComponent();
????????????this.Text?=?String.Format(“關(guān)于?{0}?{0}“?Assemblytitle);
????????????this.labelProductName.Text?=?AssemblyProduct;
????????????this.labelVersion.Text?=?String.Format(“版本?{0}?{0}“?AssemblyVersion);
????????????this.labelCopyright.Text?=?AssemblyCopyright;
????????????this.labelCompanyName.Text?=?AssemblyCompany;
????????????this.textBoxDescription.Text?=?AssemblyDescription;
????????}
????????#region?程序集屬性訪問器
????????public?string?Assemblytitle
??????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????3448??2010-08-27?00:30??ChatRoom\ChatRoom\AboutBox1.cs
?????文件??????10457??2010-08-27?00:30??ChatRoom\ChatRoom\AboutBox1.Designer.cs
?????文件??????49723??2010-08-27?00:30??ChatRoom\ChatRoom\AboutBox1.resx
?????文件?????125440??2010-08-27?00:39??ChatRoom\ChatRoom\bin\Debug\ChatRoom.exe
?????文件??????62976??2010-08-27?00:39??ChatRoom\ChatRoom\bin\Debug\ChatRoom.pdb
?????文件??????14328??2010-08-27?00:39??ChatRoom\ChatRoom\bin\Debug\ChatRoom.vshost.exe
?????文件????????490??2007-07-21?02:33??ChatRoom\ChatRoom\bin\Debug\ChatRoom.vshost.exe.manifest
?????文件???????5032??2006-04-04?15:20??ChatRoom\ChatRoom\bin\Debug\DeepCyan.ssk
?????文件?????516096??2006-08-18?11:50??ChatRoom\ChatRoom\bin\Debug\IrisSkin2.dll
?????文件??????35324??2010-07-19?11:42??ChatRoom\ChatRoom\bin\Debug\newmessage.wav
?????文件???????5185??2010-08-27?00:37??ChatRoom\ChatRoom\ChatRoom.csproj
?????文件???????2364??2010-08-26?19:22??ChatRoom\ChatRoom\CheckIDExist.cs
?????文件???????1016??2010-08-26?19:20??ChatRoom\ChatRoom\ClientInfo.cs
?????文件????????959??2010-08-26?18:54??ChatRoom\ChatRoom\DisposingObj.cs
?????文件???????2147??2010-08-27?00:37??ChatRoom\ChatRoom\FrmChat.cs
?????文件???????5372??2010-08-27?00:37??ChatRoom\ChatRoom\FrmChat.Designer.cs
?????文件???????6013??2010-08-27?00:37??ChatRoom\ChatRoom\FrmChat.resx
?????文件???????2269??2010-08-27?00:39??ChatRoom\ChatRoom\FrmLogin.cs
?????文件???????5572??2010-08-27?00:38??ChatRoom\ChatRoom\FrmLogin.Designer.cs
?????文件???????6013??2010-08-27?00:38??ChatRoom\ChatRoom\FrmLogin.resx
?????文件??????29561??2010-08-27?00:37??ChatRoom\ChatRoom\obj\Debug\ChatRoom.AboutBox1.resources
?????文件????????837??2010-08-27?00:39??ChatRoom\ChatRoom\obj\Debug\ChatRoom.csproj.FileListAbsolute.txt
?????文件???????1030??2010-08-27?00:38??ChatRoom\ChatRoom\obj\Debug\ChatRoom.csproj.GenerateResource.Cache
?????文件?????125440??2010-08-27?00:39??ChatRoom\ChatRoom\obj\Debug\ChatRoom.exe
?????文件????????180??2010-08-27?00:37??ChatRoom\ChatRoom\obj\Debug\ChatRoom.FrmChat.resources
?????文件????????180??2010-08-27?00:38??ChatRoom\ChatRoom\obj\Debug\ChatRoom.FrmChatLogion.resources
?????文件??????62976??2010-08-27?00:39??ChatRoom\ChatRoom\obj\Debug\ChatRoom.pdb
?????文件????????180??2010-08-27?00:37??ChatRoom\ChatRoom\obj\Debug\ChatRoom.Properties.Resources.resources
?????文件???????5752??2010-08-27?00:37??ChatRoom\ChatRoom\obj\Debug\ResolveAssemblyReference.cache
?????文件????????497??2010-08-24?19:04??ChatRoom\ChatRoom\Program.cs
............此處省略67個(gè)文件信息
評(píng)論
共有 條評(píng)論