Changeset 135 for trunk/Components/ButtonBase.pas
- Timestamp:
- May 3, 2018, 12:26:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/ButtonBase.pas
r111 r135 8 8 type 9 9 TButtonBase = class(TGraphicControl) 10 constructor Create(aOwner: TComponent); override;11 10 protected 12 11 FDown, FPermanent: boolean; … … 26 25 Active: boolean; 27 26 public 27 constructor Create(aOwner: TComponent); override; 28 28 property Graphic: TBitmap read FGraphic write FGraphic; 29 29 // property DownSound: string read FDownSound write FDownSound;
Note:
See TracChangeset
for help on using the changeset viewer.