source: trunk/Forms/FormError.pas

Last change on this file was 162, checked in by chronos, 11 months ago
  • Modified: Updated Common package.
File size: 229 bytes
Line 
1unit FormError;
2
3interface
4
5uses
6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, FormEx;
7
8type
9
10 { TFormError }
11
12 TFormError = class(TFormEx)
13 MemoErrors: TMemo;
14 end;
15
16
17implementation
18
19{$R *.lfm}
20
21end.
22
Note: See TracBrowser for help on using the repository browser.