/*
               File: Hivg_menu
        Description: Menu
             Author: GeneXus C# Generator version 10_0_4-23569
       Generated on: 10/13/2009 14:57:30.16
       Program type: Callable routine
          Main DBMS: mysql
*/
gx.evt.autoSkip = false;
function hivg_menu(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.e130f2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e140f2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.SetStandaloneVars( );
   this.ServerClass =  "Hivg_menu" ;
}
