宏定义 | |
| #define | MZCLR_BLACK RGB(0,0,0) |
| Black | |
| #define | MZCLR_BUTTON_TEXT MZCLR_FONT_WHITE |
| #define | MZCLR_BUTTON_TEXT_NEGATIVE MZCLR_DARK_BLUE |
| button text color, used on light-color BG, such as little white delete button | |
| #define | MZCLR_BUTTONEX_TEXT MZCLR_FONT_BLACK |
| #define | MZCLR_BUTTONEX_TEXT2 MZCLR_FONT_GRAY |
| #define | MZCLR_CAPTION_BG1 MZCLR_CAPTION_GRADIENT_1 |
| #define | MZCLR_CAPTION_BG2 MZCLR_CAPTION_GRADIENT_2 |
| #define | MZCLR_CAPTION_GRADIENT_1 RGB(162,168,180) |
| #define | MZCLR_CAPTION_GRADIENT_2 RGB(218,227,236) |
| #define | MZCLR_CAPTION_TEXT MZCLR_FONT_BLACK |
| #define | MZCLR_DARK_BLUE RGB(70,86,111) |
| Dark blue, used on text on BG not white | |
| #define | MZCLR_EDIT_TEXT MZCLR_CAPTION_TEXT |
| #define | MZCLR_FONT_BLACK RGB(0,0,0) |
| Black | |
| #define | MZCLR_FONT_DARK RGB(40,40,40) |
| Dark Black | |
| #define | MZCLR_FONT_DARK_GRAY RGB(80,80,80) |
| Dark Gray | |
| #define | MZCLR_FONT_GRAY RGB(120,120,120) |
| Gray | |
| #define | MZCLR_FONT_LIGHT_GRAY RGB(160,160,160) |
| Light Gray | |
| #define | MZCLR_FONT_VERYLIGHT_GRAY RGB(180,180,180) |
| Very Light Gray | |
| #define | MZCLR_FONT_WHITE RGB(255,255,255) |
| White | |
| #define | MZCLR_LIGHT_BLUE RGB(0,60,138) |
| Light blue | |
| #define | MZCLR_LIST_GRIDLINE1_COLOR1 MZCLR_LIST_GRIDLINE_COLOR_TOP |
| #define | MZCLR_LIST_GRIDLINE1_COLOR2 MZCLR_LIST_GRIDLINE_COLOR_TOP2 |
| #define | MZCLR_LIST_GRIDLINE2_COLOR1 MZCLR_LIST_GRIDLINE_COLOR_BOTTOM |
| #define | MZCLR_LIST_GRIDLINE2_COLOR2 MZCLR_LIST_GRIDLINE_COLOR_BOTTOM2 |
| #define | MZCLR_LIST_GRIDLINE_COLOR_BOTTOM RGB(230,230,230) |
| #define | MZCLR_LIST_GRIDLINE_COLOR_BOTTOM2 RGB(200, 200, 200) |
| #define | MZCLR_LIST_GRIDLINE_COLOR_TOP RGB(242,242,242) |
| #define | MZCLR_LIST_GRIDLINE_COLOR_TOP2 RGB(250, 250, 250) |
| #define | MZCLR_LIST_NORMAL_BG_COLOR MZCLR_WINDOW_BG |
| #define | MZCLR_LIST_TEXT MZCLR_FONT_BLACK |
| #define | MZCLR_LIST_TEXT2 MZCLR_FONT_DARK_GRAY |
| #define | MZCLR_LIST_TEXT3 MZCLR_FONT_GRAY |
| #define | MZCLR_LIST_TEXT_HIGHLIGHT RGB(0,115,215) |
| list item text color when the item is high-light | |
| #define | MZCLR_STATIC_TEXT MZCLR_FONT_BLACK |
| #define | MZCLR_TOOLBAR_TEXT MZCLR_FONT_WHITE |
| #define | MZCLR_TOOLBAR_TEXT_DISABLED MZCLR_FONT_VERYLIGHT_GRAY |
| #define | MZCLR_WHITE RGB(255,255,255) |
| White | |
| #define | MZCLR_WINDOW_BG RGB(236,236,236) |
| Window BG color | |
| #define | MZCLR_WINDOW_TEXT MZCLR_FONT_BLACK |
| Window text color | |
| #define | MZFC_SINGLELINE_EDIT MZFS_LARGE |
| font size of single line edit | |
| #define | MZFS_BIG 23 |
| #define | MZFS_DELETE_ITEM_BUTTON 22 |
| font size of delete button on list control item | |
| #define | MZFS_LARGE 25 |
| #define | MZFS_MAX 29 |
| #define | MZFS_MID 21 |
| #define | MZFS_MIN 15 |
| #define | MZFS_NORMAL 27 |
| #define | MZFS_SMALL 19 |
| #define | MZFS_SMS_CONTENT 25 |
| SMS conversation's font size | |
| #define | MZFS_TINY 17 |
| #define | MZM_HEIGHT_BUTTONEX 70 |
| Height of UiButtonEx | |
| #define | MZM_HEIGHT_CAPTION 42 |
| Height of UiCaption | |
| #define | MZM_HEIGHT_ICON_TOOLBAR 75 |
| Height of icon toolbar | |
| #define | MZM_HEIGHT_ICON_TOOLBAR_w720 50 |
| Height of icon toolbar (landscape mode) | |
| #define | MZM_HEIGHT_SINGLELINE_EDIT 60 |
| Height of SingleLineEdit | |
| #define | MZM_HEIGHT_TEXT_TOOLBAR 65 |
| Height of text toolbar | |
| #define | MZM_HEIGHT_TEXT_TOOLBAR_w720 50 |
| Height of text toolbar (landscape mode) | |
| #define | MZM_MARGIN_BIG 25 |
| Margin: BIG | |
| #define | MZM_MARGIN_DINKY 8 |
| Margin: DINKY | |
| #define | MZM_MARGIN_FRACTIONAL 6 |
| Margin: FRACTIONAL | |
| #define | MZM_MARGIN_MAX 40 |
| Margin: MAX | |
| #define | MZM_MARGIN_MID 20 |
| Margin: MID | |
| #define | MZM_MARGIN_MIN 10 |
| Margin: MIN | |
| #define | MZM_MARGIN_SMALL 16 |
| Margin: SMALL | |
| #define | MZM_WIDTH_DELETE_BUTTON 86 |
| Height of little delete button on an list item | |
| #define | MZM_WIDTH_SCROLLBAR 9 |
| Width of scrollbar | |
| #define | MZM_WIDTH_SMS_CONTENT 400 |
| SMS conversation's content width | |
| #define MZCLR_BLACK RGB(0,0,0) |
Black
| #define MZCLR_BUTTON_TEXT MZCLR_FONT_WHITE |
| #define MZCLR_BUTTON_TEXT_NEGATIVE MZCLR_DARK_BLUE |
button text color, used on light-color BG, such as little white delete button
| #define MZCLR_BUTTONEX_TEXT MZCLR_FONT_BLACK |
| #define MZCLR_BUTTONEX_TEXT2 MZCLR_FONT_GRAY |
| #define MZCLR_CAPTION_BG1 MZCLR_CAPTION_GRADIENT_1 |
| #define MZCLR_CAPTION_BG2 MZCLR_CAPTION_GRADIENT_2 |
| #define MZCLR_CAPTION_GRADIENT_1 RGB(162,168,180) |
| #define MZCLR_CAPTION_GRADIENT_2 RGB(218,227,236) |
| #define MZCLR_CAPTION_TEXT MZCLR_FONT_BLACK |
| #define MZCLR_DARK_BLUE RGB(70,86,111) |
Dark blue, used on text on BG not white
| #define MZCLR_EDIT_TEXT MZCLR_CAPTION_TEXT |
| #define MZCLR_FONT_BLACK RGB(0,0,0) |
Black
| #define MZCLR_FONT_DARK RGB(40,40,40) |
Dark Black
| #define MZCLR_FONT_DARK_GRAY RGB(80,80,80) |
Dark Gray
| #define MZCLR_FONT_GRAY RGB(120,120,120) |
Gray
| #define MZCLR_FONT_LIGHT_GRAY RGB(160,160,160) |
Light Gray
| #define MZCLR_FONT_VERYLIGHT_GRAY RGB(180,180,180) |
Very Light Gray
| #define MZCLR_FONT_WHITE RGB(255,255,255) |
White
| #define MZCLR_LIGHT_BLUE RGB(0,60,138) |
Light blue
| #define MZCLR_LIST_GRIDLINE1_COLOR1 MZCLR_LIST_GRIDLINE_COLOR_TOP |
| #define MZCLR_LIST_GRIDLINE1_COLOR2 MZCLR_LIST_GRIDLINE_COLOR_TOP2 |
| #define MZCLR_LIST_GRIDLINE2_COLOR1 MZCLR_LIST_GRIDLINE_COLOR_BOTTOM |
| #define MZCLR_LIST_GRIDLINE2_COLOR2 MZCLR_LIST_GRIDLINE_COLOR_BOTTOM2 |
| #define MZCLR_LIST_GRIDLINE_COLOR_BOTTOM RGB(230,230,230) |
| #define MZCLR_LIST_GRIDLINE_COLOR_BOTTOM2 RGB(200, 200, 200) |
| #define MZCLR_LIST_GRIDLINE_COLOR_TOP RGB(242,242,242) |
| #define MZCLR_LIST_GRIDLINE_COLOR_TOP2 RGB(250, 250, 250) |
| #define MZCLR_LIST_NORMAL_BG_COLOR MZCLR_WINDOW_BG |
| #define MZCLR_LIST_TEXT MZCLR_FONT_BLACK |
| #define MZCLR_LIST_TEXT2 MZCLR_FONT_DARK_GRAY |
| #define MZCLR_LIST_TEXT3 MZCLR_FONT_GRAY |
| #define MZCLR_LIST_TEXT_HIGHLIGHT RGB(0,115,215) |
list item text color when the item is high-light
| #define MZCLR_STATIC_TEXT MZCLR_FONT_BLACK |
| #define MZCLR_TOOLBAR_TEXT MZCLR_FONT_WHITE |
| #define MZCLR_TOOLBAR_TEXT_DISABLED MZCLR_FONT_VERYLIGHT_GRAY |
| #define MZCLR_WHITE RGB(255,255,255) |
White
| #define MZCLR_WINDOW_BG RGB(236,236,236) |
Window BG color
| #define MZCLR_WINDOW_TEXT MZCLR_FONT_BLACK |
Window text color
| #define MZFC_SINGLELINE_EDIT MZFS_LARGE |
font size of single line edit
| #define MZFS_BIG 23 |
| #define MZFS_DELETE_ITEM_BUTTON 22 |
font size of delete button on list control item
| #define MZFS_LARGE 25 |
| #define MZFS_MAX 29 |
| #define MZFS_MID 21 |
| #define MZFS_MIN 15 |
| #define MZFS_NORMAL 27 |
| #define MZFS_SMALL 19 |
| #define MZFS_SMS_CONTENT 25 |
SMS conversation's font size
| #define MZFS_TINY 17 |
| #define MZM_HEIGHT_BUTTONEX 70 |
Height of UiButtonEx
| #define MZM_HEIGHT_CAPTION 42 |
Height of UiCaption
| #define MZM_HEIGHT_ICON_TOOLBAR 75 |
Height of icon toolbar
| #define MZM_HEIGHT_ICON_TOOLBAR_w720 50 |
Height of icon toolbar (landscape mode)
| #define MZM_HEIGHT_SINGLELINE_EDIT 60 |
Height of SingleLineEdit
| #define MZM_HEIGHT_TEXT_TOOLBAR 65 |
Height of text toolbar
| #define MZM_HEIGHT_TEXT_TOOLBAR_w720 50 |
Height of text toolbar (landscape mode)
| #define MZM_MARGIN_BIG 25 |
Margin: BIG
| #define MZM_MARGIN_DINKY 8 |
Margin: DINKY
| #define MZM_MARGIN_FRACTIONAL 6 |
Margin: FRACTIONAL
| #define MZM_MARGIN_MAX 40 |
Margin: MAX
| #define MZM_MARGIN_MID 20 |
Margin: MID
| #define MZM_MARGIN_MIN 10 |
Margin: MIN
| #define MZM_MARGIN_SMALL 16 |
Margin: SMALL
| #define MZM_WIDTH_DELETE_BUTTON 86 |
Height of little delete button on an list item
| #define MZM_WIDTH_SCROLLBAR 9 |
Width of scrollbar
| #define MZM_WIDTH_SMS_CONTENT 400 |
SMS conversation's content width