#include "uiwin.h"#include "Helper.h"#include "MzAnimator.h"#include "MouseTracker.h"#include <map>#include "SelectControl.h"#include <vector>#include "common.h"#include "MzWnd.h"#include "UiEditZoom.h"| #define BACK_SLASH '\\' |
| #define CR 13 |
| #define DT_END_ELLIPSIS 0x00008000 |
| #define DT_MODIFYSTRING 0x00010000 |
| #define DT_MODIFYSTRING 0x00010000 |
| #define DT_PATH_ELLIPSIS 0x00004000 |
| #define DT_RTLREADING 0x00020000 |
| #define DT_WORD_ELLIPSIS 0x00040000 |
| #define EDIT_FONT_CHAGE_STEP 4 |
| #define EDIT_MARGIN_BOTTOM 10 |
| #define EDIT_MAX_FONT 32 |
| #define EDIT_MIN_FONT 16 |
| #define FORWARD_SLASH '/' |
| #define LF 10 |
| #define MAX_BUFFER 1024 |
| #define MAX_FACE_CHAR 7 |
| #define PREFIX 38 |
| #define SPACE 32 |
| #define TAB 9 |
| #define UiMultiLineEdit UiMultiLineEditPro |
| #define UiMutiLineEditPro UiMultiLineEditPro |
| #define WM_THREAD_DEAD WM_USER+20 |
| typedef struct tagDRAWTEXTPARAMS DRAWTEXTPARAMS |
| typedef struct tag_ellipsis_data ellipsis_data |
| typedef struct tagDRAWTEXTPARAMS* LPDRAWTEXTPARAMS |
| anonymous enum |
| anonymous enum |
| enum MEDIA_TYPE |