91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

C#實(shí)現(xiàn)的高仿QQ源碼,可在廣域網(wǎng)部署運(yùn)行。絕對(duì)的好東西! 功能列表: (01)注冊(cè)、登錄、添加好友、好友列表。 (02)自拍頭像。 (03)文字聊天、字體設(shè)置、GIF動(dòng)態(tài)表情、窗口震動(dòng)、截圖、手寫板、登錄狀態(tài)(在線、離開、忙碌、勿打擾、隱身)、輸入提醒 (04)群功能:創(chuàng)建群、加入群、退出群、群聊天 (05)文件傳送、文件夾傳送(支持?jǐn)帱c(diǎn)續(xù)傳) (06)語(yǔ)音視頻聊天 (07)遠(yuǎn)程磁盤 (08)遠(yuǎn)程協(xié)助 (09)共享桌面(可以指定要共享的桌面區(qū)域) (10)可靠的P2P (11)網(wǎng)盤 (12)離線消息 (13)離線文件 (14)語(yǔ)音消息、語(yǔ)音留言 (15)最近聯(lián)系人列表 (16)系統(tǒng)設(shè)置

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Drawing;
using?System.Windows.Forms;
using?CCWin.SkinControl;
using?System.Configuration;
using?ESBasic.Loggers;
using?System.IO;
using?ESBasic;
using?ESBasic.Helpers;
using?JustLib.Records;
using?JustLib;


namespace?GG2014
{
????internal?class?GlobalResourceManager
????{
????????public?static?void?Initialize()
????????{
????????????try
????????????{
????????????????#region?Log
????????????????string?logFilePath?=?SystemSettings.SystemSettingsDir?+?“AppLog.txt“;
????????????????GlobalResourceManager.logger?=?new?FileAgileLogger(logFilePath);
????????????????#endregion

????????????????GlobalResourceManager.softwareName?=?ConfigurationManager.AppSettings[“softwareName“];
????????????????string?resourceDir?=?AppDomain.CurrentDomain.baseDirectory?+?“Resource\\“;
????????????????GlobalResourceManager.noneIcon64?=?global::GG2014.Properties.Resources.None64;
????????????????GlobalResourceManager.groupIcon?=?ImageHelper.ConvertToIcon(global::GG2014.Properties.Resources.normal_group_40?64);

????????????????#region?HeadImage
????????????????List?list?=?ESBasic.Helpers.FileHelper.GetOffspringFiles(AppDomain.CurrentDomain.baseDirectory?+?“Head\\“);
????????????????List?picList?=?new?List();
????????????????foreach?(string?file?in?list)
????????????????{
????????????????????string?name?=?file.ToLower();
????????????????????if?(name.EndsWith(“.bmp“)?||?name.EndsWith(“.jpg“)?||?name.EndsWith(“.jpeg“)?||?name.EndsWith(“.png“))
????????????????????{
????????????????????????picList.Add(name);
????????????????????}
????????????????}
????????????????picList.Sort();
????????????????GlobalResourceManager.headImages?=?new?Image[picList.Count];
????????????????for?(int?i?=?0;?i?????????????????{
????????????????????GlobalResourceManager.headImages[i]?=?Image.FromFile(AppDomain.CurrentDomain.baseDirectory?+?“head\\“?+?list[i]);
????????????????}

????????????????GlobalResourceManager.headImagesGrey?=?new?Image[picList.Count];
????????????????for?(int?i?=?0;?i?????????????????{
????????????????????GlobalResourceManager.headImagesGrey[i]?=?ESBasic.Helpers.ImageHelper.ConvertToGrey(GlobalResourceManager.headImages[i]);
????????????????}
????????????????#endregion

????????????????#region?Emotion
????????????????List?tempList?=?ESBasic.Helpers.FileHelper.GetOffspringFiles(AppDomain.CurrentDomain.baseDirectory?+?“Emotion\\“);
????????????????List?emotionFileList?=?new?List();
????????????????foreach?(string?file?in?tempList)
????????????????{
????????????????????string?name?=?file.ToLower();
????????????????????if?(name.EndsWith(“.bmp“)?||?name.EndsWith(“.jpg“)?||?name.EndsWith(“.jpeg“)?||?name.EndsWith(“.png“)?||?name.EndsWith(“.gif“))
????????????????????{
????????????????????????emotionFileList.Add(name);

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件??????16958??2014-08-26?09:16??GG2014\app.ico

?????文件??????89088??2014-10-17?16:21??GG2014\Dlls\AudioEngineCore.dll

?????文件????1036288??2014-10-22?20:17??GG2014\Dlls\CSkin.dll

?????文件?????169472??2014-09-07?21:41??GG2014\Dlls\DataRabbit.dll

?????文件?????118784??2011-03-18?10:59??GG2014\Dlls\dxbase.dll

?????文件?????395264??2014-10-28?11:13??GG2014\Dlls\ESBasic.dll

?????文件?????199352??2014-10-28?11:13??GG2014\Dlls\ESBasic.xml

?????文件????1033728??2014-11-05?15:27??GG2014\Dlls\ESframework.dll

?????文件?????329425??2014-11-05?15:24??GG2014\Dlls\ESframework.xml

?????文件?????390656??2014-11-05?14:56??GG2014\Dlls\JustLib.dll

?????文件??????24784??2014-11-04?11:38??GG2014\Dlls\JustLib.xml

?????文件????1656320??2014-11-04?14:51??GG2014\Dlls\OMCS.dll

?????文件?????672537??2014-10-31?16:44??GG2014\Dlls\OMCS.xml

?????文件?????467456??2014-10-28?11:11??GG2014\Dlls\Paintframework.dll

?????文件??????36119??2014-10-17?16:49??GG2014\Dlls\Paintframework.xml

?????文件????2380800??2014-07-14?15:31??GG2014\Dlls\SQLite.Interop.dll

?????文件?????282624??2014-06-23?09:56??GG2014\Dlls\System.Data.SQLite.dll

?????文件?????663552??2014-10-18?12:45??GG2014\Dlls\VideoEngineCore.dll

?????文件????????514??2014-10-24?11:32??GG2014\GG2014\app.config

?????文件??????16958??2014-08-26?09:54??GG2014\GG2014\app.ico

?????文件??????89088??2014-10-17?16:21??GG2014\GG2014\bin\Debug\AudioEngineCore.dll

?????文件???????7168??2014-08-28?09:42??GG2014\GG2014\bin\Debug\AutoStart.exe

?????文件????1036288??2014-10-22?20:17??GG2014\GG2014\bin\Debug\CSkin.dll

?????文件?????169472??2014-09-07?21:41??GG2014\GG2014\bin\Debug\DataRabbit.dll

?????文件?????118784??2011-03-18?11:00??GG2014\GG2014\bin\Debug\dxbase.dll

?????文件???????1810??2007-08-30?22:05??GG2014\GG2014\bin\Debug\Emotion\1.gif

?????文件???????3716??2008-01-03?16:39??GG2014\GG2014\bin\Debug\Emotion\10.gif

?????文件???????1780??2007-08-30?21:54??GG2014\GG2014\bin\Debug\Emotion\100.gif

?????文件???????2443??2007-08-30?21:54??GG2014\GG2014\bin\Debug\Emotion\101.gif

?????文件???????1446??2007-08-30?21:54??GG2014\GG2014\bin\Debug\Emotion\102.gif

............此處省略592個(gè)文件信息

評(píng)論

共有 條評(píng)論