/*
               File: menu_temp1
        Description: menu_temp1
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:4:22.29
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function menu_temp1(CmpContext) {
   this.ServerClass =  "menu_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.e130u2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e140u2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.JMENU1Container = gx.uc.getNew(this, 5, 0, "JMenu", this.CmpContext + "JMENU1Container", "Jmenu1");
   this.JMENU1Container.setProperty("Width", "Width", "100", "str");
   this.JMENU1Container.setProperty("Height", "Height", "100", "str");
   this.JMENU1Container.setProperty("Orientations", "Orientations", "hbr", "str");
   this.JMENU1Container.setDynProperty("Themes", "Themes", "str");
   this.JMENU1Container.setProperty("Effects", "Effects", "N", "str");
   this.JMENU1Container.addV2CFunction(function(UC) { UC.ParentObject.AV10MenuCollectionData=gx.fn.getControlValue("_MENUCOLLECTIONDATA");UC.SetMenuCollectionData(UC.ParentObject.AV10MenuCollectionData); });
   this.JMENU1Container.addC2VFunction(function(UC) { UC.ParentObject.AV10MenuCollectionData=UC.GetMenuCollectionData();gx.fn.setControlValue("_MENUCOLLECTIONDATA",UC.ParentObject.AV10MenuCollectionData); });
   this.JMENU1Container.setProperty("Visible", "Visible", true, "bool");
   this.JMENU1Container.setC2ShowFunction(function(UC) { UC.show(); });
   this.setUserControl(this.JMENU1Container);
   this.AV10MenuCollectionData = {};
   this.A100FrontMenuParent = 0;
   this.A95FrontMenuName = "";
   this.A96FrontMenuContent = "";
   this.A97FrontMenuITC = 0;
   this.A130ItcIndex = "";
   this.A93FrontMenuLanguage = 0;
   this.A101FrontMenuCompany = 0;
   this.A128FrontMenuIsCategories = "";
   this.A99FrontMenuTarget = "";
   this.A92FrontMenuId = 0;
   this.A263FrontMenuOrder = 0;
   this.A44CompanyId = 0;
   this.A307CompanyTemplateTheme = "";
   this.ServerEvents = ["e130u2_client" ,"e140u2_client"];
   this.VarControlMap["AV9FrontMenuId"] = {id:"_FRONTMENUID",grid:0,type:"int"};
   this.SetStandaloneVars( );
}
