Ignore:
Timestamp:
Dec 3, 2014, 9:09:42 PM (9 years ago)
Author:
chronos
Message:
  • Added: Support for high DPI screens. If not detected automatically correctly then user can specify desired values.
  • Updated: Common package to newer version.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCPU.lfm

    r39 r59  
    77  ClientHeight = 287
    88  ClientWidth = 414
    9   LCLVersion = '0.9.31'
     9  LCLVersion = '1.3'
    1010  object Label4: TLabel
    1111    Left = 8
    12     Height = 18
    13     Top = 42
    14     Width = 87
     12    Height = 25
     13    Top = 48
     14    Width = 124
    1515    Caption = 'Step counter:'
    1616    ParentColor = False
     
    1818  object Label7: TLabel
    1919    Left = 8
    20     Height = 18
    21     Top = 62
    22     Width = 45
     20    Height = 25
     21    Top = 72
     22    Width = 63
    2323    Caption = 'Speed:'
    2424    ParentColor = False
    2525  end
    2626  object LabelStepSpeed: TLabel
    27     Left = 119
    28     Height = 18
    29     Top = 62
    30     Width = 13
     27    Left = 192
     28    Height = 25
     29    Top = 72
     30    Width = 15
    3131    Caption = '   '
    3232    ParentColor = False
    3333  end
    3434  object LabelStepCounter: TLabel
    35     Left = 119
    36     Height = 18
    37     Top = 42
    38     Width = 13
     35    Left = 192
     36    Height = 25
     37    Top = 48
     38    Width = 15
    3939    Caption = '   '
    4040    ParentColor = False
    4141  end
    4242  object LabelMemoryPointer: TLabel
    43     Left = 119
    44     Height = 18
     43    Left = 192
     44    Height = 25
    4545    Top = 24
    46     Width = 13
     46    Width = 15
    4747    Caption = '   '
    4848    ParentColor = False
    4949  end
    5050  object LabelProgramPointer: TLabel
    51     Left = 119
    52     Height = 18
    53     Top = 8
    54     Width = 13
     51    Left = 192
     52    Height = 25
     53    Top = 0
     54    Width = 15
    5555    Caption = '   '
    5656    ParentColor = False
     
    5858  object Label3: TLabel
    5959    Left = 8
    60     Height = 18
    61     Top = 8
    62     Width = 110
     60    Height = 25
     61    Top = 0
     62    Width = 159
    6363    Caption = 'Program pointer:'
    6464    ParentColor = False
     
    6666  object Label5: TLabel
    6767    Left = 8
    68     Height = 18
     68    Height = 25
    6969    Top = 24
    70     Width = 108
     70    Width = 156
    7171    Caption = 'Memory pointer:'
    7272    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.