CnFoxmailMsgFrm.pas
procedure TMsgForm.tmFadeInTimer(Sender: TObject);
...
else if Top + Height + InValue <= GetWorkRect.Bottom then
--> else if Top + Height - InValue <= GetWorkRect.Bottom then
刚刚CheckOut下来的版本
CnWizOptions.pas
private
FLangPath
public
property LangPath: String;
重复定义