MAX_LOADSTRING    139 utils/wmremote/wmrunner/wmrunner.cpp     TCHAR szTitle[MAX_LOADSTRING];		// title bar text
MAX_LOADSTRING    140 utils/wmremote/wmrunner/wmrunner.cpp     TCHAR szWindowClass[MAX_LOADSTRING];	// main window class name
MAX_LOADSTRING    148 utils/wmremote/wmrunner/wmrunner.cpp     LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING); 
MAX_LOADSTRING    149 utils/wmremote/wmrunner/wmrunner.cpp     LoadString(hInstance, IDC_WMRUNNER, szWindowClass, MAX_LOADSTRING);