Changeset 184 for branches/virtualcpu4/Forms/UFormDisassembler.lfm
- Timestamp:
- Apr 25, 2019, 4:20:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtualcpu4/Forms/UFormDisassembler.lfm
r181 r184 1 1 object FormDisassembler: TFormDisassembler 2 Left = 6873 Height = 6914 Top = 4165 Width = 7212 Left = 587 3 Height = 576 4 Top = 248 5 Width = 601 6 6 Caption = 'Disassembler' 7 ClientHeight = 6918 ClientWidth = 7219 DesignTimePPI = 1 447 ClientHeight = 576 8 ClientWidth = 601 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 LCLVersion = '2.0.0.4' 12 OnShow = FormShow 13 LCLVersion = '2.0.2.0' 13 14 object ListView1: TListView 14 Left = 8 15 Height = 675 16 Top = 8 17 Width = 705 18 Align = alClient 19 BorderSpacing.Around = 8 15 Left = 7 16 Height = 521 17 Top = 7 18 Width = 587 19 Align = alCustom 20 Anchors = [akTop, akLeft, akRight, akBottom] 21 BorderSpacing.Around = 7 20 22 Columns = < 21 23 item 22 24 Caption = 'Address' 23 Width = 10025 Width = 83 24 26 end 25 27 item 26 28 Caption = 'Opcode' 27 Width = 1 5029 Width = 125 28 30 end 29 31 item 30 32 Caption = 'Assembly' 31 Width = 44033 Width = 367 32 34 end> 33 35 OwnerData = True 36 ParentFont = False 34 37 ReadOnly = True 35 38 RowSelect = True … … 38 41 OnData = ListView1Data 39 42 end 43 object ButtonReload: TButton 44 Left = 7 45 Height = 31 46 Top = 536 47 Width = 94 48 Anchors = [akLeft, akBottom] 49 Caption = 'Reload' 50 OnClick = ButtonReloadClick 51 TabOrder = 1 52 end 40 53 end
Note:
See TracChangeset
for help on using the changeset viewer.