Changeset 59 for trunk/Forms/UFormCPU.lfm
- Timestamp:
- Dec 3, 2014, 9:09:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCPU.lfm
r39 r59 7 7 ClientHeight = 287 8 8 ClientWidth = 414 9 LCLVersion = ' 0.9.31'9 LCLVersion = '1.3' 10 10 object Label4: TLabel 11 11 Left = 8 12 Height = 1813 Top = 4 214 Width = 8712 Height = 25 13 Top = 48 14 Width = 124 15 15 Caption = 'Step counter:' 16 16 ParentColor = False … … 18 18 object Label7: TLabel 19 19 Left = 8 20 Height = 1821 Top = 6222 Width = 4520 Height = 25 21 Top = 72 22 Width = 63 23 23 Caption = 'Speed:' 24 24 ParentColor = False 25 25 end 26 26 object LabelStepSpeed: TLabel 27 Left = 1 1928 Height = 1829 Top = 6230 Width = 1 327 Left = 192 28 Height = 25 29 Top = 72 30 Width = 15 31 31 Caption = ' ' 32 32 ParentColor = False 33 33 end 34 34 object LabelStepCounter: TLabel 35 Left = 1 1936 Height = 1837 Top = 4 238 Width = 1 335 Left = 192 36 Height = 25 37 Top = 48 38 Width = 15 39 39 Caption = ' ' 40 40 ParentColor = False 41 41 end 42 42 object LabelMemoryPointer: TLabel 43 Left = 1 1944 Height = 1843 Left = 192 44 Height = 25 45 45 Top = 24 46 Width = 1 346 Width = 15 47 47 Caption = ' ' 48 48 ParentColor = False 49 49 end 50 50 object LabelProgramPointer: TLabel 51 Left = 1 1952 Height = 1853 Top = 854 Width = 1 351 Left = 192 52 Height = 25 53 Top = 0 54 Width = 15 55 55 Caption = ' ' 56 56 ParentColor = False … … 58 58 object Label3: TLabel 59 59 Left = 8 60 Height = 1861 Top = 862 Width = 1 1060 Height = 25 61 Top = 0 62 Width = 159 63 63 Caption = 'Program pointer:' 64 64 ParentColor = False … … 66 66 object Label5: TLabel 67 67 Left = 8 68 Height = 1868 Height = 25 69 69 Top = 24 70 Width = 1 0870 Width = 156 71 71 Caption = 'Memory pointer:' 72 72 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.