登录
首页 » 界面开发 » CButtonST类

CButtonST类

于 2022-05-05 发布 文件大小:21.08 kB
0 201
下载积分: 2 下载次数: 1

代码说明:

应用背景 自绘按钮Button,XP风格,画外边框和内边框,底色-Windows VC MFC BUtton 关键技术 VC++开发的XP风格的按纽,XPButton 按钮XP风格化,为了摆脱VC下丑陋的 开发的 control 控件 -VC++ development of the XP-style button, XPButton of XP style buttons, in order to get rid of the ugly VC controls the development of control

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

发表评论

0 个回复

  • mfc programming with a student management system friendly interface can be added...
    一个用mfc编程的学生管理系统界面友好,可以对学生成绩添加删除修改查找等功能,可用于小学校的成绩管理-mfc programming with a student management system friendly interface can be added to student achievement amended to delete search functions that can be used for the primary performance management
    2022-04-11 21:41:33下载
    积分:1
  • VC++ 实现绘制波形图动态图
    VC++ 实现绘制波形图动态图,类似示波器的界面,信号用正弦信号模拟,可调节显示的幅度档和时间档,可对信号进行暂停观测,可上下左右移动信号波形。
    2022-02-10 03:29:31下载
    积分:1
  • 一个可以很方便的用来编写渐变进度条的MFC控件源码,里的demo给出了一个应用的例子。
    一个可以很方便的用来编写渐变进度条的MFC控件源码,里面的demo给出了一个应用的例子。-One can easily be used to prepare the gradual progress of the MFC control source, which gives a demo of the application examples.
    2022-10-19 17:00:03下载
    积分:1
  • delphi简单录音机
    本实例的任务是实现一个录音小程序,这个程序可以用MIC把声音录制下来存储成WAVE文件。
    2022-05-26 20:49:52下载
    积分:1
  • 字幕按时间方式来闪动,字幕切换不停的跳动,
    字幕按时间方式来闪动,字幕切换不停的跳动,-subtitles time to flashing, constantly switching subtitles beating,
    2023-08-26 19:10:04下载
    积分:1
  • Qt曲线图控件,简单易用
    Qt曲线图控件,用于曲线图绘制,简单易用。
    2023-03-18 07:45:03下载
    积分:1
  • 基于wince的输入法
    基于wince的输入法源码,可以实现输入法的调用,他可以用于wince系统的各种需要在编辑框输入字符及汉字的地方,支持字母,数字,标点符号,拼音,还有手写输入等等。是一个难得的输入法,其界面漂亮,使用简单,欢迎下载。。。。。。。。。。。。
    2022-03-22 04:54:36下载
    积分:1
  • VC++6.0 图形编程技巧源码 包括: 1、LittleBrush; 2、LittlePen; 3、MappingConverter。...
    VC++6.0 图形编程技巧源码 包括: 1、LittleBrush; 2、LittlePen; 3、MappingConverter。-VC 6.0 graphical programming skills source include : 1. LittleBrush; 2, LittlePen; 3, MappingConverter.
    2023-08-05 07:05:03下载
    积分:1
  • QT对话框示例代码
    标准的QT界面开QT, Dialog发代码,适合初学者,QT可以实现跨平台开发,WINDOWS/LINUX/UNIX等
    2022-07-08 21:19:10下载
    积分:1
  • 基于c#的时钟
    资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路, namespace Clock { public partial class MainForm : Form { private PointF center; private float r; private Pen hourPen; private Pen minutePen; private Pen secondPen; private Thread timeThread; public MainForm() { InitializeComponent(); ShowInTaskbar = false;//不在任务栏中显示 SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(ControlStyles.UserPaint,true); SetStyle(ControlStyles.AllPaintingInWmPaint,true); center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f); r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f); hourPen = new Pen(Color.Black, 2.5f); minutePen = new Pen(Color.Black, 1.5f); secondPen = new Pen(Color.Black, 0.5f); timeThread=new Thread(new ThreadStart(DrawTime)); timeThread.Start(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; g.Clear(BackColor); //g.SmoothingMode =
    2022-01-26 05:22:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载