Changeset 215 for branches/virtcpu fixed int/UFormMain.lfm
- Timestamp:
- Aug 19, 2020, 11:54:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/virtcpu fixed int/UFormMain.lfm
r168 r215 1 1 object Form1: TForm1 2 2 Left = 385 3 Height = 7623 Height = 914 4 4 Top = 208 5 Width = 1 2865 Width = 1543 6 6 Caption = 'Form1' 7 ClientHeight = 7628 ClientWidth = 1 2869 DesignTimePPI = 1 207 ClientHeight = 914 8 ClientWidth = 1543 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnKeyPress = FormKeyPress 13 13 OnShow = FormShow 14 LCLVersion = ' 1.8.2.0'14 LCLVersion = '2.0.10.0' 15 15 object ListViewMemory: TListView 16 Left = 51517 Height = 68718 Top = 4 019 Width = 73316 Left = 618 17 Height = 824 18 Top = 48 19 Width = 880 20 20 Columns = < 21 21 item 22 22 Caption = 'Address' 23 Width = 1 0023 Width = 120 24 24 end 25 25 item 26 Width = 50026 Width = 745 27 27 end> 28 28 Font.Name = 'Liberation Mono' … … 34 34 end 35 35 object ListViewRegisters: TListView 36 Left = 3 1237 Height = 68738 Top = 4 139 Width = 19236 Left = 374 37 Height = 824 38 Top = 49 39 Width = 230 40 40 Columns = < 41 41 item 42 42 Caption = 'Register' 43 Width = 8043 Width = 96 44 44 end 45 45 item 46 Width = 1 0046 Width = 120 47 47 end> 48 48 Font.Name = 'Liberation Mono' … … 54 54 end 55 55 object Memo1: TMemo 56 Left = 1 657 Height = 53158 Top = 2 459 Width = 28456 Left = 19 57 Height = 637 58 Top = 29 59 Width = 341 60 60 OnKeyPress = Memo1KeyPress 61 ParentFont = False 61 62 ReadOnly = True 62 63 TabOrder = 2 63 64 end 64 object Button 1: TButton65 Left = 2 0666 Height = 3 167 Top = 56868 Width = 9465 object ButtonStart: TButton 66 Left = 248 67 Height = 37 68 Top = 682 69 Width = 113 69 70 Caption = 'Start' 70 OnClick = Button1Click 71 OnClick = ButtonStartClick 72 ParentFont = False 71 73 TabOrder = 3 72 74 end 73 object Button 2: TButton74 Left = 8875 Height = 3 176 Top = 56877 Width = 9475 object ButtonStop: TButton 76 Left = 106 77 Height = 37 78 Top = 682 79 Width = 113 78 80 Caption = 'Stop' 79 OnClick = Button2Click 81 OnClick = ButtonStopClick 82 ParentFont = False 80 83 TabOrder = 4 81 84 end 82 85 object LabelTicks: TLabel 83 Left = 1 684 Height = 2 085 Top = 61286 Width = 3586 Left = 19 87 Height = 24 88 Top = 734 89 Width = 48 87 90 Caption = 'Ticks:' 88 91 ParentColor = False 92 ParentFont = False 89 93 end 90 94 object Timer1: TTimer 91 95 Interval = 500 92 96 OnTimer = Timer1Timer 93 left = 22694 top = 67597 Left = 271 98 Top = 810 95 99 end 96 100 end
Note:
See TracChangeset
for help on using the changeset viewer.