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

    r39 r59  
    77  ClientHeight = 240
    88  ClientWidth = 320
    9   LCLVersion = '0.9.31'
     9  LCLVersion = '1.3'
    1010  object MemoInput: TMemo
    11     Left = 8
    12     Height = 210
    13     Top = 22
    14     Width = 309
    15     Anchors = [akTop, akLeft, akRight, akBottom]
     11    Left = 4
     12    Height = 203
     13    Top = 33
     14    Width = 312
     15    Align = alClient
     16    BorderSpacing.Around = 4
    1617    Font.Height = -12
    1718    Font.Name = 'Courier New'
     
    2223  end
    2324  object Label1: TLabel
    24     Left = 8
    25     Height = 18
    26     Top = 8
    27     Width = 38
     25    Left = 4
     26    Height = 25
     27    Top = 4
     28    Width = 312
     29    Align = alTop
     30    BorderSpacing.Around = 4
    2831    Caption = 'Input:'
    2932    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.