/*
               File: Cabezal1
        Description: Cabezal1
             Author: GeneXus Java Generator version 10_1_3-34783
       Generated on: September 3, 2010 19:54:2.84
       Program type: Callable routine
          Main DBMS: mysql
*/
gx.evt.autoSkip = false;
function cabezal1(CmpContext) {
   this.ServerClass =  "Cabezal1" ;
   this.PackageName =  "" ;
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.ReadonlyForm = true;
   this.hasEnterEvent = false;
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   };
   this.e11062_client=function()
   {
      this.executeServerEvent("'IDIOMA'", true);
   };
   this.e13062_client=function()
   {
      this.executeServerEvent("'INICIO'", true);
   };
   this.e15062_client=function()
   {
      this.executeServerEvent("ENTER", true);
   };
   this.e16062_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   };
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.ServerEvents = ["e11062_client" ,"e13062_client" ,"e15062_client" ,"e16062_client"];
   this.SetStandaloneVars( );
}
