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