close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Feb 17, 2016, 1:17:21 PM (8 years ago)
Author:
chronos
Message:
  • Added: Form constraintes which are also scaled for High DPI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.lfm

    r98 r107  
    11object FormAbout: TFormAbout
    22  Left = 475
    3   Height = 229
     3  Height = 150
    44  Top = 161
    55  Width = 313
    66  BorderStyle = bsDialog
    77  Caption = 'About'
    8   ClientHeight = 229
     8  ClientHeight = 150
    99  ClientWidth = 313
     10  Constraints.MinHeight = 150
     11  Constraints.MinWidth = 313
    1012  Font.Height = -11
    1113  Font.Name = 'MS Sans Serif'
    1214  OnShow = FormShow
    1315  Position = poMainFormCenter
    14   LCLVersion = '1.3'
     16  LCLVersion = '1.4.4.0'
    1517  object Panel1: TPanel
    1618    Left = 8
    17     Height = 176
     19    Height = 97
    1820    Top = 8
    1921    Width = 299
     
    2123    BevelInner = bvRaised
    2224    BevelOuter = bvLowered
    23     ClientHeight = 176
     25    ClientHeight = 97
    2426    ClientWidth = 299
    2527    TabOrder = 0
    2628    object Memo1: TMemo
    2729      Left = 8
    28       Height = 157
     30      Height = 78
    2931      Top = 8
    3032      Width = 277
     
    3941    Left = 111
    4042    Height = 25
    41     Top = 196
     43    Top = 117
    4244    Width = 75
    4345    Anchors = [akLeft, akBottom]
Note: See TracChangeset for help on using the changeset viewer.