Ignore:
Timestamp:
May 5, 2019, 12:17:58 AM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt files replaced by newer .lrj files.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormAbout.lfm

    r97 r103  
    11object FormAbout: TFormAbout
    22  Left = 656
    3   Height = 301
     3  Height = 361
    44  Top = 379
    5   Width = 515
     5  Width = 618
    66  Caption = 'About'
    7   ClientHeight = 301
    8   ClientWidth = 515
    9   DesignTimePPI = 120
     7  ClientHeight = 361
     8  ClientWidth = 618
     9  DesignTimePPI = 144
    1010  OnCreate = FormCreate
    1111  OnShow = FormShow
    1212  Position = poScreenCenter
    13   LCLVersion = '1.8.2.0'
     13  LCLVersion = '2.0.0.4'
    1414  object LabelDescription: TLabel
    15     Left = 20
     15    Left = 24
    1616    Height = 1
    17     Top = 132
    18     Width = 475
     17    Top = 158
     18    Width = 570
    1919    Align = alTop
    20     BorderSpacing.Around = 20
     20    BorderSpacing.Around = 24
    2121    ParentColor = False
     22    ParentFont = False
    2223    WordWrap = True
    2324  end
    2425  object ButtonClose: TButton
    25     Left = 402
    26     Height = 25
    27     Top = 261
    28     Width = 93
     26    Left = 482
     27    Height = 30
     28    Top = 313
     29    Width = 112
    2930    Anchors = [akRight, akBottom]
    3031    Caption = 'Close'
    3132    ModalResult = 1
     33    ParentFont = False
    3234    TabOrder = 0
    3335  end
    3436  object LabelContent: TLabel
    35     Left = 20
    36     Height = 20
    37     Top = 153
    38     Width = 475
     37    Left = 24
     38    Height = 25
     39    Top = 183
     40    Width = 570
    3941    Align = alTop
    40     BorderSpacing.Around = 20
     42    BorderSpacing.Around = 24
    4143    Caption = '   '
    4244    ParentColor = False
     45    ParentFont = False
    4346  end
    4447  object ButtonHomePage: TButton
    45     Left = 16
    46     Height = 25
    47     Top = 261
    48     Width = 176
     48    Left = 19
     49    Height = 30
     50    Top = 313
     51    Width = 211
    4952    Anchors = [akLeft, akBottom]
    5053    Caption = 'Home page'
    5154    OnClick = ButtonHomePageClick
     55    ParentFont = False
    5256    TabOrder = 1
    5357  end
    5458  object Panel1: TPanel
    5559    Left = 0
    56     Height = 112
     60    Height = 134
    5761    Top = 0
    58     Width = 515
     62    Width = 618
    5963    Align = alTop
    6064    BevelOuter = bvNone
    61     ClientHeight = 112
    62     ClientWidth = 515
     65    ClientHeight = 134
     66    ClientWidth = 618
     67    ParentFont = False
    6368    TabOrder = 2
    6469    object Image1: TImage
    65       Left = 24
    66       Height = 66
    67       Top = 16
    68       Width = 69
     70      Left = 29
     71      Height = 79
     72      Top = 19
     73      Width = 83
    6974    end
    7075    object LabelAppName: TLabel
    7176      Left = 104
    72       Height = 92
     77      Height = 114
    7378      Top = 16
    74       Width = 388
     79      Width = 491
    7580      Align = alCustom
    7681      Anchors = [akTop, akLeft, akRight, akBottom]
    7782      AutoSize = False
    78       BorderSpacing.Around = 20
    79       Font.Height = -50
     83      BorderSpacing.Around = 24
     84      Font.Height = -60
    8085      ParentColor = False
    8186      ParentFont = False
Note: See TracChangeset for help on using the changeset viewer.