Ignore:
Timestamp:
May 8, 2019, 12:11:40 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Removed: TemplateGenerics package.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore
      •  

        old new  
        1 *.lrj
         1
  • trunk/Forms/UFormSettings.lfm

    r16 r21  
    11object FormSettings: TFormSettings
    22  Left = 798
    3   Height = 300
     3  Height = 360
    44  Top = 367
    5   Width = 481
     5  Width = 577
    66  Caption = 'Settings'
    7   ClientHeight = 300
    8   ClientWidth = 481
    9   Constraints.MinHeight = 300
    10   Constraints.MinWidth = 400
    11   DesignTimePPI = 120
     7  ClientHeight = 360
     8  ClientWidth = 577
     9  Constraints.MinHeight = 360
     10  Constraints.MinWidth = 480
     11  DesignTimePPI = 144
    1212  OnClose = FormClose
    1313  OnCreate = FormCreate
    1414  OnShow = FormShow
    1515  Position = poScreenCenter
    16   LCLVersion = '1.8.0.6'
     16  LCLVersion = '2.0.0.4'
    1717  object ComboBoxLanguage: TComboBox
    18     Left = 160
    19     Height = 28
    20     Top = 30
    21     Width = 260
    22     ItemHeight = 20
     18    Left = 192
     19    Height = 42
     20    Top = 36
     21    Width = 312
     22    ItemHeight = 0
     23    ParentFont = False
    2324    Style = csDropDownList
    2425    TabOrder = 0
    2526  end
    2627  object Label1: TLabel
    27     Left = 20
    28     Height = 20
    29     Top = 30
    30     Width = 68
     28    Left = 24
     29    Height = 26
     30    Top = 36
     31    Width = 88
    3132    Caption = 'Language:'
    3233    ParentColor = False
     34    ParentFont = False
    3335  end
    3436  object ButtonOk: TButton
    35     Left = 376
    36     Height = 31
    37     Top = 256
    38     Width = 94
     37    Left = 451
     38    Height = 37
     39    Top = 307
     40    Width = 113
    3941    Anchors = [akRight, akBottom]
    4042    Caption = 'Ok'
    4143    ModalResult = 1
    4244    OnClick = ButtonOkClick
     45    ParentFont = False
    4346    TabOrder = 2
    4447  end
    4548  object ButtonCancel: TButton
    46     Left = 256
    47     Height = 31
    48     Top = 256
    49     Width = 94
     49    Left = 307
     50    Height = 37
     51    Top = 307
     52    Width = 113
    5053    Anchors = [akRight, akBottom]
    5154    Caption = 'Cancel'
    5255    ModalResult = 2
     56    ParentFont = False
    5357    TabOrder = 1
    5458  end
    5559  object CheckBoxAutomaticDPI: TCheckBox
    56     Left = 16
    57     Height = 24
    58     Top = 104
    59     Width = 120
     60    Left = 19
     61    Height = 30
     62    Top = 125
     63    Width = 150
    6064    Caption = 'Automatic DPI'
    6165    OnChange = CheckBoxAutomaticDPIChange
     66    ParentFont = False
    6267    TabOrder = 3
    6368    Visible = False
    6469  end
    6570  object SpinEditDPI: TSpinEdit
    66     Left = 160
    67     Height = 28
    68     Top = 144
    69     Width = 121
     71    Left = 192
     72    Height = 43
     73    Top = 173
     74    Width = 145
    7075    MaxValue = 300
    7176    MinValue = 96
     77    ParentFont = False
    7278    TabOrder = 4
    7379    Value = 96
     
    7581  end
    7682  object LabelDPI: TLabel
    77     Left = 80
    78     Height = 20
    79     Top = 152
    80     Width = 26
     83    Left = 96
     84    Height = 26
     85    Top = 182
     86    Width = 35
    8187    Caption = 'DPI:'
    8288    ParentColor = False
     89    ParentFont = False
    8390    Visible = False
    8491  end
    8592  object CheckBoxReopenLastFileOnStart: TCheckBox
    86     Left = 16
    87     Height = 24
    88     Top = 72
    89     Width = 181
     93    Left = 19
     94    Height = 30
     95    Top = 86
     96    Width = 229
    9097    Caption = 'Reopen last file on start'
     98    ParentFont = False
    9199    TabOrder = 5
    92100  end
    93101  object Bevel1: TBevel
    94     Left = 10
     102    Left = 12
    95103    Height = 2
    96     Top = 240
    97     Width = 456
     104    Top = 288
     105    Width = 547
    98106    Anchors = [akLeft, akRight, akBottom]
    99107  end
    100108  object Label2: TLabel
    101     Left = 20
    102     Height = 20
    103     Top = 184
    104     Width = 48
     109    Left = 24
     110    Height = 26
     111    Top = 221
     112    Width = 63
    105113    Caption = 'Theme:'
    106114    ParentColor = False
     115    ParentFont = False
    107116  end
    108117  object ComboBoxTheme: TComboBox
    109     Left = 160
    110     Height = 28
    111     Top = 184
    112     Width = 260
    113     ItemHeight = 20
     118    Left = 192
     119    Height = 42
     120    Top = 221
     121    Width = 312
     122    ItemHeight = 0
     123    ParentFont = False
    114124    Style = csDropDownList
    115125    TabOrder = 6
Note: See TracChangeset for help on using the changeset viewer.