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