Changeset 145 for trunk/Forms/FormCPU.lfm
- Timestamp:
- Jun 5, 2023, 6:44:57 PM (18 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormCPU.lfm
r144 r145 8 8 ClientWidth = 621 9 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 OnCreate = FormCreate 11 LCLVersion = '2.2.6.0' 11 12 object Label4: TLabel 12 13 Left = 12 13 Height = 2 514 Height = 26 14 15 Top = 72 15 Width = 1 0416 Width = 112 16 17 Caption = 'Step counter:' 17 18 ParentColor = False … … 20 21 object Label7: TLabel 21 22 Left = 12 22 Height = 2 523 Height = 26 23 24 Top = 108 24 Width = 5 425 Width = 57 25 26 Caption = 'Speed:' 26 27 ParentColor = False … … 29 30 object LabelStepSpeed: TLabel 30 31 Left = 288 31 Height = 2 532 Height = 26 32 33 Top = 108 33 34 Width = 15 … … 38 39 object LabelStepCounter: TLabel 39 40 Left = 288 40 Height = 2 541 Height = 26 41 42 Top = 72 42 43 Width = 15 … … 47 48 object LabelMemoryPointer: TLabel 48 49 Left = 288 49 Height = 2 550 Height = 26 50 51 Top = 36 51 52 Width = 15 … … 56 57 object LabelProgramPointer: TLabel 57 58 Left = 288 58 Height = 2 559 Height = 26 59 60 Top = 0 60 61 Width = 15 … … 65 66 object Label3: TLabel 66 67 Left = 12 67 Height = 2 568 Height = 26 68 69 Top = 0 69 Width = 1 3570 Width = 145 70 71 Caption = 'Program pointer:' 71 72 ParentColor = False … … 74 75 object Label5: TLabel 75 76 Left = 12 76 Height = 2 577 Height = 26 77 78 Top = 36 78 Width = 1 3379 Width = 141 79 80 Caption = 'Memory pointer:' 80 81 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.