#include "mzfcdll.h"#include <string>#include "MzString.h"组合类型 | |
| class | CMzWnd |
| MZFC window base class. 更多... | |
宏定义 | |
| #define | ID_CANCEL 2 |
| return value of DoModal(),param of EndModal(), ID_CANCEL means Cancel. | |
| #define | ID_CASCADE_EXIT 0 |
| return value of DoModal(),param of EndModal(), ID_CASCADE_EXIT means want to do cascade exit modal dialogs. | |
| #define | ID_OK 1 |
| return value of DoModal(),param of EndModal(), ID_OK means OK | |
| #define | MZ_COLOR_WND_BG_DEFAULT MZCLR_WINDOW_BG |
| #define | MZ_DOCK_BOTTOM 0x00000008 |
| #define | MZ_DOCK_FILL_HORIZONTAL 0x00000020 |
| #define | MZ_DOCK_FILL_VERTICAL 0x00000010 |
| #define | MZ_DOCK_LEFT 0x00000001 |
| #define | MZ_DOCK_NONE 0x00000000 |
| #define | MZ_DOCK_RIGHT 0x00000002 |
| #define | MZ_DOCK_TOP 0x00000004 |
| #define | SHK_RET_APPEXIT_SHELLTOP 1 |
| return value of CMzWnd::OnShellHomeKey(), SHK_RET_APPEXIT_SHELLTOP: app exit, SHELL will be bring top | |
| #define | SHK_RET_APPNOEXIT_SHELLNOTOP 2 |
| return value of CMzWnd::OnShellHomeKey(), SHK_RET_APPNOEXIT_SHELLNOTOP: app will exit, and shell will be bring top | |
| #define | SHK_RET_APPNOEXIT_SHELLTOP 3 |
| return value of CMzWnd::OnShellHomeKey(), SHK_RET_APPNOEXIT_SHELLNOTOP: app will not exit, and shell will no be bring top | |
| #define | SHK_RET_DEFAULT 0 |
| return value of CMzWnd::OnShellHomeKey(), same as SHK_RET_APPEXIT_SHELLTOP | |
| #define | WF_CONTINUEMODAL 0x0010 |
| #define | WF_MODALLOOP 0x0008 |
| #define ID_CANCEL 2 |
return value of DoModal(),param of EndModal(), ID_CANCEL means Cancel.
| #define ID_CASCADE_EXIT 0 |
return value of DoModal(),param of EndModal(), ID_CASCADE_EXIT means want to do cascade exit modal dialogs.
| #define ID_OK 1 |
return value of DoModal(),param of EndModal(), ID_OK means OK
| #define MZ_COLOR_WND_BG_DEFAULT MZCLR_WINDOW_BG |
| #define MZ_DOCK_BOTTOM 0x00000008 |
| #define MZ_DOCK_FILL_HORIZONTAL 0x00000020 |
| #define MZ_DOCK_FILL_VERTICAL 0x00000010 |
| #define MZ_DOCK_LEFT 0x00000001 |
| #define MZ_DOCK_NONE 0x00000000 |
| #define MZ_DOCK_RIGHT 0x00000002 |
| #define MZ_DOCK_TOP 0x00000004 |
| #define SHK_RET_APPEXIT_SHELLTOP 1 |
return value of CMzWnd::OnShellHomeKey(), SHK_RET_APPEXIT_SHELLTOP: app exit, SHELL will be bring top
| #define SHK_RET_APPNOEXIT_SHELLNOTOP 2 |
return value of CMzWnd::OnShellHomeKey(), SHK_RET_APPNOEXIT_SHELLNOTOP: app will exit, and shell will be bring top
| #define SHK_RET_APPNOEXIT_SHELLTOP 3 |
return value of CMzWnd::OnShellHomeKey(), SHK_RET_APPNOEXIT_SHELLNOTOP: app will not exit, and shell will no be bring top
| #define SHK_RET_DEFAULT 0 |
return value of CMzWnd::OnShellHomeKey(), same as SHK_RET_APPEXIT_SHELLTOP
| #define WF_CONTINUEMODAL 0x0010 |
| #define WF_MODALLOOP 0x0008 |