搜索资源列表
alarmstaticclass
- 报警控制在各种工业控制系统中是经常见到的,一般用于报警的方法有很多,有用文本标示,有用图形表示的,其原理不外乎构造CDC类对象然后利用提供的各种基本图元属性进行图形绘制就可以了.这里我们来制作一个能够显示报警文本,当出现某个报警的时候我们然背景进行闪烁就可以实现功能了.-alarm control in a variety of industrial control system is often seen, the general method for alarm are many, usef
static_fader_demo
- 很漂亮的文字和背景StaticFader.EXE是基于对话框的很不错还有可变颜色的字体功能很强-very flowery language and background StaticFader.EXE dialog is based on the variable there are very good color and the size of a strong function
GraphGrid【xtulbd,050415】
- * 名称:绘图网格类(扩展静态文本框类)* 功能:1、画有方格组成的网格,能够设定网格的位置、行列数、方格的高宽,网格的背景色,网格边界色,方格的填充色;2、网格给出文字标题,能够设定标题文字的背景色与颜色。3、能够支持鼠标的绘图操作1)鼠标左键在网格区按下,进入填充方格状态;2)填充状态下,鼠标在网格区移动,则填充所在位置的方格, 一旦移出网格,则取消填充状态;3)鼠标左键抬起,则取消填充状态。-* Name : Mapping Grid category (Extension static
Thunk.rar
- 网络上流行的Thunk技术,主要用于将成员函数变为线程函数或窗口过程.弥补了static成员函数不能访问非静态成员数据的缺点,最典型的应用就是微软的MFC和ATL中的窗口类实现,此原码也是网上公开的一个Thunk类实现,Thunk popular network technology, mainly for the membership function into a thread function or the window procedure. Up for static member fu
Label
- VC6下继承自CStatic的CLabel类,增加了多个CStatic所不支持的功能,几经考验并完善了不合适的处理模式,目前已经较为完善-Under VC6 the CLabel inherited from CStatic class, increasing the number of CStatic does not support the function, after several test and improve the inappropriate processing mode,
BitmapSlider
- 实现的具有滑动功能的static类,用于控制声音的大小-Achieved with a sliding function of static class is used to control the size of the sound
KCGLXT
- 仓库管理系统源代码,可以对仓库物品入库,出库,审核,带报表功能,可以对操作员,管理员进行权限管理-Warehouse management system source code, can goods storage warehouse, a database, auditing, with statements of function, can operators, administrator rights management
static_led_demo
- 非原创 模拟led闪烁控件 用picture控件实现。双缓冲,很不错。 源码是个小例子 以下是给新手的提示: 使用的时候仅需要led.h和led.cpp 最简单的led闪烁:画个picture控件,控件定义个CLED 的控制变量 在对话框初始oninitdialog里设定led初始状态(setled),然后用timer定时,在ontimer里用ping这个函数点亮就可以了。-Non-original analog led blinking picture contro
MyRoundMeter
- 基于CStatic的一个背景透明的工业仪表类,可设置仪表刻度,指针,表盘等颜色,有超限报警功能-Based on a background of transparent CStatic industrial instruments, instrument calibration can be set, pointer, dial color, etc., have overrun alarm function
textprogressctrl_demo
- 用文本框实现进度条的功能.VC写的.非常实用.与各位共勉.-The progress bar with a text box to achieve the function. VC writes. Very practical. And you encourage each other.
day11
- 这个代码好似实现一个函数的封装新的实现,一般需要世行左右的代码-This code is to achieve a function of packaging new implementation, general need the bank around the code
line
- 在对话框中,运用静态控件实现画直线的功能。使用了lineto,moveto函数。-In the dialog box, the use of static control to draw a straight line. Using lineto, MoveTo function.
MyScrollBar
- 1. 该滚动条类 CXScrollBar 继承自 CStatic,用 GDI+ 绘制,采用贴图方式,支持png图片,各个部分的图片都是单独的 2. 该滚动条类使用时需要创建一个静态文本框,如果是在对话框中直接插入的控件,则要在对话框的 DoDataExchange() 函数中将与控件关联的数据交换语句去掉。-One of the scroll bar class CXScrollBar inherited from CStatic, with GDI+ mapping, mapp
CBitmapSlider_demo
- 一个继承与CStatic的播放器进度条,实现点击,拖动,暂停/继续,开始/停止的功能,还可以自己换肤。-Inheritance and CStatic a player progress bar to achieve click, drag, suspend/resume, start/stop function, you can even change skin.