Changeset 186 for branches/virtualcpu4/Forms/UFormMain.lfm
- Timestamp:
- May 1, 2019, 11:39:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtualcpu4/Forms/UFormMain.lfm
r185 r186 1 1 object FormMain: TFormMain 2 Left = 7803 Height = 2694 Top = 5275 Width = 6592 Left = 686 3 Height = 318 4 Top = 444 5 Width = 806 6 6 Caption = 'VirtCpu4' 7 ClientHeight = 2698 ClientWidth = 6597 ClientHeight = 318 8 ClientWidth = 806 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate … … 43 43 end 44 44 object ButtonMemory: TButton 45 Left = 37145 Left = 24 46 46 Height = 38 47 Top = 6447 Top = 112 48 48 Width = 185 49 49 Caption = 'Memory' … … 53 53 end 54 54 object ButtonCpuState: TButton 55 Left = 37155 Left = 24 56 56 Height = 38 57 Top = 1 1057 Top = 160 58 58 Width = 185 59 59 Caption = 'CPU state' … … 85 85 Left = 371 86 86 Height = 38 87 Top = 15487 Top = 56 88 88 Width = 185 89 89 Caption = 'Assembler' … … 93 93 end 94 94 object ButtonClearMemory: TButton 95 Left = 37195 Left = 24 96 96 Height = 38 97 Top = 19297 Top = 208 98 98 Width = 185 99 99 Caption = 'Clear memory' … … 102 102 TabOrder = 8 103 103 end 104 object ButtonCompilerPascal: TButton 105 Left = 371 106 Height = 38 107 Top = 200 108 Width = 185 109 Caption = 'Pascal compiler' 110 OnClick = ButtonCompilerPascalClick 111 ParentFont = False 112 TabOrder = 9 113 end 104 114 end
Note:
See TracChangeset
for help on using the changeset viewer.