MCPcopy Create free account
hub / github.com/acl-dev/acl / Create

Method Create

app/net_tools/ui/MeterCtrl.cpp:87–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87BOOL CMeterCtrl::Create(LPCTSTR lpszWindowName, DWORD dwStyle,
88 const RECT& rect, CWnd* pParentWnd, HMENU nID)
89{
90 // TODO: �ڴ�����ר�ô����/����û���
91 static CString className = AfxRegisterWndClass(CS_HREDRAW | CS_VREDRAW);
92
93 return CWnd::CreateEx(WS_EX_STATICEDGE, //WS_EX_CLIENTEDGE | WS_EX_STATICEDGE,
94 className, lpszWindowName, dwStyle,
95 rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top,
96 pParentWnd->GetSafeHwnd(), (HMENU) nID);
97
98// return CWnd::Create(lpszClassName, lpszWindowName, dwStyle,
99// rect, pParentWnd, nID, pContext);
100}
101
102BOOL CMeterCtrl::CreateEx(DWORD dwExStyle, LPCTSTR lpszClassName,
103 LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect,

Callers 3

OnInitDialogMethod · 0.45
AutoRunMethod · 0.45
OnInitDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected