登录
首页 » C# » QQ所有图标图片资源下载(含gft文件以及jpg文件)

QQ所有图标图片资源下载(含gft文件以及jpg文件)

于 2015-04-20 发布
0 153
下载积分: 1 下载次数: 0

代码说明:

QQ所有图标图片资源下载(含gft文件以及jpg文件)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 算二十四(算24)解题器 程序源码下载
    传统游戏“算二十四”的解题工具。用于列出所有解题可能性。可以扩展解题思维。
    2015-04-07下载
    积分:1
  • 单片机串口通讯
    单片机串口通讯
    2015-03-22下载
    积分:1
  • c# 数字转换成 bool类型值 0,1,2,-1 普及下
    总结:convert.tobool(0)==false, 非0 则均为true
    2014-06-27下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • C# 五子棋游戏(单机版(人机对战)+网络版)
    C# 五子棋游戏(单机版(人机对战)+网络版)
    2019-10-16下载
    积分:1
  • C# UI界面库(SunnyUI)
    分享一个C#界面库源码 SunnyUI.Net, 基于 C# .Net WinForm 开源控件库、工具类库、扩展类库、多页面开发框架 - 源码编译环境:VS2019 - 动态库应用环境:VS2010及以上,.Net Framework 4.0及以上(不包括.Net Framework 4 Client Profile)
    2020-12-10下载
    积分:1
  • c# winform分页实例源码下载(原理:存储过程分页)
    c# winform分页实例源码下载(原理:存储过程分页)
    2015-03-13下载
    积分:1
  • asp.net 多张图片上传例子源码下载(flash)
    c# asp.net 多图上传例子源码
    2014-12-23下载
    积分:1
  • c# 搜片神器源码
    c# 搜片神器源码
    2013-10-19下载
    积分:1
  • asp.net 模拟ftp 常用操作 实例源码
    asp.net 模拟ftp 常用操作 实例源码
    2014-06-11下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载