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

    r7 r21  
    11object FormAbout: TFormAbout
    22  Left = 522
    3   Height = 387
     3  Height = 580
    44  Top = 335
    5   Width = 524
     5  Width = 786
    66  Caption = 'About'
    7   ClientHeight = 387
    8   ClientWidth = 524
     7  ClientHeight = 580
     8  ClientWidth = 786
     9  DesignTimePPI = 144
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
    1112  Position = poScreenCenter
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '2.0.0.4'
    1314  object LabelDescription: TLabel
    14     Left = 25
    15     Height = 40
    16     Top = 137
    17     Width = 474
     15    Left = 38
     16    Height = 60
     17    Top = 206
     18    Width = 710
    1819    Align = alTop
    1920    AutoSize = False
    20     BorderSpacing.Around = 25
     21    BorderSpacing.Around = 38
    2122    ParentColor = False
     23    ParentFont = False
    2224    WordWrap = True
    2325  end
    2426  object ButtonClose: TButton
    25     Left = 383
    26     Height = 31
    27     Top = 337
    28     Width = 116
     27    Left = 574
     28    Height = 46
     29    Top = 506
     30    Width = 174
    2931    Anchors = [akRight, akBottom]
    3032    Caption = 'Close'
    3133    ModalResult = 1
     34    ParentFont = False
    3235    TabOrder = 0
    3336  end
    3437  object LabelContent: TLabel
    35     Left = 25
     38    Left = 38
    3639    Height = 26
    37     Top = 202
    38     Width = 474
     40    Top = 304
     41    Width = 710
    3942    Align = alTop
    40     BorderSpacing.Around = 25
     43    BorderSpacing.Around = 38
    4144    Caption = '   '
    4245    ParentColor = False
     46    ParentFont = False
    4347  end
    4448  object ButtonHomePage: TButton
    45     Left = 20
    46     Height = 31
    47     Top = 337
    48     Width = 220
     49    Left = 30
     50    Height = 46
     51    Top = 506
     52    Width = 330
    4953    Anchors = [akLeft, akBottom]
    5054    Caption = 'Home page'
    5155    OnClick = ButtonHomePageClick
     56    ParentFont = False
    5257    TabOrder = 1
    5358  end
    5459  object PanelTitle: TPanel
    5560    Left = 0
    56     Height = 112
     61    Height = 168
    5762    Top = 0
    58     Width = 524
     63    Width = 786
    5964    Align = alTop
    6065    BevelOuter = bvNone
    61     ClientHeight = 112
    62     ClientWidth = 524
     66    ClientHeight = 168
     67    ClientWidth = 786
     68    ParentFont = False
    6369    TabOrder = 2
    6470    object LabelAppName: TLabel
    6571      Left = 112
    66       Height = 80
     72      Height = 136
    6773      Top = 24
    68       Width = 394
     74      Width = 656
    6975      Align = alCustom
    7076      Anchors = [akTop, akLeft, akRight, akBottom]
    7177      AutoSize = False
    72       BorderSpacing.Around = 25
    73       Font.Height = -50
     78      BorderSpacing.Around = 38
     79      Font.Height = -75
    7480      ParentColor = False
    7581      ParentFont = False
    7682    end
    7783    object Image1: TImage
    78       Left = 24
    79       Height = 64
    80       Top = 24
    81       Width = 64
     84      Left = 36
     85      Height = 96
     86      Top = 36
     87      Width = 96
    8288      Proportional = True
    8389      Stretch = True
Note: See TracChangeset for help on using the changeset viewer.