finished ftp browser in the settings dialog (rewrote it, looks pretty nice now imo), various other changes

This commit is contained in:
Christian Hammacher
2007-02-12 18:21:40 +00:00
parent 862ed243be
commit 4dfb01bb1d
5 changed files with 32 additions and 5 deletions

View File

@ -4,7 +4,7 @@ interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, OleCtrls, SHDocVw_TLB, ActiveX;
StdCtrls, ExtCtrls, Forms, OleCtrls, SHDocVw, ActiveX;
type
TfrmHTMLPreview = class(TForm)