Changeset 171 for branches/virtualcpu4/UFormMain.lfm
- Timestamp:
- Apr 10, 2019, 4:00:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtualcpu4/UFormMain.lfm
r170 r171 1 1 object FormMain: TFormMain 2 Left = 3843 Height = 6134 Top = 2195 Width = 1 1782 Left = 223 3 Height = 790 4 Top = 54 5 Width = 1432 6 6 Caption = 'VirtCpu4' 7 ClientHeight = 6138 ClientWidth = 1 1787 ClientHeight = 790 8 ClientWidth = 1432 9 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate … … 40 40 object ListViewRegisters: TListView 41 41 Left = 8 42 Height = 59242 Height = 769 43 43 Top = 8 44 44 Width = 312 … … 62 62 object ListViewMemory: TListView 63 63 Left = 328 64 Height = 59264 Height = 769 65 65 Top = 8 66 66 Width = 648 … … 82 82 OnData = ListViewMemoryData 83 83 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 84 101 object Timer1: TTimer 85 102 Interval = 200
Note:
See TracChangeset
for help on using the changeset viewer.