"Indicator" class!

This one I've discovered while reversing Internat.exe. The window has been created with the CreateWindowEx function. It had a predefined class, but when I looked at it, I found it somewhat awkward.The class name was "Indicator" and everything worked perfect. But when I looked into MSDN, such a class wasn't mentioned. So meet a new undocumented class!