/*
               File: home
        Description: Home
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:33:30.55
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function home(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e13802_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e14802_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.SetStandaloneVars( );
   this.ServerClass =  "home" ;
   this.setComponent({id: "WEBCOMPHEADER" ,GXClass: null , Prefix: "W0006" , lvl: 1 });
   this.setComponent({id: "COMPONENTDESTACADOS" ,GXClass: null , Prefix: "W0016" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT" ,GXClass: null , Prefix: "W0027" , lvl: 1 });
   this.setComponent({id: "COMPUNETE" ,GXClass: null , Prefix: "W0042" , lvl: 1 });
   this.setComponent({id: "LEFTCOMPONENT2" ,GXClass: null , Prefix: "W0049" , lvl: 1 });
   this.setComponent({id: "LEFTCOMPONENT1" ,GXClass: null , Prefix: "W0056" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT2" ,GXClass: null , Prefix: "W0073" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT4" ,GXClass: null , Prefix: "W0079" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT3" ,GXClass: null , Prefix: "W0088" , lvl: 1 });
   this.setComponent({id: "WEBCOMPFOOTER" ,GXClass: null , Prefix: "W0092" , lvl: 1 });
}
setExecutableComponent("home");
