/*
               File: BlockLeft_Temp1
        Description: Block Left_ Temp1
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:4:15.91
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function blockleft_temp1(CmpContext) {
   this.ServerClass =  "BlockLeft_Temp1" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.ReadonlyForm = true;
   this.hasEnterEvent = true;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e111k2_client=function()
   {
      this.executeServerEvent("ENTER", true, arguments[0]);
   }
   this.e141k2_client=function()
   {
      this.executeServerEvent("CANCEL", true, arguments[0]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.GrillamenuContainer = new gx.grid.grid(this, 2,"WbpLvl2",7,"Grillamenu","Grillamenu","GrillamenuContainer",this.CmpContext,this.IsMasterPage,"blockleft_temp1",[],true,1,true,true,0,false,false,false,"",0,"px",gx.getMessage( "GXM_NewRow"),false,false,false,null,null,false);
   this.GrillamenuContainer.startRow("","","","","","");
   this.GrillamenuContainer.startCell("","","","","","","","","","");
   this.GrillamenuContainer.startTable("Table1",10,"0px");
   this.GrillamenuContainer.addHtmlCode("<TBODY>");
   this.GrillamenuContainer.startRow("","","","","","");
   this.GrillamenuContainer.startCell("","","","","","","","","","");
   this.GrillamenuContainer.addTextBlock('TXTMENU',null);
   this.GrillamenuContainer.endCell();
   this.GrillamenuContainer.endRow();
   this.GrillamenuContainer.addHtmlCode("</TBODY>");
   this.GrillamenuContainer.endTable();
   this.GrillamenuContainer.startTable("Table3",14,"0px");
   this.GrillamenuContainer.addHtmlCode("<TBODY>");
   this.GrillamenuContainer.startRow("","","","","","");
   this.GrillamenuContainer.startCell("","","","","","","","","","");
   this.GrillamenuContainer.addTextBlock('TXTSUBMENU',null);
   this.GrillamenuContainer.endCell();
   this.GrillamenuContainer.endRow();
   this.GrillamenuContainer.startRow("","","","","","");
   this.GrillamenuContainer.startCell("","center","","","","","","","","");
   this.GrillamenuContainer.addBitmap("Image1","IMAGE1",20,0,"px",0,"px",null,"","");
   this.GrillamenuContainer.endCell();
   this.GrillamenuContainer.endRow();
   this.GrillamenuContainer.addHtmlCode("</TBODY>");
   this.GrillamenuContainer.endTable();
   this.GrillamenuContainer.endCell();
   this.GrillamenuContainer.endRow();
   this.setGrid(this.GrillamenuContainer);
   this.A216IndexBlockName = "";
   this.A158IndexBlockHTML = "";
   this.A219IndexBlockNameEnabled = "";
   this.A261IndexBlockImage = "";
   this.A162IndexBlockUrl = "";
   this.A163IndexBlockTarget = "";
   this.A217IndexBlockLanguage = 0;
   this.A156IndexBlockCompany = 0;
   this.ServerEvents = ["e111k2_client" ,"e141k2_client"];
   this.VarControlMap["AV11CompanyId"] = {id:"_COMPANYID",grid:0,type:"int"};
   this.VarControlMap["AV12LanguageId"] = {id:"_LANGUAGEID",grid:0,type:"int"};
   this.GrillamenuContainer.addRefreshingVar({rfrVar:"AV11CompanyId"});
   this.GrillamenuContainer.addRefreshingVar({rfrVar:"AV12LanguageId"});
   this.GrillamenuContainer.addRefreshingVar({rfrVar:"A163IndexBlockTarget"});
   this.GrillamenuContainer.addRefreshingVar({rfrVar:"A162IndexBlockUrl"});
   this.GrillamenuContainer.addRefreshingVar({rfrVar:"A261IndexBlockImage"});
   this.GrillamenuContainer.addRefreshingVar({rfrVar:"A219IndexBlockNameEnabled"});
   this.GrillamenuContainer.addRefreshingVar({rfrVar:"A158IndexBlockHTML"});
   this.GrillamenuContainer.addRefreshingVar({rfrVar:"A216IndexBlockName"});
   this.SetStandaloneVars( );
}
gx.setExecutableComponent("blockleft_temp1");
