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/UFormMemory.lfm

    r39 r59  
    77  ClientHeight = 259
    88  ClientWidth = 391
    9   LCLVersion = '0.9.31'
     9  LCLVersion = '1.3'
    1010  object Label6: TLabel
    11     Left = 8
    12     Height = 18
    13     Top = 8
    14     Width = 57
     11    Left = 4
     12    Height = 25
     13    Top = 4
     14    Width = 383
     15    Align = alTop
     16    BorderSpacing.Around = 4
    1517    Caption = 'Memory:'
    1618    ParentColor = False
    1719  end
    1820  object ListViewMemory: TListView
    19     Left = 8
    20     Height = 231
    21     Top = 24
    22     Width = 374
    23     Anchors = [akTop, akLeft, akRight, akBottom]
     21    Left = 4
     22    Height = 222
     23    Top = 33
     24    Width = 383
     25    Align = alClient
     26    BorderSpacing.Around = 4
    2427    Columns = <   
    2528      item
Note: See TracChangeset for help on using the changeset viewer.