(ctor) GumpTextEntry( int x, int y, int width, int height, int hue, int entryID, string initialText )
int EntryID{ get; set; }
int Height{ get; set; }
int Hue{ get; set; }
string InitialText{ get; set; }
int Width{ get; set; }
int X{ get; set; }
int Y{ get; set; }
virtual string Compile()