Ignore:
Timestamp:
May 5, 2019, 12:17:58 AM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by newer .lrj files.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormCPU.lfm

    r59 r103  
    11object FormCPU: TFormCPU
    22  Left = 262
    3   Height = 287
     3  Height = 430
    44  Top = 127
    5   Width = 414
     5  Width = 621
    66  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'
    1011  object Label4: TLabel
    11     Left = 8
     12    Left = 12
    1213    Height = 25
    13     Top = 48
    14     Width = 124
     14    Top = 72
     15    Width = 104
    1516    Caption = 'Step counter:'
    1617    ParentColor = False
     18    ParentFont = False
    1719  end
    1820  object Label7: TLabel
    19     Left = 8
     21    Left = 12
    2022    Height = 25
    21     Top = 72
    22     Width = 63
     23    Top = 108
     24    Width = 54
    2325    Caption = 'Speed:'
    2426    ParentColor = False
     27    ParentFont = False
    2528  end
    2629  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
    2840    Height = 25
    2941    Top = 72
     
    3143    Caption = '   '
    3244    ParentColor = False
     45    ParentFont = False
    3346  end
    34   object LabelStepCounter: TLabel
    35     Left = 192
     47  object LabelMemoryPointer: TLabel
     48    Left = 288
    3649    Height = 25
    37     Top = 48
     50    Top = 36
    3851    Width = 15
    3952    Caption = '   '
    4053    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
    4955  end
    5056  object LabelProgramPointer: TLabel
    51     Left = 192
     57    Left = 288
    5258    Height = 25
    5359    Top = 0
     
    5561    Caption = '   '
    5662    ParentColor = False
     63    ParentFont = False
    5764  end
    5865  object Label3: TLabel
    59     Left = 8
     66    Left = 12
    6067    Height = 25
    6168    Top = 0
    62     Width = 159
     69    Width = 135
    6370    Caption = 'Program pointer:'
    6471    ParentColor = False
     72    ParentFont = False
    6573  end
    6674  object Label5: TLabel
    67     Left = 8
     75    Left = 12
    6876    Height = 25
    69     Top = 24
    70     Width = 156
     77    Top = 36
     78    Width = 133
    7179    Caption = 'Memory pointer:'
    7280    ParentColor = False
     81    ParentFont = False
    7382  end
    7483end
Note: See TracChangeset for help on using the changeset viewer.