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

    r99 r107  
    11object FormSettings: TFormSettings
    22  Left = 404
    3   Height = 563
    4   Top = 338
    5   Width = 700
     3  Height = 327
     4  Top = 574
     5  Width = 554
    66  ActiveControl = ButtonOk
    77  Caption = 'Settings'
    8   ClientHeight = 563
    9   ClientWidth = 700
     8  ClientHeight = 327
     9  ClientWidth = 554
     10  Constraints.MinHeight = 327
     11  Constraints.MinWidth = 554
    1012  OnCreate = FormCreate
    1113  OnShow = FormShow
    1214  Position = poMainFormCenter
    13   LCLVersion = '1.3'
     15  LCLVersion = '1.4.4.0'
    1416  object ButtonOk: TButton
    15     Left = 590
     17    Left = 444
    1618    Height = 25
    17     Top = 520
     19    Top = 284
    1820    Width = 75
    1921    Anchors = [akRight, akBottom]
     
    2325  end
    2426  object ButtonCancel: TButton
    25     Left = 468
     27    Left = 322
    2628    Height = 25
    27     Top = 520
     29    Top = 284
    2830    Width = 75
    2931    Anchors = [akRight, akBottom]
     
    3436  object PageControl1: TPageControl
    3537    Left = 4
    36     Height = 500
     38    Height = 264
    3739    Top = 4
    38     Width = 692
    39     ActivePage = TabSheetDebug
     40    Width = 546
     41    ActivePage = TabSheetGeneral
    4042    Align = alTop
    4143    Anchors = [akTop, akLeft, akRight, akBottom]
    4244    BorderSpacing.Around = 4
    43     TabIndex = 1
     45    TabIndex = 0
    4446    TabOrder = 2
    4547    object TabSheetGeneral: TTabSheet
    4648      Caption = 'General'
    47       ClientHeight = 460
    48       ClientWidth = 686
     49      ClientHeight = 226
     50      ClientWidth = 538
    4951      object Label2: TLabel
    5052        Left = 27
    51         Height = 22
     53        Height = 25
    5254        Top = 78
    53         Width = 145
     55        Width = 139
    5456        Caption = 'Animation speed:'
    5557        ParentColor = False
     
    5759      object SpinEditAnimSpeed: TSpinEdit
    5860        Left = 232
    59         Height = 32
     61        Height = 33
    6062        Top = 72
    6163        Width = 122
     
    6466      object Label3: TLabel
    6567        Left = 368
    66         Height = 22
     68        Height = 25
    6769        Top = 82
    6870        Width = 15
     
    7476        Height = 27
    7577        Top = 112
    76         Width = 732
     78        Width = 584
    7779        Anchors = [akTop, akLeft, akRight]
    7880        AutoSize = False
     
    8284      object Label1: TLabel
    8385        Left = 20
    84         Height = 22
     86        Height = 25
    8587        Top = 26
    86         Width = 85
     88        Width = 81
    8789        Caption = 'Language:'
    8890        ParentColor = False
     
    9092      object ComboBoxLanguage: TComboBox
    9193        Left = 178
    92         Height = 34
     94        Height = 33
    9395        Top = 24
    9496        Width = 196
    95         ItemHeight = 0
     97        ItemHeight = 25
    9698        Style = csDropDownList
    9799        TabOrder = 2
     
    100102    object TabSheetDebug: TTabSheet
    101103      Caption = 'Debug'
    102       ClientHeight = 460
    103       ClientWidth = 686
     104      ClientHeight = 226
     105      ClientWidth = 538
    104106      object CheckBoxDevelMode: TCheckBox
    105107        Left = 16
    106108        Height = 27
    107109        Top = 136
    108         Width = 660
     110        Width = 512
    109111        Anchors = [akTop, akLeft, akRight]
    110112        AutoSize = False
     
    114116      object Label4: TLabel
    115117        Left = 14
    116         Height = 22
     118        Height = 25
    117119        Top = 67
    118         Width = 33
     120        Width = 32
    119121        Caption = 'DPI:'
    120122        ParentColor = False
     
    122124      object SpinEditX: TSpinEdit
    123125        Left = 104
    124         Height = 32
     126        Height = 33
    125127        Top = 64
    126128        Width = 96
     
    132134      object SpinEditY: TSpinEdit
    133135        Left = 232
    134         Height = 32
     136        Height = 33
    135137        Top = 64
    136138        Width = 90
     
    142144      object Label5: TLabel
    143145        Left = 208
    144         Height = 22
     146        Height = 25
    145147        Top = 67
    146         Width = 9
     148        Width = 8
    147149        Caption = 'x'
    148150        ParentColor = False
     
    152154        Height = 24
    153155        Top = 32
    154         Width = 656
     156        Width = 508
    155157        Anchors = [akTop, akLeft, akRight]
    156158        AutoSize = False
Note: See TracChangeset for help on using the changeset viewer.