| CMouseTracker | Mouse tracker |
| CMzAnimator | Animation control
- decelerate, rebound when slop over
|
| CMzApp | MZFC application base class.
- if you write an application with MZFC library, please derive your application class from CMzApp
|
| CMzStringW | String class (unicode, wchar_t) |
| CMzWnd | MZFC window base class |
| CMzWndEx | MZFC base window class that could contains UiWin controls
- Please derive from this class to design your application's windows UI.
- Use AddUiWin(UiWin* pWin) member function to add controls to the window
|
| CNumPad | Number input panel window |
| CNumPadEx | 数字输入键盘窗口类 |
| CPopupMenu | |
| CUiStatusBar | 滑块控件 |
| FontHelper | Font creation helper class |
| GradientButtonColor | Gradient button's color |
| ImagingHelper | Imaging COM interface's encapsulation |
| ListItem | Item structure |
| MemoryDC | Memory DC
- You can use this class to manager a memory dc to do all drawing on it.
- It is used by the UiCanvas class too
|
| MzDDrawOverlay | 对DirectDraw的Overlay的封装 |
| MzProgressDialog | 用于显示进度的对话框 |
| PopupMenuItemProp | |
| SelectControl | |
| UiAlphabetBar | Alphabet control
- when pressed on the alphabet in the control, it will send an command message (MZ_WM_COMMAND) to the container window
|
| UiButton | Button control.
- This is also the base class of other button classes
|
| UiButton_Gradient | Gradient Bg color & Round-corner button |
| UiButton_Image | Image Button, Text on top.
- Two images are normal & pressed status, upon the image, there can be button text
|
| UiButtonEx | Extended button |
| UiCanvas | Canvas control:
- include a memory DC (MemoryDC m_dcCanvas) as a canvas. the control will paint the m_dcCanvas to the window
|
| UiCaption | Caption control |
| UiEditZoom | |
| UiFillColor | Pure color control |
| UiGradient | 渐变控件
|
| UiList | List control
- the control itself is dragged-and-scrollable
|
| UiList_2 | List control
- the control itself could not scroll.
- add the control into a UiScrollWin object to make it dragged-and-scrollable
|
| UiMultiLineEditPro | 多行文本编辑控件 |
| UiPicture | Picture control, use to view a picture or image
|
| UiPicture2 | Picture control, use to view a picture or image
|
| UiReceiverItem | |
| UiScrollWin | UiWin container class that could scroll the children.
- add uiwin controls to a UiScrollWin object, could let them be draged-and-scroll(scrolling slower and slower,rebound when beyond the edge)
- UiScrollWin object must use SetID(int) to set an unique ID in the whole window, or else it couldn't work properly
|
| UiSingleLineEdit | 单行编辑器类 |
| UiStatic | Static control
- Use to view text or title etc
|
| UiToolbar_Icon | Icon button toolbar |
| UiToolbar_Text | Text button toolbar |
| UiWin | MZFC的UI控件基类 |
| WinManager | UiWin controls manager |