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

    r98 r107  
    11object FormPlayer: TFormPlayer
    22  Left = 470
    3   Height = 347
     3  Height = 279
    44  Top = 219
    5   Width = 551
     5  Width = 522
    66  Caption = 'Player'
    7   ClientHeight = 347
    8   ClientWidth = 551
     7  ClientHeight = 279
     8  ClientWidth = 522
     9  Constraints.MinHeight = 279
     10  Constraints.MinWidth = 522
    911  Position = poMainFormCenter
    10   LCLVersion = '1.3'
     12  LCLVersion = '1.4.4.0'
    1113  object Label1: TLabel
    1214    Left = 28
    13     Height = 22
     15    Height = 25
    1416    Top = 27
    15     Width = 53
     17    Width = 51
    1618    Caption = 'Name:'
    1719    ParentColor = False
     
    1921  object EditName: TEdit
    2022    Left = 139
    21     Height = 32
     23    Height = 33
    2224    Top = 27
    2325    Width = 368
     26    Anchors = [akTop, akLeft, akRight]
    2427    TabOrder = 0
    2528  end
    2629  object ButtonCancel: TButton
    27     Left = 307
     30    Left = 278
    2831    Height = 25
    29     Top = 296
     32    Top = 242
    3033    Width = 75
    3134    Anchors = [akRight, akBottom]
     
    3538  end
    3639  object ButtonOk: TButton
    37     Left = 428
     40    Left = 403
    3841    Height = 25
    39     Top = 296
     42    Top = 242
    4043    Width = 75
    4144    Anchors = [akRight, akBottom]
     
    4750  object ComboBox1: TComboBox
    4851    Left = 139
    49     Height = 30
     52    Height = 33
    5053    Top = 72
    5154    Width = 368
    52     ItemHeight = 0
     55    Anchors = [akTop, akLeft, akRight]
     56    ItemHeight = 25
    5357    ItemIndex = 0
    5458    Items.Strings = (
     
    6266  object Label2: TLabel
    6367    Left = 24
    64     Height = 22
     68    Height = 25
    6569    Top = 72
    6670    Width = 51
     
    7074  object Label3: TLabel
    7175    Left = 24
    72     Height = 22
     76    Height = 25
    7377    Top = 128
    7478    Width = 47
     
    7882  object ColorBox1: TColorBox
    7983    Left = 139
    80     Height = 34
     84    Height = 28
    8185    Top = 120
    8286    Width = 368
    8387    Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
    84     ItemHeight = 0
     88    Anchors = [akTop, akLeft, akRight]
     89    ItemHeight = 20
    8590    TabOrder = 4
    8691  end
    8792  object Label4: TLabel
    8893    Left = 24
    89     Height = 22
     94    Height = 25
    9095    Top = 168
    91     Width = 96
     96    Width = 90
    9297    Caption = 'Agressivity:'
    9398    ParentColor = False
     
    95100  object ComboBoxAgressivity: TComboBox
    96101    Left = 139
    97     Height = 30
     102    Height = 33
    98103    Top = 168
    99104    Width = 368
    100     ItemHeight = 0
     105    Anchors = [akTop, akLeft, akRight]
     106    ItemHeight = 25
    101107    Items.Strings = (
    102108      'Low'
     
    110116  object CheckBoxDefensive: TCheckBox
    111117    Left = 24
    112     Height = 24
     118    Height = 29
    113119    Top = 208
    114120    Width = 107
Note: See TracChangeset for help on using the changeset viewer.