Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/mImgText.pas

    r830 r1679  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   StdCtrls, ExtCtrls;
     7  StdCtrls, ExtCtrls, VA2006Utils;
    88
    99type
    10   TfraImgText = class(TFrame)
     10  TfraImgText = class(TfraTabStopFalse)
    1111    img: TImage;
    1212    lblText: TLabel;
    13   private
    14     { Private declarations }
    15   public
    16     constructor Create(AOwner: TComponent); override;
    1713  end;
    1814
     
    2521{ TfraImgText }
    2622
    27 constructor TfraImgText.Create(AOwner: TComponent);
    28 begin
    29   inherited Create(AOwner);
    30   TabStop := FALSE;
    31 end;
    32 
    3323initialization
    3424  SpecifyFormIsNotADialog(TfraImgText);
Note: See TracChangeset for help on using the changeset viewer.