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

    r98 r107  
    88  ClientHeight = 257
    99  ClientWidth = 367
     10  Constraints.MinHeight = 257
     11  Constraints.MinWidth = 367
    1012  OnCreate = FormCreate
    1113  OnKeyPress = FormKeyPress
    1214  OnShow = FormShow
    1315  Position = poMainFormCenter
    14   LCLVersion = '1.3'
     16  LCLVersion = '1.4.4.0'
    1517  object SpinEditOnce: TSpinEdit
    1618    Left = 208
    17     Height = 32
     19    Height = 33
    1820    Top = 40
    1921    Width = 98
     
    2426  object Label1: TLabel
    2527    Left = 16
    26     Height = 22
     28    Height = 25
    2729    Top = 40
    28     Width = 46
     30    Width = 45
    2931    Caption = 'Once:'
    3032    ParentColor = False
     
    5153  object Label2: TLabel
    5254    Left = 24
    53     Height = 22
     55    Height = 25
    5456    Top = 136
    55     Width = 91
     57    Width = 83
    5658    Caption = 'Every turn:'
    5759    ParentColor = False
     
    5961  object SpinEditRepeat: TSpinEdit
    6062    Left = 208
    61     Height = 32
     63    Height = 33
    6264    Top = 128
    6365    Width = 98
     
    132134  object Label3: TLabel
    133135    Left = 16
    134     Height = 22
     136    Height = 25
    135137    Top = 8
    136     Width = 132
     138    Width = 126
    137139    Caption = 'Win probability:'
    138140    ParentColor = False
     
    140142  object LabelWinProbability: TLabel
    141143    Left = 264
    142     Height = 22
     144    Height = 25
    143145    Top = 8
    144146    Width = 15
Note: See TracChangeset for help on using the changeset viewer.