/*
               File: top_temp1
        Description: top_temp1
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:4:19.80
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function top_temp1(CmpContext) {
   this.ServerClass =  "top_temp1" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.ReadonlyForm = true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e130t2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e140t2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.A152IndextopLanguage = 0;
   this.A151IndextopCompany = 0;
   this.A154IndextopHtml = "";
   this.ServerEvents = ["e130t2_client" ,"e140t2_client"];
   this.SetStandaloneVars( );
}
