Searched refs:ES_LEFT (Results 1 – 2 of 2) sorted by relevance
597 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;598 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;682 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;683 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;706 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;707 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;744 default_style = ES_LEFT | WS_BORDER | WS_TABSTOP;745 base_style = ES_LEFT | WS_BORDER | WS_TABSTOP;
550 #define ES_LEFT 0L macro