Changeset 103 for trunk/Forms/UFormCPU.lfm
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormCPU.lfm
r59 r103 1 1 object FormCPU: TFormCPU 2 2 Left = 262 3 Height = 2873 Height = 430 4 4 Top = 127 5 Width = 4145 Width = 621 6 6 Caption = 'CPU' 7 ClientHeight = 287 8 ClientWidth = 414 9 LCLVersion = '1.3' 7 ClientHeight = 430 8 ClientWidth = 621 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object Label4: TLabel 11 Left = 812 Left = 12 12 13 Height = 25 13 Top = 4814 Width = 1 2414 Top = 72 15 Width = 104 15 16 Caption = 'Step counter:' 16 17 ParentColor = False 18 ParentFont = False 17 19 end 18 20 object Label7: TLabel 19 Left = 821 Left = 12 20 22 Height = 25 21 Top = 7222 Width = 6323 Top = 108 24 Width = 54 23 25 Caption = 'Speed:' 24 26 ParentColor = False 27 ParentFont = False 25 28 end 26 29 object LabelStepSpeed: TLabel 27 Left = 192 30 Left = 288 31 Height = 25 32 Top = 108 33 Width = 15 34 Caption = ' ' 35 ParentColor = False 36 ParentFont = False 37 end 38 object LabelStepCounter: TLabel 39 Left = 288 28 40 Height = 25 29 41 Top = 72 … … 31 43 Caption = ' ' 32 44 ParentColor = False 45 ParentFont = False 33 46 end 34 object Label StepCounter: TLabel35 Left = 19247 object LabelMemoryPointer: TLabel 48 Left = 288 36 49 Height = 25 37 Top = 4850 Top = 36 38 51 Width = 15 39 52 Caption = ' ' 40 53 ParentColor = False 41 end 42 object LabelMemoryPointer: TLabel 43 Left = 192 44 Height = 25 45 Top = 24 46 Width = 15 47 Caption = ' ' 48 ParentColor = False 54 ParentFont = False 49 55 end 50 56 object LabelProgramPointer: TLabel 51 Left = 19257 Left = 288 52 58 Height = 25 53 59 Top = 0 … … 55 61 Caption = ' ' 56 62 ParentColor = False 63 ParentFont = False 57 64 end 58 65 object Label3: TLabel 59 Left = 866 Left = 12 60 67 Height = 25 61 68 Top = 0 62 Width = 1 5969 Width = 135 63 70 Caption = 'Program pointer:' 64 71 ParentColor = False 72 ParentFont = False 65 73 end 66 74 object Label5: TLabel 67 Left = 875 Left = 12 68 76 Height = 25 69 Top = 2470 Width = 1 5677 Top = 36 78 Width = 133 71 79 Caption = 'Memory pointer:' 72 80 ParentColor = False 81 ParentFont = False 73 82 end 74 83 end
Note:
See TracChangeset
for help on using the changeset viewer.