Last change
on this file since 800 was 541, checked in by Kevin Toppenberg, 15 years ago |
TMG Ver 1.1 Added HTML Support, better demographics editing
|
File size:
509 bytes
|
Rev | Line | |
---|
[541] | 1 | unit fTMGPrintingAnimation;
|
---|
| 2 | //kt added this entire unit and form.
|
---|
| 3 |
|
---|
| 4 | interface
|
---|
| 5 |
|
---|
| 6 | uses
|
---|
| 7 | Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
---|
| 8 | Dialogs, ComCtrls, StdCtrls, ExtCtrls, pngimage;
|
---|
| 9 |
|
---|
| 10 | type
|
---|
| 11 | TfrmTMGPrinting = class(TForm)
|
---|
| 12 | lblPrinting: TLabel;
|
---|
| 13 | pnlBackground: TPanel;
|
---|
| 14 | Image1: TImage;
|
---|
| 15 | private
|
---|
| 16 | { Private declarations }
|
---|
| 17 | public
|
---|
| 18 | { Public declarations }
|
---|
| 19 | end;
|
---|
| 20 |
|
---|
| 21 | var
|
---|
| 22 | frmTMGPrinting: TfrmTMGPrinting;
|
---|
| 23 |
|
---|
| 24 | implementation
|
---|
| 25 |
|
---|
| 26 | {$R *.dfm}
|
---|
| 27 |
|
---|
| 28 | end.
|
---|
| 29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.