实例介绍
本程序是C#仿QQ程序的界面,实现了所有界面功能,下载可直接用VS2010打开运行,如需要可自行修改。
【实例截图】
【核心代码】
wonderIm
└── wonderIm
├── _CUSTOM_CONTROLS
│ ├── bin
│ │ ├── Debug
│ │ │ ├── _CUSTOM_CONTROLS.dll
│ │ │ └── _CUSTOM_CONTROLS.pdb
│ │ └── Release
│ │ ├── _CUSTOM_CONTROLS.dll
│ │ └── _CUSTOM_CONTROLS.pdb
│ ├── _ChatListBox
│ │ ├── ChatListBox.cs
│ │ ├── ChatListBox.Designer.cs
│ │ ├── ChatListBox.resx
│ │ ├── ChatListEventArgs.cs
│ │ ├── ChatListItemConverter.cs
│ │ ├── ChatListItem.cs
│ │ ├── ChatListItemIcon.cs
│ │ ├── ChatListSubItemConverter.cs
│ │ ├── ChatListSubItem.cs
│ │ └── ChatListVScroll.cs
│ ├── ClassDiagram1.cd
│ ├── obj
│ │ ├── Debug
│ │ │ ├── _CUSTOM_CONTROLS.ChatListBox.resources
│ │ │ ├── _CUSTOM_CONTROLS.csproj.FileListAbsolute.txt
│ │ │ ├── _CUSTOM_CONTROLS.dll
│ │ │ ├── _CUSTOM_CONTROLS.pdb
│ │ │ ├── _CUSTOM_CONTROLS.Properties.Resources.resources
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResGen.read.1.tlog
│ │ │ ├── ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WimPlugIn.csproj.FileListAbsolute.txt
│ │ │ └── WimPlugIn.csproj.GenerateResource.Cache
│ │ └── Release
│ │ ├── _CUSTOM_CONTROLS.ChatListBox.resources
│ │ ├── _CUSTOM_CONTROLS.csproj.FileListAbsolute.txt
│ │ ├── _CUSTOM_CONTROLS.csproj.GenerateResource.Cache
│ │ ├── _CUSTOM_CONTROLS.dll
│ │ ├── _CUSTOM_CONTROLS.pdb
│ │ ├── _CUSTOM_CONTROLS.Properties.Resources.resources
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResGen.read.1.tlog
│ │ ├── ResGen.write.1.tlog
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── WimPlugIn.csproj.FileListAbsolute.txt
│ │ └── WimPlugIn.csproj.GenerateResource.Cache
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── Away.png
│ │ ├── Busy.png
│ │ ├── Dont Disturb.png
│ │ ├── Invisible.png
│ │ ├── null.png
│ │ ├── OffLine.png
│ │ ├── OnLine.png
│ │ └── QMe.png
│ └── WimPlugIn.csproj
├── WimSln.sln
├── WimSln.suo
├── WinCode
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CSkin.dll
│ │ │ ├── _CUSTOM_CONTROLS.dll
│ │ │ ├── _CUSTOM_CONTROLS.pdb
│ │ │ ├── Head
│ │ │ │ ├── 1 (0).png
│ │ │ │ ├── 1 (10).PNG
│ │ │ │ ├── 1 (11).PNG
│ │ │ │ ├── 1 (12).PNG
│ │ │ │ ├── 1 (13).PNG
│ │ │ │ ├── 1 (14).PNG
│ │ │ │ ├── 1 (15).PNG
│ │ │ │ ├── 1 (16).PNG
│ │ │ │ ├── 1 (17).PNG
│ │ │ │ ├── 1 (18).PNG
│ │ │ │ ├── 1 (19).PNG
│ │ │ │ ├── 1 (1).png
│ │ │ │ ├── 1 (20).PNG
│ │ │ │ ├── 1 (21).PNG
│ │ │ │ ├── 1 (22).PNG
│ │ │ │ ├── 1 (23).PNG
│ │ │ │ ├── 1 (24).PNG
│ │ │ │ ├── 1 (25).PNG
│ │ │ │ ├── 1 (26).PNG
│ │ │ │ ├── 1 (27).PNG
│ │ │ │ ├── 1 (28).PNG
│ │ │ │ ├── 1 (29).PNG
│ │ │ │ ├── 1 (2).png
│ │ │ │ ├── 1 (30).PNG
│ │ │ │ ├── 1 (31).PNG
│ │ │ │ ├── 1 (32).PNG
│ │ │ │ ├── 1 (33).PNG
│ │ │ │ ├── 1 (34).PNG
│ │ │ │ ├── 1 (35).PNG
│ │ │ │ ├── 1 (36).PNG
│ │ │ │ ├── 1 (37).PNG
│ │ │ │ ├── 1 (38).PNG
│ │ │ │ ├── 1 (39).PNG
│ │ │ │ ├── 1 (3).PNG
│ │ │ │ ├── 1 (40).PNG
│ │ │ │ ├── 1 (41).PNG
│ │ │ │ ├── 1 (42).PNG
│ │ │ │ ├── 1 (43).PNG
│ │ │ │ ├── 1 (44).PNG
│ │ │ │ ├── 1 (4).PNG
│ │ │ │ ├── 1 (5).PNG
│ │ │ │ ├── 1 (6).PNG
│ │ │ │ ├── 1 (7).PNG
│ │ │ │ ├── 1 (8).PNG
│ │ │ │ ├── 1 (9).PNG
│ │ │ │ └── Thumbs.db
│ │ │ ├── wonder.exe
│ │ │ ├── wonder.exe.config
│ │ │ ├── wonder.pdb
│ │ │ ├── wonder.vshost.exe
│ │ │ └── wonder.vshost.exe.config
│ │ └── Release
│ │ ├── CSkin.dll
│ │ ├── _CUSTOM_CONTROLS.dll
│ │ ├── _CUSTOM_CONTROLS.pdb
│ │ ├── Head
│ │ │ ├── 1 (0).png
│ │ │ ├── 1 (10).PNG
│ │ │ ├── 1 (11).PNG
│ │ │ ├── 1 (12).PNG
│ │ │ ├── 1 (13).PNG
│ │ │ ├── 1 (14).PNG
│ │ │ ├── 1 (15).PNG
│ │ │ ├── 1 (16).PNG
│ │ │ ├── 1 (17).PNG
│ │ │ ├── 1 (18).PNG
│ │ │ ├── 1 (19).PNG
│ │ │ ├── 1 (1).png
│ │ │ ├── 1 (20).PNG
│ │ │ ├── 1 (21).PNG
│ │ │ ├── 1 (22).PNG
│ │ │ ├── 1 (23).PNG
│ │ │ ├── 1 (24).PNG
│ │ │ ├── 1 (25).PNG
│ │ │ ├── 1 (26).PNG
│ │ │ ├── 1 (27).PNG
│ │ │ ├── 1 (28).PNG
│ │ │ ├── 1 (29).PNG
│ │ │ ├── 1 (2).png
│ │ │ ├── 1 (30).PNG
│ │ │ ├── 1 (31).PNG
│ │ │ ├── 1 (32).PNG
│ │ │ ├── 1 (33).PNG
│ │ │ ├── 1 (34).PNG
│ │ │ ├── 1 (35).PNG
│ │ │ ├── 1 (36).PNG
│ │ │ ├── 1 (37).PNG
│ │ │ ├── 1 (38).PNG
│ │ │ ├── 1 (39).PNG
│ │ │ ├── 1 (3).PNG
│ │ │ ├── 1 (40).PNG
│ │ │ ├── 1 (41).PNG
│ │ │ ├── 1 (42).PNG
│ │ │ ├── 1 (43).PNG
│ │ │ ├── 1 (44).PNG
│ │ │ ├── 1 (4).PNG
│ │ │ ├── 1 (5).PNG
│ │ │ ├── 1 (6).PNG
│ │ │ ├── 1 (7).PNG
│ │ │ ├── 1 (8).PNG
│ │ │ ├── 1 (9).PNG
│ │ │ └── Thumbs.db
│ │ ├── WindowsFormsForControlTest.exe
│ │ ├── WindowsFormsForControlTest.pdb
│ │ ├── WindowsFormsForControlTest.vshost.exe.manifest
│ │ ├── wonder.exe
│ │ ├── wonder.pdb
│ │ ├── wonder.vshost.exe
│ │ └── wonder.vshost.exe.manifest
│ ├── ClassBoardCast.cs
│ ├── ClassSendMsg.cs
│ ├── Constants.cs
│ ├── CustomControl1.resx
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── FrmCountenance.cs
│ ├── FrmCountenance.designer.cs
│ ├── FrmCountenance.resx
│ ├── FrmUserInformation.cs
│ ├── FrmUserInformation.designer.cs
│ ├── FrmUserInformation.resx
│ ├── lib
│ │ ├── CSkin.dll
│ │ └── SkinForm.dll
│ ├── obj
│ │ └── x86
│ │ ├── Debug
│ │ │ ├── CC2013.FrmUserInformation.resources
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResGen.read.1.tlog
│ │ │ ├── ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Wim.csproj.FileListAbsolute.txt
│ │ │ ├── Wim.csproj.GenerateResource.Cache
│ │ │ ├── Wim.csprojResolveAssemblyReference.cache
│ │ │ ├── WindowsFormsForControlTest.csproj.FileListAbsolute.txt
│ │ │ ├── WindowsFormsForControlTest.exe
│ │ │ ├── WindowsFormsForControlTest.Form1.resources
│ │ │ ├── WindowsFormsForControlTest.PanelTip.resources
│ │ │ ├── WindowsFormsForControlTest.pdb
│ │ │ ├── WindowsFormsForControlTest.Properties.Resources.resources
│ │ │ ├── wonder.exe
│ │ │ ├── wonder.FrmCountenance.resources
│ │ │ ├── wonder.pdb
│ │ │ ├── wonder.Properties.Resources.resources
│ │ │ ├── wonder.PwdErro.resources
│ │ │ ├── wonder.WimChat.resources
│ │ │ ├── wonder.WimGroup.resources
│ │ │ ├── wonder.WimMain.resources
│ │ │ └── wonder.WinLogin.resources
│ │ └── Release
│ │ ├── CC2013.FrmUserInformation.resources
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResGen.read.1.tlog
│ │ ├── ResGen.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Wim.csproj.FileListAbsolute.txt
│ │ ├── Wim.csproj.GenerateResource.Cache
│ │ ├── Wim.csprojResolveAssemblyReference.cache
│ │ ├── WindowsFormsForControlTest.csproj.FileListAbsolute.txt
│ │ ├── WindowsFormsForControlTest.csproj.GenerateResource.Cache
│ │ ├── WindowsFormsForControlTest.csprojResolveAssemblyReference.cache
│ │ ├── WindowsFormsForControlTest.Form1.resources
│ │ ├── WindowsFormsForControlTest.PanelTip.resources
│ │ ├── WindowsFormsForControlTest.Properties.Resources.resources
│ │ ├── wonder.exe
│ │ ├── wonder.FrmChat.resources
│ │ ├── wonder.FrmCountenance.resources
│ │ ├── wonder.FrmGroup.resources
│ │ ├── wonder.FrmLogin.resources
│ │ ├── wonder.pdb
│ │ ├── wonder.Properties.Resources.resources
│ │ ├── wonder.PwdErro.resources
│ │ └── wonder.WimMain.resources
│ ├── PanelTip.cs
│ ├── PanelTip.Designer.cs
│ ├── PanelTip.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PwdErro.cs
│ ├── PwdErro.designer.cs
│ ├── PwdErro.resx
│ ├── Resources
│ │ ├── 1_100.gif
│ │ ├── afternoon.jpg
│ │ ├── aio_head_normal.png
│ │ ├── aio_quickbar_cut.png
│ │ ├── aio_quickbar_face.png
│ │ ├── aio_quickbar_flirtationface.png
│ │ ├── aio_quickbar_font.png
│ │ ├── aio_quickbar_inputassist.png
│ │ ├── aio_quickbar_more.png
│ │ ├── aio_quickbar_register.png
│ │ ├── aio_quickbar_richface.png
│ │ ├── aio_quickbar_screen1.png
│ │ ├── aio_quickbar_screen2.png
│ │ ├── aio_quickbar_sendpic.png
│ │ ├── aio_quickbar_twitter.png
│ │ ├── AIO_SetBtn_down.png
│ │ ├── AIO_SetBtn_highlight_normal.png
│ │ ├── AIO_SetBtn_highlight.png
│ │ ├── AIO_SetBtn_normal.png
│ │ ├── allbtn_down.png
│ │ ├── allbtn_highlight.png
│ │ ├── all_inside_bkg.png
│ │ ├── appCenter_delete_hover.png
│ │ ├── appCenter_delete_normal.png
│ │ ├── away (2).png
│ │ ├── BackPalace2.png
│ │ ├── BackPalace.png
│ │ ├── Big_10.png
│ │ ├── Big_1.png
│ │ ├── Big_2.png
│ │ ├── Big_3.png
│ │ ├── Big_4.png
│ │ ├── Big_5.png
│ │ ├── Big_6.png
│ │ ├── Big_7.png
│ │ ├── Big_8.png
│ │ ├── Big_9.png
│ │ ├── btn_close_disable.png
│ │ ├── btn_close_down.png
│ │ ├── btn_close_highlight.png
│ │ ├── btn_max_down.png
│ │ ├── btn_max_highlight.png
│ │ ├── btn_max_normal.png
│ │ ├── btn_mini_down.png
│ │ ├── btn_mini_highlight.png
│ │ ├── btn_mini_normal.png
│ │ ├── btn_restore_down.png
│ │ ├── btn_restore_highlight.png
│ │ ├── btn_restore_normal.png
│ │ ├── btn_set_hover.png
│ │ ├── btn_set_normal.png
│ │ ├── btn_set_press.png
│ │ ├── btn_Skin_down.png
│ │ ├── btn_Skin_highlight.png
│ │ ├── btn_Skin_normal.png
│ │ ├── busy (2).png
│ │ ├── button_login_down.png
│ │ ├── button_login_hover.png
│ │ ├── button_login_normal.png
│ │ ├── chat_leftTab_closed_normal.png
│ │ ├── chat_rightArea_accept_hover.png
│ │ ├── checkbox_hightlight.png
│ │ ├── checkbox_normal.png
│ │ ├── checkbox_pushed.png
│ │ ├── checkbox_tick_highlight.png
│ │ ├── checkbox_tick_normal.png
│ │ ├── checkbox_tick_pushed.png
│ │ ├── common_state_leave_b.png
│ │ ├── common_success1.ico
│ │ ├── common_success.ico
│ │ ├── common_success.png
│ │ ├── corner_back_hover.png
│ │ ├── corner_back.png
│ │ ├── corner_back_press.png
│ │ ├── corner_left_hover.png
│ │ ├── corner_left.png
│ │ ├── corner_left_press.png
│ │ ├── corner_right_hover.png
│ │ ├── corner_right.png
│ │ ├── corner_right_press.png
│ │ ├── duozhanghao1.png
│ │ ├── duozhanghao2.png
│ │ ├── duozhanghao3.png
│ │ ├── duozhanghao4.png
│ │ ├── duozhanghao5.png
│ │ ├── duozhanghao6.png
│ │ ├── frameBorderEffect_mouseDownDraw.png
│ │ ├── frameBorderEffect_normalDraw.png
│ │ ├── Full_close_down.PNG
│ │ ├── Full_close_hover.PNG
│ │ ├── Full_close_normal.PNG
│ │ ├── icon_close_down.png
│ │ ├── icon_close_hover.png
│ │ ├── icon_close_normal.png
│ │ ├── imgRjp.BackgroundImage.png
│ │ ├── imoffline (2).png
│ │ ├── imonline (2).png
│ │ ├── invisible (2).png
│ │ ├── login_inputbtn_down.png
│ │ ├── login_inputbtn_highlight.png
│ │ ├── login_inputbtn_normal.png
│ │ ├── main_10.jpg
│ │ ├── main_1.jpg
│ │ ├── main_2.jpg
│ │ ├── main_3.jpg
│ │ ├── main_4.jpg
│ │ ├── main_5.jpg
│ │ ├── main_6.jpg
│ │ ├── main_7.jpg
│ │ ├── main_8.jpg
│ │ ├── main_9.jpg
│ │ ├── main_nav_group_hover.png
│ │ ├── main_nav_group_normal.png
│ │ ├── main_skin_style1.png
│ │ ├── main_skin_style2.png
│ │ ├── main_skin_style3.png
│ │ ├── main_skin_style4.png
│ │ ├── main_skin_style5.png
│ │ ├── main_skin_style6.png
│ │ ├── menu_btn_highlight.png
│ │ ├── menu_btn_normal.png
│ │ ├── menu_check.png
│ │ ├── mima_hover.png
│ │ ├── mima.png
│ │ ├── mima_press.png
│ │ ├── morning.jpg
│ │ ├── msgCenter_recent_hover.png
│ │ ├── msgCenter_recent_normal.png
│ │ ├── msgCenter_suc_hover.png
│ │ ├── msgCenter_suc_normal.png
│ │ ├── mute (2).png
│ │ ├── night.jpg
│ │ ├── noon.jpg
│ │ ├── Norml.png
│ │ ├── pictureBox1.Image.png
│ │ ├── Qme (2).png
│ │ ├── set_icon.png
│ │ ├── Small_10.png
│ │ ├── Small_1.png
│ │ ├── Small_2.png
│ │ ├── Small_3.png
│ │ ├── Small_4.png
│ │ ├── Small_5.png
│ │ ├── Small_6.png
│ │ ├── Small_7.png
│ │ ├── Small_8.png
│ │ ├── Small_9.png
│ │ ├── spin_normal_down.png
│ │ ├── texture2.png
│ │ ├── texture.png
│ │ ├── ToolbarBtnDown.png
│ │ ├── ToolbarBtnNormal.png
│ │ ├── zhuce_hover.png
│ │ ├── zhuce.png
│ │ └── zhuce_press.png
│ ├── StopStates.cs
│ ├── Tools.cs
│ ├── UserLogin.cs
│ ├── WimChat.cs
│ ├── WimChat.designer.cs
│ ├── WimChat.resx
│ ├── Wim.csproj
│ ├── Wim.csproj.user
│ ├── WimGroup.cs
│ ├── WimGroup.designer.cs
│ ├── WimGroup.resx
│ ├── WimMain.cs
│ ├── WimMain.Designer.cs
│ ├── WimMain.resx
│ ├── WinLogin.cs
│ ├── WinLogin.designer.cs
│ └── WinLogin.resx
└── 使用协议.txt
28 directories, 413 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论