/*
               File: videos
        Description: Videos
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 5/4/2009 11:49:8.42
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function videos(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e13812_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e14812_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.A159LangCo = "";
   this.A10ArtNbr = 0;
   this.A264VideoP = 0;
   this.A218ArtWFH = 0;
   this.A217ArtWFF = 0;
   this.SetStandaloneVars( );
   this.ServerClass =  "videos" ;
   this.setComponent({id: "WEBCOMPHEADER" ,GXClass: null , Prefix: "W0006" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT" ,GXClass: null , Prefix: "W0061" , lvl: 1 });
   this.setComponent({id: "WEBCOMPFOOTER" ,GXClass: null , Prefix: "W0099" , lvl: 1 });
}
setExecutableComponent("videos");
