8 lines
237 B
C
8 lines
237 B
C
#pragma once
|
|
|
|
#include <afxwin.h> // MFC core and standard components
|
|
|
|
void InitCtrlRect();
|
|
void GetCtrlRect( CRect* pRect, int nMaxNum );
|
|
int GetLanguageResourceIndexOffset( CString strLanguageParam );
|
|
void ResetInitCtrlRect();
|