Ignore:
Timestamp:
Aug 22, 2019, 11:01:15 AM (5 years ago)
Author:
chronos
Message:
  • Added: Reboot button.
  • Added: Check memory leaks.
Location:
branches/topdown
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown

    • Property svn:ignore set to
      lib
      heaptrclog.trc
      OS.exe
      OS.lps
      OS.res
  • branches/topdown/UFormMenu.lfm

    r25 r26  
    88  ClientWidth = 262
    99  DesignTimePPI = 120
     10  FormStyle = fsStayOnTop
    1011  OnDeactivate = FormDeactivate
    1112  OnShow = FormShow
     
    3536    TabOrder = 1
    3637  end
     38  object ButtonReboot: TButton
     39    Left = 112
     40    Height = 31
     41    Top = 362
     42    Width = 94
     43    Anchors = [akLeft, akBottom]
     44    Caption = 'Reboot'
     45    OnClick = ButtonRebootClick
     46    TabOrder = 2
     47  end
    3748end
Note: See TracChangeset for help on using the changeset viewer.