---@class KLHorseRaceLampPanelView:UIKmlLuaViewBase ---@field HorseRaceLampBG UIKmlLuaControl ---@field scroll UIKmlLuaControl ---@field HorseRaceLampLayout UIKmlLuaControl ---@field HorseRaceLamp UIKmlLuaControl ---@field HorseRace UIKmlLuaControl local KLHorseRaceLampPanelView = {} setmetatable(KLHorseRaceLampPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Message/Panel/KLHorseRaceLamp/KLHorseRaceLampPanelKml' KLHorseRaceLampPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLHorseRaceLampPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLHorseRaceLampPanelView.content) end return KLHorseRaceLampPanelView