Ignore:
Timestamp:
Jul 10, 2022, 12:37:58 AM (2 years ago)
Author:
chronos
Message:
  • Added: Interrupt handling.
Location:
branches/UltimatOS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UltimatOS

    • Property svn:ignore
      •  

        old new  
        22UltimatOS.lps
        33UltimatOS.res
         4UltimatOS.dbg
        45lib
  • branches/UltimatOS/Forms/UFormMain.lfm

    r30 r32  
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
     12  OnKeyUp = FormKeyUp
    1213  OnShow = FormShow
    1314  LCLVersion = '2.2.0.4'
     
    1718    Top = 8
    1819    Width = 640
     20    OnMouseMove = PaintBox1MouseMove
    1921    OnPaint = PaintBox1Paint
    2022  end
    21   object ButtonRun: TButton
     23  object ButtonStart: TButton
    2224    Left = 8
    2325    Height = 33
    2426    Top = 496
    2527    Width = 98
    26     Caption = 'Run'
    27     OnClick = ButtonRunClick
     28    Caption = 'Start'
     29    OnClick = ButtonStartClick
    2830    TabOrder = 0
    2931  end
     
    4446  end
    4547  object ButtonMemory: TButton
    46     Left = 128
     48    Left = 550
    4749    Height = 33
    4850    Top = 496
     
    5153    OnClick = ButtonMemoryClick
    5254    TabOrder = 2
     55  end
     56  object ButtonStop: TButton
     57    Left = 112
     58    Height = 33
     59    Top = 496
     60    Width = 98
     61    Caption = 'Stop'
     62    OnClick = ButtonStopClick
     63    TabOrder = 3
     64  end
     65  object ButtonRestart: TButton
     66    Left = 216
     67    Height = 33
     68    Top = 496
     69    Width = 98
     70    Caption = 'Restart'
     71    OnClick = ButtonRestartClick
     72    TabOrder = 4
     73  end
     74  object ButtonCompile: TButton
     75    Left = 8
     76    Height = 33
     77    Top = 536
     78    Width = 98
     79    Caption = 'Compile'
     80    OnClick = ButtonCompileClick
     81    TabOrder = 5
    5382  end
    5483  object Timer1: TTimer
Note: See TracChangeset for help on using the changeset viewer.