It would help if you would post an image of the panel in the engine.

If you need image hosting, try ImageShack or Photobucket.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}