重登确认框

dev_chengFeng
ZhangBiao 2021-03-13 14:00:27 +08:00
parent 0779a816e0
commit e9cadb6cb9
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
require("Base/BasePanel")
SysPanel = Inherit(BasePanel)
local str1 = Language[10508]
local str2 = Language[11350]
local str3 = Language[11351]
local str1 = Language[10732]
local str2 = Language[10731]
local str3 = Language[12117]
--初始化组件(用于子类重写)
function SysPanel:InitComponent()