source: cprs/trunk/CPRS-Chart/mImgText.pas@ 456

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

File size: 315 bytes
Line 
1unit mImgText;
2
3interface
4
5uses
6 Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
7 StdCtrls, ExtCtrls;
8
9type
10 TfraImgText = class(TFrame)
11 img: TImage;
12 lblText: TLabel;
13 private
14 { Private declarations }
15 public
16 end;
17
18implementation
19
20{$R *.DFM}
21
22end.
Note: See TracBrowser for help on using the repository browser.