Last change
on this file since 1684 was 1679, checked in by healthsevak, 9 years ago |
Updating the working copy to CPRS version 28
|
File size:
399 bytes
|
Rev | Line | |
---|
[456] | 1 | unit mImgText;
|
---|
| 2 |
|
---|
| 3 | interface
|
---|
| 4 |
|
---|
| 5 | uses
|
---|
| 6 | Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
|
---|
[1679] | 7 | StdCtrls, ExtCtrls, VA2006Utils;
|
---|
[456] | 8 |
|
---|
| 9 | type
|
---|
[1679] | 10 | TfraImgText = class(TfraTabStopFalse)
|
---|
[456] | 11 | img: TImage;
|
---|
| 12 | lblText: TLabel;
|
---|
| 13 | end;
|
---|
| 14 |
|
---|
| 15 | implementation
|
---|
| 16 |
|
---|
[830] | 17 | uses VA508AccessibilityRouter;
|
---|
| 18 |
|
---|
[456] | 19 | {$R *.DFM}
|
---|
| 20 |
|
---|
[830] | 21 | { TfraImgText }
|
---|
| 22 |
|
---|
| 23 | initialization
|
---|
| 24 | SpecifyFormIsNotADialog(TfraImgText);
|
---|
| 25 |
|
---|
[456] | 26 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.