| 
            Last change
 on this file since 920 was             459, checked in by Kevin Toppenberg, 17 years ago           | 
        
        
          | 
             
Adding foia-cprs branch 
 
           | 
        
        
          | 
            File size:
            315 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [459] | 1 | unit mImgText;
 | 
|---|
 | 2 | 
 | 
|---|
 | 3 | interface
 | 
|---|
 | 4 | 
 | 
|---|
 | 5 | uses
 | 
|---|
 | 6 |   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
 | 
|---|
 | 7 |   StdCtrls, ExtCtrls;
 | 
|---|
 | 8 | 
 | 
|---|
 | 9 | type
 | 
|---|
 | 10 |   TfraImgText = class(TFrame)
 | 
|---|
 | 11 |     img: TImage;
 | 
|---|
 | 12 |     lblText: TLabel;
 | 
|---|
 | 13 |   private
 | 
|---|
 | 14 |     { Private declarations }
 | 
|---|
 | 15 |   public
 | 
|---|
 | 16 |   end;
 | 
|---|
 | 17 | 
 | 
|---|
 | 18 | implementation
 | 
|---|
 | 19 | 
 | 
|---|
 | 20 | {$R *.DFM}
 | 
|---|
 | 21 | 
 | 
|---|
 | 22 | end.
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.