source: trunk/Forms/FormGoToAddress.lfm

Last change on this file was 5, checked in by chronos, 3 weeks ago
  • Added: Some I/O ports handling.
  • Added: Messages form for capturing error messages.
  • Added: Go to address action.
  • Added: Allow to view all used memory areas in Memory window.
  • Added: Allow to reset CPU execution.
  • Modified: Improved memory mapping for MZ-700 and MZ-800 modes.
  • Fixed: Focusing currently executed instruction position.
  • Fixed: Wrong order or 8-bit registers in 16-bit pair.
File size: 878 bytes
Line 
1object FormGoToAddress: TFormGoToAddress
2 Left = 663
3 Height = 139
4 Top = 533
5 Width = 482
6 Caption = 'Go to address'
7 ClientHeight = 139
8 ClientWidth = 482
9 DesignTimePPI = 144
10 LCLVersion = '4.6.0.0'
11 object Label1: TLabel
12 Left = 24
13 Height = 26
14 Top = 28
15 Width = 174
16 Caption = 'Destination address:'
17 end
18 object EditAddress: TEdit
19 Left = 232
20 Height = 43
21 Top = 24
22 Width = 192
23 TabOrder = 0
24 Text = '0'
25 OnKeyPress = EditAddressKeyPress
26 end
27 object ButtonOk: TButton
28 Left = 354
29 Height = 38
30 Top = 91
31 Width = 113
32 Anchors = [akRight, akBottom]
33 Caption = 'OK'
34 ModalResult = 1
35 TabOrder = 1
36 end
37 object ButtonCancel: TButton
38 Left = 210
39 Height = 38
40 Top = 91
41 Width = 113
42 Anchors = [akRight, akBottom]
43 Caption = 'Cancel'
44 ModalResult = 2
45 TabOrder = 2
46 end
47end
Note: See TracBrowser for help on using the repository browser.