/*
               File: UserControlSlide
        Description: User Control Slide
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/18/2010 16:19:24.55
       Program type: Main program
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function usercontrolslide(CmpContext) {
   this.ServerClass =  "UserControlSlide" ;
   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.e134g2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e144g2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.JSLIDE1Container = gx.uc.getNew(this, 11, 0, "Jslide", this.CmpContext + "JSLIDE1Container", "Jslide1");
   this.JSLIDE1Container.setProperty("Width", "Width", "365", "str");
   this.JSLIDE1Container.setProperty("Height", "Height", "308", "str");
   this.JSLIDE1Container.addV2CFunction(function(UC) { UC.ParentObject.AV5SlideCollectionData=gx.fn.getControlValue("_SLIDECOLLECTIONDATA");UC.SetSlideCollectionData(UC.ParentObject.AV5SlideCollectionData); });
   this.JSLIDE1Container.addC2VFunction(function(UC) { UC.ParentObject.AV5SlideCollectionData=UC.GetSlideCollectionData();gx.fn.setControlValue("_SLIDECOLLECTIONDATA",UC.ParentObject.AV5SlideCollectionData); });
   this.JSLIDE1Container.setProperty("Visible", "Visible", true, "bool");
   this.JSLIDE1Container.setC2ShowFunction(function(UC) { UC.show(); });
   this.setUserControl(this.JSLIDE1Container);
   this.AV5SlideCollectionData = {};
   this.A253IndexhighlightsBlockCompany = 0;
   this.A379IndexhighlightsBlockType = "";
   this.A255IndexhighlightsBlockTitle = "";
   this.A256IndexhighlightsBlockDescription = "";
   this.A257IndexhighlightsBlockUrl = "";
   this.A260IndexhighlightsBlockImage = "";
   this.ServerEvents = ["e134g2_client" ,"e144g2_client"];
   this.VarControlMap["A379IndexhighlightsBlockType"] = {id:"INDEXHIGHLIGHTSBLOCKTYPE",grid:0,type:"svchar"};
   this.SetStandaloneVars( );
}
