/*
               File: HCodeofHonor
        Description: Code of Honor
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/1/2010 20:25:18.50
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hcodeofhonor() {
   this.ServerClass =  "HCodeofHonor" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.e132n2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e142n2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.ServerEvents = ["e132n2_client" ,"e142n2_client"];
   this.SetStandaloneVars( );
}
hcodeofhonor.prototype = new gx.GxObject;
gx.setParentObj(new hcodeofhonor());
