|
Last change
on this file since 1751 was 1693, checked in by healthsevak, 11 years ago |
|
Committing the files for first time to this new branch
|
|
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,
|
|---|
| [1693] | 7 | StdCtrls, ExtCtrls, VA2006Utils;
|
|---|
| [456] | 8 |
|
|---|
| 9 | type
|
|---|
| [1693] | 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.