登录
首页 » 界面开发 » 设计有特色的圆窗体

设计有特色的圆窗体

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

代码说明:

设计有特色的圆窗体-design features a round window

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

发表评论

0 个回复

  • 带进度条的ListCtrl列表
    自绘进度条,combox,列表中某列显示进度条。某列设置为combox,帮你轻松实现列表显示,开发人员可在此基础上进行扩展
    2022-10-05 05:15:03下载
    积分:1
  • 这是一个MFC透明滑块类,由于它使用CSliderCtrl 作为它的基类,所以它可以取代CSliderCtrl 对象。支持刻度标记。使用时,加这个类到你的项目中...
    这是一个MFC透明滑块类,由于它使用CSliderCtrl 作为它的基类,所以它可以取代CSliderCtrl 对象。支持刻度标记。使用时,加这个类到你的项目中。增加你的滑块到项目中,接着将.h文件中的 CSliderCtrl类型修改为CMySliderControl ,并且#include这个MySliderControl.h 文件。-This a transparent MFC slider category, as it CSliderCtrl use as its base class. Therefore, it can replace CSliderCtrl object. Support calibration markings. Use, the increase in the category of your project. Increase your slider into the project, Then will. h document, the type of changes to CSliderCtrl CMySliderContro l, and the# include MySliderControl.h document.
    2022-05-28 09:19:25下载
    积分:1
  • 图像采集程序,用于图像采集卡采集图像。主要是设计方以及线程之类的...
    图像采集程序,用于图像采集卡采集图像。主要是界面设计方面以及线程之类的-image acquisition procedures for image acquisition card collecting images. Interface design is the main aspects of such threads
    2022-02-03 11:11:18下载
    积分:1
  • 这个程序主要是清除无效的桌图标,净化桌
    这个程序主要是清除无效的桌面图标,净化桌面-this procedure is to remove invalid desktop icon, clean desktop
    2023-08-02 17:15:02下载
    积分:1
  • 能够读取文本数据和保存文本数据
    能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.能够读取文本数据和保存文本数据.
    2022-07-19 20:18:28下载
    积分:1
  • XShadeButton.cpp- 修复内存泄漏bug
    我在 自己的 GUI 应用上使用  XShadeButton.cpp 时遇到很多内存泄漏问题。这里,我更改了  67,80 行代码来解决这个问题,请看看我改的对不对
    2022-05-17 16:55:20下载
    积分:1
  • 你有没有觉得VC提供的那个Tip of the day控件很简陋?现在好了,Michael Walz带给我们一个Visual Studio那样的漂亮的Tip...
    你有没有觉得VC提供的那个Tip of the day控件很简陋?现在好了,Michael Walz带给我们一个Visual Studio那样的界面漂亮的Tip of the day。-VC did not feel that you have provided the Tip of the day the control is very simple? Well now, Michael Walz brought us a Visual Studio like interface pretty Tip of the day.
    2022-05-29 19:45:11下载
    积分:1
  • linux QT C++ 例子
    是QT经典著作《C++ GUI Qt 4编程(第二版)》的书本配套源码,边看书边操作源码可以很快的进入QT的世界,源码中的例子有绘制表格,有的是显示曲线,图片什么的,很齐全,很适合初学者学习,改写程序到自己的项目中。
    2023-03-21 22:30:06下载
    积分:1
  • 这是一个JPEG图像编码及解码的程序。它不使用级别…
    This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious. -This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compar
    2022-01-22 14:49:02下载
    积分:1
  • 看到一个优秀的软件,除了一个好
    看一个软件是否优秀,除了功能健全、性能稳定、容易操作之外,软件界面的美观越来越受到人们的关注。人们不满足于传统的矩形windows窗体,不规则窗体的软件到处可见,更进一步发展到软件界面由用户根据自己的爱好自由控制,真正实现了软件对用户的友好性。而要实现这一功能,软件换肤技术就是基础。例子代码介绍一种简单明了的方法来制作一个登陆对话框,本程序编程环境C++Builder。 [代码性质] BCB完整应用程序代码 [代码作者] 吴康彬 [文件大小] 667K-see an excellent software, in addition to a well-functioning, stable performance and ease of use, the software interface to be more attractive to the people"s concern. People unsatisfied with the traditional rectangular windows forms, irregular forms can be seen in the software, further development of the software by the user interface according to their own freedom-loving control, the actual realization of the right software user-friendly. To achieve this functionality, the software technology is the basis Eurocargo. Example code presents a simple method to produce a dialog landing, the C programming environment Builder. [Code nature] BCB complete application code [code writers] Tunkangban [File Size : 667K
    2022-05-24 11:18:44下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载