Ignore:
Timestamp:
Aug 7, 2024, 12:12:42 AM (2 months ago)
Author:
chronos
Message:
  • Modified: Improved serial console handling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray/Core.lfm

    r5 r10  
    55  Height = 729
    66  HorizontalOffset = 992
    7   VerticalOffset = 653
     7  VerticalOffset = 644
    88  Width = 1074
    99  PPI = 144
     
    9393      OnExecute = AAboutExecute
    9494    end
     95    object APowerOn: TAction
     96      Caption = 'Power on'
     97      OnExecute = APowerOnExecute
     98    end
     99    object APowerOff: TAction
     100      Caption = 'Power off'
     101      OnExecute = APowerOffExecute
     102    end
     103    object ARestart: TAction
     104      Caption = 'Restart'
     105      OnExecute = ARestartExecute
     106    end
    95107  end
    96108end
Note: See TracChangeset for help on using the changeset viewer.