Ignore:
Timestamp:
May 19, 2021, 11:30:41 AM (3 years ago)
Author:
chronos
Message:
  • Added: Control icons for Pause, Play and Fast forward.
  • Modified: Image buttons changed to custom TImage control with Enabled property supported.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImages.pas

    r76 r77  
    1313
    1414  TFormImages = class(TForm)
     15    ImageFastForward: TImage;
     16    ImagePause: TImage;
     17    ImagePlay: TImage;
    1518    ImageLeftArrow: TImage;
    1619    ImageLocomotive: TImage;
Note: See TracChangeset for help on using the changeset viewer.