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

    r37 r59  
    88  ClientWidth = 468
    99  OnShow = FormShow
    10   LCLVersion = '0.9.31'
     10  LCLVersion = '1.3'
    1111  object ButtonOk: TButton
    1212    Left = 389
     
    3131  end
    3232  object SpinEditCellSize: TSpinEdit
    33     Left = 136
    34     Height = 21
     33    Left = 165
     34    Height = 35
    3535    Top = 40
    3636    Width = 130
     
    3939  end
    4040  object SpinEditMemorySize: TSpinEdit
    41     Left = 136
    42     Height = 21
     41    Left = 165
     42    Height = 35
    4343    Top = 6
    4444    Width = 130
     
    4848  object Label1: TLabel
    4949    Left = 8
    50     Height = 14
     50    Height = 25
    5151    Top = 8
    52     Width = 64
     52    Width = 123
    5353    Caption = 'Memory size:'
    5454    ParentColor = False
     
    5656  object Label2: TLabel
    5757    Left = 8
    58     Height = 14
     58    Height = 25
    5959    Top = 40
    60     Width = 43
     60    Width = 79
    6161    Caption = 'Cell size:'
    6262    ParentColor = False
     
    6464  object Label3: TLabel
    6565    Left = 8
    66     Height = 14
     66    Height = 25
    6767    Top = 95
    68     Width = 97
     68    Width = 179
    6969    Caption = 'Interface language:'
    7070    ParentColor = False
     
    7272  object CheckBox1: TCheckBox
    7373    Left = 8
    74     Height = 17
    75     Top = 120
    76     Width = 159
     74    Height = 27
     75    Top = 128
     76    Width = 456
     77    Anchors = [akTop, akLeft, akRight]
     78    AutoSize = False
    7779    Caption = 'Reopend last opened project'
    7880    TabOrder = 4
    7981  end
    8082  object ComboBoxLanguage: TComboBox
    81     Left = 162
    82     Height = 21
    83     Top = 86
     83    Left = 248
     84    Height = 37
     85    Top = 83
    8486    Width = 188
    85     ItemHeight = 13
     87    ItemHeight = 0
    8688    Style = csDropDownList
    8789    TabOrder = 5
    8890  end
     91  object SpinEditDPIX: TSpinEdit
     92    Left = 104
     93    Height = 35
     94    Top = 193
     95    Width = 80
     96    MaxValue = 1000
     97    MinValue = 1
     98    TabOrder = 6
     99    Value = 1
     100  end
     101  object LabelDPI: TLabel
     102    Left = 24
     103    Height = 25
     104    Top = 201
     105    Width = 39
     106    Caption = 'DPI:'
     107    ParentColor = False
     108  end
     109  object SpinEditDPIY: TSpinEdit
     110    Left = 208
     111    Height = 35
     112    Top = 193
     113    Width = 80
     114    MaxValue = 1000
     115    MinValue = 1
     116    TabOrder = 7
     117    Value = 1
     118  end
     119  object LabelX: TLabel
     120    Left = 192
     121    Height = 25
     122    Top = 201
     123    Width = 10
     124    Caption = 'x'
     125    ParentColor = False
     126  end
     127  object CheckBoxDPIAuto: TCheckBox
     128    Left = 8
     129    Height = 27
     130    Top = 168
     131    Width = 448
     132    Anchors = [akTop, akLeft, akRight]
     133    AutoSize = False
     134    Caption = 'Automatic DPI'
     135    OnChange = CheckBoxDPIAutoChange
     136    TabOrder = 8
     137  end
    89138end
Note: See TracChangeset for help on using the changeset viewer.