Lines Matching full:lcp
309 PWL_CREATEPARAM lcp = cp;
310 lcp.pParentWnd = this;
311 lcp.dwFlags =
313 lcp.nBorderStyle = BorderStyle::SOLID;
314 lcp.dwBorderWidth = 1;
315 lcp.eCursorType = FXCT_ARROW;
316 lcp.rcRectWnd = CFX_FloatRect(0, 0, 0, 0);
319 lcp.fFontSize = PWLCB_DEFAULTFONTSIZE;
321 lcp.fFontSize = cp.fFontSize;
324 lcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR;
327 lcp.sBackgroundColor = PWL_DEFAULT_WHITECOLOR;
329 m_pList->Create(lcp);