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

    r39 r59  
    11object FormOutput: TFormOutput
    22  Left = 256
    3   Height = 240
     3  Height = 440
    44  Top = 32
    55  Width = 320
    66  Caption = 'Output'
    7   ClientHeight = 240
     7  ClientHeight = 440
    88  ClientWidth = 320
    9   LCLVersion = '0.9.31'
     9  LCLVersion = '1.3'
    1010  object Label2: TLabel
    11     Left = 8
    12     Height = 18
    13     Top = 6
    14     Width = 49
     11    Left = 4
     12    Height = 25
     13    Top = 4
     14    Width = 312
     15    Align = alTop
     16    BorderSpacing.Around = 4
    1517    Caption = 'Output:'
    1618    ParentColor = False
    1719  end
    1820  object MemoOutput: TMemo
    19     Left = 8
    20     Height = 211
    21     Top = 22
    22     Width = 309
    23     Anchors = [akTop, akLeft, akRight, akBottom]
     21    Left = 4
     22    Height = 403
     23    Top = 33
     24    Width = 312
     25    Align = alClient
     26    BorderSpacing.Around = 4
    2427    Font.Height = -12
    2528    Font.Name = 'Courier New'
Note: See TracChangeset for help on using the changeset viewer.