/*
               File: HWbp14
        Description: Menu Currículo
             Author: GeneXus C# Generator version 10_1_3-34783
       Generated on: 10/19/2011 11:11:12.45
       Program type: Main program
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hwbp14() {
   this.ServerClass =  "HWbp14" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.SetStandaloneVars=function()
   {
      this.AV6Obj1=gx.fn.getControlValue("_OBJ1") ;
   };
   this.e134w2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   };
   this.e144w2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   };
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV6Obj1 = "" ;
   this.ServerEvents = ["e134w2_client" ,"e144w2_client"];
   this.VarControlMap["AV6Obj1"] = {id:"_OBJ1",grid:0,type:"char"};
   this.SetStandaloneVars( );
   this.setComponent({id: "CONTEUDO" ,GXClass: null , Prefix: "W0013" , lvl: 1 });
}
hwbp14.prototype = new gx.GxObject;
gx.setParentObj(new hwbp14());

