Ignore:
Timestamp:
Jul 5, 2022, 8:28:18 PM (23 months ago)
Author:
chronos
Message:
  • Modified: Improved sample code execution.
  • Added: Memory map form.
Location:
branches/UltimatOS
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/UltimatOS

    • Property svn:ignore set to
      UltimatOS
      UltimatOS.lps
      UltimatOS.res
      lib
  • branches/UltimatOS/Forms/UFormMain.lfm

    r29 r30  
    3636    TabOrder = 1
    3737  end
     38  object Label1: TLabel
     39    Left = 662
     40    Height = 22
     41    Top = 500
     42    Width = 68
     43    Caption = 'Instrukcí:'
     44  end
     45  object ButtonMemory: TButton
     46    Left = 128
     47    Height = 33
     48    Top = 496
     49    Width = 98
     50    Caption = 'Memory'
     51    OnClick = ButtonMemoryClick
     52    TabOrder = 2
     53  end
    3854  object Timer1: TTimer
    3955    Interval = 20
Note: See TracChangeset for help on using the changeset viewer.