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

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

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