home *** CD-ROM | disk | FTP | other *** search
- unit CapAbout;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- StdCtrls, ExtCtrls, CapCtrl, ComCtrls;
-
- type
- TCaptionControlAbout = class(TForm)
- ControlImage: TImage;
- lblComponent: TLabel;
- lblVersion: TLabel;
- lblCopyright: TLabel;
- lblHistory: TLabel;
- btnOK: TButton;
- CaptionControl1: TCaptionControl;
- lvwHistory: TListView;
- end;
-
- implementation
-
- {$R *.DFM}
-
- end.
-