1 #include <vector>
2 #include "OVIMEUI.h"
3 HFONT hUIFont;
4 HINSTANCE hInst;
5 LPTSTR lpCandStr;
6 LPTSTR lpCompStr;
7 UICHILD uiStatus;
8 UICHILD uiComp;
9 UICHILD uiCand;
10 
11 // InputContext
12 std::vector<LPTSTR> IC;
13 int CurrentIC;
14