﻿
Strings = new function()
{
 this.Msg_Title='系统提示信息';
 this.NoPassword='请填写登陆密码';
 this.NoAccount='请填写帐号名!';
 this.VerifyCode ='请填写验证码！';
}

