Ignore:
Timestamp:
Apr 10, 2019, 4:00:46 PM (6 years ago)
Author:
chronos
Message:
  • Added: Keyboard console.
  • Added: Show Hello World! message.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/virtualcpu4/UFormMain.lfm

    r170 r171  
    11object FormMain: TFormMain
    2   Left = 384
    3   Height = 613
    4   Top = 219
    5   Width = 1178
     2  Left = 223
     3  Height = 790
     4  Top = 54
     5  Width = 1432
    66  Caption = 'VirtCpu4'
    7   ClientHeight = 613
    8   ClientWidth = 1178
     7  ClientHeight = 790
     8  ClientWidth = 1432
    99  DesignTimePPI = 120
    1010  OnCreate = FormCreate
     
    4040  object ListViewRegisters: TListView
    4141    Left = 8
    42     Height = 592
     42    Height = 769
    4343    Top = 8
    4444    Width = 312
     
    6262  object ListViewMemory: TListView
    6363    Left = 328
    64     Height = 592
     64    Height = 769
    6565    Top = 8
    6666    Width = 648
     
    8282    OnData = ListViewMemoryData
    8383  end
     84  object Memo1: TMemo
     85    Left = 984
     86    Height = 619
     87    Top = 160
     88    Width = 432
     89    OnKeyPress = Memo1KeyPress
     90    ReadOnly = True
     91    TabOrder = 4
     92  end
     93  object Label2: TLabel
     94    Left = 984
     95    Height = 20
     96    Top = 136
     97    Width = 56
     98    Caption = 'Console:'
     99    ParentColor = False
     100  end
    84101  object Timer1: TTimer
    85102    Interval = 200
Note: See TracChangeset for help on using the changeset viewer.