文件名称:ResizableCtrl_src
介绍说明--下载内容均来自于网络,请自行研究使用
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 502002resizablectrl_src.zip 列表 Debug/ ResizeButton.cpp ResizeButton.h ResizeControl.cpp ResizeControl.h ResizeEdit.cpp ResizeEdit.h ResizeListBox.cpp ResizeListBox.h